I have to connect more than one nrf-51822 dk and send theirs RSSI level, because i need to knows their posittion. Somebody could help me? Have some example similary to what i want?
I have to connect more than one nrf-51822 dk and send theirs RSSI level, because i need to knows their posittion. Somebody could help me? Have some example similary to what i want?
Estimating distance based on RSSI is a common use case. In order to do that the peripherals will normally let the central know about the TX power they use. Then the central can estimate the distance based on its measurement of RSSI combined with the knowledge of the TX power. This is for example done by the Beacon example, and also by the Proximity Application, which uses the TX Power Service.
Estimating distance based on RSSI is a common use case. In order to do that the peripherals will normally let the central know about the TX power they use. Then the central can estimate the distance based on its measurement of RSSI combined with the knowledge of the TX power. This is for example done by the Beacon example, and also by the Proximity Application, which uses the TX Power Service.
Thanks for your answer Einar.