hi
I want to transfer sensor data using BLE Mesh to the end node.
I have 3 nRF52840 development boards.
how can it be done using BLE Mesh?
hi
I want to transfer sensor data using BLE Mesh to the end node.
I have 3 nRF52840 development boards.
how can it be done using BLE Mesh?
how can it be done using BLE Mesh?
Are you familiar with BLE Mesh in general?
Nordic have some introductory notes in the SDK Documentation.
There is also the Standard documentation.
I found this helpful in defining the terminology & basic architecture of Bluetooth Mesh:
http://blog.bluetooth.com/the-fundamental-concepts-of-bluetooth-mesh-networking-part-1
You need to study the Nordic SDK Documentation for details of Nordic's implementation.
Work through the examples in the SDK.
Adapt to suit.
Are you familiar with BLE Mesh in general?
Yes, I'm familiar with the BLE Mesh concept.
I executed the light switch example on nRF52840. In this case it just On/Off signal, but in case of sensor there will be some data to transmit.
So i got stuck here.
I suggest you to have a look at this post.