Click the magnifying glass in the top right corner of the screen and type “terminal” to find the terminal app
Replace the text “pibot##” with the label on the PiBot
The password to enter when prompted is “DogsAndCatsAreNice2.” without the quotes. The '.' at the end is important!
ssh pi@pibot##.local
The <version> folder will be something like “0.75”. Use the latest version available.
git clone --branch robot-club https://github.com/jstruebel/auto-hotspot.git
cd auto-hotspot chmod +x auto-hotspot install.sh uninstall.sh
sudo ./install.sh
sudo shutdown -h now
The Auto Hotspot script configures the PiBot to create its own wireless network if it can't connect to one of the wireless networks that it's been configured for. To use it, connect your computer to the “pibot##” wireless network and then follow the lessons and challenges like normal.