Search found 2 matches

by mp54000
Wed Feb 02, 2022 5:11 am
Forum: ESP-IDF
Topic: BLE MESH string sending
Replies: 7
Views: 7393

Re: BLE MESH string sending

Hey folks! Update on this matter, I was able to pass a string from a node to another by making a simple modification to the custom vendor model example (git patch below): diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/main.c b/examples/bluetooth/esp_ble_mesh/bl...
by mp54000
Wed Jan 26, 2022 12:17 am
Forum: ESP-IDF
Topic: BLE MESH string sending
Replies: 7
Views: 7393

Re: BLE MESH string sending

I also have the same issue, I'm unable to write a simple code that uses the user property model to pass strings. @abansal22 could you help us by providing a sample code that sends a string from a node to another, please? That would be immensely helpful