Setting up the WiFi

From BATC Wiki
Revision as of 22:48, 3 January 2017 by G8GKQ (talk | contribs)
Jump to navigation Jump to search

You can set up the WiFi on the Raspberry Pi 3 in the Portsdown transmitter from the System Setup Menu.

Option 5 allows you to enter a network SSID and password to connect to a network.

Option 6 allows you to disable the WiFi to stop it interfering with local receivers.

If you want to add a second SSID and password, you will need to edit the file /etc/wpa_supplicant/wpa_supplicant.conf and add the following:

 network={
   ssid="Home"
   psk="Home Password"
 }
 network={
   ssid="Portable"
   psk="Portable Password"
 }