connect rpi to sparknet - SparkGrads2016/envmonitorSpark GitHub Wiki

Open the wpa_supplicant.conf file by entering the following command in the terminal:

sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

Paste the network configuration in:

network={
        ssid="SparkNet"
        proto=RSN
        key_mgmt=WPA-EAP
        pairwise=CCMP
        auth_alg=OPEN
        eap=PEAP
        identity="YOUR TNUMBER"
        password="YOUR PASSWORD"
}

Check if a connection to SparkNet has been made:

hostname -I

There should be an IP starting with either 10.xx, 172.xx or 192.xx

Test the connection by pinging Google:

ping google.com