|
You are here |
ortelius.io | ||
| | | | |
qsantos.fr
|
|
| | | | | I recently went into a deep dive on "UART" and will publish a much longer article on the topic. This is just a recap of the basics to help put things in context. Many tutorials focus on using UART over USB, which adds many layers of abstraction, hiding what it actually is. Here, I deliberately ... Continue reading How to use "real" UART ? | |
| | | | |
www.dzombak.com
|
|
| | | | | A guide to reducing SD card wear for a more reliable Raspberry Pi installation. | |
| | | | |
david.wragg.org
|
|
| | | | | [AI summary] A detailed guide on setting up a 64-bit Debian system on a Raspberry Pi 4 by modifying the SD card and using debootstrap. | |
| | | | |
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"... | ||