Skip to content

tiefpunkt/Moodlamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RaumZeitLabor Moodlamp

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

Inspiration

Flashing the binary

We maintain a binary version of the code, since some people don't have an appropiriate toolchain for avr. You can find it on the GitHub page under Downloads. 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