Internet Radio Project Part 1

I’m planning to make an internet radio using my Raspberry Pi. First off I plan to control it entirely using a web interface which I guess I’ll write. The popular alternative is to use MPD with one of its cli/web/Android clients. I don’t fancy all of the bloat of XBMC. Eventually I may add an LCD display and a couple of GPIO buttons at least for play and skip. Edit: I’m really considering this now as I could do with an alarm clock that uses NTP, I could even get it to turn the display off at night until a GPIO button is pressed (which could double as a snooze button).

RPi Traffic Lights Demo

My cables have arrived and I’ve made my first Raspberry Pi hardware demo. If you press the button the computer will send the voltages to the GPIO pins to simulate a traffic light system (red, red & amber, flashing amber, green). I noticed that a few tutorials seemed to leave out the 10K pull-down resistor, 3.3V line and 1K protective resistor (just connecting the button to GND and GPIO) and so the voltage change wasn’t detected on the input pin, also without the 1K resistor you could damage the pin if you accidentally configure the GPIO connected to the switch as an output rather than an input.

Raspberry Pi First Look

I’ve just received my Raspberry Pi miniature computer and some SD cards to go with it to experiment with. First off I inserted the Raspbian (Debian Wheezy for ARM) SD card, which I’d written to disk in 8mins using the following as root: dd if=2012-12-16-wheezy-raspbian.img of=/dev/sdc bs=4M Or for RISC OS (2Gb took 7mins): dd if=ro519-rc6-1876M.img of=/dev/sdc bs=4M Or for Chameleon (4Gb took 15mins): dd if=chameleon_v02.img of=/dev/sdc bs=4M Next I plugged in all my cables – HDMI to the TV, powered hub to the micro-USB port and a regular USB port on the Pi, then into the hub my Logitech EX100 wireless keyboard and mouse transmitter.

Terror Bytes!

I’ve actually just been considering buying a 4Tb hard drive. Its crazy how data has grown. I remember my first hard drive was a 44Mb IDE that plugged into an external enclosure on top of my Acorn A3000. I never even half filled that – I’ve got USB sticks that are 16Gb now and they’re considered pretty small! I still remember going mad and buying half a dozen 80Gb drives between myself and a mate when they were on special offer at Fry’s, that must have been under 10 years ago.