Skip to content

Instantly share code, notes, and snippets.

@sylvia43
Last active August 29, 2015 14:13
Show Gist options
  • Save sylvia43/89773b6c6c6384cbbe24 to your computer and use it in GitHub Desktop.
Save sylvia43/89773b6c6c6384cbbe24 to your computer and use it in GitHub Desktop.
MHacks Connect Four T-Shirt

Resources:

6x7 grid, each with two states, so essentially 12x7 grid. Can be done in a row/col LED matrix with 19 I/O pins.

Two LilyPads, master and slave. Leader uses 6 input pins and 12 I/O pins, using the SoftwareSerial library to communicate with the slave, which uses 7 I/O pins and 1 input. Master reads data from slave and tells it what to do.

Stitching is very similar to the DIY Led Tank. Wiring in LED's is similar to the DIY Electronic Sewing.

Input will be done with conductive fabric, similar to the Detect Touch video.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment