NordicPlayground / nRF51-ble-bcast-mesh

Other
323 stars 121 forks source link

How to get started with BLE Mesh ? #131

Closed anujdutt9 closed 7 years ago

anujdutt9 commented 7 years ago

Hi. I have the NRF51 Dongles and the nrf software as well. I want to create a simple Mesh. How can I go about it ? Where to start from ?? Can anyone please help. Thanks : )

trond-snekvik commented 7 years ago

Hi,

The simplest way to get started is to download the nRF Connect Mesh application. It allows you to easily flash and communicate with the open mesh, and will help you learn the concepts.

Once you feel familiar with the mesh, and want to start developing your own applications, take a look at the BLE gateway example. It displays some basic functionality, and should give you some insight to how to use the APIs. Also make sure you read the readme, as it contains some vital information on setting up the repo.

If you want to explore the internals of the mesh, there are a couple of additional guides in /docs/:

Happy meshing!

anujdutt9 commented 7 years ago

Hey, thanks for the information. I'll get started with it : ) :+1: