esp-now | Random Nerd Tutorials https://randomnerdtutorials.com Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 23 Jul 2025 14:16:48 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.2 https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2018/03/n-favicon-2018.png?fit=16%2C16&quality=100&strip=all&ssl=1 esp-now | Random Nerd Tutorials https://randomnerdtutorials.com 32 32 49223337 ESP32 CYD with ESP-NOW: Receive and Display Data From Multiple Boards https://randomnerdtutorials.com/esp32-cyd-esp-now-receive-data/ https://randomnerdtutorials.com/esp32-cyd-esp-now-receive-data/#comments Thu, 10 Jul 2025 13:23:01 +0000 https://randomnerdtutorials.com/?p=171725 In this project, you’ll learn how to use the ESP-NOW communication protocol with the ESP32 CYD Board (Cheap Yellow Display) to receive and display data from multiple ESP32 sender boards. ...

CONTINUE READING »

The post ESP32 CYD with ESP-NOW: Receive and Display Data From Multiple Boards first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cyd-esp-now-receive-data/feed/ 12 171725
MicroPython: ESP-NOW with ESP32 (Getting Started) https://randomnerdtutorials.com/micropython-esp-now-esp32/ https://randomnerdtutorials.com/micropython-esp-now-esp32/#comments Thu, 19 Jun 2025 13:48:55 +0000 https://randomnerdtutorials.com/?p=170305 Learn how to use ESP-NOW communication protocol with the ESP32 programmed with MicroPython. ESP-NOW is a connectionless communication protocol created by Espressif, designed for short packet transmission. It is one ...

CONTINUE READING »

The post MicroPython: ESP-NOW with ESP32 (Getting Started) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/micropython-esp-now-esp32/feed/ 9 170305
ESP32 I2C Master and Slave (I2C Communication Between Two ESP32) – Arduino IDE https://randomnerdtutorials.com/esp32-i2c-master-slave-arduino/ https://randomnerdtutorials.com/esp32-i2c-master-slave-arduino/#comments Thu, 20 Jun 2024 11:35:29 +0000 https://randomnerdtutorials.com/?p=155800 In this guide, you’ll learn how to exchange data between two ESP32 boards using I2C communication protocol. One ESP32 board will be set as an I2C master and the other ...

CONTINUE READING »

The post ESP32 I2C Master and Slave (I2C Communication Between Two ESP32) – Arduino IDE first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-i2c-master-slave-arduino/feed/ 21 155800
ESP32 Wireless Communication Protocols https://randomnerdtutorials.com/esp32-wireless-communication-protocols/ https://randomnerdtutorials.com/esp32-wireless-communication-protocols/#comments Fri, 28 Oct 2022 13:55:56 +0000 https://randomnerdtutorials.com/?p=95073 The ESP32 supports several different wireless communication protocols. Each protocol has its advantages and disadvantages and one can be more suitable than the other depending on the application. This guide ...

CONTINUE READING »

The post ESP32 Wireless Communication Protocols first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-wireless-communication-protocols/feed/ 20 95073
ESP32: ESP-NOW Encrypted Messages https://randomnerdtutorials.com/esp32-esp-now-encrypted-messages/ https://randomnerdtutorials.com/esp32-esp-now-encrypted-messages/#comments Thu, 20 Oct 2022 09:42:01 +0000 https://randomnerdtutorials.com/?p=116459 In this guide, you’ll learn how to encrypt ESP-NOW messages exchanged between ESP32 boards. ESP-NOW uses the CCMP method for encryption using a Primary Master Key (PMK) and Local Master ...

CONTINUE READING »

The post ESP32: ESP-NOW Encrypted Messages first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-esp-now-encrypted-messages/feed/ 14 116459
ESP-NOW: Auto-pairing for ESP32/ESP8266 with Bidirectional Communication and Web Server https://randomnerdtutorials.com/esp-now-auto-pairing-esp32-esp8266/ https://randomnerdtutorials.com/esp-now-auto-pairing-esp32-esp8266/#comments Thu, 13 Oct 2022 14:58:24 +0000 https://randomnerdtutorials.com/?p=115899 This guide shows how to build an ESP32 web server and use ESP-NOW communication protocol simultaneously. We’ll show you how to establish a two-way communication between the master (web server) ...

CONTINUE READING »

The post ESP-NOW: Auto-pairing for ESP32/ESP8266 with Bidirectional Communication and Web Server first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp-now-auto-pairing-esp32-esp8266/feed/ 126 115899
ESP32 BLE Server and Client (Bluetooth Low Energy) https://randomnerdtutorials.com/esp32-ble-server-client/ https://randomnerdtutorials.com/esp32-ble-server-client/#comments Thu, 11 Nov 2021 14:41:59 +0000 https://randomnerdtutorials.com/?p=107720 Learn how to make a BLE (Bluetooth Low Energy) connection between two ESP32 boards. One ESP32 is going to be the server, and the other ESP32 will be the client. ...

CONTINUE READING »

The post ESP32 BLE Server and Client (Bluetooth Low Energy) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-ble-server-client/feed/ 85 107720
VS Code Workspaces with ESP32 and ESP8266 Projects https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/ https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/#comments Wed, 14 Jul 2021 12:54:58 +0000 https://randomnerdtutorials.com/?p=105106 In this tutorial, you’ll learn how to deal with workspaces on VS Code to organize your ESP32 and ESP8266 projects. You’ll learn what is a single-folder workspace, a multi-root workspace, ...

CONTINUE READING »

The post VS Code Workspaces with ESP32 and ESP8266 Projects first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/feed/ 9 105106
ESP8266 NodeMCU Plot Sensor Readings in Charts (Multiple Series) https://randomnerdtutorials.com/esp8266-nodemcu-plot-readings-charts-multiple/ https://randomnerdtutorials.com/esp8266-nodemcu-plot-readings-charts-multiple/#comments Wed, 05 May 2021 15:11:14 +0000 https://randomnerdtutorials.com/?p=103613 This project shows how to build a web server with the ESP8266 NodeMCU board to plot sensor readings in charts with multiple series. As an example, we’ll plot sensor readings ...

CONTINUE READING »

The post ESP8266 NodeMCU Plot Sensor Readings in Charts (Multiple Series) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp8266-nodemcu-plot-readings-charts-multiple/feed/ 29 103613
ESP32 Plot Sensor Readings in Charts (Multiple Series) https://randomnerdtutorials.com/esp32-plot-readings-charts-multiple/ https://randomnerdtutorials.com/esp32-plot-readings-charts-multiple/#comments Wed, 28 Apr 2021 13:31:18 +0000 https://randomnerdtutorials.com/?p=103213 This project shows how to build a web server with the ESP32 to plot sensor readings in charts with multiple series. As an example, we’ll plot sensor readings from four ...

CONTINUE READING »

The post ESP32 Plot Sensor Readings in Charts (Multiple Series) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-plot-readings-charts-multiple/feed/ 78 103213