Difference between revisions of "Setting up the WiFi"

From BATC Wiki
Jump to navigation Jump to search
(Created page with "You can set up the WiFi on 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 a...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
You can set up the WiFi on the Portsdown transmitter from the System Setup Menu.
+
Currently, you need to log in to the Console [[Console_mode|(Guide here)]] from a PC to set up the WiFi.  You cannot do it from the touchscreen.
 +
 
 +
Log on and go to the System Setup Menu.
  
 
Option 5 allows you to enter a network SSID and password to connect to a network.
 
Option 5 allows you to enter a network SSID and password to connect to a network.

Latest revision as of 21:58, 15 July 2018

Currently, you need to log in to the Console (Guide here) from a PC to set up the WiFi. You cannot do it from the touchscreen.

Log on and go to 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"
 }