Difference between revisions of "Bacon Cape"

From eLinux.org
Jump to: navigation, search
(Components)
m (Wmat moved page CircuitCo:Bacon Cape to Bacon Cape over redirect: Removing CircuitCo namespace)
(18 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
[[Category:BeagleBone]]
 +
 
= Description =
 
= Description =
 +
<gallery>
 +
File:Bacon-SlantedTop650.jpg|Bacon Cape Revision A1
 +
File:Black-bacon1.jpg|Bacon Cape Older Revision
 +
File:Black-bacon2.png|Bacon Cape Older Revision
 +
</gallery>
  
[[File:Black-bacon1.jpg|200px]] [[File:Black-bacon2.png|500px]]
 
 
== General Information ==
 
== General Information ==
  
Line 9: Line 15:
  
 
* PWM controlled Red/Green/Blue LED
 
* PWM controlled Red/Green/Blue LED
* GPIO Output controlled 7 Segment LED display
+
* GPIO Output controlled 7 Segment LED display ( Requires DT overlays pin 87 44e1095c gpio0[4], pin 86 44e10958 gpio0[5])
 +
{| class="wikitable"
 +
|-
 +
!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
 
* ADC input using a variable resistor slider potentiometer
 
* GPIO input using a button
 
* GPIO input using a button
Line 26: Line 40:
 
== Components ==
 
== Components ==
  
* Single tricolored RGB LED ([[media:rgb-led.pdf|datasheet]])
+
* Triple axis accelerometer MMA8452Q ([[media:mma8452q.pdf|datasheet]]) for Rev A Version
 +
* Single tricolored through-hole RGB LED ([[media:rgb-led.pdf|datasheet]]) for DW Version
 +
* Single tricolored surface mount RGB LED ([[media:rgb-led-smd.pdf|datasheet]]) for Rev A Version
 
* 74HC595 Serial Shift Register ([[media:74hc595.pdf|datasheet]])
 
* 74HC595 Serial Shift Register ([[media:74hc595.pdf|datasheet]])
* 7 Segment Display ([[media:7seg-display.pdf|datasheet]])
+
* 7 Segment Display ([[media:7seg-display.pdf|datasheet]]) for DW Version
 +
* 7 Segment Display ([[media:7seg-display.pdf|datasheet]]) for RevA Version
 
* 10k Slider Potentiometer ([[media:10k-slider.pdf|datasheet]])
 
* 10k Slider Potentiometer ([[media:10k-slider.pdf|datasheet]])
 
* NPN Transistor MMBT2222A ([[media:mmbt2222a.pdf|datasheet]])
 
* NPN Transistor MMBT2222A ([[media:mmbt2222a.pdf|datasheet]])
 
* Button
 
* Button
  
== Desgin Files ==
+
== Design Files ==
  
 
* [[media:bacon-dw-version.pdf|Bacon Design West Version Schematic]]
 
* [[media:bacon-dw-version.pdf|Bacon Design West Version Schematic]]
 +
* [[media:bacon-reva.pdf|Bacon Cape Revision A Schematic]]
 +
** Changed to a surface mounted RGB LED
 +
** Changed to a smaller 7-segment display
 +
** Changed to a CAT24C256W EEPROM
 +
** Added MMA8452Q triple axis accelerometer
 +
 +
== Test Files ==
 +
 +
* [[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
 +
 +
=Distributors=
 +
* [http://boardzoo.com/index.php/beaglebone-black/beaglebone-bacon.html Boardzoo (USA)]
 +
* [http://www.digikey.com/product-detail/en/999-0003570/999-0003570-ND/4571132 Digi-Key (USA)]
 +
* [http://components.arrow.com/part/detail/NEG68903135S707110N8241 Arrow (USA)]

Revision as of 07:17, 1 August 2017


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