Communicate With Arduino Wirelessly - Best Options?

Hi,

I have a project where I would like to control an RC car from a laptop. I've been researching but I'm unsure of the best method for this.

With the WiFi shield, can I control it in real-time? How would I exactly connect to it with an application written for a desktop machine? Is there a better method than using WiFi?

Please point me in the right direction!

Thank you

Hello Joe, Im not at all an expert in this area actually quite the opposite. Ive just started out trying to understand wireless communication and its quite complex. I am how ever trying to do almost the same project like youre doing and I have a different approach.
In your case it would be something like this:
Arduino on the RC car has a Xbee module connected to it either via a xbee shield or a breakout board. That xbee recieves the wireless information and converts it into easy handle serial communication for the arduino.
At the computer you have an Xbee explorer Usb (just search sparkfun and you'll find em) with another xbee module plugged into. With the computer you can then send serial communication commands to the xbee which will be wirelessly transfered to the other xbee which will convert it back to seral communication.

At the computer you could use the Programming interface called Processing, Im not aware of any other alternative but im sure there are plenty!
I hope that helped you!
good luck on your project!

Thanks for the response, Archelon!

With this solution, do you know if I can have multiple RC cars running at once? Will multiple Xbee setups interfere with each other?

http://www.sparkfun.com/pages/xbee_guide

If you have two Arduino's and you want to go cheap (only 9$,and 3$ on ebay)! Use the RX communication. These are good for beginners.

https://www.sparkfun.com/products/10534 - RF Link Transmitter (434MHz) from SparkFun for about 4$
RF Link Receiver - 4800bps (434MHz) - WRL-10532 - SparkFun Electronics - RF Link Receiver (434MHz) from SparkFun for about 5$

http://www.ebay.com/itm/315Mhz-WL-RF-transmitter-and-receiver-link-kit-for-Arduino-ARM-MCU-/370776247168?pt=LH_DefaultDomain_0&hash=item5653fc8b80
Ebay Just $1.50 a pair!

Unfortunately, I don't have two Arduino's so I've chosen a harder road: Communicating between an Attiny85 and an Arduino UNO. I created a similar topic for this so if you interested go look at it as well.

http://arduino.cc/forum/index.php/topic,154684.0.html

But yeah, if you have two Arduinos communicating, I guess it would be cheaper and much simpler. XBee's are good options but they are hard to configure (according to other peoples views, not mine) and pretty darn expensive!. But personally I think RX communications is much simpler. Plus the RX antena's have a amazing range if you add a simple additional antenna to them (consisting from just a wire that picks up signals).

Thank everyone for the info!

Hi all,

We have a doubt about the tuning of the RF transmitter/receiver

http://www.ebay.com/itm/433Mhz-WL-RF-transmitter-and-receiver-link-kit-Arduino-ARM-MCU-good-/230957884115?_trksid=p2047675.m1850&_trkparms=aid%3D222002%26algo%3DSIC.FIT%26ao%3D1%26asc%3D11%26meid%3D6796496024678289602%26pid%3D100011%26prg%3D1005%26rk%3D4%26sd%3D370776247168%26

If I have 10 of that how can avoid the interferences between them?
Is it possible too tune the the transmitter?

Thanks
Onde