Quote:
Originally Posted by Garrett.d.w
If you want to use a computer to send commands to the arduino then use Processing (arduino's computer based cousin). There is a library included in the software package that allows you to interface with the arduino though the usb serial connection.
If you want to control the whole setup remotely, you can use an xbee shield and radio to create a wireless serial connection between two arduinos.
|
Thanks, this is truly what I was looking for, I had thought of the xbee addition and that would work; I just didn't know a simple environment that would allow the communication.
Also, I am thinking of the use of bluetooth, or it looks like in aj's link that with the ethernet shield, it could be connected to a router.