CODI6: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[[File:Codi6.svg|thumb|right|functional diagram]] | [[File:Codi6.svg|thumb|right|functional diagram]] | ||
An ARGB/PWM controller from Gelid, based around an Arduino Uno clone plus a shield with 12V PWM and 5V ARGB outputs (six of each). Each 5V channel is documented as capable of putting out 4A (though the SATA power connector can only carry 4.5A total of 5V power in...). All the shield's outputs are powered by the mandatory SATA power; power supplied to the board cannot drive these outputs. | An ARGB/PWM controller from Gelid, based around an [[Arduino]] Uno clone plus a shield with 12V PWM and 5V ARGB outputs (six of each). Each 5V channel is documented as capable of putting out 4A (though the SATA power connector can only carry 4.5A total of 5V power in...). All the shield's outputs are powered by the mandatory SATA power; power supplied to the board cannot drive these outputs. | ||
The ARGB can be controlled using e.g. the FastLED Arduino library. I am not aware of any means of controlling the fans from code, and doubt that one exists. There are no ARGB effects until code is written to generate them. | The ARGB can be controlled using e.g. the FastLED Arduino library. I am not aware of any means of controlling the fans from code, and doubt that one exists. There are no ARGB effects until code is written to generate them. | ||