Showing posts with label wireless network. Show all posts
Showing posts with label wireless network. Show all posts

Thursday, February 23, 2023

Building a Dynamic ESP32 Wireless Network using the ESP-Now Protocol

In this three part series we will design a dynamic wireless network using ESP32 modules and leveraging EXPRESSIF's ESP-NOW communication protocol.

In part 1 we provide an overview of the ESP-NOW communication protocol and talk about how our dynamic wireless network will work.


In part 2 we look at a simple implementation of ESP-Now that will serve as a foundation for the dynamic network we will design and cover in part 3.



Patreon page link: https://www.patreon.com/forcetronics

ESP-NOW documentation: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_now.html


**************Part 3 coming soon*******************************



Wednesday, November 23, 2016

Creating a Sensor Network that Connects to the Cloud Part 3

In this three part series we look at how to create a wireless sensor mesh network that stores data on the cloud using the Arduino platform. In part three we look at how to access the sensor data from the cloud with a PC or Android device.


GitHub link to access code from the series: https://github.com/ForceTronics/nRF24L01-Sensor-Network-that-Connects-to-the-Cloud/