Hi
Now, I implemented a heart rate transmitter on nRF51422 according to ANT+ heart rate monitor profile.
In my design, heart rate data was read from sensor at each one second. Following it, my firmware sent this heart rate data to ANTWareII slave. In ANTWareII, I set channel period is 8070 (4.06Hz).
The result is a lot EVENT)RX_FAILED(0x02) between correct heart rate packets.
I got some questioon about this issue
1. Although real heart rate data was read at every one second, it is still necessary to send ANT+ slave around
4 packets per second to prevent EVENT_RX_FAILED ? And, this 4 sequential packets have same content.
2. About sending out same 4 packets per second, s210/s310 sotware stack will automatically do it or
application code (user) needs to do it?