Slashdot Mirror


A Least Half a Million Raspberry Pis Sold

hypnosec writes "The Raspberry Pi Foundation has announced that it could have sold over a million units of its credit-card-sized computer, the Raspberry Pi. Announcing the achievement, the foundation wrote that one of its distributors, Element14, has sold over half a million units of the Raspberry Pi, and even though the foundation doesn't have up-to-date figures from its other distributor, RS Components, it is expecting to have sold its millionth unit of the computer."

20 of 212 comments (clear)

  1. Is it time for the $1,500 Apple iPi yet? by Andy+Prough · · Score: 5, Funny

    You know Jobs must have left detailed plans for it.

  2. Re:What do they do? by Anrego · · Score: 4, Interesting

    I'll admit I haven't done this yet (can't get my hands on one!) but I plan to use two as a cheap drivers for my 5'th and 6'th monitor. Currently I'm using an old (AMD sempton 7something) box to do this, but a Raspberry Pi should do nicely (all I really need is an X server as I just forward the apps to the display currently..)

  3. Re:What do they do? by Bob+the+Super+Hamste · · Score: 4, Insightful

    They aren't a killer app type of product, they are something that a hobbyist can play around with. At $25 or $35 they are almost disposable and can be the basis for all sorts of projects. They are small, portable, and don't require much power, and cheap. I want to see if I can create a RTK like setup (it won't be realtime) but need to first find some USB GPS receivers that will dump the raw data instead of already processed data.

    --
    Time to offend someone
  4. Re:What do I do with one? by heckler95 · · Score: 5, Informative

    Adafruit has a great series of lessons on how to get it setup and examples of some interesting uses. They also have a ton of useful accessories, cases, etc.

    I've done a few Arduino-like experiments using their Pi Cobbler breakout board. I got mine to output status information (date/time, IP Address, network stats) and/or a twitter feed on a cheap 16x2 LCD display. With a cheap wifi dongle and one of those USB emergency cellphone chargers for power, it's completely independent of wires, so I'm thinking about adding some motors and maybe a few IR sensors to create a basic rover. Once you get the distro setup to auto-login and install TightVNC server and enable SSH, you just need to give it a network connection to control it remotely from a PC. I only hooked mine up to an HDMI TV once on first boot to get those things running. Now I just turn it on and wait for the IP to appear on the LCD display and SSH or VNC into it.

    I agree that initially it was tough to come up with useful things to do with it, but the Adafruit tutorials went a long way toward inspiring me and walking me through the more mundane details of taking care of the basics (SSH, VNC, WiFi, etc.) so that you can focus on actually doing something cool with it. You can also search around for BeagleBone or Arduino + Ethernet Shield projects for ideas since the Pi can do most of what those can at a fraction of the price. Good luck!

  5. Re:What do they do? by Grench · · Score: 3, Insightful

    It's an educational product - a little Linux computer that is designed to be cheap (major plus-point for schools) and provide all the tools necessary to learn about computing and programming. It has a kind of "Geek Port" on it (a bit like the old BeBox did) where you can connect up all kinds of electronic breadboards (homebrew or shop-bought) and you can use the Pi to interface with these things. Car-PC guys have been going nuts over the Pi, for instance.

    My own Pi is for Samba4 - I currently have an old budget AMD-powered box that used for running Win2003 server to provide Active Directory, file/print, and some SNMP polling for my Cisco routers (via Cacti) - it is basically idle, yet draws a lot more power than the Pi does, and takes up a hell of a lot more space than the Pi does, and makes a lot more noise than the Pi does. I shut that server down every night because it's too wasteful of electricity - not so the Pi, so I'll also be installing a TACACS and RADIUS server on it so I can teach myself about those technologies. I am also using this as a way to teach myself about Linux as I've never really had much success with it so far. It seems to be quite a capable little machine - the processor isn't as powerful as the one in my old Win2K3 box but it doesn't need to be in order to get the job done.

    --
    He's Jesus, for Christ's sake.
  6. Re:What do they do? by spire3661 · · Score: 3, Informative

    I deployed one as a webserver at my in-laws. My father-in-law is a psychologist with a small but lucrative client base. He currently has a website running on a host from netsol @ $140/year. I looked at his metrics and he gets a hit a day if hes lucky. I dropped his website on the raspberry pi and am serving it from his house under a different URL. If the site holds up after a year, ill move the domain over to his house server and save $140/year. While not a killer app, it exposes a real world use case. I think that you wont find a 'killer app', but rather a huge range of special use cases.

    --
    Good-bye
  7. Re:What do they do? by Anonymous Coward · · Score: 3, Funny

    I'm wondering what people are actually using the Pi's for.

    First, half a million of these will build a decent sized Beowulf cluster. What you'd do with that all depends on what type of super villan you are.

  8. Raspberry Pi = Awesome by Anonymous Coward · · Score: 5, Insightful

    So many uses so little time. I love my Pi, and am planning on buying one or two more.

      It has programmable pins !!! which can be used to switch relay s and control electronics, no weird usb breakout box needed. If you end up frying it, your only out $35 or $25.

    It is an amazing video player, pushes 1080p H264&MPEG2, with Dolby digital without a sweat (mpeg2 license cost about $2). Run XMBC on it and you can control it with the TVs remote, The best support of CEC I have ever seen. I am in the process of using mine as a dvr.

    It takes only 2 watts to power!! Perfect server for a low traffic website. Cheap to keep running 24/7. Plus its completely solid state so no fan issues, no noise.

    True there are other options out there for all of this, but none of them have the wealth of documentation, or community support that the Pi has.

  9. Re:What do they do? by Hrshgn · · Score: 3, Interesting

    Mine is controlling the heating system in my house using FHEM. It replaces an old notebook which was previously doing the same job.

  10. URL by Frankie70 · · Score: 4, Funny

    . If the site holds up after a year, ill move the domain over to his house server and save $140/year

    Can you post the URL of your F-I-L's website?

  11. The sky's the limit, except for USB by Anonymous Coward · · Score: 3, Informative

    The Raspberry Pi doesn't need a killer app. It's a general purpose computer, so you can do pretty much anything you want with it, up to a point.

    The main problem with the Raspberry Pi is that it has an extremely limited USB controller within its Broadcom BCM2835 device hardware. It's so limited that many applications requiring USB simply fail to work at all. When it fails, the entire USB chain and the networking system collapses.

    Unfortunately this problem is not something that can be fixed any time soon, if ever. The BCM2835 was never designed to be used this way, so by selecting this particular Broadcom chip the Raspberry Pi was effectively designed with a built-in hardware fault.

    Does this mean it's useless? Absolutely not! If your application can stay clear of the USB issues, you have a very nice little ARM board for next to no money. Test it first and you'll be fine. If your USB and networking collapses, well, you only lost $35, and you can still use it for something less demanding of USB.

  12. Re:What do they do? by slim · · Score: 4, Interesting

    It runs Linux. It can do anything Linux can do, as long as you can live with somewhat limited RAM and CPU speed.

    I added a USB hard drive to mine, grabbed a SqueezePlug SD card image, and I'm using it as the MP3 server for my Squeezebox audio players. SqueezePlug started as a bundle of Debian + Logitech Media Server built for PogoPlugs, then also various NAS devices. The Raspberry Pi turned out to be such perfect hardware for the purpose, that the developer has dropped support for other devices.

    Prior to that, I left my Mac Mini up 24/7 running Logitech Media Server. It would leak memory and leave the OSX desktop unusable. The Pi uses less power, it's easier to admin, and it's silent.

    I do feel I should experiment with other uses -- mine has never had a mouse, keyboard or monitor connected. Just a USB hard disk and ethernet.

  13. Agreed - not enough functionality in AppleTV. by Andy+Prough · · Score: 3, Insightful

    Even a jailbroken AppleTV appears to do little more than work as an XBMC streaming device. Raspberry Pi has so many more applications - it's a general computing device.

  14. Re:What do they do? by DeliriumNocturnum · · Score: 5, Informative

    I'm using my 512 Pi for XBMC (via Raspbmc) and it has come a long way. Booting from SD but running the OS from a USB drive really improves the speed and navigation of menus, so that there is little to no lag now. I really enjoy using XBMC now (CEC passthrough and I don't even need a separate remote). For $35 and effectively using a device that was never designed to do what I'm using it for, I have zero complaints.

  15. Re:Its called AppleTV by Andy+Prough · · Score: 4, Informative
  16. Re:What do they do? by Patch86 · · Score: 4, Insightful

    Depends on what you consider to be a "killer app" I suppose. I have mine running Debian as a very cheap, very low power-draw "always on" computer for my home network, to mastermind a few background tasks, run a few low intensity "server" applications, and to act as an SSH-able gateway to my home network. You wouldn't be able to find much better for that sort of task for $35.

    I've also used mine to run RISC OS 5, which runs beautifully on it. For anyone nostalgic for that old system, there is no better way to put together a fully functioning replica of your old Acorn boxes using modern hardware.

    Really though, it's not about "killer apps". As sibling posters have said, it's about having computers so cheap that you can use them in any old hobby project, regardless of how idle the project or how likely it is to accidentally destroy the hardware. If that doesn't appeal to you, it probably isn't worth buying one.

  17. Re:What do they do? by MachineShedFred · · Score: 5, Informative

    Don't use USB. Use the integrated I2C bus, and this thing. It's cheaper, doesn't suck power through the already limited USB on the RPi, and gives you 10 location updates per second in exactly the form you're looking for.

    --
    Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
  18. Re:Its called AppleTV by kelemvor4 · · Score: 3, Insightful

    AppleTV, like RPi has arm processor, GPU, ehternet and USB. Unlike RPi it also has a case and PSU. It only costs $100. Now all they need to do is open it up to apps.

    That sounds about right. 400% more expensive, fancy casing, apple logo, more limited functionality than the competition. They'll sell millions most likely.

  19. Re:What do they do? by Anonymous Coward · · Score: 3, Insightful

    The way you phrase that question sounds like you don't want to hear an answer.

  20. Re:Its called AppleTV by amorsen · · Score: 3, Interesting

    The Pi's 2 USB ports are standard USB that you would find on any personal computer.

    Except most devices you would want to use with a Raspberry Pi don't actually work. The ports themselves are fine. The USB controller is a joke.

    Well all right, the ports themselves aren't actually fine, there are lots of problems with how they deliver power (or fail to) and hot plugging has issues as well.

    They have the same general shape as a standard USB that you would find on any personal computer, I'll give you that.

    --
    Finally! A year of moderation! Ready for 2019?