RN XV modules can be configured to connect to your Wifi network with the help of various configuration software such as Tera Term, Comm operator,etc.
We have used Tera Term in this tutorial.
Step 1: Connect Rn Xv (Wifi) module with the help of Xbee Adapter to the computer via USB

Step 2: Open Tera Term software.
Step 3 : Select serial communication port (COM port at which Xbee adapter is connected)

Step 4: Click Ok. After it you will get a screen here you need to type the commands used to set network parameters in module memory.
Step 5: Commands used are as follows
- $$$ (TYPE $$$ it will be invisible)
Note: It allows you to enter in command mode
You will receive CMD as a reply in your screen
- set wlan ssid ***** (refers to your network name)
- set wlan phrase ******* (refers to your network password)
- set wlan join 1
- set wlan channel 0
- set ip a 192.168.1.201 (depends on your router or modem )
- set ip localport 2000
- set ip dhcp 0
- set ip gateway 192.168.1.1 (depends on your router or modem )
- set ip netmask 255.255.255.0
Note: for all these commands you will get AOK as the response.

THIS WILL BE THE SCREEN AFTER CONFIGURATION
Step 6: Configuration is complete now exit TERA TERM software. Remove your wifi module from adapter and attach it to the XBEE shield of your Robot like this pic.

Step 7: Connect the Motors and Battery to the Xbee Shield and upload the Program in your SPduino.
