Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

RSSI measurement type problem

Rank

Total Posts: 5

Joined 0

PM

Hi there,

I'm using a nrf24ap2e for my solution. I successfully enabled reporting of RSSI values using 0x6e.
However, the extended message field never gets filled with valid RSSI data...
The fields always look like this: [0x40][0x10][0x00][...] --> since the "measurement type" is NOT 0x20, something is not working right...

Any help apreciated!

Cheers!      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

RSSI measurements are not supported in the nRF24AP2. In order to use this feature, you need to use a product that supports it, such as the CC257x. Timestamp/channel ID information are supported in both parts.      
Rank

Total Posts: 5

Joined 0

PM

Thanks for your answer!

Hmm, I'd have expected a response reflecting the lack of this capability at the time when I enabled the configuration using "lib config" (0x6e), but this command returns successfully.