What is BeagleBone?

BeagleBone Black on white backgroundThe BeagleBone is a mini computer, in the size of a credit card. Very similar to a Raspberry Pi.

You can connect a mouse, a keyboard and a display – and you’ll have a fully functional computer.

But most people don’t buy it to use as a normal computer…

…so, what is BeagleBone aside from this?

There’s much more exciting things to make from it… Like:

  • Arcade games
  • Advanced robots
  • Your own coffee machine (like Elias did)
  • Handheld gaming devices
  • Home automation systems
  • 3D printers
  • …and much more

Arcade machine

How Does it Work?

Just like a normal computer, BeagleBone needs an operating system to run. On your computer, you use Windows, OS X, or if you’re a bit geekier (like me) you might be running Linux.

On the BeagleBone, you use Linux. There are several Linux version available. The two most common Linux versions to use are Angstrom or Debian.

To make anything happen on your computer, you run programs. And it’s just the same on the BeagleBone, you run programs.

You can find programs that other people have developed, or you can develop your own.

When it comes to electronics, the cool thing about the BeagleBone versus a normal computer is that it has a lot of pins that you can connect components to.

And you can control these pins from within your programs.

A simple example:

Connect an LED with a resistor between a pin and ground. In your program, turn the pin “high”. Wait for 1 second, then turn the pin “low”. Repeat until you close the program.

This will give you a blinking LED.

LED with resistor

How To Get Started With The BeagleBone

Do you think it seems complicated to get started with a board like this?

Don’t worry. It’s not that hard, and there are many guides available for you online.

To get started, do this:

  1. Get yourself a BeagleBone Black here.
  2. Hook it up with my BeagleBone Black getting started guide here.
  3. Get yourself the Getting Started With BeagleBone book

Now I want to hear your comments. Do you have experience with the BeagleBone Black? Do you want to start, but something is holding you back?

Let me know in the comments section below!

3 thoughts on “What is BeagleBone?”

  1. Hi. Have been thinking about a project a long time, think it is a good idea. I would buy it if it were out there. I want to make a device that senses motion and uses a cellphone to send a picture to an email address, cloud, whatever. What I am aiming for is a LOW COST security system on the cheap – want to use like a tracfone for input / output. So, I could put a few of them on a property we own that is remote, and only have to pay the lowest tracfone plan on each. Actually thought I might be able to create an app on the phone that would do it – but pretty sure there isn’t any hardware on a phone that can sense motion. Even if there were, don’t want to leave the phones on for the months this thing needs to work, hence the seperate device to turn the phones on / off and feed them the picture on motion detection whatever. Really I want like a game camera (that deer hunters use) that has cell phone functionality that I can hack.

    Well I said I would buy it if it were (probably is) out there, but I am certain if it is, it is too expensive, if not the device, then the data plan. A shout in the dark here, but was wondering if you could point me to a related product / application using Raspberry, Ardinio, beaglebone whatever. Maybe I am talking to myself… ;-)

    Reply
    • The first thing that comes to mind is network cameras. They can connect to your home network either by WiFi or an ethernet cable. Many of them have motion detection and will send you an alarm with a picture when it detects something.

      Reply
  2. I want to control 4 servos independent to each other by a serila communication from a laptop by a python. [at different rpm, different angle, and different direction] and these things are continiously changing by my will from python ide .is there any board that can fulfill my requirements.

    Reply

Leave a Comment