This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Use rRF51 Dongle to get RSSI from nRF24L01+

HI:

I want to use nRF24L01+ as TX, and nRF51 Dongle as RX. And I try to use nRF51 Dongle to just listen for the RSSI of the NRF24L01+. Is there any example or reference for that?

All I can find are examples of BLE such as:

devzone.nordicsemi.com/.../ devzone.nordicsemi.com/.../

Thanks in advance.

Parents
  • You are transmitting with ESB? In latest SDK you should find implementation that should be compatible (or almost compatible) with ESB used on nrf24l01+. It is just needed to enable RSSISTART start task shortcut and read RSSI value after each incoming packet... What you should do first is just implement basic ESB on nRF51 - you will add reading RSSI easily.

Reply
  • You are transmitting with ESB? In latest SDK you should find implementation that should be compatible (or almost compatible) with ESB used on nrf24l01+. It is just needed to enable RSSISTART start task shortcut and read RSSI value after each incoming packet... What you should do first is just implement basic ESB on nRF51 - you will add reading RSSI easily.

Children
No Data
Related