arduino-libraries / ArduinoBLE

ArduinoBLE library for Arduino
GNU Lesser General Public License v2.1
314 stars 205 forks source link

Mesh #22

Open ixj111 opened 5 years ago

ixj111 commented 5 years ago

Hi, is there any plan to add the support for BLE mesh? Thanks.

jwgmeligmeyling commented 5 years ago

It doesn't seem so: https://github.com/arduino-libraries/ArduinoBLE/issues/6#issuecomment-485814549

charly37 commented 5 years ago

I m also very interested in the future support. Wonder if anybody actively working on this library has any kind of insider info to share ? BTW I just manage to have my nano BLE33 working fine with this lib and it was very easy and well documented so big thanks to the DEV team !

charly37 commented 5 years ago

it seems that MESH network in BT are quite complicated.... some doc here https://www.novelbits.io/bluetooth-mesh-tutorial-part-3/ explaining the notion of provisionning with a "special" device "device used to add a node to the network is called the provisioner (usually a tablet, smartphone, or a PC)." and most of the doc example online rely on some SDK :( No idea how much work it would be to have it supported in this lib

antlomb commented 4 years ago

Any news one year later ?

electroc commented 2 years ago

Any news 1.5 years later ?

0x44454c commented 5 months ago

Is there a way to develop BLE mesh network based sensor data collection in Arduino BLE 33? Searched a lot of libraries especially nRF sdk, and mbed mesh network, but couldn't figure out how to implement BLE mesh.

Require urgent help.