ESP

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 »