Having issues connecting to plume using your Raspberry Pi or other Linux device? Below you will find a working WPA_supplicant configuration sample that will allow you to do so.
network={
country=US
ssid="Insert WiFi SSID Name Here"
Key_mgmt=WPA2-PSK
group=CCMP
pairwise=AES
proto=WPA2
psk="INSERTPSKHERE"
}
Below you will find a list of common country codes:
- GB (United Kingdom)
- FR (France)
- DE (Germany)
- US (United States)
- SE (Sweden)
For more country codes you can see a list here.
If you are still facing connectivity issues please visit https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md or the raspberry pi forums https://www.raspberrypi.org/forums/.