The use of the ESP8266 in the world of IoT

User avatar
By Dovregubben
#85414 If you want to program you ESP8266s or ESP32 with Python - have a look at the MyPi-ESP project in Github:

https://github.com/aslake/mipy_esp

This basic framework enables easy deployment of stabile ESP projects programmed in Python. The basic framework provided has easy wifi-connection over access point webserver/login webpage, job scheduler, module for debugging and logging, and a stable main program loop for ensuring conneciton to network and MQTT brokers.