Skip to content
Erblinium edited this page Mar 21, 2018 · 1 revision

Welcome to the LED-server wiki!

The hardware setup:

  • Connect PIN 6 (PWM OUTPUT) to data pin.
  • Vcc(RED) and GND(WHITE) on breadboard from power supply to LED strips.
  • Connect GND from Arduino to GND on breadboard.

Software:

  • Make sure to have set correct baudrate on python code and arduino.
  • Set correct COM-port name on python code, can be checked on arduino IDE.

When uploading code, make sure the python script is not running since they use the same serial port. Stop the python code and upload.

Clone this wiki locally