-->
Page 1 of 1

ESP IoT MQTT framework for MicroPython

PostPosted: Sun Jan 26, 2020 2:19 pm
by Dovregubben
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.