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
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
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

@Øyvind now my central (reads data) should read the whole data like rssi,major,minor,mac address and battery level of peripheral (broadcasts data) beacon which is shown in the picture above
I'm sorry, I am not sure what you mean. Did you get an answer to your question? Information about RSSI, address etc can be retrieved using the SoftDevice API, see documentation here.
A similar case from DevZone can be found here, however with another version of SDK and SoftDevice.
Let me know if this helps.
Kind regards,
Oeyvind
but i am not getting correct answer anywhere that whether one(pheripheral) broadcasts and another(central) should read the data like rssi,major,minor,mac address and battery level of 1st nrf52dk