ESP-NOW

ESP-01 onboard LED from a Button in an ESP8266 via 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 […]

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

Connecting Two ESP8266 with a DHT11 Sensor via ESP-NOW

Connecting Two ESP8266 with a DHT11 Sensor via ESP-NOW In this blog post, we will explore how to connect two ESP8266 modules with a DHT11 temperature and humidity sensor using the ESP-NOW protocol. ESP-NOW is a wireless communication protocol developed by Espressif that enables devices to communicate directly without the need for a Wi-Fi network.

Connecting Two ESP8266 with a DHT11 Sensor 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

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

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