The use of the ESP8266 in the world of IoT

User avatar
By Dovregubben
#85421 We are working on a basic framework for stable code for IoT appliations using ESP microcontrollers. The framework has functionalities for wifi connection over AP webserver/login page or by provisioned network uploaded to chip + encrypted storage of successfully applied networks. The basic code lets you define scheduled jobs and callbacks and interaction with hardware I/O while maintaining network and MQTT connections.

Take a look at https://github.com/aslake/mipy_esp - we are looking for more users and contributors.