Home - gangely/espp GitHub Wiki
Table of Contents
Welcome to the espp wiki!
-
this documentation is about development on ESP32 with MicroPython
-
interfacing sensors
-
collecting data
-
MQTT publishing and subscribing (WiFi only)
-
-
the URL of the espp repo is https://github.com/gangely/espp
-
ready to use subprojects are found in the following subfolders:
-
dht-pub: publishing DHT measurements
-
led-dht-ds: LED commands and DHT publishing, version with DeepSleep
-
-
see more info in README
the following setup is a common trunk for all the sub-projects, and comprises HW/SW installation and configuration
-
about connecting the sensors to the ESP32
-
on the ESP32: the Micropython MQTT library
-
on the broker: install and start Mosquitto
-
on the workstation(s): install Paho MQTT