Search found 3 matches

by chunzhe
Mon May 10, 2021 1:29 am
Forum: ESP IoT Solution
Topic: ESP-BLE-MESH Segmented Messages Implementation
Replies: 0
Views: 3922

ESP-BLE-MESH Segmented Messages Implementation

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 underst...
by chunzhe
Mon May 10, 2021 1:07 am
Forum: ESP IoT Solution
Topic: ESP-BLE-MESH Sensor Server/Client Implementation
Replies: 2
Views: 5998

Re: ESP-BLE-MESH Sensor Server/Client Implementation

Hi! Thanks for replying to my post. I appreciate it. I have solved the issue with the Sensor Server/Client example model implementation. Apparently, it was a connection issue. After I added antennas to both the client and server each, it worked like a charm. Thanks for the tip too on using the app a...
by chunzhe
Wed May 05, 2021 7:56 am
Forum: ESP IoT Solution
Topic: ESP-BLE-MESH Sensor Server/Client Implementation
Replies: 2
Views: 5998

ESP-BLE-MESH Sensor Server/Client Implementation

Hi there! I recently got in contact with the ESP-BLE-MESH and is trying to understand it. I'm currently trying to implement the Sensor Server/Client example, https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/README.md on two esp32 bo...