|
You are here |
blog.alexbeals.com | ||
| | | | |
bijanebrahimi.github.io
|
|
| | | | | [AI summary] A guide on setting up a Raspberry Pi 3 as a home wireless router using a custom script to configure networking settings and services. | |
| | | | |
whatibroke.com
|
|
| | | | | Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"... | |
| | | | |
mpov.timmorgan.org
|
|
| | | | | Note: We no longer use this. I have an updated post for the new setup. Our church uses iPads and Dymo printers for children check-in. Parents check in their child, a label prints on the printer, and they stick the label on the child's shirt. We use Planning Center Check-ins of course, and it's great! One downside to Dymo printers, however, is that their software only runs on Mac and Windows, necessitating a full computer connected to the printer. | |
| | | | |
blog.bofh.it
|
|
| | | [AI summary] The author documents the technical challenges and steps taken to install Debian on an Amlogic S905X3-based Banana Pi BPI-M5 board using manual U-Boot configuration and kernel architecture changes. | ||