Hello,
I'm trying to establish communication between Arduino UNO and the Premium heart rate monitor (
http://www.thisisant.com/directory/premium-heart-rate-monitor-soft-strap). I have tried sending the configuration such as Channel ID, Network KEY, etc. But I'm not sure about my code.
Config:
TX: A4 1 4A 0 EF // Reset
TX: A4 2 4D 0 54 BF // Assign Channel 0
TX: A4 2 4D 0 3D D6 // Assign Channel 1
TX: A4 3 42 0 0 0 E5 // Assign Channel 2
TX: A4 5 51 0 0 0 0 0 F0 // Assign Channel 3
TX: A4 9 46 0 [Network key] // Assign Channel 4
TX: A4 2 44 0 A E8 // Timeout
TX: A4 2 45 0 39 DA // Frequency
TX: A4 3 43 0 1F 86 7D // Channel Period
TX: A4 1 4B 0 EE // Open Channel
I'm not able to receive information. The RF I'm using is Sparkfun transceiver (
https://www.sparkfun.com/products/retired/8565) with a logic level converter to get to it (
https://www.sparkfun.com/products/11978).
I think I have a problem in setting the parameters for the communication.
Thanks for all your help