a web app application to show you the usage of webserver in micropython for reading and controlling modules
- MicroPython
- DHT
- Photocel
- Relay
- Microdot
- ESP32
as i am using the easy iot boards for development all i needed to do was to mount 2 modules on the board and get ready to use it.
all you need to do is to upload the code to the board and after startup. you can connect to the board though wifi and the access point which as been created in the boot.py
after that you will see the below screen.
you can see the measurements update for every 5 seconds and you can also control the relay with the button assigned to it.
a little demonstration of the the board workflow can be found here:
MIT
Feel free to let me know if there are any problems or any request you have for this repo.