/bulbLights

Primary LanguageKiCad Layout

DMX controlled incandescent bulb dimmers.

Requirements

Running the hardware test

  1. Make sure correct fuse settings are flashed (easily done by flashing an arduino nano bootloader?)
  2. Use ./tests/bulbLightHardwareTest.ino.hex or build in the IDE and use the hex file with the same name.
  3. Flash with avrdude
    • Linux: ```./scripts/flash_firmware.sh`` can be used.
    • Windows: See Adafruit tutorial. Use same settings as in above script.