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?
We're using it to do a web page-based UI for a commercial product. The RasPi people are looking for commercial users, so we decided to try it out. It's far less expensive than other commercial SBCs, and being Linux based, it's a known quantity (no nasty proprietary OS or API to deal with), and the RasPi has a large user base, so hopefully, no unannounced obsolescence. Only drawback is that we need a HDMI converter board between the RasPi and the bare TFT panel. We still come in at around $200 for the entire display subsystem.
Banana Pi is $49, dual-core, 1GB RAM
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.
Enable 3D printed prosthetics!
Mine is currently actively used to fill a box which would otherwise be useless. I'm very happy for the box now having a meaningful purpose in life.
For what i was planning to do, one plan did not work due to obscure compatibility reasons which boiled down to floating points and a buggy database connection. The other plan - using it as motion capture, did not work as the USB webcam driver / or webcam / would crash on occasion but definitively overnight. Might have to do with the bad USB power output causing instability.
I would have used it as media player if the sound output wasn't of such bad quality.
Overall, i think the project is nice and all but the hardware is of inferior quality. If you are serious about embedded devices or building robots or so there is, and existed for long, much better hardware.
I admit the price is low. However, to me the key sales point is that it's a standardized platform with several linux distributions ready to roll. So, the community around it makes it great. But for any serious project the hardware s*x big time. I'd rather have that community and a slightly more expensive device that performs as expected (as in: proper USB, total open hardware without vague GPU blobs, more and better IO pins with for example a 12-bit A/D converter arduino style, quality audio in and out, etc etc).
Nevertheless i'm impressed by the momentum. I also think newer generations might fix the hardware issues they have. But just in my view, just focusing on 'as cheap as possible' was a terrible design decision. Had all hardware be high-end, like USB conforming specs, then it would be golden.
A glitch a day keeps the bugs away.