Explore >> Select a destination


You are here

blog.rareschool.com
| | td0g.ca
3.2 parsecs away

Travel
| | [AI summary] A tutorial on building a Raspberry Pi-based tally light that automates scene switching indicators for OBS Studio streaming setups.
| | www.losant.com
3.4 parsecs away

Travel
| | Step-by-step instructions for how to get up and running with a Raspberry Pi 3.
| | cadence.moe
2.7 parsecs away

Travel
| | [AI summary] The author explores the feasibility of creating a hardware keyboard layout remapper to use their preferred Workman layout on any computer without software configuration.
| | whatibroke.com
11.9 parsecs away

Travel
| 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"...