Search found 6 matches
- Fri May 10, 2024 11:13 am
- Forum: General Discussion
- Topic: publish/subscriber esp ble mesh
- Replies: 0
- Views: 468
publish/subscriber esp ble mesh
Hi smart people out there! I am developing a project in which I want to send a broadcasting message to all the nodes connected to the ble mesh, basically I want to press a button and send a message to all the other nodes because right now the message is only sent to the last node provisioned. I know...
- Fri Apr 12, 2024 10:49 am
- Forum: ESP-IDF
- Topic: Multi client ble mesh
- Replies: 13
- Views: 9005
Re: Multi client ble mesh
Did you find a way to provision more nodes using Vendor model? I really am in the same situation right now
- Mon Apr 08, 2024 10:56 am
- Forum: ESP-IDF
- Topic: BLE MESH string sending
- Replies: 7
- Views: 7757
Re: BLE MESH string sending
Hi! Has anyone tried to implement this sending the message to more than one node? I have implemented this same concept using the Vendor approach but I can't make it work for more than CLIENT-SERVER communication, I thought about implementing this same thing using the Fast Provisioning example to inv...
- Mon Mar 18, 2024 11:59 am
- Forum: General Discussion
- Topic: Node working as client and server
- Replies: 1
- Views: 660
Node working as client and server
Hello! I'm working on a ESP-BLE-MESH and I need for all my nodes to work as client and servers (be able to send and receive messages) , does anyone know how can I do that? I'm using the vendor model as a base. I'm new working with Espressif, I'm sorry if this is a kinda basic question! haha Regards,...
- Wed Mar 13, 2024 10:04 am
- Forum: General Discussion
- Topic: ESP-BLE-MESH Send menssages
- Replies: 1
- Views: 673
ESP-BLE-MESH Send menssages
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 s...
- Mon Mar 11, 2024 10:10 am
- Forum: ESP-IDF
- Topic: ESP_BLE_MESH send message
- Replies: 2
- Views: 1213
Re: ESP_BLE_MESH send message
Hi! I am very interested in the same case. Did you obtained any information or were you finally able to solve this? Any advice is very helpfull!