====== Connection ======
- Use the power switch on the battery box to turn the PiBot on
- Use the following steps to connect to the PiBot from MacOS
- Open the terminal app\\ \\ Click the magnifying glass in the top right corner of the screen and type "terminal" to find the terminal app
- Type the following command and press enter to connect to the Raspberry Pi terminal via SSH\\ \\ 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
- Use the following steps to connect to the PiBot from Windows
- Open the putty app from the Applications\PuTTY\ folder on the Flash drive\\ \\ The folder will be something like "0.75". Use the latest version available.
- Type "pibot##" in the Host Name (or IP address)" box where the ## comes from the label on the PiBot.\\ \\ {{ :pibot:autohotspot:s1.png |PuTTY Configuration}}
- Click the "Open" button to connect to the Raspberry Pi terminal via SSH\\ \\ {{ :pibot:autohotspot:s2.png |PuTTY Open Connection}}
- If a "PuTTY Security Alert" window pops up, click the "Accept" button\ \\ {{ :pibot:autohotspot:s3.png |PuTTY Security Alert}}
- Type "pi" at the "login as:" prompt and press Enter\\ \\ The password to enter when prompted is "DogsAndCatsAreNice2." without the quotes. The '.' at the end is important!{{ :pibot:autohotspot:s4.png |PuTTY Login}}
====== Configuration ======
- Type the following command and press enter to download the Auto Hotspot scripts\\ \\ git clone --branch robot-club https://github.com/jstruebel/auto-hotspot.git
- Type the following two commands and press enter after each line to configure the Auto Hotspot scripts\\ \\ cd auto-hotspot
chmod +x auto-hotspot install.sh uninstall.sh
- Type the following command and press enter to install the Auto Hotspot script\\ \\ sudo ./install.sh
- Type the following command to shutdown the PiBot\\ \\ sudo shutdown -h now
====== Usage ======
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.