Page 1 of 1

Arduino Mega and Wireless Communication

PostPosted: Thu Jun 27, 2013 1:09 am
by kwongmingyou
Hi, everyone. Now I am doing a computer controlled robot. I used Bluetooth module to communicate between my PC and my arduino mega, and it is success. Now I wanna to have a wider range, I replace RF module to replace Bluetooth module, I found that the communication between PC and Arduino Mega is 'unstable', sometime it can receive and sometime it won't. Anyone have the idea to make the communication more 'stable'? Or, any wireless device I can use to get wider range?

Re: Arduino Mega and Wireless Communication

PostPosted: Fri Jun 28, 2013 4:31 pm
by robosang
Low cost RF module is not meant for serial communication, it is designed for remote control.

You should try the XBee Series 1, Series 2 or XBee Pro.

Re: Arduino Mega and Wireless Communication

PostPosted: Sat Jun 29, 2013 12:37 am
by kwongmingyou
I see. isn't there any other wireless device I can use instead of XBee? Thanks again. Have a nice day.

Re: Arduino Mega and Wireless Communication

PostPosted: Sat Jun 29, 2013 10:43 am
by robosang
WiFi module, but it is more expensive....

Or other type of non common wireless protocol such as MiWi fro microchip.

Re: Arduino Mega and Wireless Communication

PostPosted: Sat Jun 29, 2013 11:37 am
by kwongmingyou
Okay, thanks again~

Re: Arduino Mega and Wireless Communication

PostPosted: Thu Jul 04, 2013 3:55 pm
by yonghui