Monday, January 16, 2012

Getting Started with Raspberry Pi

Ok, like many people, I'm thrilled about Raspberry Pi. A small/cheap computer, that still has enough functionality to actually DO stuff.

They're $25, or $35 depending on configuration. You can learn more about them at http://www.raspberrypi.org. The only real "downside" is that they run Linux (not surprising since you could buy four of them for the same price as a copy of Windows).


Like many geeks, I have a small computer at home that I use to store my files, perform backups, run FTP, subversion, check if my websites are up, etc. This computer cost me $500, and is in the process of dying. I don't need something powerful, I need something that works and that I can leave on 24/7, while using as little power as possible.

I'm pretty sure a Raspberry Pi will be able to meet all of my computational needs for this kind of low-tech home server.

I'm a programmer, but I'm a Windows guy, not a Linux guy. That means there's going to be a considerable learning curve as I work toward making this little box do the kinds of monitoring and maintenance that I'll be looking to have it do. For the immediate future, I'm hoping to document my progress here as a series of tutorials, to make it easy and straightforward for folks to do the kinds of things that I'm looking to do.

2 comments:

  1. Please tell us way of working with windows on rapsberry if you would found a way of it. I'm windows robotics developer and hope it would be very nice to work with rapsberry.

    ReplyDelete
  2. Most likely, given the specs for Raspberry Pi, there will be no way (at least for a while) to run Windows on the rPi board itself.

    That said, with the specs of the board, and the still-in-development sister project (Gertboard), this is a platform very much designed with robotics in mind.

    This video shows someone driving a Gertboard from the rPi, via a C++ program.

    http://www.youtube.com/watch?v=-UK4mKBpTBE

    My next post is going to be how to compile a C program for rPi... So, we're well on our way, just without Windows.

    ReplyDelete