Simple embedded application for environmental sensing and reporting implemented in modern C++17 for small microcontroller boards. The project collects temperature, humidity, pressure, light, soil moisture, and ultraviolet intensity then formats measurements as JSON for downstream consumption.
Data is pushed to any MQTT broker. The backend connects to the broker and pushes to a database.
A front end (web/mobile) application connects to the database and shows realtime and near-historical data.
backendconnector script bridging MQTT with any databasefrontend(web/mobile) application codehardwaremicrocontroller hardware
TODO
TODO
AI is solely used for learning and technical brainstorming (vibe learning as I like to call it).
Code in this repository is human written and human verified; Output of generative AI is never copy pasted into this repository directly.