Slashdot Mirror


Raspberry Pi Sales Approach 4 Million

Eben Upton's reboot of the spirit of the BBC Micro in the form of the Raspberry Pi would have been an interesting project even if it had only been useful in the world of education. Upton wanted, after all, to give the kind of hands-on, low-level interaction with computing devices that he saw had gone missing in schools. Plenty of rPis are now in that educational, inspirational role, but it turns out that the world was waiting (or at least ready) for a readily usable, cheap, all-in-one computer, and the Raspberry Pi arrived near the front of a wave that now includes many other options. Sales boomed, and we've mentioned a few of the interesting milestones, like the millionth unit made in the UK and the two-millionth unit overall. Now, according to TechCrunch the Raspberry Pi is getting close to 4 million units sold, having just passed 3.8 million, as reported in a tweet. If you have a Raspberry Pi, what are you using it for now, and what would you like to see tweaked in future versions?

3 of 146 comments (clear)

  1. Re:More memory faster cpu & keep price under $ by Anonymous Coward · · Score: 5, Informative

    Banana Pi is $49, dual-core, 1GB RAM

  2. The Pi is great as it is by laird · · Score: 4, Informative

    I would have said that I didn't want to use HDMI cables to connect a display for embedded apps, since the cable is bulky and expensive. But now there are cheap displays that plug right into the GPIO lines, so that issue is gone. And four USB ports is plenty (on the new model), and the expanded GPIO lines mean you don't need to add in an Arduino just for I/O. So after that it's just the usual - faster and/or cheaper are always nice.

    The only real thing missing is quite hard - an ability to do realtime I/O control. That's not really in the Pi, but the Linux OS. If there were a good realtime option, then the Pi would be an awesome controller (e.g. for 3d printing, CNC, etc.). As it is, you need an Arduino control I/O so you have precise timing, which adds complexity as you have to program two devices to coordinate, which is much harder than one. Not impossible, obviously, but simpler/easier is better.

    1. Re:The Pi is great as it is by Anonymous Coward · · Score: 5, Informative

      There IS a "a good realtime option" it's called RTOS and a port to the rPi can be found here: ChibiOS/RT on the Raspberry Pi