If your wireless network connection does not have a password then follow the steps below to configure the PiBot for connecting to it.
Be sure to replace the text “Your network name/SSID” with the actual SSID for your wireless network. If your SSID includes spaces then you have to use “ at the beginning and the end of it
If you are outside the United States then change the 'country=US' line to use the appropriate ISO 3166 alpha-2 country code
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US network={ ssid="Your network name/SSID" key_mgmt=NONE }