Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: AlbinSwe on May 14, 2013, 07:55:33 PM

Title: Connect Olinuxino A13 to Arduino Uno via USB on Android OS?
Post by: AlbinSwe on May 14, 2013, 07:55:33 PM
Hello everyone!

I am working with a project and I would need little help from you guys as I cannot really get it right.
I have some sensors that are attached to arduino uno via an "e-health" sensor shield. Today is everything connected to a win pc and all data I get it back via bluetooth connection from arduino.

I would like to do the same but instead use the olinuxino a13 wifi inc. touchLCD using Android os.
Any ideas?

Thanks in advance!!
Title: Re: Connect Olinuxino A13 to Arduino Uno via USB on Android OS?
Post by: BJFreeman on May 14, 2013, 08:17:06 PM
https://github.com/OLIMEX/OLINUXINO/tree/master/SOFTWARE/A13/MOD-BT
shows how to use MOD.
https://github.com/OLIMEX/OLINUXINO/tree/master/SOFTWARE/A13/ANDROID-MOD-IO
README gives a link to the project files so you can make changes and do your own Android APP
Title: Re: Connect Olinuxino A13 to Arduino Uno via USB on Android OS?
Post by: AlbinSwe on May 14, 2013, 09:18:14 PM
Thank you for the reply BJFreeman,
I am going to check it out :)