I'm a novice in electronics, so if my questions will sound stupid - I am sorry But I have question - I am planning to do some ambient lamp with arduino (the simple one which is smoothly changing colors from one to another) - and was looking for LEDs, and found blinkM, which looks great, but it's kind of expensive one. So I was wondering - is it possible to archive the same, for example, with some cheaper LEDs like Superflux RGB or any other RGB LEDs? Would it be possible to control with arduino such multiple LEDs (up to 5 or 10 pieces) and make then smoothly change colors from one to another?
Fading will require code on your Arduino, but it's been done before and isn't hard.
Disclaimer: I make and sell them. I don't know of anyone else selling similar devices, or I'd refer you to them as well. There are a few people out there who have interesting designs using small PICs, and may soon make them available for sale.
The main limit is memory, if you wanted to store all the colors in an array. If you just calculate the colors, you could control up to the Allegro recommended limit of 255 modules. You could also control multiple chains from the same Arduino.
The most I've chained together is 32, for this thing: