Raspberry Pi Hits the 2 Million Mark 246
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?)
So this Arduino thing... (Score:3, Interesting)
Re: (Score:2)
LED cubes!
Is Rasp Pi truly open-sourced ? (Score:2)
Quoting from http://en.wikipedia.org/wiki/Raspberry_Pi [wikipedia.org]
Re: (Score:3)
Dirt cheap 3D printers.
Re: (Score:3)
quadcopter auto-pilot/auto stabilization.
bridge software / physical, concert style lighting (Score:3)
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 control
Re: (Score:2)
You can build these, Ambilight clones for you TV:
http://www.adafruit.com/blog/2012/11/04/ambipi-ambilight-clone-raspberrypi-raspberry_pi/ [adafruit.com]
http://player.vimeo.com/video/30043456 [vimeo.com]
Sorry, still not getting one. (Score:3, Insightful)
Re:Sorry, still not getting one. (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.
BeagleBone Fully Documented; Broadcom Proprietary (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.
Re: (Score:2)
seconded. I'm giving the BBB more of a try than the raspi.
however, trying to use the BBB as a media server for high res (uac2 audio, asynch, with a good usb/spdif converter) is showing buffering or timing problems. note, I was not getting good results with the raspi, either, but the bbb is not so great for media (flac, full res) serving either. I still have to use my fanless atom itx box for that.
still, I would give the tip of the hat to the BBB rather than the binary blob-based video and poorly laid out
Re: (Score:2)
Yeah, on top of that, I had read somewhere that the Raspberry Pi ethernet port is USB-attached and is prone to periodic resets and disconnects, which basically rules out a Raspberry Pi for projects that would rely on a stable network connection.
Sure, let me google you a citation.... eh, doesn't look particularly trustworthy, but:
http://hardware.slashdot.org/story/12/08/24/2228251/serious-problems-with-usb-and-ethernet-on-the-raspberry-pi [slashdot.org]
But I'm probably mostly upset that the Raspberry Pi is taking away bra
Re: (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.
Re:BeagleBone Fully Documented; Broadcom Proprieta (Score:5, Informative)
Re: (Score:2)
One thing I couldn't see on the BeagleBone Black page or wiki was the power consumption. An RPi can run indefinitely from a modest solar panel and battery if you use a tickless kernel.
Re: (Score:2)
Re: (Score:3, Informative)
No special mucking around, idle, ethernet connected, no display.
Pi 340mA@5V, BBB 230mA@5V.
Re:Sorry, still not getting one. (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.
Re: (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
Re:Sorry, still not getting one. (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".
Re: Sorry, still not getting one. (Score:5, Insightful)
No. 2M people bought a pi. Apparently it was good enough for them.
Re: (Score:2)
Apparently they had a fairly good marketing campaign.
Re: Sorry, still not getting one. (Score:4, Insightful)
Re: (Score:2)
A used last decade PC running Linux then would be a better bet for a cheap unit to run semi powerful stuff for cheap.
Depends on your requirements. The PC is somewhat bulky, the pi fits everywhere.
Re: (Score:3)
So, 2 million and 1 will come from somewhere else (Score:4, 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.
Re: (Score:3, Insightful)
It's just another example of a well-marketed product beating technically superior products, which appears to happen 99.9% of the time.
Re:Sorry, still not getting one. (Score:4, 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.
Re: (Score:2)
Re:Sorry, still not getting one. (Score:5, 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.
Re:Sorry, still not getting one. (Score:5, Funny)
Re:Sorry, still not getting one. (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.
Re: (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 t
Re:Sorry, still not getting one. (Score:4, Funny)
What an accidentally apposite comment.
Just like MS-DOS held back software development on the original PC, now Windows reins in the desktop world.
Re: (Score:3)
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 :-)
Re: (Score:2)
How can you be sure that you "solved" bugs in the closed part of the hardware? Oh, you can't.
All modern GPU have binary blobs.
As I said, a not-so-beefy, but open GPU would be my preference. This way, you can personally experiment with all kinds of creative ways of using, misusing and abusing the computing power in the GPU.
I've personally made the step from an ARMv4TDMI to an ARMv7 core and it was amazing how practically relevant the improvements wer
Re: (Score:2)
Re: (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
Re: (Score:3)
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.
Re:Sorry, still not getting one. (Score:5, 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.
Re: (Score:2)
Agree with Free as in Libre. But I got an RP... (Score:5, 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.
Re: (Score:3)
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 sin
Re: (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.
Re:It's quite ridicules isn't it? (Score:4, Funny)
Microsoft Windows is the Raspberry Pi of the OS world.
In terms of performance, that sounds about right.
Re: (Score:2)
Purchased 4 so far (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
Re: (Score:3)
I made a Mini Space Invaders machine with mine.
Re: (Score:2)
Re:Purchased 4 so far (Score:4, 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 [google.es] (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 [kickstarter.com] 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...
Re:Purchased 4 so far (Score:4, 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...
Re:Purchased 4 so far (Score:5, 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....
Re: (Score:2)
Re:Purchased 4 so far (Score:5, 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.
Get little machine (Score:3)
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.
Cue the hate. (Score:5, 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.
Re:Cue the hate. (Score:4, 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 [google.com]
So if I was a little more motivated, my workstation's mood lighting could correspond to the weather or Nagios or something.
Re: (Score:2)
My father gave me one, I put RaspBMC on it because it seemed like the easiest way to get Debian on it.
Huh? The official Raspberry Pi distribution [raspbian.org] is Debian compiled for ARMv6.
Re: (Score:2)
Intel has brainwashed a generation into thinking that MHz is all that matters.
Re: (Score:3)
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.
Re:Freetards earn the hate. (Score:5, Interesting)
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.
Re: (Score:2)
Re: (Score:3)
Re: (Score:2)
Re: (Score:2)
Which device for tamper resistant android w/ touch (Score:3)
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?
Re:Which device for tamper resistant android w/ to (Score:4, 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.
good point, the board can be replaceable, sealed (Score:2)
Thanks for the reply. I was thinking that maintenance technicians would need to have access to the system, but you're right, that's not necessary. Assuming the display is separate, a $25 board could be replaced as a unit without increasing cost much, given the cost of the tech's time. That certainly simplifies assuring the customer that the unit hasn't been tampered with.
Media center (Score:5, 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.
Re: (Score:2)
I once tried DLNA as my blueray player claimed it could do it. What a piece of shit DLNA is, for example two clients won't play same content unless you are lucky (same format content with same settins in the DLNA server). Besides, the implementation was horribly broken.
Now I use Rikomagic as my media player, and have Logitach remote keyboard. The Ricomagic is powered by USB from my amplifier. It also can do whatever Android can, e.g. I have installed some free net-tv applications into it.
Re: (Score:2)
The biggest issue I have with DLNA is that it wildly depends on the receiving device.
Streaming through the PS3 allows for high quality content, while streaming directly from my DLNA enabled TV caused the signal to be strongly degraded, I guess because the TV doesn't have enough horsepower to handle the larger stream.
In any case, good riddance.
Re: (Score:2)
The biggest issue with DLNA is that it's a marketing toy, nothing else. The requirements to stick a "DLNA able" sticker on a piece of electronic is SO low that I'm surprised the average microwave doesn't have it.
Seriously, if it's in some way capable of displaying something that might resemble the apparition of something resembling a moving picture, optionally with something that could be identified as sound, it's already way more than enough to get DLNA certified.
Mine Scares Cats (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/ [norris.org.au]
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.
Re: (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...
Re: (Score:2)
pistols should only be used by the Mark I wetware analog system
I actually like cats, cat I had growing up never cared for anything in the garden, he'd just hunt and eat bugs and spiders. he didn't even care about catnip. he would eat grass from the lawn, though
Re: (Score:2)
Yeah, but then you have to remove the cadaver or your garden might smell funny come Summer.
Software support and longevity. (Score:3)
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.
How I use my RP (Score:5, 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.
Re:How I use my RP (Score:4, Informative)
Thanks for sharing that. I've always wondered how people use these devices.
How I'm using my RPi's (Score:2)
I bought two Raspberry Pi's in October. One of them is currently doing duty as an IRC server inside of one of my Broadband-Hamnet mesh nodes (formerly HSMM-MESH), the other is for use as a backup, and for experimenting.
http://www.hsmm-mesh.org/ [hsmm-mesh.org]
Photo Booth (Score:5, Interesting)
You can still see the photos taken here: http://donttakemypicture.org/ [donttakemypicture.org]
The site uses javascript to keep checking for new photos and to change the photo displayed for you every few seconds.
Sleeping in a drawer (Score:2, Informative)
I end up using the t-shirt more than the pi itself.
PBX (Score:2)
I am making a cluster to build Ubuntu (Score:4, 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 [indiegogo.com]
My PI serves random numbers on my lan. (Score:5, Interesting)
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.
Neat toy (Score:3)
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.
Re: (Score:2, Insightful)
That was addressed long time ago, get decent power supply with spare amperage.
Re: (Score:2)
nope, this doesn't help.
But what helps: get a powered hup. The HOST-Connector powers the rPi (really cool), and the CLIENT-Ports power your usb-devices.
Re: (Score:3)
yes, to run the beer fridge on the porch
Re: (Score:3)
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.
Re: (Score:3)
UK keyboard default
If your-country != default, you change it. What's so hard?
Re: (Score:3)
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!
Re: (Score:2)
I grew up on 5v logic, but its now a 3.3v world.
deal with it. that's why they make bidirection level converters.
Re: (Score:2)
Before I even booted the image of Raspbian I mounted the file system, set the IP I wanted to use, etc. Still haven't plugged a keyboard or attached a HDMI cable to it, just sshing in and doing stuff. Not sure what I actually want to do iwth it... which is how I got it (someone I know had 2 and just didn't know what he wanted to do with them)
Practical question (Score:2)
What is the "lack of freedom" preventing you from doing?
Re: (Score:3)
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 [osdev.org].
However, if your faith forbids the touching of 'unclean' hardware, then who am I to question it!
Re: (Score:2)
Re:Not Free (As In Freedom) (Score:5, 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..
Re: (Score:2)
Re: (Score:2)
I've got a very-first-generation, USB-hobbled-by-polyfuses-until-I-performed-surgery-on-the-thing [hylobatidae.org] 256MB Raspberry Pi. The thing's part of my time-travelling Radio-4-Matic [hylobatidae.org] and thus transfers a few gigabytes a day over a little USB WiFi adaptor by streaming radio over the intertubes, buffering it for some hours then playing it back.
Uptime? Right now:
19:12:14 up 52 days, 15:46, 1 user, load average: 0.01, 0.09, 0.12
Last reboot was for a system upgrade of some description; the things are pretty stable now. (