Monday, April 13, 2020

ESP-NOW: Easiest Wireless Communication Between ESP Boards (ESP-32 and ESP8266 Compatible)

ESP-NOW is a fast connectionless communication protocol developed by Espressif that features short packet transmission and allows multiple boards (ESP-32 and ESP8266 Compatible) to exchange data without using Wi-Fi.


For complete project details (schematics + source code), visit https://randomnerdtutorials.com/esp-now-two-way-communication-esp32/
Getting Started with ESP-NOW on ESP32 ~ https://randomnerdtutorials.com/esp-now-esp32-arduino-ide/
Getting Started with ESP-NOW on ESP8266 ~ https://randomnerdtutorials.com/esp-now-esp8266-nodemcu-arduino-ide/


Friday, November 29, 2019

Identify ESP32 Modules

Espressif designs and manufactures different modules and development boards, such as ESP32-WROOM-32, ESP32-SOLO-1, ...etc. So what it means?

You can identify the key characteristics by the modules name in the page https://docs.espressif.com/projects/esp-idf/en/latest/hw-reference/modules-and-boards.html.



Tuesday, October 29, 2019