Hello, could you share the project code, if possible. at my place of work, they decided to purchase esp 32 modules and set almost the same task as yours.rrwatt wrote: create a mesh network of sensors that report to one client node.
Search found 2 matches
- Mon May 06, 2024 3:59 am
- Forum: ESP-IDF
- Topic: Publishing Messages in Mesh Network
- Replies: 6
- Views: 4923
Re: Publishing Messages in Mesh Network
- Sat May 04, 2024 7:12 am
- Forum: ESP-IDF
- Topic: ESP32_BLE_MESH_SEND_DATA
- Replies: 0
- Views: 325
ESP32_BLE_MESH_SEND_DATA
Hello, I am trying to implement a mesh network on ESP32-WROOM-32UE, I have a question how do I transfer data over the network. That is, I want to send a data packet via MESH on one module and receive it on the other modules and output it to the UART. Maybe someone has already implemented this? And I...