Difference between revisions of "Minnowboard:Beacon Lure"

From eLinux.org
Jump to: navigation, search
(Description)
m (7 Segment Display)
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= Description =
 
= Description =
  
Beacon Board is a small accessory board that is primarily intended for use with the [http://www.minnowboard.org MinnowBoard] however it can be wired into any development platform that supports GPIOs
+
Beacon Lure is a small accessory board that is primarily intended for use with the [http://www.minnowboard.org MinnowBoard] however it can be wired into any development platform that supports GPIOs
 +
 
 +
[[File:Beacon_lure.png|240px]] [[File:Beacon_lure_connected.png|300px]]
  
 
= Features =
 
= Features =
Line 9: Line 11:
 
* 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]])
* 74AVC8T245 Level Shifter ([[media:74AVC8T245.pdf|datasheet]])
 
 
* I2C EEPROM ([[media:cat24aa01.pdf|datasheet]])
 
* I2C EEPROM ([[media:cat24aa01.pdf|datasheet]])
  
Line 20: Line 21:
 
= Design =
 
= Design =
  
* Schematic
+
* [[media:beacon_lure_revb.pdf|Schematic]]
  
 
= Interface =
 
= Interface =
Line 30: Line 31:
  
 
== RGB LED ==
 
== RGB LED ==
TBD
+
 
 
<br>
 
<br>
  
 
= Software =
 
= Software =
 
== 7 Segment Display ==
 
== 7 Segment Display ==
* Driver for Linux Kernel 3.0
+
* [[media:Do-7seg.sh|Example shell script (Bash or Ash)]]
* Userspace Shell Script
+
* Python Example
 +
* C example
 +
* Kernel Driver Example
  
 
== RGB LED ==
 
== RGB LED ==
* Driver for Linux Kernel 3.0
+
=== Shell (Bash or Ash) ===
* Userspace shell script
+
*[[media:beacon-color.sh|Example shell script to set an arbitrary color]]
 +
*[[media:Do-red.sh|Example shell script to turn on RED LED]]
 +
*[[media:Do-green.sh|Example shell script to turn on GREEN LED]]
 +
*[[media:Do-blue.sh|Example shell script to turn on BLUE LED]]
  
 
== Angstrom ==
 
== Angstrom ==
  
 
* TBD
 
* TBD
 +
 +
 +
[[Category: MinnowBoard]]
 +
[[Category: MinnowBoard Expansion Boards]]
 +
[[Category: CircuitCo]]

Latest revision as of 11:58, 6 May 2013

Description

Beacon Lure is a small accessory board that is primarily intended for use with the MinnowBoard however it can be wired into any development platform that supports GPIOs

Beacon lure.png Beacon lure connected.png

Features

References

Design

Interface


7 Segment Display

TBD

RGB LED


Software

7 Segment Display

RGB LED

Shell (Bash or Ash)

Angstrom

  • TBD