News

Python is one of the most widely used, and easy to learn programming languages to date. So, with the introduction of MicroPython, programming hardware-based microcontrollers got very easy. If you have ...
Pyduino-ESP8266 This is a very simple python library that allows you to do the basics of Arduino C++ in python utilising the wifi ESP 8266 board, I originally made this for a drone project I was ...
Improve this page Add a description, image, and links to the esp-8266 topic page so that developers can more easily learn about it.
Flashing MicroPython firmware on the board In order to use the PicoWeb framework and program the ESP in MicroPython to control GIPO on Node MCU, we need to erase the current firmware on ESP chip in ...
What makes this all work is the ESP-gdbstub code from Espressif themselves. gdbstub looks great — it works both with the standard SDK as well as with FreeRTOS, so you can debug your ESP-8266 ...