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