My dad was able to grab an android tablet at a great deal and I'm testing it out. I've been doing a lot of dev on my iPad lately and the only thing lacking is being able to compile and upload
Apparently there is an avrdude compiled for android. I was thinking of getting the tab USB adapter and trying it out. Just figured I'd start the discussion for anyone who was interested or could help figure out all the details.
https://code.google.com/p/andavr/
http://www.samsung.com/us/mobile/galaxy ... 1PL0BEGSTA
If anyone has tried this or has the means to test, please chime in
I would love to retire that crumby laptop I'm using
Android Arduino Development
Re: Android Arduino Development
I've got a Nexus 7 with the OTG cable to connect USB devices. I think there may be an issue with some tablets and USB support due to the version of Android but I'm not 100% positive. I know I can connect a USB drive to my nexus 7 and it works fine. I'm also running 4.2.2 on it as well.
I just did a quick search and it appears you need to have at least Android 3.1+ or later on it for USB host mode.
Also, here's a link to the arduino forum on how to do what you are talking about...
http://arduino.cc/forum/index.php?topic=149983.0
I just did a quick search and it appears you need to have at least Android 3.1+ or later on it for USB host mode.
Also, here's a link to the arduino forum on how to do what you are talking about...
http://arduino.cc/forum/index.php?topic=149983.0
Android Arduino Development
That thread is pretty useless...but thank.
The trick will be if host mode works or not, i think the avr-gcc part is taken care of already. Im not looking for the java ide although that would be nice!
The trick will be if host mode works or not, i think the avr-gcc part is taken care of already. Im not looking for the java ide although that would be nice!
Re: Android Arduino Development
yeah, it was fairly useless after i read through it. one thing i've noticed is that the ide makes the compilations so much easier that from the command line.lnevo wrote:That thread is pretty useless...but thank.
The trick will be if host mode works or not, i think the avr-gcc part is taken care of already. Im not looking for the java ide although that would be nice!
Re: Android Arduino Development
I figure once I'm rooted and have a terminal a little shell script would take care of the command line issues.