Using Raspberry Pi and Open Source To Understand Technology

A version of this article was first published on www.slaw.ca at http://www.slaw.ca/2014/03/11/using-raspberry-pi-and-open-source-to-understand-technology/

Do ever wonder about how all that tech that you’re using every day really works? What powers all those social networks that seem so important? Is that website really magic? How does Dropbox work anyway? Building and managing all this tech was once the arena of specialists, developers, programmers, system administrators and such. This is no longer true.

Thanks to advances in technology it’s possible for you to hold a fully functional Internet server in the palm of your hand. Add in a handful of open source software and you’re well on your way to understanding just how all of that fun tech you use everyday works. That server in your hand is the Raspberry Pi.

The Raspberry Pi is an excellent little computer and everyone interested in computers needs to get one. It is an excellent tool for learning programming, learning about Linux, prototyping interesting things, and more. Properly decked out with a case, USB power supply, and wifi adapter it’ll set you back less than $100. Connect a keyboard, mouse, and monitor and you’ll soon have a complete Linux server as your disposal.

That’s right, one of the most interesting things about the Raspberry Pi is that it is really an Internet capable server powered by Linux. You can use the Pi to learn about sorts of things about how the Internet works, about how networks work, about how data moves from one place to another.

Now you may be thinking “So what? Why does it matter how these things work?” It matters because much of the practice law is about information and often that information passes across many networks including the open Internet. Understanding some of the basic ways that this information is handled on servers and networks will help you back decisions about using information.

Open source software figures into this at many points. Many of the popular tools you use on the Internet were created with and run on open source platforms. Many of the commercial tools you use have open source analogues. By its nature open source software provides you with the ability to examine the code of the programs. It also typically provides some level of documentation and access to a community of developers and users of the software. This is important because this access provides a means for understanding what the software does.

Because open source projects have some documentation and communities available you can get some understanding of the software without needing to delve into the code. That’s right, you don’t need to be a programmer to understand an open source program. You just need to be able to follow along with the documentation to start understanding the project.

Putting all this together means that a Raspberry Pi loaded with open source software gives you a tool for understanding how things work. You can use the Pi to run your own little piece of the Internet and learn about how information flows on the Internet.

How about a concrete example? You’ve likely heard of Dropbox, the file storage and synchronization system. Dropbox puts a folder on your computer desktop and when you save files into the folder the files are copied to a Dropbox server and synchronized across multiple computers. This is a great service and enables us to work across multiple computers and share files with others quickly and easily.

While this is a great service, there is the fact that your data is stored on Dropbox’s servers. Yes, it is encrypted, but it is still in someone else’s control. Using a Raspberry Pi and an open source program called ownCloud you can create your own system that works just like Dropbox but you get to keep control of all your own data. Your files stay on your server but you get all the storage, synchronization, and sharing capabilities you expect from Dropbox.

To get started with this project, visit the ownCloud on Raspberry Pi web page and follow the brief instructions there to download the image that let’s you create the ownCloud server. It’s worth noting here that one of the useful features of the Raspberry Pi is that the entire system and all storage is on a single SD card. That means that you can switch out things easily.

Once you have the image on the SD card and you’ve booted up the Pi, you can get started by visiting the ownCloud documentation site for help in getting everything set up. Then visit the  ownCloud install page to download the desktop clients you need to start syncing files with your desktop. When everything is ready to go you can store sync files on your own server.

The big thing to remember here is that you can take a look at the server and see the files being copied from your pc to the server. This is what makes the combination of the Raspberry Pi and open source software so interesting and important. You can use the platform to learn a bit about how information flows on the Internet.

Go buy a Raspberry Pi.

Turn Your Raspberry Pi Into An FM Radio Transmitter

This simple hack turns your Raspberry Pi into a powerful FM transmitter! It has enough range to cover your home, DIY drive-in movie, a high school ball game, or even a bike parade (depending on the stragglers).
PiFM software not only boldly enhances the capability of your Pi, but does so with nothing more than a single length of wire. This hack starts with the absolute minimum you need to run a Raspberry Pi — an SD card, a power source, and the board itself — and adds one piece of wire. It’s the coolest Pi device we’ve ever seen with so few materials.

via Raspberry Pirate Radio | MAKE.

This looks like something interesting to try. Please note that running an unlicensed FM transmitter over a certain power level is against the law.

Yes, this is my law degree talking. The FCC has a nice page on low power radio stations that you may want to take a look at.Powered by Hackadelic Sliding Notes 1.6.5

Raspberry Pi + Google Calendar + LCD Panel = Nifty Always Up To Date Wall Calendar

Calendars are great to have in your house, but the problem with most of them is that despite cute pictures of kittens or baby turtles, the calendars you can buy at those pop-up kiosks in the mall don’t actually get updated with the events in your life. Instructables user Piney wanted a smarter wall calendar, so they built one with a Raspberry Pi and a LCD screen.

via Mount a Raspberry Pi-Powered Google Calendar On Your Wall.

Yet another interesting RPi project. I’m pretty sure that a thousand dollars worth of Raspberry Pis just to use in little projects around the house would be a cool thing.

Raspberry Pi Sales Reach The Two Million Mark

Based on the sales of the first year, the Raspberry Pi Foundation had expected to hit the second million around January 2014 — or later — so was pleasantly surprised (to say the least) to discover the 2,000,000th Raspberry Pi was actually sold in the last week of October.

via Crack out the champagne — Raspberry Pi sales hit the two million mark.

The Raspberry Pi is an excellent little computer and everyone interested in computers (that means all of you Teknoids out there) needs to get one. It is an excellent tool for learning programming, learning about Linux, prototyping interesting things, and more. Properly decked out with a case, USB power supply, and wifi adapter it’ll set you back less than $100. Put it on your Christmas list, or cut out the lattes for a month. You’ll be glad you did.

Coder: Learn to Code in a Web Browser With This Version of Raspberry Pi

Coder is a free, open source project that turns a Raspberry Pi into a simple platform that educators and parents can use to teach the basics of building for the web. New coders can craft small projects in HTML, CSS, and Javascript, right from the web browser.

via Coder for Raspberry Pi.

Just watching the video below is enough to make you want to get coding. This is yet another example of how the Raspberry Pi can change our relationship with computers.

Try Onion Pi To Turn Your Raspberry Pi Into a Wireless Tor Proxy

The do-it-yourselfers at Adafruit have provided step-by-step instructions for turning a Raspberry Pi into a Tor proxy and wireless access point. A good project for users looking to anonymize their Internet traffic, “Onion Pi” requires just a Raspberry Pi, a few standard peripherals, and some work in the command line.
You’ll need a Pi of course, an Ethernet cable, a Wi-Fi adapter with an antenna, an SD card loaded with the Raspbian operating system, and a power supply. You can buy all these from Adafruit in the companys Onion Pi Pack, but the components are pretty standard and could be obtained from many other sources. A portion of sales through Adafruit will go to the Tor Foundation.

via Onion Pi turns Raspberry Pi into Tor proxy and wireless access point | Ars Technica.

This is timely. Sounds like another good way to put a Raspberry Pi to use.