Skip to content

Drachenkaetzchen/Moodlamp

 
 

Repository files navigation

#RaumZeitLabor Moodlamp AVR ATmega328p based RGB lamp, which can be controlled by IR remote controls.

Inspiration

  • PWM-coding from Labor Licht project by Das Labor
  • IRMP library for remote controls with patch to run on an 8bit timer
  • USART library from somewhere, can't find the sources right now...

Flashing the binary

We maintain a binary version of the code within this repository because some people don't have an appropiriate toolchain for avr. It could be that the binary is a bit out of date; if you want an up-to-date binary, please build it yourself.

In order to flash the binary, you need to have avrdude installed. Call it with:

avrdude -c usbasp -p atmega328p -U flash:w:image.hex -U eeprom:w:image_eeprom.hex

##Website For more information, visit http://raumzeitlabor.de/wiki/Moodlamp.

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%