Technology and Development

How to use ESP32 sleep and wake modes in MicroP...
In a previous article, we covered sleep modes in ESP8266. ESP32 is another popular Wi-Fi development board from Expressif Systems. It is more feature-rich than the ESP8266, but also with...
How to use ESP32 sleep and wake modes in MicroP...
In a previous article, we covered sleep modes in ESP8266. ESP32 is another popular Wi-Fi development board from Expressif Systems. It is more feature-rich than the ESP8266, but also with...

MicroPython – Generating PWM in ESP8266 and ESP32
Pulse width modulation (PWM) is one of the five basic functionalities of any microcontroller. The other four are digital input, digital output, analog input and ser communication...
MicroPython – Generating PWM in ESP8266 and ESP32
Pulse width modulation (PWM) is one of the five basic functionalities of any microcontroller. The other four are digital input, digital output, analog input and ser communication...

Introduction to ESP8266 and ESP32 in Arduino IDE
ESP8266 and ESP32 are popular WiFi development solutions that can be programmed in a variety of ways using different programming languages. Common languages include MicroPyth scripting...
Introduction to ESP8266 and ESP32 in Arduino IDE
ESP8266 and ESP32 are popular WiFi development solutions that can be programmed in a variety of ways using different programming languages. Common languages include MicroPyth scripting...

MicroPython – Digital input/output on ESP8266 a...
The first step in programming embedded devices is to perform digital input/output. Digital input/output refers to reading parallel data. The same logic signals are used...
MicroPython – Digital input/output on ESP8266 a...
The first step in programming embedded devices is to perform digital input/output. Digital input/output refers to reading parallel data. The same logic signals are used...

MicroPython: How to Program a Real Time Clock (...
A real-time clock (RTC) is a computer clock for keeping time and is one of the most popular microcontroller features. Microcontrollers without integrated RTC require an external RTC chip...
MicroPython: How to Program a Real Time Clock (...
A real-time clock (RTC) is a computer clock for keeping time and is one of the most popular microcontroller features. Microcontrollers without integrated RTC require an external RTC chip...

How to use MicroPython watchdog timer on ESP826...
A watchdog timer is an internal or external timer that monitors a microcontroller's program to ensure that the application remains operational without failure. Serves as a...
How to use MicroPython watchdog timer on ESP826...
A watchdog timer is an internal or external timer that monitors a microcontroller's program to ensure that the application remains operational without failure. Serves as a...