Difference between revisions of "Project:Mini Traffic Lights"

From London Hackspace Wiki
Jump to navigation Jump to search
(Created page with "== Mini Traffic Lights - Asc == Some computer controlled traffic lights! Controllable via serial port commands, no drivers, no shenanigans. If your script/progra...")
(No difference)

Revision as of 14:12, 19 March 2012

Mini Traffic Lights - Asc

Some computer controlled traffic lights!

Controllable via serial port commands, no drivers, no shenanigans. If your script/program can access the serial port it can blink blink the lights.

Requirements

  • Small
  • Cheap
  • Easy to build
  • Looks good
  • Can be easily interfaced with a computer so that the computer can control it via pretty much any programming or scripting language.


Equipment

  • Minimus
  • Laser cut case
  • 3mm MDF
  • 2 x 12mm M3
  • 2 x M3 nut
  • Wire
  • Tube


Microcontroller Code

<to be released>

Example Computer Code

<to be released>