How to install micro python on your ESP8266 or ESP32

in #programming7 years ago

MicroPython and CircuitPython make programming micro controllers really easy - once they are set up!

If your board did NOT come with micro or circuit python installed, and there is no drag and drop firmware, never fear, there is a straightforward way to add this firmware, though it does involve some command line.

In this video watch how to get python running on your ESP8266 NodeMCU, your Feather ESP8266 or your Feather ESP32, using USB and REPL, then get a python blink script running on your board using WebREPL.

Useful links from this video:

Sort:  

This is the best thing for amateur diy IOT ; you can get like 5 of them for 10 bucks :-D
Also, with arduino you have to re-upload with every change you want to make, but with micropython you can make the changes in the device directly : OTA(P) , 'over-the-air' (programming) they call it

Yeah the ESP8266 is amazing and is only getting better

@makerhacks Thank you for the function, I invite you to evaluate my function..

Thanks for sharing this great post @makerhacks

I still understand less about MicroPython and CircuitPython

You didn't like it?

Thanks for the info. Another tool for the ESP8266! This will be interesting to explore.