Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

How to analyze sensrcore data format?

RankRankRankRank

Total Posts: 523

Joined 2012-11-15

PM

I receive the data from the AT3 module that run sensRcore mode,
but i can't sure the received data(Broadcast) that is my need.
Then , i just know the last byte is a incremental value.
Can anyone can give me the format of the message/data.      
Avatar
RankRankRankRank

Total Posts: 213

Joined 2011-05-02

PM

RankRankRankRank

Total Posts: 523

Joined 2012-11-15

PM

rizopoulos, thank you for your reply .
I had seen the document , and i show the my received data such as below.
Received BROADCAST_DATA_0x4E
:: 4e, 00-41-00-00-00-F3-F2-40-A9
Received BROADCAST_DATA_0x4E
:: 4e, 00-41-00-00-00-F3-F2-00-A9
Received BROADCAST_DATA_0x4E
:: 4e, 00-41-00-00-00-F3-F2-C0-A8


Then, I have some question here below.
First, I know the last two byte have its rule, but i don't what bytes mean?
Second,"F3-F2" is converted Data ??(who can tell me it is true.)
Third, "41" is a command or...? (But Msg. ID 0x41 is Unassigned Channel...)      
Avatar
RankRankRankRank

Total Posts: 213

Joined 2011-05-02

PM

Hello,

The message ID you are receiving is 0x4E which is "Broadcast Data". As an example, the data 00-41-00-00-00-F3-F2-40-A9 corresponds to a channel number of 0x00, and an 8 byte data payload of 41-00-00-00-F3-F2-40-A9.

Because ANTware II does not display raw ANT messages, it might be more useful to you to actually look at the Device0.txt file available under 'Log Files' in ANTware II. Device0.txt is a log of all of the raw communication between ANT and it's host.

Cheers,

Kassandra