A project for reading environmental data from an ESP32 and sending it to a Flask server.
- Flash MicroPython firmware to your ESP32.
- Upload
main.py
to your ESP32.
micropython-urequests
micropython-dht
This script reads temperature and humidity data from a DHT22 sensor and sends it to a Flask server over WiFi.
- Install Flask:
pip install flask