This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can I provisioning a Mesh network using BLE of raspberry Pi 3?

Hi everyone, i want to implement a Wifi / Bluetooth Mesh gateway using Raspberry. So, can I provisioning a Mesh network using BLE on raspberry Pi 3?

Parents Reply
  • Yes, BlueZ could be an option. We are talking about 2 approaches here. First one is to use BlueZ and somehow manage to make it support Bluetooth mesh (stay in RX all the time to scan for mesh packet). I don't think this is very feasible. 

    Second is to use BLE as you mentioned. Then you would need PB-GATT supported on the node to do provisioning. This is similar to what we have on the phone app. You would still need to implement Mesh stack, but the communication will be over BLE. And your device would need a proxy node to be able to communicate with mesh. 

    When with the RPi + nRF52 you can do Bluetooth Mesh natively. And we have all the code that you need for that. 

Children
Related