Hello.
I am considering if it would be possible to emulate ant sensors in an android device that is not directly ANT+ compatible.
The goal of this is to make some kind of wrapper between other kind of sensors to transform it into ANT+ sensors, to give the chance to use them in ANT+ designed apps.
For example, I have an indoor cycle that can be controled and monitorized from an android device using a public API. The information that the bike sends includes pulse, watts, cadence and speed. This information is the same that you could get with common bike ant sensors.
So, my question is if I could make some developement in android to get all this information and publish it emulating ant+ sensors, to use it with other apps designed to work with regular ant+ sensors.
I have developed android apps before, but I have never use ant technology.