NordicPlayground / nRF51-ble-bcast-mesh

Other
324 stars 121 forks source link

Mesh using NRF51 #69

Closed junaediadi closed 8 years ago

junaediadi commented 8 years ago

Dear All, Hello, I will develop bluetooth Mesh and found that in this project they used NRF51. Could you help me,what is the limitation of this project,and do we need smartphone like in CSR as a central device?

Thanks,

daviddedwin commented 8 years ago

The Smartphone can participate in the Mesh using GATT (Generic Attribute Profile) but is not a required part of the Mesh.

junaediadi commented 8 years ago

Could you help me to mention,what equipments/devicesthat I need to build this system beside the NRF51 DK?

daviddedwin commented 8 years ago

The nRF51-DK or nRF51-Dongle is sufficient to build and use the Mesh, you need to have 2 or more of them.

junaediadi commented 8 years ago

Dear David,

Thanks for your explanation. SO nRF51DK act also as a central device to send command to other device? is it right?

daviddedwin commented 8 years ago

The nRF51 DK can act as a peripheral, central and as a mesh node. This article can help (it is a but old) https://devzone.nordicsemi.com/blogs/672/accessing-the-ble-mesh-via-the-spark-cloud/ , but can act as a useful starting point.

junaediadi commented 8 years ago

Dear David, Thanks for your help.I will start to learn from that starting point..

Br, Junaedi Adi P