hello
i want to upload code directly from android to arduino?
can they talk to each other
i saw some post that talked about running Arduino IDE in android by linux version
thanks for replay
best regards
In order to have a snowball's chance at doing this, you'd probably need to have the device rooted.
Furthermore, the Java that is on Android devices is -not- a standard Java; right now Google (Android) and Oracle (owners of Sun Microsystems and Java) are waging court battles on this very issue (ie, non-standard Java).
Basically - if you wanted to really do this - you would need a deep understanding of both the Arduino system, IDE, etc (the Java guts, mainly) - as well as how to develop for Android devices using the Android SDK - then you would need to port the Arduino system over. Of course, you would also need to get a compatible version of the avr-gcc compiler working on the version of Linux on the device as well. Then package the whole thing up into an ADK, sign it, and install it.
Not a simple process - especially if you are asking this kind of question, which indicates you may not have the experience needed to even start...