Explore >> Select a destination


You are here

aykevl.nl
| | infinitedigits.co
2.1 parsecs away

Travel
| | A Raspberry Pi automated camera in which I can watch and listen to my chickens plotting.
| | whatibroke.com
0.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"...
| | blog.elevendroids.com
0.6 parsecs away

Travel
| | [AI summary] A tutorial on configuring WiFi on a Raspberry Pi using specific hardware and software steps.
| | iosoft.blog
16.8 parsecs away

Travel
| In a previous post, I described 'EDLA', a WiFi-based logic analyser unit, that uses a Web-based display. That version used an ESP32 to provide WiFi connectivity; the PEDLA uses a Pi PicoW module instead. Hardware PEDLA circuit board The hardware is similar to the previous version; aside from the CPU change, the main addition is...