Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

How can I get RSSI value in receive message on Android

Rank

Total Posts: 2

Joined 2012-01-10

PM

Hi~

I want to get RSSI Value in receive-message on Android for my project.

However, I know that there is no way to use "LibConfig" method

and the length of receive-message is limited to 8byte.

How can I get RSSI value in receive message on Android.      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

Rank

Total Posts: 2

Joined 2012-01-10

PM

I read that post already.

It is about tx message not rx message.

As far as I know, rx message for RSSI needs "Lib Config" function before open channel.

In my opinion, it's different from tx mechanism on that post.      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

You need to send the raw LibConfig message as described in the other post to enable RSSI extended messaging. Length of the received messages will then be adjusted automatically for you.

Please give it a try.