Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

how to port ANT Android SDK to customize android product?

Rank

Total Posts: 4

Joined 2014-02-18

PM

Dear All
Could you help to give some guidence how we can use the currect ANT+ android SDK in our product?

So far we have a customize product which running Android OS and including a nRF24AP2 chip. Our goal is to using ANT+ technology to support some external ANT+ devices.

I've searched the forum and only see below link, but it's not the same with our case(Seems they're using a mobile phone which support ANT+ already).
http://www.thisisant.com/forum/viewthread/1230/      
Avatar
RankRankRankRank

Total Posts: 745

Joined 2012-09-14

PM

Hi,

There are a couple solutions, the simplest one which doesn't require any coding(but requires a hardware change) is to use an nRF24AP2-USB and connect it over the USB serial directly to the chip so that Android can see it over USB Host. This will allow you to install the ANT USB Service, ANT Radio Service, and ANT+ Plugins directly from the Google Play Store.

For a high level overview of the Android architecture you may refer to slide 25 of this ANT+ Presentation.

Cheers      
Rank

Total Posts: 4

Joined 2014-02-18

PM

harrison - 06 March 2014 12:28 PM
Hi,

There are a couple solutions, the simplest one which doesn't require any coding(but requires a hardware change) is to use an nRF24AP2-USB and connect it over the USB serial directly to the chip so that Android can see it over USB Host. This will allow you to install the ANT USB Service, ANT Radio Service, and ANT+ Plugins directly from the Google Play Store.

For a high level overview of the Android architecture you may refer to slide 25 of this ANT+ Presentation.

Cheers


Thanks for you quick reply.

But our hardware is already out. We're using an nRF24AP2 and using asynchronous port control(RTS). Could you give some suggestion for this way?      
Avatar
RankRankRankRank

Total Posts: 745

Joined 2012-09-14

PM

Please take a look in your private messages.

Cheers      
Rank

Total Posts: 1

Joined 2014-05-06

PM

I have the exact same question. We use the OPEN-Q 410 from Intrinsyc and a serial port to a N5 module.      
RankRankRankRank

Total Posts: 313

Joined 2011-09-12

PM

Hi @NicloasSchmidt, the best option is to contact support @thisisant.com to explain your use case and ask them about getting access to the "ChipLib" interface definition. If you create an application implementing the ChipLib to communicate with the N5 you can enable the ANT Radio Service (and thereby other ANT apps) to access it as an ANT adapter. The ChipLib interface is the way the ANT USB Service on the Play Store works.      

Signature

Dynastream Developer