does anyone knows how to connect RN-XV to Arduino Uno?
my point is connect computer to interact with Robot by using RN-XV to receive the command from computer.
does anyone knows how to connect RN-XV to Arduino Uno?
my point is connect computer to interact with Robot by using RN-XV to receive the command from computer.
does anyone knows how to connect RN-XV to Arduino Uno?
I use it with the Arduino Wireless shield connected to the hardware serial interface. I had absolutely no success with connecting it to other pins using the SoftwareSerial emulation, the chip seems to be quite picky about serial timings. I used direct serial commands to control the chip but in the meantime there are several libraries available (WiFly and the like) but I cannot recommend one as I don't use them.
Thank you for you suggested... i have no idea how to interact between arduino uno and rn-xv ...
Do you already have a RN-XV? The bare XBee module? In this case go and get a Wireless SD shield (http://arduino.cc/en/Main/ArduinoWirelessShield).
i already have it.. but my problem is the way to configure RN-XV to computer .. i mean to send and receive data from computer..
so i use comm operator to help but when i configuring i cant connect to RN-XV perfectly ..
can anyone give me some suggest what i suppose to do?
i already have it.. but my problem is the way to configure RN-XV to computer .. i mean to send and receive data from computer..
What does that mean? My RN-XV is a WiFi module for the Arduino. Using it the Arduino gets access to your local Wifi network and you don't need to configure it on your PC. It will get an IP address and if you run a Webserver on your Arduino you can access it with your favorite browser on the PC.
so i use comm operator to help but when i configuring i cant connect to RN-XV perfectly ..
What's a "comm operator"?
can anyone give me some suggest what i suppose to do?
First, you have to tell us what you're using. I did understand that you have an RN-XV. With what kind of shield are you connecting it to your Arduino? What library are you using on the Arduino?