1
0
Commit Graph

6 Commits

Author SHA1 Message Date
Jose
b6f13cfff8 changed deviceId from Integer to String/CHAR(6) 2025-05-08 18:23:12 +02:00
Jose
5665cb3e5e Refactor MqttVerticle and GPS implementations: add stop method, update GPS serial handling, and improve WiFi connection logic with LED feedback 2025-05-08 07:24:28 +02:00
Jose
383202709e Refactor GPS and MQ7 sensor implementations: update function signatures, improve initialization, and streamline data reading logic 2025-05-07 04:14:39 +02:00
Jose
b2c7b7677b In the current state all the timings work flawlessly but MQ is still 0.0f and GPS is not read 2025-05-06 22:56:41 +02:00
Jose
5d1b2feeab Refactor sensor data handling: update sensor read functions to return structured data and improve timer management in main loop 2025-05-04 23:23:37 +02:00
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