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?)
The first one is used as a media player with the openelec distribution (it's the best one, with a very active community), and the second one is used as a secondary computer, with the raspbian distribution and an amazon kindle used as a display :-)
I have done nothing useful with them. They are collecting dust
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.
Congrats on the milestone!
Our business uses them as Linux Terminal Server Project thin clients. We were able to cut our new hardware costs to 1/5th of what they were before.
People thought it would never get it off the ground. Then people thought it would never ship. Then that it would be plagued by problems and die. Then that it would never hold interest long enough to get to the point where you could get one without waiting 6 months.
There are still lots of haters, talking about how there are better “alternatives” out there (alternatives usually being 3 or 4 times the cost, impossible to get, or apples to oranges).
That said, I can order a perfectly functional unit, for the promised price, and have it here (in Canada) in about 4 days. I’ve got 5 of them now. I’d call that a huge success.
You brought something awesome into the world, and I thank you :)
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 have four RPi boards. One monitors my UPSs, cleanly suspending my server when the power goes out and sending wake-on-LAN massages to it when the power comes back up so that the UPS only needs to drive my switch and AP, one has a camera board and does motion detection to spot people coming into my office, one is currently operating as a Bluetooth LE beacon for testing the new iOS iBeacon stuff and one is just for tinkering. Most of these have a few other services running on them too (two have I2C thermometers on them).
I see a lot of negative comments about the Pi being underpowered. Perhaps if what you want to do is run FPS games or you are trying to run Big Data analytics then this is true but it's plenty powerful enough for a whole host of service tasks. It's not that many years ago that the Pi's level of power would have been considered a high-end desktop configuration. The purpose of the device is to give kids a low-cost entry into programming and it does just that. On top, at $25 for a Model A its fine to put in 'dangerous' places where something bad might happen to it (like outdoors, driving the sensors and servos for my Halloween decorations). No, I don't have my MongoDB server on a Raspberry Pi, but for many many projects they are just about perfect.
If intelligent life is too complex to evolve on its own, who designed God?
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.
This may sound a bit old school.. All my linux servers are headless and use a NULL-Modem (RS232) to access their console. My Raspberry PI (with raspbian) uses a 4 port USB-Serial adapter to connect to all my servers. I connect to the RasPi over the internet using SSH (No Passwords - Certs!) and then use conserver (www.conserver.com) to manage the machines.
I use the A modles to run composite video loops in a bar, and the B as a ethernet->WiFi router (and video too).
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.
I used mine to port my game to the platform.
The GPU is really fast and can do 1920x1080@30fps for moderately complex scenes.
http://store.raspberrypi.com/projects/littlecrane
Bram Stolk http://stolk.org/tlctc/
First one has been running for well over a year now connected to the Weather Station, uploading to various locations including twitter. The Register even picked up on this one as part of a 20 things to do with a pi.
The second is an NTP server using GPS as the time source.
The third is a pure experimental/dev PI.
I've got one more model B & two A's just waiting for a project.
Been meaning to setup a PI Cam on one to complement the weather station so that I get a sky camera (cloud cover by day, long exposure at night for meteor's etc.
Java gaming nut - http://www.retep.org/ or for the rail http://uktra.in/
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!