Explore >> Select a destination


You are here

aykevl.nl
| | electronut.in
3.9 parsecs away

Travel
| | This is a short post on setting up the Raspberry Pi (RPi) for development for the first time. Being that the RPi is a full-fledged mini computer, it seems...Read More
| | blog.elevendroids.com
4.0 parsecs away

Travel
| |
| | whatibroke.com
2.8 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"...
| | aykevl.nl
8.0 parsecs away

Travel
| How to move an installed SD card from a Pi 1 to a Pi 3, or make it possible to use them both. There are a few tricks to get the network running on both devices.