Hi there and first of all, thank you for your time,
i'm working on creating a little power meter and would like to display the data on my EDGE500.
i'm a little bit confused about how you manage to set the communication settings.
For instance i bought this particular transceiver
https://www.sparkfun.com/products/152
I read many times the different pdf on the ant developper page, i know for instance that the first message should look like:
channel type 0x10
network key -> garmin network key
rf channel = 57
transmission type= 0x0 or 0x5
device numb= 1 < x <65535
channel Period = 8182
then "power only" messages:
0x10 power only type
update event count
0xFF (not used pedal contribution)
2bytes of accumulated power
2bytes of instantaneous power
are all of these set by antWare or other software, or do we have to write some protocol on the mcu?
could you give me a few example of messages SENT ( for TX ) by an mcu? i only got received messages on the internet.
At now, all that i tried didn't work ( sending different messages to the edge etc.. )
thanks for your help and time