Author Topic: Raspberry Pi  (Read 7634 times)

0 Members and 1 Guest are viewing this topic.

Offline sirtetris

  • Thread Starter
  • Posts: 23
  • Location: Germany
    • blog / personal website
Raspberry Pi
« on: Mon, 24 September 2012, 12:31:05 »
First off: I know there are threads concerning the fact that someday there will be this thing called 'Raspberry Pi', the sale of the very first RPis and the actual start of sales/first batch. Yet, I hope it's no problem to open a new thread concerning the Pi itself.

So: anyone else here got one? If so: what do you use it for? Did you create/buy a case?


Here's a picture of mine:


It's running Arch Linux, serves as an IRC "bouncer" (irssi runs on it and I connect via ssh), executes cronjobs, has a nginx webserver running and yeah ... has a Lego case. :3

I already ordered a second one and maybe will try the following with it: http://www.cl.cam.ac.uk/freshers/raspberrypi/tutorials/os/

Offline thp777

  • Posts: 140
Re: Raspberry Pi
« Reply #1 on: Sun, 07 October 2012, 07:30:39 »
im thinking of getting one for my robot to process IK for walking onboard.

Offline Viz

  • Posts: 120
  • Location: Norway
Re: Raspberry Pi
« Reply #2 on: Sun, 07 October 2012, 07:43:03 »
I am considering buying one. Too sad that it dosn't run BSD.
FYI: It runs netbsd, but without support for internet.

Offline boost

  • BOSTMOBILE
  • * Elevated Elder
  • Posts: 3300
  • NY Giants!!!
Re: Raspberry Pi
« Reply #3 on: Sun, 07 October 2012, 08:42:17 »
Nice. I really like the Lego case
"Aerodynamics are for people who can't build engines."

-Enzo Ferrari

Offline modulor

  • Posts: 240
  • Location: US
Re: Raspberry Pi
« Reply #4 on: Sun, 07 October 2012, 08:52:32 »
Lego case is the way to go for RaspPi and Arduino!  I like the pirate flags...nice touch!

Offline jeroplane

  • Posts: 547
  • Location: Australia
Re: Raspberry Pi
« Reply #5 on: Sun, 07 October 2012, 08:53:00 »
Love the Lego case! Interesting use of minifigure legs in the structure lol.

Why hasn't anyone made a Lego keyboard case?

My signature hasn't changed since 2012. I should really update it.

Offline HybridCore

  • Posts: 84
  • Location: In front of my computer.
Re: Raspberry Pi
« Reply #6 on: Sun, 07 October 2012, 08:57:12 »
I've been thinking about getting one and running Arch Linux or the Raspbian (Debian for Raspberry Pi) distro to use as either storage, a torrent box (not for pirating), or possibly streaming music.

I like the PiBow case, but I have legos at home I can use.
Filco Majestouch Black w/ Cherry MX Blues

Offline Viz

  • Posts: 120
  • Location: Norway
Re: Raspberry Pi
« Reply #7 on: Sun, 07 October 2012, 12:24:21 »
I've also been thinking about getting one purely for a private email server for my family.

I'm also not sure if the power requirements are low enough but it might be usable as a solar powered computer.

Be aware when you use private mail servers, keeping the spammers away is usually not an easy task.

Offline mattrm

  • Posts: 14
  • Location: Wales
    • matthewmoore.org.uk
