Traffic light: Difference between revisions

From RevSpace
Jump to navigation Jump to search
(Created page with "Owner: Folkert van heusden Connected to jukebox. Device: /dev/tl Serial, 115k2, requires ascii-string ended with cr/lf/cr+lf/lf+rc/and other variations. 3 characters (not...")
 
No edit summary
Line 2: Line 2:


Connected to jukebox.
Connected to jukebox.
Device: /dev/tl
Device: /dev/tl
Serial, 115k2, requires ascii-string ended with cr/lf/cr+lf/lf+rc/and other variations.
Serial, 115k2, requires ascii-string ended with cr/lf/cr+lf/lf+rc/and other variations.
3 characters (not binary bytes) that are either 0 or 1. Order: green, yellow, red.
3 characters (not binary bytes) that are either 0 or 1. Order: green, yellow, red.
Arduino requires extra seperate power supply or else it'll go in a reboot-loop when switching.
Arduino requires extra seperate power supply or else it'll go in a reboot-loop when switching.


Pinout: g/y/r are on pins 2/3/4. Brown is on 5V, blue on gnd. External power on gnd & vin.
Pinout: g/y/r are on pins 2/3/4. Brown is on 5V, blue on gnd. External power on gnd & vin.

Revision as of 20:02, 25 September 2015

Owner: Folkert van heusden

Connected to jukebox.

Device: /dev/tl

Serial, 115k2, requires ascii-string ended with cr/lf/cr+lf/lf+rc/and other variations. 3 characters (not binary bytes) that are either 0 or 1. Order: green, yellow, red.

Arduino requires extra seperate power supply or else it'll go in a reboot-loop when switching.

Pinout: g/y/r are on pins 2/3/4. Brown is on 5V, blue on gnd. External power on gnd & vin.