Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

You are here: Forum Home → ANT+ Forums → ANT+ Heart Rate Monitor → Thread

   

Ant_Demo & HRM

Rank

Total Posts: 1

Joined 2009-07-14

PM

Hi, I'm trying to get an app running & decoding heart rate data live from the HRM1b, and running into some trouble.

I've run ANTware and received data, so I should be able to receive data from other apps that I've tried but no luck.

Right now, I'm working with Ant_Demo (which is a Visual C++ managed / unmanaged demo project you guys put here on the forums), and I'm trying to get it to connect with my HRM.

In the code, after getting the successfully connected message, I'm setting the network key. I also added a message to log that the network key was successfully set (this is being fired correctly).

So after running the demo and putting in the same info I use for ANTware, all messages return successful but there aren't any HRM messages sent from the device.

Any suggestions to point me in the right direction?
Thanks a lot.
-Corwin      
RankRankRankRank

Total Posts: 116

Joined 2008-11-21

PM

If you successfully changed the network key, then changed all the parameters to be the same as in ANTware, then it should work.      
Rank

Total Posts: 1

Joined 2009-07-14

PM

Thanks. Double checked everything and got the software connecting reliably to the HRM, however I get 1 good message for every 5 or 6 RX Fails.

Any idea why this is occurring?