Re: Raspberry Pi
« Reply #8 on: Tue, 09 October 2012, 05:46:47 »
I've got one.  It's currently running raspbmc (tried openelec, didn't like it) and it's stuck behind the TV on XMBC duties.  Currently planning on buying a few more to go around the house.

Also re private mailservers, I've never found it hard, but then I run mailservers for a living, so I guess doing what I already know helps things out.

Offline Viz

  • Posts: 120
  • Location: Norway
Re: Raspberry Pi
« Reply #9 on: Tue, 09 October 2012, 07:51:38 »
I've got one.  It's currently running raspbmc (tried openelec, didn't like it) and it's stuck behind the TV on XMBC duties.  Currently planning on buying a few more to go around the house.

Also re private mailservers, I've never found it hard, but then I run mailservers for a living, so I guess doing what I already know helps things out.

Yeah, that's just based on what i've read.
But I think you would need quite some gear and effort to get it running spam free.

Offline Vyr1s

  • Posts: 117
  • Location: BC, Canada
Re: Raspberry Pi
« Reply #10 on: Tue, 09 October 2012, 08:25:41 »
I've got mine as a media center unit currently. Running the RaspBMC.
And it's installed in an adafruit case.
I ordered 5 and once the frenzy of friends was done, I have one left :(.

Offline mattrm

  • Posts: 14
  • Location: Wales
    • matthewmoore.org.uk
Re: Raspberry Pi
« Reply #11 on: Tue, 09 October 2012, 15:11:55 »
I've got one.  It's currently running raspbmc (tried openelec, didn't like it) and it's stuck behind the TV on XMBC duties.  Currently planning on buying a few more to go around the house.

Also re private mailservers, I've never found it hard, but then I run mailservers for a living, so I guess doing what I already know helps things out.

Yeah, that's just based on what i've read.
But I think you would need quite some gear and effort to get it running spam free.


No gear at all, just a bit of reading and applying knowledge.  I wouldn't run one on a rpi tho.  You want a vm/vps for that.  I get mine from Bytemark (www.bytemark.co.uk).  Plonk debian on it and follow the tutorial at ispmail - http://workaround.org/ispmail/squeeze and you'll be up and running.  If you don't have any domains, use www.gandi.net as a domain registrar.  I started running my mailserver in about 2003 (pre my currnet linux job) and it helped in getting my current job as a Linux sysadmin.  The anti spam stuff isn't hard at all.  If you use postfix, then using postscreen, postgrey and spamassasin plus a couple of RBLs will sort you out for anti-spam.  If you're geeky enough to come on a site like Geekhack, then you're probably able to run your own mailserver if you want.

re write cycles, I really wouldn't worry about it, most cards have 1,000,000 write cycles, which means in real terms you have to be reading, writing and erasing data for about 3 years solid before you're likely to kill a card.  If you want to find out which app is polling the system when it's running, you just need to get a program that tells you which program is writing to which and you'll know.  But I really don't think it's worth worrying about.  SDHC cards are so cheap these days, replacing them every 3 years is not a biggie (and that's assuming constant usage).

As for why it uses an SD card?  I think it's cause they're small and don't take up much space.

Offline salmo

  • Posts: 120
  • Location: Memphis, TN, USA
    • messmore.org
Re: Raspberry Pi
« Reply #12 on: Tue, 09 October 2012, 20:39:36 »
I have one I was originally trying to use as a baby monitor.  But then I got bit by the USB issues.  Couldn't power a webcam or the wireless adapter (well, and have it actually work).  Tried using a hub, but when that was plugged in all USB went to pot, including the onboard NIC. :(  I ended up just using a laptop with a dead LCD, since I had the stuff and it was free.

After watching The IT Crowd, I got the idea to make something like "the internet", but with some toggles and buttons.  I got a nice project box I'm going to try to use, and some quality switches and doodads for it.  I'll probably use a couple Cherry blues or blacks I have with some relegendables.  Then I want to use it to monitor some stuff at work and blink lights and stuff.

The interesting thing to me so far is that it reminds me of what it was like using Linux years ago.  There is a noticeable delay in the time it takes to instantiate a process.  But it's kind of fun to play with, and it has me being thrifty with my shell scripts and writing some C again.

Offline tjcaustin

  • King Klaxon
  • * Maker
  • Posts: 3557
  • Location: Dallas-ish
  • King of All Klaxon Sciences and Cable Makery
    • Buy stuff
Re: Raspberry Pi
« Reply #13 on: Tue, 09 October 2012, 20:42:18 »
I want to use one as a media player with better audio outputs than most commercially available stuff.  Cram it in an old transistor radio or something similar and etc.

Offline BoxWithADot

  • Posts: 102
  • Location: Texas
Re: Raspberry Pi
« Reply #14 on: Wed, 10 October 2012, 03:37:23 »
I just ordered one, I'm anxiously awaiting it!

Offline tillertow

  • Posts: 36
Re: Raspberry Pi
« Reply #15 on: Thu, 11 October 2012, 07:52:48 »
I thought about getting one and do some kind of a HTPC...don't know if it'll be able to do 720p or 1080p tho
FS: 6Gv2 Key caps ISO/scandinavian:
http://geekhack.org/index.php?topic=36427.0

Offline Vyr1s

  • Posts: 117
  • Location: BC, Canada
Re: Raspberry Pi
« Reply #16 on: Thu, 11 October 2012, 08:11:59 »
I thought about getting one and do some kind of a HTPC...don't know if it'll be able to do 720p or 1080p tho

Does 1080p with RaspBMC no problem and getting better by every release

Offline mattrm

  • Posts: 14
  • Location: Wales
    • matthewmoore.org.uk
Re: Raspberry Pi
« Reply #17 on: Fri, 12 October 2012, 08:11:25 »
raspbmc ++

Just make sure you get a decent remote as I still think the XBMC interface needs some slimming down.  Too many clicks to get to the simple job of playing a movie or mp3.