Search found 6 matches

by bhcuong2008
Mon Sep 29, 2025 5:19 am
Forum: ESP-IDF
Topic: How to activate BLE Mesh v5.0 Nimble, using extended adv and coded phy?
Replies: 1
Views: 1031

Re: How to activate BLE Mesh v5.0 Nimble, using extended adv and coded phy?

More info, I use esp-idf v5.5 in Arduino ESP32 environment.
by bhcuong2008
Mon Sep 29, 2025 5:12 am
Forum: ESP-IDF
Topic: How to activate BLE Mesh v5.0 Nimble, using extended adv and coded phy?
Replies: 1
Views: 1031

How to activate BLE Mesh v5.0 Nimble, using extended adv and coded phy?

Hi,

I'm developing my ESP32-C3 BLE Mesh project using NimBLE. Everything is fine with legacy ble mesh. But when switch to BLE 5.0, by enable sdkconfig CONFIG_BT_NIMBLE_EXT_ADV, CONFIG_BLE_MESH_USE_BLE_50, everything still works fine. But it's still legacy. It do segmentation when I send 17 bytes ...
by bhcuong2008
Mon Apr 07, 2025 3:43 pm
Forum: ESP-IDF
Topic: ESP-BLE-MESH OnOff Client sending but OnOff Server not receiving
Replies: 1
Views: 97

Re: ESP-BLE-MESH OnOff Client sending but OnOff Server not receiving

I've just solved it with option CONFIG_BT_LE_SCAN_DUPL_TYPE_DATA_DEVICE=y in my sdkconfig!
by bhcuong2008
Mon Apr 07, 2025 3:42 pm
Forum: ESP-IDF
Topic: ESP32 BLE Mesh only connected node can receive on/off commands
Replies: 2
Views: 112

Re: ESP32 BLE Mesh only connected node can receive on/off commands

I've just solved it with option CONFIG_BT_LE_SCAN_DUPL_TYPE_DATA_DEVICE=y in my sdkconfig!
by bhcuong2008
Mon Apr 07, 2025 3:41 am
Forum: ESP-IDF
Topic: ESP32 BLE Mesh only connected node can receive on/off commands
Replies: 2
Views: 112

ESP32 BLE Mesh only connected node can receive on/off commands

Hi,

I have faced the same issue in this post.

https://stackoverflow.com/questions/74984508/esp32-ble-mesh-only-connected-node-can-receive-on-off-commands

I setup a mesh network using nRF Mesh android app with 3 nodes: 1 node with onoff client model (named cli1), 2 nodes with onoff server models ...
by bhcuong2008
Sun Apr 06, 2025 4:41 am
Forum: ESP-IDF
Topic: ESP-BLE-MESH OnOff Client sending but OnOff Server not receiving
Replies: 1
Views: 97

ESP-BLE-MESH OnOff Client sending but OnOff Server not receiving

Hi,

I follow the guide OnOff Client here:
https://github.com/espressif/esp-idf/blob/v5.4.1/examples/bluetooth/esp_ble_mesh/onoff_models/onoff_client/tutorial/BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md
and OnOff Server here:
https://github.com/espressif/esp-idf/blob/v5.4.1/examples/bluetooth ...

Go to advanced search