-
Notifications
You must be signed in to change notification settings - Fork 35
WiFi
Adam Schwalm edited this page Sep 2, 2018
·
6 revisions
If pISO is attached to a Raspberry Pi Zero W, then it can make use of the wireless capabilities to provide a few services. Setting up these services are documented on this page.
To connect the pISO to an existing wireless network, you must configure the credentials that should be used. To do this, follow the steps below:
- Remove your SD card from the Raspberry Pi and plug it in to your computer
- Open the 'piso.config' file on the SD card.
- Add a 'wifi.client' section to the config describing the SSID to connect to and the password to use. For example, you might add (for a network named 'home-ap'):
[[wifi.client]]
ssid="home-ap"
password="somenetworkpassword"
- Plug the SD card back in to your Raspberry Pi and power it on.
- Select 'WiFi' from the main menu
- You will see a list of the networks you have configured. Select the one you want to connect to.
- Once the connection is complete, the screen will show the IP address you have been given on the network.
- You can now access the services documented below at the given IP address.