Sputnik: a low power ESP32 temperature sensor firmware
I have been using my Wemos D32 Pro board with the SHT30 temperature and humidity sensor to monitor a few rooms in my home using MicroPython, and send these to Adafruit IO over MQTT.
This is my attempt to rewrite this firmware using the official SDK directly and leveraging the ULP coprocessor to achieve minimal power consumption.