Difference between revisions of "Minnowboard:Beacon Lure"

From eLinux.org
Jump to: navigation, search
(RGB LED)
m (Bash and ash fixups)
Line 36: Line 36:
 
= Software =
 
= Software =
 
== 7 Segment Display ==
 
== 7 Segment Display ==
* [[media:Do-7seg.sh|Example Bash shell script]]
+
* [[media:Do-7seg-ash.sh|Example shell script (Bash or Ash)]]
* [[media:Do-7seg-ash.sh|Example Ash shell script]]
 
 
* Python Example
 
* Python Example
 
* C example
 
* C example
Line 43: Line 42:
  
 
== RGB LED ==
 
== RGB LED ==
=== Bash ===
+
=== Shell (Bash or Ash) ===
 +
*[[media:beacon-color.sh|Example shell script to set an arbitrary color]]
 
*[[media:Do-red.sh|Example Bash shell script to turn on RED LED]]
 
*[[media:Do-red.sh|Example Bash shell script to turn on RED LED]]
 
*[[media:Do-green.sh|Example Bash shell script to turn on GREEN LED]]
 
*[[media:Do-green.sh|Example Bash shell script to turn on GREEN LED]]
 
*[[media:Do-blue.sh|Example Bash shell script to turn on BLUE LED]]
 
*[[media:Do-blue.sh|Example Bash shell script to turn on BLUE LED]]
 
=== Ash ===
 
* Example Bash shell script to turn on RED LED
 
* Example Bash shell script to turn on GREEN LED
 
* Example Bash shell script to turn on BLUE LED
 
  
 
== Angstrom ==
 
== Angstrom ==

Revision as of 11:51, 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