ESP-NOW

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 »

Two ESP8266 and ESP-NOW: Transmitting Int, Char and String

ESP-NOW is a communication protocol developed by Espressif, which allows multiple devices to communicate with each other without the need for Wi-Fi. In this blog post, we will demonstrate how to connect two ESP8266 modules using ESP-NOW and transmit different data types (int, char, and string) between them. Prerequisites Hardware 2 x ESP8266 Modules (e.g., NodeMCU or Wemos

Two ESP8266 and ESP-NOW: Transmitting Int, Char and String Read More »

Connecting Two ESP8266 Modules Using ESP-NOW: A Button and a Led

ESP-NOW is a powerful communication protocol developed by Espressif for the ESP8266 and ESP32 microcontrollers. It enables devices to communicate directly with each other without the need for a Wi-Fi network. In this tutorial, we will demonstrate how to connect two ESP8266 modules using ESP-NOW, with one module controlling an LED on the other module

Connecting Two ESP8266 Modules Using ESP-NOW: A Button and a Led Read More »