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:
Get firmware http://micropython.org/download/#esp8266
ESP32 MicroPython Firmware Binary http://www.micropython.org/download#e...
Useful tool https://learn.adafruit.com/micropytho...
Blink.py
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.