Reputation: 59
I'm quite knowledgeable of as3 and writing programs/apps in flash cs6. I've also played around with my arduino uno, which I've read is psuedo-java. Very little knowledge of c languages.
I've seen people using Bluetooth to connect to an arduino with adobe air. I have an xbee shield but not the little BT adapter with it. I don't want to rely on BT connection anyway. I want it plugged in directly to my spare android phone's USB port.
I have used a usbhost program to connect thumb drives and game controllers, so I know that USB hosting is possible. Tried it with arduino and i get lights. I want to write a flash/as3 program to control the arduino while taking advantage of the phone's capabilities, such as camera, WiFi, bt and also the graphical interface that I can create flash. How do I go about this? I haven't found an ane for this.
Upvotes: 0
Views: 555
Reputation: 116
I have tested it and success with Arduino uno using blink example.Check this out if you interested in. https://github.com/GIGATeam/UsbExtension
Upvotes: 0