raspberry-pi
Does Your Raspberry Pi 3 Lose WiFi Connections After a While?
· β˜• 2 min read
If you find that your Raspberry Pi – those with built in WiFi and Bluetooth – loses the WiFi connection after a period of inactivity, then this thread on the Raspberry Pi Forums, which will open in a new tab, might be of interest. Have a read. If you want to miss out on the preliminaries of the thread, start reading here instead. The problem is likely to be the power saving mode of the Wifi.

Raspberry Pi, PiZero, Raspbian Jessie, Networking and WiFi Setup
· β˜• 8 min read
With a title like that, I should get some hits! ;-) Note: Updated 6th October 2018 to cover Raspbian Stretch which is slightly different to Jessie. But not much. Note: Updated 8th February 2016 to cover the new Raspberry Pi 3 with built in WiFi and Bluetooth. Note: Checked 20th October 2017 to make sure that the instructions below still apply, and work, on the new stretch release of Raspbian. They do!

Beginner's Guide to Arch Linux on the Raspberry Pi - Part 2
· β˜• 8 min read
Continuing with the setting up and such like, using Arch Linux on the Raspberry Pi. This is the second blog post on the subject. In the previous posting, we managed to set up our locales, languages, keyboards, and so on. We have internet connection vie a wired Ethernet connection using either a dynamic IP address or a Static one. Time to move on. As before, if you see a command with a ‘>’ prompt it means that you should be in the root user, or have prefixed the command with sudo.

Beginner's Guide to Arch Linux on the Raspberry Pi
· β˜• 10 min read
The ARCH Linus distro for the Raspberry Pi is not the normal one used by the masses, but the benefits of ARCH are good in that it is a rolling release distro. That means, you never have to reinstall it to be on the latest version. The information that follows assumes that you have installed ARCH from the NOOBS installer. The latest version of ARCH has changed the networking system in use.

NOOBS For Raspberry Pi
· β˜• 16 min read
Updated 11th January 2015 to document NOOBS 1.3.11. NOOBS is the latest user friendly installation system from the Raspberry Pi. It allows you the ability to choose one of 7 (currently) Operating Systems to run on your Pi and a separate data partition to save your possibly shared data. You can pick and choose and change your OS at any time you wish simply by rebooting and holding the SHIFT key down.

It's Not a PiBow, It's a Raspberry PiBoard!
· β˜• 3 min read
Having a Raspberry Pi is fun, but like the days of my ZX-81, Spectrum and QL (I see a Sinclair habit there!) you get all sorts of bits hanging off and making it all look untidy. Here’s how to fit a whole pile of “stuff” into the space of an A4 sheet of paper. I know it’s the size of an A4 sheet because that’s what I drew it on before cutting the wood.

Backup & Check a Raspberry Pi SD Card
· β˜• 8 min read
Ever wanted to backup your Raspberry Pi’s SD card, but didn’t know who to ask? Me too. Read on …. The first thing to remember is that you should really always have a backup of your SD card. In theory every time you make a change, but in practice, it will be less frequently than that! I have had two cards corrupt themselves when I managed to lock my Pi completely, and the only recourse was to pull the power.

Raspberry Pi Sound
· β˜• 6 min read
Want to know how to redirect the sound from your Pi to either the HDMI or to the headphone socket? Read on … Update - 11 February 2013 I’ve written a small command line utility - PiSound - to control the settings of the audio device on your RaspberryPi. You can download it from https://github.com/NormanDunbar/PiSound. Enjoy. Deciding on the Output Device The following command is all you need: 1 sudo amixer cset numid=3 n Where the final ’n’ is as follows:

Give Your Raspberry Pi Turbo Mode
· β˜• 4 min read
And while you are at it, no warranty problems when you do so! An announcement on the Raspberry Pi Foundation web site, read it here, (Update: 23/02/2023: Sorry, dead link now.) explains that it is now possible to use Turbo mode on your Raspberry Pi without invalidating your warranty by over volting the device. Please go and read it and then pop back here for instructions on adding Turbo mode to your own Raspberry Pi.

The Dangers of Cheap USB Hubs
· β˜• 5 min read
As a Raspberry Pi user, I figured I needed a USB hub to allow me to connect stuff (that’s a technical term by the way) to my Pi without overloading the two on board USB ports as these are limited to a maximum of 100 mA each. I purchased a cheap 7 port externally powered hub and it arrived by next day delivery. The USB 2.0 specification says that anything advertising compliance should, amongst other things be able to supply 500 mA minimum on each and every port while externally powered and should not feed any power back to the computer via the USB interconnect cable - that’s the one between the computer and the hub.