My trials and tribulations in the electronic world.
Did you get this to work? I am thinking about using the Garmin temp sensor in a project. Where did you get the spec (ANT_DEVICETYPE, etc) for communicating?Cheers,Doug
Douglas,I got the heart rate monitor working. I got my information from several sources. The best by far is http://www.thisisant.com.If you look under the development section they have information on device profiles.digitalhack
Hi DigitalHack, Thanks for work on this. I am looking to do something similar and have taken your code and refactored/reworked and put into a library.The lib is at https://github.com/brodykenrick/ANTPlus_Arduino.The information about the rest of the project is at retrorunnerreadout.blogspot.com .Cheers,Brody
Hi,I tried to follow your setup but I am getting this result on my Serial monitor:Starting...Config StartingTX: A4 1 4A 0 EF TX: A4 3 42 0 0 0 E5 Can you please guide me on fixing this one?
Post a Comment
4 comments:
Did you get this to work? I am thinking about using the Garmin temp sensor in a project. Where did you get the spec (ANT_DEVICETYPE, etc) for communicating?
Cheers,
Doug
Douglas,
I got the heart rate monitor working. I got my information from several sources. The best by far is http://www.thisisant.com.
If you look under the development section they have information on device profiles.
digitalhack
Hi DigitalHack,
Thanks for work on this. I am looking to do something similar and have taken your code and refactored/reworked and put into a library.
The lib is at
https://github.com/brodykenrick/ANTPlus_Arduino.
The information about the rest of the project is at
retrorunnerreadout.blogspot.com .
Cheers,
Brody
Hi,
I tried to follow your setup but I am getting this result on my Serial monitor:
Starting...
Config Starting
TX: A4 1 4A 0 EF
TX: A4 3 42 0 0 0 E5
Can you please guide me on fixing this one?
Post a Comment