Skip to Content
BeagleBone Cookbook
book

BeagleBone Cookbook

by Mark A. Yoder, Jason Kridner
April 2015
Beginner to intermediate
346 pages
6h 18m
English
O'Reilly Media, Inc.
Content preview from BeagleBone Cookbook

Chapter 3. Displays and Other Outputs

3.0 Introduction

In this chapter, you will learn how to control physical hardware via BeagleBone Black’s general-purpose input/output (GPIO) pins. The Bone has 65 GPIO pins that are brought out on two 46-pin headers, called P8 and P9, as shown in Figure 3-1.

Headers P8 and P9
Figure 3-1. The P8 and P9 GPIO headers

The purpose of this chapter is to give simple examples that show how to use various methods of output. Most solutions require a breadboard and some jumper wires.

All these examples assume that you know how to edit a file (Recipe 1.6) and run it, either within Cloud9 integrated development environment (IDE) or from the command line (Recipe 5.3).

3.1 Toggling an Onboard LED

Problem

You want to know how to flash the four LEDs that are next to the Ethernet port on the Bone.

Solution

Locate the four onboard LEDs shown in Figure 3-2. They are labeled USR0 through USR3, but we’ll refer to them as the USER LEDs.

USER LEDs
Figure 3-2. The four USER LEDs

Place the code shown in Example 3-1 in a file called internLED.js. You can do this using Cloud9 to edit files (as shown in Recipe 1.6) or with a more traditional editor (as shown in Recipe 5.9).

Example 3-1. Using an internal LED (internLED.js)
#!/usr/bin/env node var b = require('bonescript'); var LED = 'USR0'; ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Taking the BeagleBone Cookbook recipes beyond BeagleBone Black

Taking the BeagleBone Cookbook recipes beyond BeagleBone Black

Jason Kridner
BeagleBone For Dummies

BeagleBone For Dummies

Rui Santos, Luís Miguel Costa Perestrelo

Publisher Resources

ISBN: 9781491915660Errata Page