Page 1 of 1

ESP32 Arduino BLE Mesh

Posted: Fri May 13, 2022 6:54 am
by Jackie
Is ESP32 Arduino BLE Mesh implemented? If so, link pls. Thanks.

Re: ESP32 Arduino BLE Mesh

Posted: Sat May 14, 2022 1:49 pm
by rpiloverbd
Looks like nobody has shared in the internet actually how to perform this. However, here are some links that may help you in this regard.

https://rntlab.com/question/how-to-crea ... esp32-ble/
https://www.theengineeringprojects.com/ ... nergy.html

Re: ESP32 Arduino BLE Mesh

Posted: Sun May 15, 2022 6:23 am
by Jackie
Thanks

Re: ESP32 Arduino BLE Mesh

Posted: Mon May 16, 2022 6:18 pm
by chegewara
BLE mesh is not enabled in arduino bluedroid, that's why you can't find any examples.
You can check nimble library for arduino, there is some work already done to make use of ble mesh.