Well, has anyone shown off what they made with their free mbed yet? No?
I'll start off!
As some of you may know from my other post, I've been working on a high power RGB LED driver board and I've finally gotten it to work, after many smoking IC's!
I was originally going to use an Arduino to generate the PWM control signals to do color fading, but it only had two high resolution PWM outputs, and I didn't feel like writing one in software. So I decided to use the mbed instead. It was a pretty good experience. I really enjoy the ease of use of the library.
Anyway, here's a quick video demonstrating my project:
The LED in the video below is really three LED's in series per color, dropping around 10V each at a drive current of 350mA. That's 10W in a small package!
Here's the code:
http://mbed.org/users/allanw/programs/rgbfade/lh7h2s/docs/main_8cpp_source.htmlI really like being able to use floats freely without worrying too much about execution speed.