Skip to content

Electronics

Matthieu Falce edited this page Sep 22, 2017 · 2 revisions

Panels

Material (for each):

The arduino has:

  • 1 output for the WS2812
  • 1 output for the big button led
  • 9 button input

If some problem occurs check the connections at the back of the panel, sometimes wires disconnect. If the leds are becoming crazy or a button doesn't work, check the Ground connection

Led stripes

We have 8 independent led strips, leading to 24 wires.

For practical reasons, we use a plastic junction box enclosure to "securely" host all the connections to the arduino (and the arduino).

Only 9 cables go out of the box :

  • 8 connections to the stripes
  • 1 usb to control the arduino

For the connection to the stripes, we use some jack sound connectors because they are ubiquitous, cheap and can host 3 cables. To wiring is like that:

jack_connection_artefact.png

Restart Button

The restart button is a regular electrical switch. It needs to be plugged on an arduino between pin 2 and GND.

Clone this wiki locally