Arduino + Flash + Android
Loading...
50,085
Loading...
Uploader Comments (decapyre)
see all
All Comments (39)
-
Cool
-
An android controlled remote controlled car? That's what I see.
-
Dude.. basic? Damn.... if that's basic I got a long way to go!
Great job and thank you much for the presentation!
-
Great video :D I' m a beginner.
So basically, AIR is something set up on my android? Then i connect the AIR app with arduino with serproxy(which i dont know). AIR server is on android right?
Lastly, using firmata, i basically, send commands to arduino? I am controlling it wirelessly right? So i need something for that as well right?
-
and where did you get the android app?
-
@RockstarPresident google "IOIO for android"
Loading...
I'm just curious, I've seen a lot of people interfacing through a server running on a PC to an Arduino when the Ethernet shield could easily do the same thing, is there a reason behind this I'm missing?
DanNixon2007 2 months ago
@DanNixon2007 Yes you can do this with a Ethernet or WIFI shield. When recording this I had neither of those. This example is also written in Actionscript and deployed using Adobe AIR for Mobile to the Android device. Currently Adobe AIR can not directly interface with serial ports which in this case is the USB data coming in from the Arduino and why I had to create a Intermediate server to process commands. The server I built also allows for multiple clients(mobile phones) to send commands.
decapyre 2 months ago
Nice POC :)
Level10Imp 4 months ago
@Level10Imp thanks! more to come as well as a more clear write-up
decapyre 3 months ago
it must use ADK from google or i can create it myself ?..and what kind of phone that support this feature ?
RockstarPresident 6 months ago
@RockstarPresident You don't have to use the ADK(Android Open Accessory Development Kit) to develop Physical Computing software. I chose to use an Arduino because the support is very good and it has a large following/community. I use a Motorola Droid 2 but any device could potentially work(blackberry, iphone, android phones, windows phones) It depends what technology your using.
decapyre 6 months ago