You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Chris Ellem <ch...@gmail.com> on 2016/05/24 23:57:36 UTC

Flex Ant+ Garmin Sensors

Hi, Has anyone done any work with connecting to Ant+ and grabbing their
Garmin or other Ant+ sensor data..Heart Rate, etc..in a Flex UI?



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-Ant-Garmin-Sensors-tp12746.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flex Ant+ Garmin Sensors

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> I assume you need to tap into some libraries in the android sdk? for a
> mobile app and I am not too sure what to do on windows to access the Ant+
> data.

It's going to depend on how scalable you want the system to be ad how many devices you need to talk to.

If you just talking to a few devices then the way I usually go is via some sort of proxy (HTTP/Websockets/MQTT to USB/Serial) or implement the protocol (if it’s simple enough) directly in AS.

With ANT+ my understanding it that the ANT USB stick just shows up as a serial port so either of those approaches should be possible. It may be that someone has already written a proxy that does the work for you.

Hope that helps,
Justin

Re: Flex Ant+ Garmin Sensors

Posted by Chris Ellem <ch...@gmail.com>.
Hi Justin,

Thanks for your reply, if you can please give me an idea how to get started
that would be greatly appreciated as I couldn't find anything through
google.

I assume you need to tap into some libraries in the android sdk? for a
mobile app and I am not too sure what to do on windows to access the Ant+
data.

Regards
Chris Ellem
chrisellem@gmail.com



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-Ant-Garmin-Sensors-tp12746p12748.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flex Ant+ Garmin Sensors

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Hi, Has anyone done any work with connecting to Ant+ and grabbing their
> Garmin or other Ant+ sensor data..Heart Rate, etc..in a Flex UI?

Yep done quite a bit with similar systems involving GPS, Arduinos and the like. You can quickly make dashboard apps that show what’s going on in real time.

Thanks,
Justin