37 lines
828 B
Plaintext
37 lines
828 B
Plaintext
# Info-Beamer OS WiFi Configuration
|
|
|
|
## Quick Setup (Recommended):
|
|
|
|
1. After flashing SD card with Info-Beamer OS:
|
|
- Don't eject SD card yet
|
|
- Open the SD card in file explorer
|
|
- Create new file: wpa_supplicant.conf
|
|
- Add this content:
|
|
|
|
country=US
|
|
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
|
update_config=1
|
|
|
|
network={
|
|
ssid="YOUR_WIFI_NAME"
|
|
psk="YOUR_WIFI_PASSWORD"
|
|
key_mgmt=WPA-PSK
|
|
}
|
|
|
|
2. Replace YOUR_WIFI_NAME and YOUR_WIFI_PASSWORD
|
|
3. Save file and eject SD card
|
|
4. Insert in Pi and boot
|
|
|
|
## Alternative: Pi Imager Method
|
|
- Use gear icon in Pi Imager
|
|
- Enable "Configure wireless LAN"
|
|
- Enter WiFi credentials before flashing
|
|
|
|
## Country Codes:
|
|
US, GB, DE, FR, IT, ES, CA, AU, etc.
|
|
|
|
## Important:
|
|
- Country code is REQUIRED
|
|
- File goes in /boot partition
|
|
- Use quotes around SSID/password
|