brodykenrick / ANTPlus_Arduino

ANT+ (Nordic nRF24AP2) UART interface for Arduino
39 stars 13 forks source link

Multi channel #3

Closed jerome2710 closed 8 years ago

jerome2710 commented 8 years ago

Hi,

I am using the AP2 (ANTAP281M5IB) with the sample code from Digital Hack Blogspot. Is it possible to use your code with multi channel? I am trying to read out some bike sensors on my Arduino (heart rate, speed & power).

Thank you so much!

Kind regards, Jerome

brodykenrick commented 8 years ago

G'day Jerome,

Yes - it is possible. I had it setup reading both a hear rate monitor and a cadence/speed monitor with the device I used.

See how I used it at this line of the project I worked on. https://github.com/brodykenrick/RetroRunnerReadoutEPaper_Arduino/blob/master/RetroRunnerReadout.ino#L474

Cheers, Brody