This project provides a beginner-friendly guide to controlling an LED using an ESP8266 NodeMCU development board programmed with MicroPython. By following the instructions in this guide, you'll learn ...
Scripting languages are for large computers, right? “Real” embedded device work is a hellish, never-ending cycle of code, compile, and re-flash. Well, I used to think so too, but with the ...
This repository contains a collection of Python scripts that can be run on the ESP8266. The scripts are written in MicroPython, which is a lean and efficient implementation of Python 3 that includes a ...
The various development boards such as the NodeMCU or Wemos D1 make working with the ESP8266 an absolute breeze. If they have a downside, it is that they are larger than the bare ESP2866, and of ...