Difference between revisions of "BeaconBoard"
(→7 Segment Display) |
(→Interface) |
||
Line 26: | Line 26: | ||
= Interface = | = Interface = | ||
− | + | <br> | |
== 7 Segment Display == | == 7 Segment Display == | ||
{|border=1 | {|border=1 | ||
Line 75: | Line 75: | ||
| | | | ||
|} | |} | ||
+ | <br> |
Revision as of 11:07, 16 July 2011
Contents
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
7 Segment Display
Pin | Function | Beagle | Panda | Comment |
---|---|---|---|---|
14 | CLOCK | GPIOX | GPIO137 | |
16 | LATCH | GPIOX | GPIO139 | |
22 | DATA | GPIOX | GPIO39 |
RGB LED
Pin | Function | Beagle | Panda | Comment |
---|---|---|---|---|
12 | DATA | GPIOX | GPIO134 | |
20 | CLOCK | GPIOX | GPIO136 |