IS it possible to combine nrf52 mesh with a simple saadc program?
what i basically want is to send some sensor data(temperature) as a packet.
IS it possible to combine nrf52 mesh with a simple saadc program?
what i basically want is to send some sensor data(temperature) as a packet.
Yes.
But, before you do that, you need to be familiar with the Mesh on its own, and the SAADC on its own.
nRF SDK for Mesh Getting Started:
More Mesh tips - including general concepts & terminology:
https://devzone.nordicsemi.com/f/nordic-q-a/45818/about-mesh-network/180515#180515
Standard SDK - SAADC:
Using Standard SDK examples with Mesh:
I want a proper example could you please merge 2 programs and take screenshots 1 by 1 and write the steps,You may just merge any sdk example.Thanks
I am familiar with mesh completely.
Hi,
You could have a look at the Coexistence examples to get an idea on how to merge a BLE project from the nRF5 SDK and an example from Mesh SDK. Also, have a look at the link provided by awneil about including nRF5 SDK in a Mesh example.
Hi,
You could have a look at the Coexistence examples to get an idea on how to merge a BLE project from the nRF5 SDK and an example from Mesh SDK. Also, have a look at the link provided by awneil about including nRF5 SDK in a Mesh example.
Hi Mttrinh,
It appears that the links provided by awneil no longer exist. Could you provide another useful link to this, as I am trying to solve same task.
Thanks
Hi,
I have updated the link that awneil provided :)