ESP32 Greenhouse Monitor
DHT22 + soil moisture sensor streaming to MQTT broker, visualised in a Node-RED dashboard. Built after reading the millis() timing post — no delays anywhere in the sketch.
Real firmware built by LogicFrenzy readers. From greenhouse monitors to industrial Modbus loggers — see what the community ships, and add your own.
Submit your projectClick "Submit your project" above — it opens a pre-filled GitHub Issue in this site's repository. Fill in your project name, a short description, the tags that apply, and an optional link or tutorial reference. The LogicFrenzy team reviews and publishes accepted projects within a few days. No GitHub account? Email hello@logicfrenzy.com with the same details.
DHT22 + soil moisture sensor streaming to MQTT broker, visualised in a Node-RED dashboard. Built after reading the millis() timing post — no delays anywhere in the sketch.
Reads holding registers from a Schneider PM5000 power meter every 5 seconds using an ESP32 and MAX485 module. Logs to SD card and pushes to InfluxDB over Wi-Fi.
Core 0 handles Wi-Fi and MQTT, Core 1 reads 4 analog sensors at 100 Hz. Tasks communicate via FreeRTOS queues — zero data loss under heavy broker load.
Built something with LogicFrenzy tutorials?
Submit your project