I am trying to get my GoPiGo3 to function without having it connected to the Ethernet cable. In noVnc I connected the bot to the wifi through raspberry pi??? IDK I am very new to robotics, but I do not see the “Wifi Setup” option for configuring. Also, I cannot use dex.local…I’ve been accessing the dexster industries site by typing the ip number…Is that a problem?? Here are some screen shots from my end:
Since you’re connecting by using the IP address, you’ll have to change to the address the wifi is connected on after you disconnect the ethernet cable.
While you are connected with a wired connection, check your network connections by hovering over the Wireless & Wired Network icon on the Task Bar or by opening a terminal window and runing ifconfig:
This is my default configuration with a fresh Raspbian for Robots Installation. My wired connection (eth0) is on 10.0.0.74 and my wifi connection (wlan0) is on 10.0.0.73
If you want to set up static ip addresses, you can do it by editing the file /etc/dhcpcd.conf
I’ve added the lines in the red box to change my wired address to 10.0.0.200 and change my wifi address to 10.0.0.201
The lines starting with static ip_address= static routers= static domain_name_servers=
are specific to your network configuration.
You can see the changes have taken effect after I saved the file and rebooted:
Disclaimer: I do not work for Dexter Industries, I’m just another robot owner trying to help others and learn along the way.
This file should be present with a fresh Raspbian for Robots installation. Have you flashed your SD card or are you running with the version that came with your GoPiGo? You might want to download the latest version and re-flash your SD card if you haven’t done it yet. (the latest version on the download site is 2018.06.27_Raspbian_For_Robots_by_Dexter_Industries-stretch.zip)
First All I just wanna say thank you for being patient with me and responding to all of my questions. I did finally figure it out with your help and some help from google and youtube. Thanks!!!