Skip to content

dualvim/ESPNOW_TwoWayCommunication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using ESP-NOW with ESP32

Parts required:

  • NodeMCU ESP32 boards - x2
  • ZS-042 RTC module (with the DS3231 RTC) - x1
  • BMP280 sensor module (temperature and air pressure) - x1

Sketches:

  • Module_01_ESP-NOW_TwoWayCom: Sketch uploaded to the first ESP32 module.
    • Receives the data of temperature and pressure from Module 2.
    • Sends to module 2 the data os date, time and temperature (read on the RTC module).
  • Module_02_ESP-NOW_TwoWayCom: Sketch uploaded to the second ESP32 module.
    • Receives the data of date, time and temperature from module 1.
    • Sends to module 1 the data of temperature and air pressure (read on the BMP280 module).

Schematic Diagram:

Schematic

Project running:

Project in execution

About

Making a Two-Way communication using the ESP-NOW protocol, using 2 ESP32 boards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published