Skip to content
Create Sam Notes/May Logbook authored by Samantha F's avatar Samantha F
## 5/6/2019: WRITEUP IN PROGRESS
Got RasPi connected to school WiFi network. It took a few steps; outlined below.
### Connect RasPi to School Network:
1. Log onto your Pi either from home or via USB.
2. Type in 'sudo nano /etc/wpa_supplicant/wpa_supplicant.conf'
* You should see a screen similar to this. If you've logged onto your Pi over your home's WiFi, the info will likely be there.
![image](uploads/b28f325960f91ef9ad15776c6925b162/image.png)
3. Append the text at the bottom of this file, *making sure to change the identity and password info to your ODIN username and password:
```
network={
ssid="PSU Secure"
scan_ssid=1
key_mgmt=WPA-EAP
eap=PEAP
identity="odin_user"
password="odin_pass"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
```
4. Exit the file (CTRL + X) and save the changes. Reboot your RasPi using 'sudo reboot'
5. Once the Pi is booted up again, open PuTTY and try logging in using 'pi@YourPi'sIPAddress'
![image](uploads/b77367c485700110e73f4c78ca141a39/image.png)
6. If you'd like to test the connection, type 'sudo ping www.google.com' and you should