Slashdot Mirror


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?)

12 of 129 comments (clear)

  1. I have two... by Anonymous Coward · · Score: 4, Informative

    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 :-)

  2. RasPi had so much potential by Anonymous Coward · · Score: 3, Interesting

    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.

    1. Re:RasPi had so much potential by ledow · · Score: 5, Interesting

      Same here.

      My RPi from the very first batch has been gathering dust ever since I ran into a whole bunch of power and USB issues (the USB and SD port - or is it the Ethernet and SD, I forget? - both compete for bus resources and slagging any one of them can *silently* drop packets on the other). They tried to fix it but their debugging was non-existent for so long I stopped providing helpful data. About a year later, they put out a firmware fix that basically bodges things because the hardware design can't be changed.

      Couple with initial compatibility problems resulting in sending my SD card to Broadcom themselves at the request of some RPi folks and then NEVER hearing anything back, not a dicky-bird, and still having the problems on even the latest firmwares, and the whole thing ended up in the attic. You honestly can't use a device that has problems that intermittent / unpredictable under heavy load, especially when all the interesting stuff will keep it under heavy load for the majority of its runtime.

      Some day I'll knock it up to be a doorbell or some other non-critical electronic project but it's really just-another-IC to me at the moment, so it's gathering dust. Keeping it purely for future nostalgia value ("I remember I spent fucking months trying to get this to work!") and the fact that selling it isn't worth it because they cost so little.

      Depending on your definition, they delivered the device they promised. Trouble is, it's next-to-useless for anything non-trivial in the homebrew-gadget department and don't even get me started on their selling this to schools (I work in schools - I showed everyone, from teachers to decision-makers to techies, right at the peak of the popularity of the launch when it was featuring on the BBC. We unanimously agreed that it was a nice gadget that, if you have the knowledge to use it with the educational resources provided - which is next to none - then you don't need it and can do much more interesting things on an ordinary PC).

  3. Good work guys. by Anrego · · Score: 5, Insightful

    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 :)

    1. Re:Good work guys. by Anrego · · Score: 3, Insightful

      Nothing wrong with people using other products that better suit ones needs, the hate part comes from people measuring the pi against alternatives that are either more expensive (at that scale, $10 is huge), doesn't do the same thing (no video output, runs android, etc..), or impossible to get hold of.

  4. I have one! by nurhussein · · Score: 4, Interesting

    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?

  5. So many uses by nickovs · · Score: 4, Informative

    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?
  6. Router by duppyconqueror · · Score: 3, Interesting

    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.

  7. Two "A"s and a "B" by smurd · · Score: 3, Informative

    I use the A modles to run composite video loops in a bar, and the B as a ethernet->WiFi router (and video too).

  8. I have 2 by OldGoatDJ · · Score: 3, Interesting

    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.

  9. Re:I have two and, by Tarlus · · Score: 4, Informative

    Are you running the entire OS off of an SD card? That might be your problem, as SD cards are relatively slow and not designed for frequent read/writes. Databases will rot those things out pretty quickly. Since the SD is required to boot the Pi, I set mine up to load the kernel from the SD and the rest of the OS from a USB disk. It is significantly faster and more reliable, and thus far it has proven to be a pretty solid and reasonably fast personal Linux server. (Though I do run it without X.)

    Here's a guide that describes the process.
    http://www.dingleberrypi.com/2013/05/install-and-run-raspbian-from-a-usb-flash-drive/

    --
    /* No Comment */
  10. Web power strip and door annoyer by verifine · · Score: 3, Interesting

    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!