LowPowerLab Forum

Hardware support => General topics => Topic started by: baxterdavid on April 03, 2014, 12:36:31 AM

Title: Different output between Arduino Mini 05 and Arduino Mega 2560
Post by: baxterdavid on April 03, 2014, 12:36:31 AM
I've just finished to setup my new Arduino Mini 05: i've soldered the pins to easily work in the breadboards...
I've also uploaded the code of my program to control the color of an rgb led strip through mobile phone using Bluetooth. The code was previusly written and tested on Arduino Mega 2560 Rev3, and it worked quite well.
Unfortunately i've noticed a strange thing in the Mini: the animation through the HSL color spectrum is not fluid. Sometimes there is a drastic change in the color. Maybe i can solve this problem increasing the delay in the loop.
Another strange thing is the combination of R,G,B components of the color... I've inserted in the code the RGB components of some colors (for example, light green, emerald, cyan, pink, violet, ....), and they worked well in the arduino mega. I'm now testing it in the Mini, and some colors are really wrong (like the violet, orange,...).
What do you thing is the problem?