Difference between revisions of "Bacon Cape"

From eLinux.org
Jump to: navigation, search
(Added link for a C Library (for Bacon Cape), written by Pedro Bertoleti)
(Correction - re-located link to C Library for Bacon Cape (written by Pedro Bertoleti))
Line 35: Line 35:
 
* [http://www.gadgetfactory.net/2013/05/check-out-the-beaglebone-black-and-a-bacon-cape/ Gadget Factory Blog post on the Bacon]
 
* [http://www.gadgetfactory.net/2013/05/check-out-the-beaglebone-black-and-a-bacon-cape/ Gadget Factory Blog post on the Bacon]
 
{{#ev:youtube|kxvOyk70rhY|200}}
 
{{#ev:youtube|kxvOyk70rhY|200}}
* [https://github.com/phfbertoleti/bacon_cape_lib/ C Library for Bacon Cape, written by Pedro Bertoleti]
 
  
 
= Design =
 
= Design =
Line 64: Line 63:
 
* [[media:bacon-test.sh|Bacon Test Shell script]] - shell script to test all the basic i/o functions of the Bacon
 
* [[media:bacon-test.sh|Bacon Test Shell script]] - shell script to test all the basic i/o functions of the Bacon
 
* [[media:bacon-dt-files.tgz|Bacon DT files]] - dts and dtbo files for bacon-education configuration
 
* [[media:bacon-dt-files.tgz|Bacon DT files]] - dts and dtbo files for bacon-education configuration
 +
* [https://github.com/phfbertoleti/bacon_cape_lib/ C Library for Bacon Cape, written by Pedro Bertoleti]
  
 
=Distributors=
 
=Distributors=

Revision as of 15:18, 10 September 2018


Description

General Information

The Bacon Cape is an accessory board design to be used with the BeagleBone Black or original BeagleBone (aka White). The Bacon Cape was designed to provide hardware examples of some of the basic input/output features of the BeagleBone products.

Features

  • PWM controlled Red/Green/Blue LED
  • GPIO Output controlled 7 Segment LED display ( Requires DT overlays pin 87 44e1095c gpio0[4], pin 86 44e10958 gpio0[5])
BBB Header Pin Mem GPIO
P9_17 pin 87 44e1095c gpio0[5]
P9_18 pin 86 44e10958 gpio0[4]
  • ADC input using a variable resistor slider potentiometer
  • GPIO input using a button

Reference Material

{{#ev:youtube|kxvOyk70rhY|200}}

Design

Components

  • Triple axis accelerometer MMA8452Q (datasheet) for Rev A Version
  • Single tricolored through-hole RGB LED (datasheet) for DW Version
  • Single tricolored surface mount RGB LED (datasheet) for Rev A Version
  • 74HC595 Serial Shift Register (datasheet)
  • 7 Segment Display (datasheet) for DW Version
  • 7 Segment Display (datasheet) for RevA Version
  • 10k Slider Potentiometer (datasheet)
  • NPN Transistor MMBT2222A (datasheet)
  • Button

Design Files

Test Files

Distributors