The use of the ESP8266 in the world of IoT

User avatar
By lfcerf
#67398 Hi, I would like to inform you about a platform that allows to program ESP8266 boards in Python. Take a look here for more info: http://www.zerynth.com

Go directly here for a tutorial: How to Program NodeMCU (ESP8266) in Python

I think it would be useful to add this platform to the wiki wiki/doku.php

Cheers
User avatar
By Dovregubben
#85415
lfcerf wrote:Hi, I would like to inform you about a platform that allows to program ESP8266 boards in Python. Take a look here for more info: http://www.zerynth.com

Go directly here for a tutorial: How to Program NodeMCU (ESP8266) in Python

I think it would be useful to add this platform to the wiki http://www.esp8266.com/wiki/doku.php

Cheers


Interesting links! Also, have a look at the MiPy-ESP project, which is a basic framework for getting started with Micropython on ESPs

https://github.com/aslake/mipy_esp

best regards