Difference between revisions of "BeaconBoard"
(→Features) |
|||
Line 6: | Line 6: | ||
= Features = | = Features = | ||
− | * Single tricolored RGB LED | + | * Single tricolored RGB LED ([[media:rgb-led.pdf|datasheet]]) |
− | + | * WS2801 RGB LED PWM controller ([[media:ws2801.pdf|datasheet]]) | |
− | ** | + | * 74HC595 Serial Shift Register ([[media:74hc595.pdf|datasheet]]) |
− | * | + | * 7 Segment Display ([[media:7seg-display.pdf|datasheet]]) |
− | * | + | * 74AVC8T245 Level Shifter ([[media:74AVC8T245.pdf|datasheet]]) |
− | * | + | * I2C EEPROM ([[media:cat24aa01.pdf|datasheet]]) |
− | * | + | |
− | + | = References = | |
− | + | ||
− | + | * [http://quasar.unl.edu/tutorials/rgb.html RGB Color Chart] | |
− | + | * [http://www.protostack.com/blog/2011/06/atmega168a-pulse-width-modulation-pwm/ PWM Tutorial] | |
− | + | * [http://conductiveresistance.com/interactive-595-shift-register-simulator/ 595 Tutorial] | |
− | + | * [http://en.wikipedia.org/wiki/Seven-segment_display_character_representations 7 Segment Display Character Mapping] | |
− | |||
− | |||
− | |||
− | |||
− | |||
= Design = | = Design = |
Revision as of 10:54, 16 July 2011
Description
Beacon Board is a small accessory board that is primarily intended for use with the PandaBoard or BeagleBoard however it can be used with anything that supports the use of GPIO's such as AVR based development boards like the Arduino.
Features
- Single tricolored RGB LED (datasheet)
- WS2801 RGB LED PWM controller (datasheet)
- 74HC595 Serial Shift Register (datasheet)
- 7 Segment Display (datasheet)
- 74AVC8T245 Level Shifter (datasheet)
- I2C EEPROM (datasheet)
References
Design
- schematic
- layout
Interface
PandaBoard
- pinmux
- gpio numbers
- 7 Segment Display
- GPIO39 - Data
- GPIO137 - Clock
- GPIO139 - Latch
- RGB Led
- GPIO134 - Data
- GPIO136 - Clock
- 7 Segment Display
BeagleBoard
- pinmux
- gpio numbers