First I want to say thank you for writing such a great and complete ANT+ library for the Arduino. I've been working on making a translator for a wired Cycleops Indoor Bike powermeter to broadcast on ANT+. My Blog on this . I have it working using some cobbled together code but I would love to implement your library in place of what I have now but I've been unable to figure out how to get the ANTPlus::send class to work for me. Wondering if you have any examples or tips to help get it working?
The end goal is to implement the FE-C device profile and turn it into a full smart trainer with a BLDC motor as a controllable brake.
UPDATE:2017-Dec-10
I solved my own question. I have created a Fork of this library with example that implements ANT+ FE-C for a bike trainer.
ANTPlus_Arduino Fork
First I want to say thank you for writing such a great and complete ANT+ library for the Arduino. I've been working on making a translator for a wired Cycleops Indoor Bike powermeter to broadcast on ANT+. My Blog on this . I have it working using some cobbled together code but I would love to implement your library in place of what I have now but I've been unable to figure out how to get the ANTPlus::send class to work for me. Wondering if you have any examples or tips to help get it working?
The end goal is to implement the FE-C device profile and turn it into a full smart trainer with a BLDC motor as a controllable brake.
UPDATE:2017-Dec-10 I solved my own question. I have created a Fork of this library with example that implements ANT+ FE-C for a bike trainer. ANTPlus_Arduino Fork