This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ANT+ bpwr tx with Garmin edge 520plus

Hi,

I have two questions:

1)  I am using ant bpwr tx example, SDK 15.2., Softdevice S212 v5.0.0, Segger embedded studio, nRF52832 DK and Garmin edge 520plus to display data. Now I am able to see Standard power - only main data page (0x10) data in watts and instaneous cadence on my Garmin device, example also prints data via UART. Problem is, that I want to broadcast Standard Crank Torque Main Data Page (0x12) and when I change sensor type to crank torque sensor in config.h, my Garmin device can see the power sensor, but does not read any data from it, but I can see data printed on UART. So what should be the problem?

2)  My goal is to insert my custom data from my app, that reads peripheral and computes torque and cranks tics, revolutions and other values required to be full compliant with bpwr tx profile. So my question is, if it is the best way to insert data in the same way as the bpwr simulator does, or if is there some better solution to do that ?

thank you

Parents Reply
  • Yes, I had configured networks key to value I got from thisisant as an ant adopter ( there is written that code {0, 0, 0, 0, 0, 0, 0, 0} is already an invalid value, so i have put there the valid network key that is written there. Anyway when I set the code to {0, 0, 0, 0, 0, 0, 0, 0}, Garmin device can not see any bpwr sensor, but when I set it to the network key provided on thisisant, Garmin device can see all types of bpwr sensors ( power only, torque on wheel, torque on crank) but can just show incomming data from power only sensor. From torque on crank/wheel it can not show any incomming data.

Children
Related