Tag Archives: RPi

Apt-get and the curse of IPv6

      1 Comment on Apt-get and the curse of IPv6

Well that’s two hours of my life I’m never getting back. You know how sometimes you try to do a simple five-minute job and the damn thing just snowballs…? Well that was today. First a quick summary so you know what this is about – I was having problems with apt-get stalling when trying to use it on a Raspberry… Read more »

Dreambox: Raspberry Pi and Teensy, living in perfect harmony

Okay, so I couldn’t get the headline to scan to fit that godawful song, but here’s the thing: I mentioned before that my Dreambox project – a way of playing music to lull me to sleep – would be driven by a Raspberry Pi but would also involve a Teensy. And you probably want to know why. The answer is:… Read more »

HMV 1960 valve radio Raspberry Pi case

So I was looking around for a case for a Raspberry Pi and I noticed this old radio gathering dust in the cupboard. And it all just got out of hand from there. The HMV Model 1376 valve radio dates from 1960. When I bought it in a junk shop for a few quid it was working. When I took it… Read more »

Something useful

      No Comments on Something useful

If you’re into retro computing, or building stuff based on SBCs such as the Raspberry Pi or BeagleBone, you’ll be familiar with a certain refrain from your significant other and even those you consider your friends. They’ll look at your latest project — perhaps a restoration of a 1980s home micro, or a simulation of a 1960s mini computer, or something… Read more »

PiDP: The next project

      No Comments on PiDP: The next project

Well, this is exciting. My PiDP kit has just arrived from Oscar Vermeulen. I couldn’t resist pealing back the protective cover on the acrylic front panel. It looks fantastic – and will be so much better when it has all the blinkenlights. I haven’t decided yet whether I will use one of the Raspberry Pi A boards I have lying… Read more »

Waking up with an RPi – pt.5: summing up

  The dawn clock is working well. To recap, here’s how it works: And here’s a basic description of how it works (more info & functions in previous posts): One hour before alarm time (configurable), the first LED is switched on. Subsequent LEDs are switched on at the rate of one each minute. To simulate dawn, the first 8 LEDs are… Read more »

Waking up with an RPi – pt.4: software

The software for the dawn clock is written in Python. And no, I’m not going to upload it to GitHub, or anywhere else for that matter. There are two reasons for this: first, it needs work still; and second, it would take too much explaining, not least because it uses loads of my hand-rolled libraries and classes for the Raspberry… Read more »

Waking up with an RPi – pt.3: audio

My first big disappointment with the Raspberry Pi was the audio output from the headphone jack. When I built my first dawn clock, using an Arduino, I had to buy a separate shield for audio output, and even that was severely limited. With the RPi, I thought, life will be easy because all the audio stuff I need is built-in…. Read more »

Waking up with an RPi – pt.2: lights & sensors

One of the problems with my Arduino-powered dawn clock was that 10 LEDs just don’t put out enough light. I wanted a lot more for the Mk.II, but that then raises the issue of how they are controlled. Cascading shift register ICs would be one way to go. I decided, instead, to go with I2C port expanders. I selected the… Read more »

Waking up with an RPi – pt.1: introduction

I don’t like waking up. I need easing into the day, slowly and carefully, especially in Winter. My wife is the same, which is why she bought a ‘dawn clock’. This is an alarm clock with a light that fades up slowly, over the course of 90 minutes, before sounding the alarm. It’s a fine device and we still use… Read more »