There are two ways to connect to the Pi. Each method has its own benefits and drawbacks. Some essential / important information will be listed below to avoid getting lost. Remember that if you struggle to connect, you can always interact with the Pi using the computers in S901 or ask a club executive to help.
IP Address - This is the address given to a device when it connects to the internet. Consider it like the name of your device relative to other devices on the network.
SSH - Secure session / A way to remotely connect
SSID - The name of the Wi-Fi network
Linux - Is an operating system that utilises commands to interact with the CPU and motherboard.
| Pi Username | qutrc |
|---|---|
| Pi Password | qutrc |
| WIFI SSID | robotics101 |
| WIFI Password | qutrc101 |
| IP address | Different for each Pi, listed on screen. If not, connect using the computers and execute the display_stats.py script. |
<aside> 💡 Remember, if you are ever stuck and can’t access the Pi remotely you can always use the S901 computers. SSH can be finicky and sometimes cant connect, however for a wireless robot it is very useful.
</aside>
One method of accessing and interacting with the Pi is through SSH or a Secure Session. The upside of this method is that it is extremely efficient with little to no latency in commands. The downside is that this is a command line connection and, as such, you will need to become familiar with Linux commands. Below is the method to connect using the terminal along with the most common commands you can use.
At this point, you have now accessed the root folder of the Pi, there are a few important Linux commands to know: