Loading...
Loading...
Developed using C++ on ESP32 microcontrollers. Communicates state anomalies over MQTT. Features a Python listener backend that logs telemetry data in a MySQL database for visual query processing.
ESP32 microcontrollers write device metrics to MQTT channels. A background Python daemon listens to these topics, deserializes payloads, and updates databases.
Preventing sensor telemetry data dropping during high-frequency Wi-Fi network packet collisions.
Deepened understanding of event-driven messaging pipelines, network socket boundaries, and asynchronous database insertions in Python.