ESP-BLE-MESH Send menssages
Posted: Wed Mar 13, 2024 10:04 am
Hello everyone!
I am new to using esp-idf and I am currently working with BLE Mesh. I need some advice on achieving the following:
Broadcast communication: Any node should be able to send messages to all other nodes in the network.
Unicast communication: A node should be able to send messages to a specific node.
Groupcast communication: A node should be able to send messages to a subgroup of nodes.
The goal is to send simple text messages, such as "Hello".
I have been studying Bluetooth Low Energy (BLE) for the past few months and have been reviewing the example projects provided by Espressif. I believe I need to create a Vendor Model to send text messages, but as a beginner, I would appreciate any advice from people with more experience.
Any suggestions are welcome!
Best regards,
Celia
I am new to using esp-idf and I am currently working with BLE Mesh. I need some advice on achieving the following:
Broadcast communication: Any node should be able to send messages to all other nodes in the network.
Unicast communication: A node should be able to send messages to a specific node.
Groupcast communication: A node should be able to send messages to a subgroup of nodes.
The goal is to send simple text messages, such as "Hello".
I have been studying Bluetooth Low Energy (BLE) for the past few months and have been reviewing the example projects provided by Espressif. I believe I need to create a Vendor Model to send text messages, but as a beginner, I would appreciate any advice from people with more experience.
Any suggestions are welcome!
Best regards,
Celia