My plan is to control an RGB LED strip connected to an arduino nano (like in this tutorial: http://www.jerome-bernard.com/blog/2013/01/12/rgb-led-strip-controlled-by-an-arduino/) through pimatic. If someone else likes this idea and is a good programmer, it would be great to get some help on this.
Controls:
on/off
brightness
speed
Modes:
eventually set a colour from a colour slider in pimatic
some defined static colours
fading between all colours
fading between preset colours
music control
current project state:
- setting colours with rgb codes and brightness<- working
- different modes <- working
- fading (between all colours) with adjustable speed <- working
- 433mhz connection to homeduino <- working (just pre-defined colours for now. working on getting rgb values sent)
- music control <- working