Milestone: The Millionth UK-Made Raspberry Pi
judgecorp writes "The millionth Raspberry Pi microcomputer has been made in the Foundation's Welsh factory. Total sales so far are 1.75 million, including the initial stock made in China." (Do you have one? If so, what are you using it for?)
Unfortunately, they made these little computers a bit *too* cheaply. In my experience, their poor power regulation makes them just flaky enough to be totally unsuitable for use as anything other than as a nerd toy.
Which is really too bad - I wanted them to pull it off, and they do make a neat nerd toy, but in any kind of actual production use where random failures are a Bad Thing, and failure to boot is damn near guaranteed to happen occasionally, they are unsuitable.
On the other hand, I hear that the beaglebones have solved this problem, though I've never laid hands on one myself.
And on the gripping hand, Arduino has been, for me, open source and cheap done properly. Love that kit.
I'm using it to learn about ARM, and write baremetal code for it. Maybe it'll morph into a little OS. It's lots of fun. Anyone else doing this?
I'm using it as a home router. It connects to my cable modem and two wireless access points. One access point is a guest network for all the randos who come visit and want to get on wifi, and the other one is for my family's use. I have dhcp handing out IPs, and iptables rules preventing communication between the networks and haxors from the cable modem side. So far, it has worked great, and if an access point ever dies (which seems to be an increasingly common occurrence), I just have to swap in a new one with minimal reconfiguration.
I use one of mine in my Linux class to show another flavor of Linux and to demonstrate networking. I have used the other one, with a webcam and speakers, to facilitate a scary halloween display.
We had a web power strip at work (8 outlets, control via web interface) go stupid. Rather than toss it, I brought it home and used 8 GPIO pins on the Pi to control the relays. It has a new web interface with direct control, control by time of day and control by offset from sunrise/sunset. My fireplace mantle lights turn on at 40 and 39 minutes before sunset. One turns off at 11 PM and the other turns off 30 minutes after sunrise. Currently at 275 days runtime. Sweet!
The boss bought one at work for a special project. Our janitors always block open the door to a room containing network switches and patch panels. Boss has tried for 12 years to get them to keep it closed. One Pi plus a pair of USB powered (analog input) speakers and mpg123, plus one GPIO pin connected to a magnetic reed switch on the door. Leave the door open for more than 60 seconds and one of two dozen prerecorded voices ask politely but loudly that you shut the door. Another message gets played every 15 seconds until the door is shut. Had some fun working on an algorithm that isn't quite random, so it prevents replay of a message until at least 1/3rd of the other messages have been played. Problem solved, the door is always shut now. 90 days uptime on that Pi.
Love em!