Skip to content

tac2155/rgb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rgb

rgb led lighting. modules are (read: will be) daisy-chainable over cat5/6 cabling.

status

what works now

  • the leds
  • a few effects
    • cylon eye
    • new orleans superdome-syle rainbow flow
    • maybe some others

what doesn't yet

  • all other features

firmware

requirements

software (for mac, just download CrossPack for AVR)

  • avrdude
  • avr-objcopy
  • avr-objdump
  • avr-size
  • avr-gcc

equipment

  • some sort of avr isp

avr libraries

setup instructions

  1. clone the rgb repository to wherever you'd like
  2. clone the TLC590 repository to the same place (i.e. one level above rgb/)
  3. edit rgb/firmware/Makefile to use your isp (default is adafruit's USBtinyISP)
  • depending on your isp, you may need to add -P /whatever/your/port/is after the isp name
  • per usual, ladyada can help

flashing instructions (mac or linux)

  1. plug in your isp and adjust makefile's portif necessary
  2. navigate your terminal to rgb/firmware/
  3. first time flashing:
  4. $ make test (ensures avr and isp are working)
  5. fix any connectivity problems; this will range from unplugging your isp and plugging it back in to re-soldering your mcu
  6. $ make fuse (writes correct fuse values to the avr)
  7. $ make test (ensure the new fuse values match the desired ones)
  8. $ make clean
  9. $ make flash

instructions (windows)

  1. google

hardware

requirements

instructions

  1. open kicad
  2. open rgb-pcb.pro
  3. ensure all component and footprint libraries from mcous/kicad-lib are installed
  4. generate gerbers
  5. order pcbs from your favorite manufacturer and parts from your favorite distributor
  6. don't breathe the solder fumes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.2%
  • C 30.4%
  • Prolog 11.4%