Difference between revisions of "Minnowboard:Beacon Lure"

From eLinux.org
Jump to: navigation, search
(RGB LED)
m (7 Segment Display)
 
(5 intermediate revisions by 2 users not shown)
Line 36: Line 36:
 
= Software =
 
= Software =
 
== 7 Segment Display ==
 
== 7 Segment Display ==
[[media:Do-7seg.sh|Example Bash shell script]]
+
* [[media:Do-7seg.sh|Example shell script (Bash or Ash)]]
 +
* Python Example
 +
* C example
 +
* Kernel Driver Example
  
 
== RGB LED ==
 
== RGB LED ==
[[media:Do-red.sh|Example Bash shell script to turn on RED LED]]
+
=== Shell (Bash or Ash) ===
[[media:Do-green.sh|Example Bash shell script to turn on GREEN LED]]
+
*[[media:beacon-color.sh|Example shell script to set an arbitrary color]]
[[media:Do-blue.sh|Example Bash shell script to turn on BLUE LED]]
+
*[[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 ==

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