ESP-01 ESP8266 NTP Clock with LCD Display
It is possible to make a digital clock out of an ESP-01 ESP8266 module synchronized with NTP (Network Time Protocol) and using a 20×4 LCD… Read More »ESP-01 ESP8266 NTP Clock with LCD Display
It is possible to make a digital clock out of an ESP-01 ESP8266 module synchronized with NTP (Network Time Protocol) and using a 20×4 LCD… Read More »ESP-01 ESP8266 NTP Clock with LCD Display
To program an ESP-01 module with Arduino IDE, the module needs to be connected to a programmer adapter. What keeps the ESP-01 module apart from… Read More »How to Program ESP-01 with Arduino IDE
To connect a DS3231 RTC module to an ESP8266-based NodeMCU V3 development board, we use the I2C interface. The default I2C interface pins of NodeMCU… Read More »How to Connect a DS3231 to NodeMCU V3
We may want to save and later restore ESP8266 and ESP32 firmwares that came with them and were installed from the factory. It will come… Read More »How to Save and Restore ESP8266 and ESP32 Firmware
This article on how to install Esptool on Windows 10 was written because I remembered that I had been for a time wondering how to… Read More »How to Install Esptool on Windows 10
The Arduino Integrated Development Environment or the Arduino IDE has been designed not only for programming Arduino development boards. It has been expanded to support… Read More »How to Set up Arduino IDE for ESP8266 Programming
To program the popular Arduino development boards like the Arduino Uno and Arduino Mega, we need to install the Arduino IDE (IDE stands for Integrated… Read More »How to Install Arduino IDE on Windows 10
There are many models of microcontroller development boards based on Espressif ESP8266 chip. Unfortunately, different boards have different pin layouts or configurations. This NodeMCU V3… Read More »NodeMCU V3 ESP8266 Pinout and Configuration
When your NodeMCU V3 development board is misbehaving or not functioning as expected, you may test the NodeMCU V3 using Esptool. Esptool does not only… Read More »How to Test NodeMCU V3 Using Esptool
I just got my new NodeMCU V3 board. I want to document this specific board I got from makerlab-electronics.com, so I wrote this article on… Read More »How to Test a NodeMCU V3 ESP8266 Dev Board