Very Cool..So, (judging form the other comments) you made a server on the PC that got signals from the android and passed those on to the arduino right?
@mahela1993 correct! very simple solution. It also allows multiple devices to talk to the android. The server has a Priority Queue implementation(first come first serve) when sending to the Arduino. This can obviously be expanded upon to create a robust command queue for a ton of mobile devices.
Hey man this is sweet, I'm going to be working on something similar, with AIR and arduino, does AIR for Android support AIR Socket Server for arduino natively? I have yet to get my board and shield, however that is my main concern, how to set up the USB communication.
@1942Design I am using Erik Sjodin's Arduino FirmataV2 Class. It is a basic serial proxy that allows flash to talk over a serial proxy to something like serproxy that intercepts live Ardunio commands.
@audas I am not using Cirrus for this, but instead a AIR SocketServer I built that accepts connections and verifies commands coming from other devices. This SocketServer than passes the commands to Arduino and vice-versa. Im sure you could create a P2P implementation of the something fairly easy.
Very Cool..So, (judging form the other comments) you made a server on the PC that got signals from the android and passed those on to the arduino right?
mahela1993 2 months ago
@mahela1993 correct! very simple solution. It also allows multiple devices to talk to the android. The server has a Priority Queue implementation(first come first serve) when sending to the Arduino. This can obviously be expanded upon to create a robust command queue for a ton of mobile devices.
decapyre 2 months ago
Hey man this is sweet, I'm going to be working on something similar, with AIR and arduino, does AIR for Android support AIR Socket Server for arduino natively? I have yet to get my board and shield, however that is my main concern, how to set up the USB communication.
1942Design 6 months ago
@1942Design I am using Erik Sjodin's Arduino FirmataV2 Class. It is a basic serial proxy that allows flash to talk over a serial proxy to something like serproxy that intercepts live Ardunio commands.
decapyre 6 months ago
@decapyre way cool, so the proxy runs on the phone like serproxy runs on computer?
1942Design 6 months ago
Very nice mate. Questions.
Are you using Cirrus or something ? Any further info on that ?
You could also set up a camera, mic and speaker - this would be an excellent two way device for security - two way comms.
audas 10 months ago
@audas I am not using Cirrus for this, but instead a AIR SocketServer I built that accepts connections and verifies commands coming from other devices. This SocketServer than passes the commands to Arduino and vice-versa. Im sure you could create a P2P implementation of the something fairly easy.
decapyre 10 months ago