Hello,
Could anyone please provide some help on how to set up simple communication with ANT (not ANT+)?
I am very new to MonkeyC and would appreciate some help.
I currently have a simple data field deployed to the IQ store that right now only displays a simple runner ID. Right now, all I need is for the ANT payload to broadcast that 8-character long string over any ANT channel.
Link to my app (currently does nothing):
https://apps.garmin.com/apps/6329a0c7-937b-490a-a8f7-f0f3ed859ed2
There is some information about the project on the data field description, but right now it doesn't do any communication. I want to just use the GenericChannel feature to broadcast the data.
I have posted a forum question before, but that was regarding BLE, not ANT.
What is the simplest way to send a simple 8-byte string over ANT with the fastest possible frequency? I know ANT+ is 4Hz but ANT is 200Hz, and I ideally would like more than 10Hz.
I have looked at the GenericChannel sample, but it is very long and honestly a little confusing, I feel like it could be simpler.
Any help is greatly appreciated!