i had two nrf52dks where in that one broadcasts and another should read the data like rssi,major,minor,mac address and battery level of 1st nrf52dk
i had two nrf52dks where in that one broadcasts and another should read the data like rssi,major,minor,mac address and battery level of 1st nrf52dk
So have you looked at the SDK examples to see if there's anything close to that?
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/examples
yes i saw but i am not getting which example to use....please help me
Hello,
Can you elaborate more on what you are trying to accomplish?
two nrf52dks where in that one broadcasts and another should read the data
The best way would be to look at the central (reads data) and peripheral (broadcasts data) examples. Once you have found what services you need, you can enable each service in the sdk_config.h using the Template Application as a starting point.
Kind regards,
Oeyvind
