Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Simple exemple of reading ANT+ sensor

Rank

Total Posts: 2

Joined 2013-11-25

PM

Hello
I develloped in VB.net application that reads bicycle sensors on home trainer (cadence, speed, heart rate).
I am suitable for the ANT+ sensors
Would you have an example (in VB.net or otherwise) of a simple Windows application that reads an ANT+ sensor and displays the value read from a window?
Thank you for helping me in my debut!
Ribois      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

The ANT Windows Library Package contains a simple console C# demo that demonstrates how to setup ANT channels and is the best point for getting started using the libraries. To connect to an ANT+ sensor, you will need to modify the channel parameters (including the network key) to match those in the device profile you are interested in. Good luck!      
Rank

Total Posts: 2

Joined 2013-11-25

PM

ok, thank you