Hi
I have 1 PCA10040 dev kit and 1 Raspberry Pi 3.
If I connect NRF dongle to Raspberry Pi will Raspberry Pi act as mesh-node ?
All I want to do is send data from PCA10040 dev kit to raspberry pi via BLE Mesh.
Thanks in advance.
Hi
I have 1 PCA10040 dev kit and 1 Raspberry Pi 3.
If I connect NRF dongle to Raspberry Pi will Raspberry Pi act as mesh-node ?
All I want to do is send data from PCA10040 dev kit to raspberry pi via BLE Mesh.
Thanks in advance.
On the R-Pi there are 2 options.
Option A is to use the native BLE on the R-PI and you need to implement a mesh stack on it. This we don't provide.
Option B is to use the nRF52840 dongle. On the Dongle you run the serial firmware. And the R-PI you use UART to communicate with the nRF52840. Imagin the R-PI as the PC as in the link I sent to you.