1
0
Commit Graph

5 Commits

Author SHA1 Message Date
Jose
51db158354 Add hardware support for GPS, MAX7219, BME280, and MQ7 sensors
- Implemented GPS functionality with initialization and reading latitude and longitude.
- Added MAX7219 display support, including initialization, text display, animation control, and brightness settings.
- Integrated BME280 sensor for reading temperature, pressure, and humidity.
- Developed MQ7 sensor interface for reading gas concentration values.
- Created HTTP client for GET and POST requests.
- Implemented MQTT client for message handling and connection management.
- Added JSON serialization and deserialization functions for sensor and actuator data.
- Established WiFi connection setup for network communication.
2025-04-25 22:29:57 +02:00
Jose
1b470ad910 Remove MQ7 and BMP280 files and update their headers and implementations 2025-04-11 10:07:59 +02:00
Jose
b02d3539cb Refactor project structure: update Java version, remove MQ7 files, and add BMP280 support 2025-04-11 10:02:05 +02:00
2ea77ee34b Refixing MQ7 2025-04-11 09:19:05 +02:00
AlejandroJose2001
4eb2fcd6ed Sensor MQ7 init and read 2025-04-10 16:18:14 +02:00