ESP

Exploring the ESP8266 Hardware Timer – LED

In this blog post, we will explore and discuss the hardware Timers available for ESP8266 boards. The code utilizes the ESP8266 timers to handle interrupts efficiently and uses a library written by Khoi Hoang. Introduction to ESP8266 Timers The ESP8266 is a popular microcontroller with built-in WiFi capabilities, but it has limited hardware timers available.

Exploring the ESP8266 Hardware Timer – LED Read More »

ESP-01 onboard LED from a Button in an ESP8266 via ESP-NOW

ESP-NOW is a powerful communication protocol developed by Espressif that allows for direct communication between ESP devices without the need for Wi-Fi. This makes it an excellent choice for IoT applications where devices need to communicate directly without a central server or router. In this blog post, we will guide you through the process of

ESP-01 onboard LED from a Button in an ESP8266 via ESP-NOW Read More »