Page 1 of 1

ESP-BLE-MESH Segmented Messages Implementation

Posted: Mon May 10, 2021 1:29 am
by chunzhe
Good day! I would like to send segmented messages between a esp32 client and multiple servers through ESP-BLE-MESH. I'm quite new to the ESP-BLE-MESH tech and am looking for directions. These messages are customs messages.

I have read somewhere that I might need to use the vendor model, if I understand things correctly. So far, I have tested out the Sensor Client/Server example. Would the Sensor Client/Server example model work for sending custom messages as well with some tweaks? Or it's quite different from that example? I'm trying to send data that's more than 10 bytes.

Thanks.