Slashdot Mirror


Raspberry Pi Hits the 2 Million Mark

The Raspberry Pi project that we've been fans of for quite a while now has hit a new milestone: Today, they announced that as of the last week in October, the project has sold more than two million boards. Raspberry Pi is anything but alone in the tiny, hackable computer world (all kinds of other options, from Arduino to the x86-based Minnowboard, are out there, and all have their selling points), but the low price, open-source emphasis, and focus on education have all helped the Pi catch on. If yours is one of these 2 million, what are you using it for? (And if you favor some other small system for your own experiments, what factors matter?)

68 of 246 comments (clear)

  1. So this Arduino thing... by oldhack · · Score: 3, Interesting

    Tell us about it. What do you cook up with Arduino kits, and how do you use them?

    --
    Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
    1. Re:So this Arduino thing... by Opportunist · · Score: 2

      Dirt cheap 3D printers.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    2. Re:So this Arduino thing... by Holi · · Score: 2

      quadcopter auto-pilot/auto stabilization.

      --
      Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
    3. Re:So this Arduino thing... by WillAdams · · Score: 2

      I use mine to run Grbl in a CNC milling machine --- a ShapeOko:

      http://www.shapeoko.com/

      (discl. I'm a moderator on the forums and wiki and will be doing the docs for the ShapeOko 2)

      --
      Sphinx of black quartz, judge my vow.
  2. Sorry, still not getting one. by Ihlosi · · Score: 3, Insightful

    ARMv6 is outdated, ARMv7 is the way to go. And I'd rather have a not-so-beefy GPU than one that takes binary firmware blobs.

    1. Re:Sorry, still not getting one. by kthreadd · · Score: 5, Interesting

      Then you may want to take a look at BeagleBone Black. Costs $10 more but uses a much more modern and powerful chip.

    2. Re:Sorry, still not getting one. by DigitAl56K · · Score: 5, Insightful

      Many people won't care what the CPU is. I thought about getting one and I know I don't care. It's cheap and flexible, has decent enough interfaces, has a huge community, and many people who will be coding on it will be writing Python anyway. I had a problem in mind and needed a small programmable device to solve it. I think many people will approach the pi this way rather than from a spec sheet perspective. I.e. "what can I do with this" vs. "what's it made from".

    3. Re:Sorry, still not getting one. by Richard_at_work · · Score: 3, Informative

      Meh, makes a perfect DLNA server and irssi box, sat behind my TV downstairs - low power, low noise, cheap and cheerful. I don't see what benefit an ARMv7 would bring for me in any of the uses I have put mine to.

    4. Re:Sorry, still not getting one. by jones_supa · · Score: 4, Insightful

      ARMv6 is outdated, ARMv7 is the way to go.

      People do still cool stuff with the 6502 even if it's "outdated". ARMv6 is not outdated, it's a stable platform.

    5. Re:Sorry, still not getting one. by ArbitraryName · · Score: 4, Funny

      Good for you. This article is for the non-hipsters.

    6. Re:Sorry, still not getting one. by maevius · · Score: 5, Insightful

      You. Still. Don't. Get IT!

      It is not about the power! You have a cheap ass device that has a massive community that have solved almost all the bugs in the thing so any problem you have is a google search away. The foundation pays for ports of software to it. When you buy a new peripheral you can find quickly if it works with the pi and how to make it work. You can find lots of different enclosures and almost any other wacky thing you can think about.

      Also...All modern GPU have binary blobs. On pcs, on phones, on tablets, on embedded. Get over it.

    7. Re: Sorry, still not getting one. by DigitAl56K · · Score: 4, Insightful

      No. 2M people bought a pi. Apparently it was good enough for them.

    8. Re:Sorry, still not getting one. by Anonymous Coward · · Score: 3, Informative

      No special mucking around, idle, ethernet connected, no display.
      Pi 340mA@5V, BBB 230mA@5V.

    9. Re:Sorry, still not getting one. by Anonymous Coward · · Score: 5, Informative

      I have a few different arm boards including two raspberry pi boards. Power consumption / power efficiency is NOT a selling point of the pi, if comparing to other arm boards. The pi has no low power states, it is full power all the time. The pi also uses linear voltage regulators, so very inefficient.

      My original model panda board has 1G ram, is several times faster than the pi, and uses half the power most of the time, and has the same peak power.

      My odroid U2 is at least 10 times faster than the pi, has 2G ram, and uses about the same power (or a little less) most of the time (but it has crazy high peak power if running at 100%cpu with a massive heatsink). If you pull the heatsink, it thermal throttles to still way faster than a pi, and keeps the peak power consumption pretty close to the pi.

      I don't have a beagle bone black, but I would suspect it is lower power consumption than a pi.

      The selling point for the pi is the community around it is _much_ larger than any of these other SBCs.

    10. Re:Sorry, still not getting one. by maevius · · Score: 3, Insightful

      The same way you are not paying for your TV, car, furniture, washing machine? I am pretty sure that you don't drink coca-cola because they don't release the recipe.

      I don't mind open source purists, but the only purist is Stallman (and he is a fucking psycho). All the rest - you included of course - are lame hypocrites.

      I undestand the aversion from locked platforms with the sole purpose of vendor lock-in or for example making money for stuff I could fix myself - see apple, oracle, microsoft products. But the development of the videocore never had that intent and this makes you an absolutist hypocrite.

      Cheers

    11. Re:Sorry, still not getting one. by readacc · · Score: 2

      Interestingly enough, this benefit of the Raspberry Pi (of being so widespread and having side benefits that result from this) is precisely the reason why Windows still reins in the desktop world and why Linux still hasn't and will likely never make much impact.

      Using the most widely available version of a particular product in its field (Windows, iPhone, Raspberry Pi) provides the maximum level of support and shouldn't be ignored as a benefit. Doesn't mean the alternatives aren't useful either - sometimes they're better in fact, for various situations. But you don't always need the "best" - often it's better to stick with what everyone else uses, so you can lean on them when necessary.

    12. Re:Sorry, still not getting one. by RabidReindeer · · Score: 4, Informative

      How exactly do you boot a pi without the binary blob videocore bootloader?
      Oh right, you don't.

      I boot a pi by applying power to it.

      Nothing says I have to use the closed-source video. This is not a machine you'd pick for stunning video graphics anyway. I use ssh or run completely headless.

    13. Re:Sorry, still not getting one. by Billly+Gates · · Score: 3, Insightful

      If you are using this for very high end mathmatical simulations and CAD software then you are doing it wrong. Seriously that is not what these units are for.

      A used PC from 10 years ago can be had which and do that well like an AthlonXP or a VM in vmware or virtualbox on your host computer if you want to tinker and develop software for unix and have it integrate with your Windows host.

      For hobbiest work it is fine as double precision is fine in emulation and get a real pc if you need something with a kick

    14. Re:Sorry, still not getting one. by spongman · · Score: 2

      do you own a car, a microwave oven, a radio, a watch, a TV? do you ride the bus/train, do you vote?

      get. the. fuck. over yourself.

    15. Re: Sorry, still not getting one. by ArbitraryName · · Score: 3, Insightful

      Depends on what you mean by cheap. A RPi draws about 1 watt. A PC will easily run 80-90 watts or more.

    16. Re:Sorry, still not getting one. by Opportunist · · Score: 2

      I work on even older chips. Ancient ones, actually, compared to ARM technology. The controllers I use are 8bit technology, having between 1 and 64k program memory (yes, in Harvard technology) and clocked at up to a stunning 20MHz. And as "outdated" as they may be to you, there are very good reasons to still use them rather than more modern, faster technology.

      1. Price. They are DIRT cheap. And I mean DIRT cheap. Blowing through 10 of them during development means nothing. We're talking in the cent to low single digit dollar range. 1-4 dollars will buy them, and if you don't need some of their "advanced" features, you can find ICs costing way less than a dollar. That not only means you can take much higher risks and use a much less careful (and time consuming) approach, if it blows up, who cares, it also means that the manufacturing cost per unit are in the single to very low double digit dollar range.

      2. Resilience. These old chips are incredibly resilient to noise. That not only means that you can operate them in environments where more modern chips would fail instantly, it also means that your error margin is much higher. You need a lot fewer parts to quiet and filter noise because the chip simply doesn't mind that noise.

      3. Energy consumption. These chips can work on microamps. With some careful design, you can run it on a AAA battery longer than the shelf life of a AAA battery (meaning, the AAA battery will fail first due to old age before it's empty).

      I don't know about your approach, but mine is to fit the solution to the problem, not take a solution and then go look for a fitting problem.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    17. Re: Sorry, still not getting one. by semi-extrinsic · · Score: 2

      Indeed. I'm using a Pi for my Wifi-controlled engine block heater unit. The PC would've been a lot harder to weather-proof, and it would probably have been stolen in 2 weeks. The Pi sits smugly inside an anonymous grey box on the wall, looking like a junction box to random passersby.

      --
      for i in `facebook friends "=bday" 2>/dev/null | cut -d " " -f 3-`; do facebook wallpost $i "Happy birthday!"; done
    18. Re:Sorry, still not getting one. by johnw · · Score: 3, Funny

      Windows still reins in the desktop world

      What an accidentally apposite comment.

      Just like MS-DOS held back software development on the original PC, now Windows reins in the desktop world.

    19. Re:Sorry, still not getting one. by Alioth · · Score: 2

      Sorry to be spelling nazi...

      Reins - things you use for a horse.
      Rain - water that falls from the sky
      Reign - rules over.

      I think you probably means "reigns in the desktop world". If windows was reining in the desktop world it would mean that Windows was slowing a galloping desktop world to a halt, like you do when you rein in a horse. Oh wait... perhaps that's really what you meant after all :-)

  3. Purchased 4 so far by Anonymous Coward · · Score: 4, Interesting

    First Raspberry Pi is powers an Asterisk VOIP system
    Second Raspberry Pi, is a low end NAS device for system backups
    Third Raspberry Pi is running RaspFi as a squeeze slave
    Fourth Raspberry Pi is running a Squeezebox server

    1. Re:Purchased 4 so far by Joce640k · · Score: 2

      I made a Mini Space Invaders machine with mine.

      --
      No sig today...
    2. Re:Purchased 4 so far by mrclisdue · · Score: 3, Insightful

      Running xbmc (openelec) on a total of 31, so far. I use 7 here at home, and the rest I've acquired for friends and relatives. I've totally cut the cable, I have moderately high-speed internet and I get a 10 or so tv channels ota. Basically, $70/mo for internet, and all my television (including all live sports (I *do* pay $150/yr for nhl gamecenter, archived games, etc)), music, movies, looked after. Most of the others who have acquired the pis from me have cut the cable, too...

    3. Re:Purchased 4 so far by Joce640k · · Score: 3, Interesting

      The first one wasn't very good. It's in pieces at the moment because I'm rebuilding it inside one of these: https://www.google.es/search?q=invadercade&tbm=isch (I got one dirt cheap)

      I also recently discovered this: http://www.kickstarter.com/projects/697708033/hdmipi-affordable-9-high-def-screen-for-the-raspbe so it might be on hold until February. That screen is just perfect for it :-(

      I coded the game myself (originally on Arduino believe it or not). I used the Space Invaders ROM disassembly as a base so the gameplay is 100% true to the original. You can play it if you've got a gameduino...

      --
      No sig today...
    4. Re:Purchased 4 so far by mrclisdue · · Score: 4, Interesting

      Doesn't work nearly as well outside the USA. Hurrah for capitalism, right?

      Not sure why you think this...it works *wherever* there is high speed internet...I'm outside the USA, by the way, and all 31 of those pis are outside the USA, including 4 in Mexico and 5 in France....

    5. Re:Purchased 4 so far by jonnyj · · Score: 4, Interesting

      One Raspberry Pi is a toy. The other runs my home network and presently stands at an impressive 117 days uptime with even more impressive power consumption.

      My lowly workhorse Pi with its ARM 6 processor performs admirably as a:

      - DNS server
      - DHCP server
      - Authentication server (Kerberos, OpenLDAP server and phpLDAPadmin) and publication service for network assets (OpenLDAP again)
      - Mail server (Dovecot, Postfix, Squirrelmail, Spamassassin, ClamAV, Amavis)
      - HTML image gallery
      - Home wiki (MediaWiki)

      Performance is no issue with any of this. MediaWiki is the slowest, but most pages load in 1-2 seconds. We're a busy, high-tech household so it serves up to seven laptops, five destops and nine mobile devices, many of which dual boot. Device management was a nightmare before the Pi saved the day.

  4. Get little machine by jackb_guppy · · Score: 2

    This weekend I found IPFIRE (Linux firewall/router follwoing IPCOP like design). Installed a UML295 LTE internet usb dongle with the on-board ethernet, up and running 10Mb/s (Both Up and Down) backup for my internet connections. Can also use it as base for mobile router in the car for the kids. Not bad for the low cost investment.

  5. Cue the hate. by serviscope_minor · · Score: 4, Insightful

    For some reason the RPi always seem to get so much bitterness here. Apparently there are a lot of self-described nerds on a tech website for nerds who cannot imagine the use of a very small, cheap, low power hackable computer with moderate computing power.

    I find this very strange.

    --
    SJW n. One who posts facts.
    1. Re:Cue the hate. by rwa2 · · Score: 3, Interesting

      My father gave me one, I put RaspBMC on it because it seemed like the easiest way to get Debian on it.

      That said, I've never really been a big fan of XBMC even running on decent hardware, and it's kinda hard to think of much else to do with a Raspberry Pi that doesn't involve sinking a lot of money for an LCD screen and USB wifi, at which point you're better off with a cheap tablet/smartphone. So I kinda just carry it around so I could put the BSOD screensaver on random LCD TVs that I find in public.

      Frankly, I had more fun with the $25 Arduino UNO he sent me. I used it to control one of those cheap Lutron color LED strips:
      https://plus.google.com/109464377854747809155/videos
      So if I was a little more motivated, my workstation's mood lighting could correspond to the weather or Nagios or something.

    2. Re:Cue the hate. by Joce640k · · Score: 2

      I use Tiny85 (on a homebrew PCB) or eBay Arduino Pro Minis, depending on the job in hand.

      OTOH some projects need a video output. AVR chips aren't very good at that.

      --
      No sig today...
  6. Which device for tamper resistant android w/ touch by raymorris · · Score: 2

    Slashdotters know about a lot of different small hardware.
    Suppose you wanted to build a gas pump controller with a touch screen based on Android.
    One issue is that in order to protect customers before certifying the pump, the department of weights and measures wants to see that the gas station owner can't easily manipulate the device to show an inflated reading. What kind of hardware would you consider?

  7. So, 2 million and 1 will come from somewhere else by DavidClarkeHR · · Score: 3, Insightful

    ARMv6 is outdated, ARMv7 is the way to go. And I'd rather have a not-so-beefy GPU than one that takes binary firmware blobs.

    Of course, if the tech doesn't fit, you must ... not purchase it. Or something like that

    On the other hand, 2 million purchases seem to think that forking over $40 for a board isn't a TERRIBLE idea.

    --
    - Nec Impar Pluribus, or so I'm told.
  8. Re:Freetards earn the hate. by JaredOfEuropa · · Score: 4, Interesting

    Wow... iPhone vs Rpi, this ought to be good. Fight!

    I've built an older iPhone into a wall to serve as a control panel for my home automation system. Works great and a bargain at the 2nd hand price I paid, but I've picked up a Pi as well as an Arduino to try and create more of these wall mounted controllers. The reason to switch to these platforms? More control over the form factor, easier to program, easier to interface with other hardware (like dimmers), ability to use tactile keys rather than a touchscreen, etc. I haven't decided yet between Arduino and the Pi.

    --
    If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
  9. Media center by Jack+Malmostoso · · Score: 4, Interesting

    My RPi is loaded with RaspBMC and I use it to watch videos I have stored on my main machine.
    It is hooked up directly to the USB port of my TV so it powers up when I turn the TV on, and turns off when I'm done.
    It is powerful enough to stream 1080p over SMB/CIFS, and I got a 10EUR IR remote that needed exactly zero configuration (plugged in the USB receiver, counted up to 10, it was ready to go).

    Sure, it's not the fastest machine on earth, but for what I use it it's miles better than DLNA or similar crap.

  10. Mine Scares Cats by Anonymous Coward · · Score: 5, Interesting

    I wanted to build a fun little project over the summer to scare cats out of the garden.

    The RPi was a great platform to work with for a casual project like this. Having the GPIO was a real winner here.

    I wrote it all up for others to peruse and have offered enough information that anyone could build it for themselves.

    http://norris.org.au/cattack/

    There are *quirks* to this hardware, but it is not a commercial device, it is for education use. I was telling my teacher-in-training friend that I don't know if I'd want to use the RPi in class with 30 students all finding the quirks at different times: it would be chaos! But for a single enthusiastic student working through these problems will give them a fantastic introduction to troubleshooting and the real life pain that comes with getting something to work.

    1. Re:Mine Scares Cats by readacc · · Score: 2

      Given the system doesn't do pattern recognition and cannot determine the difference between a cat and an inquisitive child, that could cause some problems...

  11. Re:Raspberry PI USB Power Issues by Anonymous Coward · · Score: 2, Insightful

    That was addressed long time ago, get decent power supply with spare amperage.

  12. Re:It's quite ridicules isn't it? by Anonymous Coward · · Score: 2, Informative

    The Raspberry Pi is the Microsoft Windows of the OS world.

    I'm pretty sure Microsoft Windows is the Microsoft Windows of the OS world. Don't know what you were going for there.

    For parent, OS = Operating System.

    For GP, OS = Open Source.

    Confusion removed, HTH.

  13. Software support and longevity. by marcovje · · Score: 2

    I mainly use it as always-on machine in addition to the filer. The main reason is that with a filer you are more conservative. OpenVPN, postgresql db. I also have some applicationservers (3-tier) developed for it, but that is not production yes.

    Most important bit is long time usability and support, features are only secondary. In that RPI is unique.

  14. How I use my RP by yossie · · Score: 4, Informative

    Most of the time, my RP, coupled with a 8-Relay board ($20 on ebay,) reports (via SMS) whenever any of my house doors are opened or closed, as well the garage door. Further, it has a web server with a small app that allows me to raise/lower the garage door.
    A picture of the board I constructed can be seen at http://www.blacksteel.com/pics/RP.jpg - the board has since been re-arranged a bit to give me better access to the HDMI port. The software is pretty minimal - a shell script to handle periodic polling of the various magnetic reed switches on the doors, it also keeps track of all changes in a mysql database. A php script to handle opening/closing the garage door (and animating the process in an image using data from the switches!)
    Also, whenever I have a movie that can't be played back by my old but still working Apple TV 1 running XBMC, I use OpenElec XBMC on my RP - it's not the most responsive XBCM in the world, but it plays back high resolution MKV's whereas the ATV1 can't keep up.
    All in all, it's an amazing board and I have other plans for it, grin. I likely will get another one or two at some point.

    1. Re:How I use my RP by ahabswhale · · Score: 3, Informative

      Thanks for sharing that. I've always wondered how people use these devices.

      --
      Are agnostics skeptical of unicorns too?
  15. Re:practical road blocks by ArchieBunker · · Score: 2

    You're stuck in a 20 year time warp my friend. HDMI has been the standard video transport method for a long time. If you need to interface your board to 5V logic then use one of the many cheap level converters out there. Most 5v logic will probably run at 3.3v anyhow these days.

    --
    Only the State obtains its revenue by coercion. - Murray Rothbard
  16. Re:Raspberry PI USB Power Issues by rubycodez · · Score: 2

    yes, to run the beer fridge on the porch

  17. BeagleBone Fully Documented; Broadcom Proprietary by Anonymous Coward · · Score: 4, Informative

    TI fully documents their system on chip (SOC) chips.
    Broadcom doesn't.

    This alone makes Broadcom (which is in the Raspberry Pi) completely non-free and craptastic, and the BeagleBone worthy of consideration by a hacker.

    F Broadcom. F Raspberry Pi. Don't waste your time on non-free systems which you have to reverse engineer because the documentation is purposely incomplete.

    The fact that there are significant reverse-engineering efforts going on
    https://github.com/raspberrypi/firmware/wiki
    https://github.com/hermanhermitage/videocoreiv/
    is proof that the Broadcom chip in the Raspberry Pi is anything but open.

  18. Re:It's quite ridicules isn't it? by fisted · · Score: 3, Funny

    It was probably meant the other way around:
    Microsoft Windows is the Raspberry Pi of the OS world.
    In terms of performance, that sounds about right.

  19. Photo Booth by SgtKeeling · · Score: 4, Interesting

    I made a photo booth which was installed inside of an old phone booth in a local cafe for a new-media art festival this past summer. I used a Raspberry Pi, a usb webcam, a big red button connected via GPIO, a coin slot connected via GPIO, and an ethernet cable running to the router in the back room. People would insert their dime or two nickles and the button would light up. Pressing the button would take a photo. The Pi then uploaded the photos to a website which looped through all of the photos taken during the festival. People could visit the website on their own devices, but there were also a few screens set up around the town in shop windows displaying the photos. The program to do all this was a simple python script with a loop.

    You can still see the photos taken here: http://donttakemypicture.org/
    The site uses javascript to keep checking for new photos and to change the photo displayed for you every few seconds.

  20. Re:practical road blocks by Zaiff+Urgulbunger · · Score: 2

    UK keyboard default

    If your-country != default, you change it. What's so hard?

  21. Re:Not Free (As In Freedom) by hamster_nz · · Score: 4, Insightful

    Wow! Said like a true Open Source fundamentalist. I'm hoping you wrote that on an OpenRISC based computer, not a PC with a closed source CPU, closed source BIOS, closed source chipset, closed source video adapter... :-)

    I like my hardware Open, however I don't mind shelling out $35 for board to do stuff with. Download and write an image SD card, plug it in.

    Up and running in 15 minutes, with no 'wasted' time or money..

  22. Re:Practical question by hamster_nz · · Score: 2

    So why can't you run OpenBSD? Nothing about the hardware forces you to run Linux. Here is a tutorial on how to write and boot your own basic kernel.

    However, if your faith forbids the touching of 'unclean' hardware, then who am I to question it!

  23. Re:practical road blocks by hamster_nz · · Score: 2

    I use a HDMI -> DVI-D cable with no problems. I like 3.3V though, all the cool sensors use 3.3V logic...

    But I think the bigger sin is no RTC!

  24. PBX by darkgumby · · Score: 2

    I use my Raspberry Pi for a PBX. http://www.raspberry-asterisk.org/

  25. Re:Freetards earn the hate. by HalAtWork · · Score: 2

    There's no way to trick it into thinking there's a working battery in? Just curious because having a battery in there when you don't need it is a waste, and I wouldn't want it catching fire in my walls or something. This seems like a good idea for old iphones, using them as controllers for other things.

  26. bridge software / physical, concert style lighting by raymorris · · Score: 2

    Generally, Arduino is a good way to interface the physical world with software. Other commenters mentioned an autopilot and a 3D printer, both examples of controlling motors or servos with software, based on sensor input.

    One project I did was for controlling stage lighting, with programmed sequences of effects being "DJed" in real time. I prototyped an out-of-band management interface for web servers. It could power cycle servers and provide console access. I used a similar system to have computer controlled Christmas lights and 4th of July fireworks.

    Another project was controlling a CD burning robot, to burn hundreds of CDs.

    In general, pretend you had a robot that could run around doing anything you want, controlled over the network or pre-programmed, so the software side can detect the environment through sensors and then take physical actions through its gpio.

  27. I am making a cluster to build Ubuntu by dominux · · Score: 3, Interesting

    I like Raspbian, but it would be nice to have the Ubuntu packages built for the Pi.
    Bit of the back story on the project page explaining why the Pi didn't have Ubuntu from the start.
    http://www.indiegogo.com/projects/a-raspberry-pi-build-cluster-for-ubuntu/x/5206923

  28. Re:Which device for tamper resistant android w/ to by couchslug · · Score: 3, Insightful

    Any, but I'd pot the thing in epoxy inside a metal shell and it wouldn't be user-accessible other than a simple non-root interface to change price per gallon and any other required functions.

    If it breaks, throw it away and replace it. If faults are found in the future, ship a later version and swap 'em out.

    --
    "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
  29. Is Rasp Pi truly open-sourced ? by Taco+Cowboy · · Score: 2

    Quoting from http://en.wikipedia.org/wiki/Raspberry_Pi

    ... Application software uses calls to closed source run-time libraries (Open Max, OpenGL ES or open VG) which in turn calls an open source driver inside the Linux kernel, which then calls the closed source Videocore IV GPU driver code ...

    --
    Muchas Gracias, Señor Edward Snowden !
  30. My PI serves random numbers on my lan. by anwyn · · Score: 5, Interesting
    Some computers much more expensive than the PI do not have a Hardware RNG built in. Both my intel desktop and my laptop don't have a hardware RNG. If you try to generate a key, these computers will stop while gathering entropy. But not any more. I use my pi to dump random numbers into the entropy pools for all my computers that don't have an RNG.

    There are other hardware RNGs available, but none as inexpensive as a PI. Also because the PI has an RJ45 connection, it can be plugged into my router where it can serve random numbers for all computers on my lan.

  31. Agree with Free as in Libre. But I got an RP... by Dystopian+Rebel · · Score: 4, Insightful

    We're in the golden age for software development. I prefer an "open" solution like the Beagleboard but I received an R.Pi v2 for free and have made it part of my low-power dev environment. I'll describe this environment for the amusement of ye 'dotters.

    I installed a $10 hardware clock in the R.Pi and I power the it with a spare power cord from an Amazon Kindle.

    I run Raspbian (Debian) with Icewm DE. I use the R.Pi for coding (Java, C++, Perl, Go) and I push Mercurial updates to a code repo on a Sheevaplug running Debian Wheezy. The Sheevaplug's power supply had failed (typical problem, melted capacitors) but I wired the mainboard to an AC adaptor from a USB hub.

    I've overclocked the R.Pi to 900MHz. This isn't enough CPU to browse the Internet directly from the R.Pi with Iceweasel/Firefox, but Midori and NetSurf work well enough. On a Pogoplug V2 (running Debian, you see the pattern here), I have lighttpd and a Perl program that fetches and summarises RSS feeds for me. I can view the RSS summary from the R.Pi using NetSurf or Midori. (Dillo doesn't do tables well.)

    When I need to do Web research that requires Flash or special plug-ins, I use rdesktop to connect to a VM instance of Firefox (M-Windows XP or Debian) installed on an AMD box running VMware ESXi server. ESXi server is free.

    I have all this running with an APC battery back-up. The APC unit can run for some time with only the ARM kit to power. I have another APC UPS feeding my modem, router, and assorted switches.

    It's a versatile dev environment and it didn't cost much. None of it would be possible without Linux. I'll say it again: this is a golden age for software developers.

    --
    Rich And Stupid is not so bad as Working For Rich And Stupid.
  32. Re:BeagleBone Fully Documented; Broadcom Proprieta by Hemlock+Stones · · Score: 5, Informative

    While TI documents most of the am3359 SOC it does not provide any documentation for the Imagination Technologies PowerVR GPU core which is proprietary. To the OP, as far as I know there are no non-proprietary GPUs (more or less beefy) on any ARM SOC so good luck on finding one without binary blobs.

  33. Neat toy by tbuskey · · Score: 2

    Remote wifi temperature sensor. I have an existing 1-wire temp sensor net & wanted to put something in the greenhouse w/o running a wire. I just needed to add a cheap wifi dongle and it just worked. I took a small $ risk and almost no time. If I was doing 10-20, there are cheaper solutions for more time spent, but I think I got a good value.

    Since then, I played with RiscOS on it. I'm now playing with it as a thin client that someone built. I'm also going to play with Plex on it. Maybe I'll play with Plan 9 on it.

    The first task could probably be done on on any of the other ARM boards that run Linux. The others tasks might work on other boards, but people are building and optimizing for the RPi.

    All these ARM and microcontroller boards are fantastic. RPi made the others hit the under $40 price point. It reminds me of the days of Apple vs C64 vs Atari vs IBM and I hope they stick around.

  34. Re:BeagleBone Fully Documented; Broadcom Proprieta by topologicalanomaly47 · · Score: 2

    I run a collocated Raspberry PI and never had a networking issue (it's monitored). I also ran one at home as a vpn server (slow) for a while and it also was mighty stable. I'm willing to bet that most networking issues on the pi can be traced back to crappy power supplies.

  35. Re:So, 2 million and 1 will come from somewhere el by Ihlosi · · Score: 2, Insightful
    On the other hand, 2 million purchases seem to think that forking over $40 for a board isn't a TERRIBLE idea.

    It's just another example of a well-marketed product beating technically superior products, which appears to happen 99.9% of the time.

  36. Re:BeagleBone Fully Documented; Broadcom Proprieta by maevius · · Score: 2

    The fact that there are significant reverse-engineering efforts going on
    https://github.com/raspberrypi/firmware/wiki
    https://github.com/hermanhermitage/videocoreiv/
    is proof that the Broadcom chip in the Raspberry Pi is anything but open.

    Have you realised that you posted the official raspberry pi foundation github account as a reverse engineering proof? They are doing many things, but reverse engineering is not one of them.

    Also, I don't think anybody needs proof. It is common knowledge...

    TI fully documents their system on chip (SOC) chips.

    Sure. Could you please send us a reference of the SGX530 which is the GPU in beagleboard? And the kernel drivers that interface with the blob doesn't count, obviously.

    I mean, I like a good argument, but pleeease try to check your facts first.

  37. pi by drJeckyll · · Score: 2

    I use mine to make streamer. It have Icecast for streaming some radio. But most of the usage come from nginx with proxy support for h264 streaming from my storage server. I'm pretty happy with performance since my Pi w/o overclock can reach around 3MB/s In and Out (6MB total). In and Out in my case are almost identical. Last time Pi was up for about 150+ days then I have power outage, and now it is up for 51 days. Pretty impressive from something so small and cheap. Pi root is on NFS btw