Difference between revisions of "Colorduino"

From ITEAD Wiki
Jump to: navigation, search
m (Useful Link)
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Overview==
+
{| class="FCK__ShowTableBorders" align="left"
 
+
[[File:Colorduino.JPG|thumb|400px|right]]
+
Colorsduino is a magic RGB LED dot-matrix driver compatible with Arduino . Colorsduino pairs the M54564 with a single DM163 constant current driver. By using the DM163, Colorduino gains three 8+6-bit channels of hardware PWM control of the LED’s freeing up the MCU from having to implement it in software. This gives the ATmega328 more CPU bandwidth for performing other tasks. Colorduino is easy to cascade by IIC and Power interface.
+
 
+
==Features==
+
 
+
* 8bits colors support with 6bits correction for each color in every dots
+
 
+
* Hardware 16MHz PWM support
+
 
+
* Without any external circuits, play and shine
+
 
+
* Dedicated GPIO and ADC interface
+
 
+
* Hardware UART and IIC communication with easy cascading
+
 
+
* 24 constant current channels of 100mA each
+
 
+
* 8 super source driver channels of 500mA each
+
 
+
==Spec==
+
{| border="1"
+
 
+
 
|-
 
|-
| PCB size
+
| [[File:Colorduino.JPG|400px|Colorduino V1.3]] <br>
| 60mm X 60mm X 1.6mm
+
| [[File:IM140806001_4.jpg|400px|Colorduino V1.4]]<br>
 
|-
 
|-
| Microprocessor
+
| <div style="text-align: center">[[Colorduino V1.3|Colorduino V1.3(Discontinue)]]</div>
| Atmega328P
+
| <div style="text-align: center">[[Colorduino V1.4|Colorduino V1.4(SKU:IM140806001)]]</div>
|-
+
| Indicator
+
| PWR State
+
|-
+
| Power supply
+
| 5V~7.5V DC(7.5V Max)
+
|-
+
| Cascade power connector
+
| Terminal Blocks
+
|-
+
| Program interface
+
| UART/ISP
+
|-
+
| Expansion socket
+
| 100mil bended pin header pair
+
|-
+
| Communication protocols
+
| UART/IIC
+
|-
+
| RoHS
+
| Yes
+
 
|}
 
|}
 +
<br clear="all">
  
==Electrical Characteristics==
+
==V3.0 Change List==
{| class="wikitable"
+
* remove the switch in 1.4 version
|-
+
! Specification !! Min.!! Typical Value !! Max.!! Unit
+
|-
+
| Power Voltage || 3.5 || 5 || 7.5 || VDC
+
|-
+
| Input Voltage VH: || 4.5 || 5 || 5.5 ||
+
|-
+
| Input Voltage VL: || -0.3 || 0 || 0.5 || V
+
|-
+
| Current Consumption(Except LED matrix) || - || 20 || 40 || mA
+
|-
+
| Drive current(Every channel) ||  ||  || 500 || mA
+
|-
+
| Drive current(Every dot) ||  ||  || 58 || mA
+
|-
+
| Circuit response time || 10 ||  ||  || ns
+
|-
+
| RGB LED-Matrix color resolution per dot ||  ||  || 16M ||
+
|-
+
| Uart Baud rate || 9600 ||  || 115200 || bps
+
|}
+
 
+
==Hardware==
+
[[File:Colorduino1.jpg]]
+
 
+
{| class="wikitable"
+
|-
+
! Pad Name !! Type !! Description
+
|-
+
| SDA || I/O || Data wire of IIC Bus
+
|-
+
| SCL || I/O || Clock wire of IIC Bus
+
|-
+
| GND || G || Ground plane
+
|-
+
| VDD || P || Power wire for all digital components
+
|-
+
| RXD || I/O || Data wire of UART Bus 
+
|-
+
| TXD || I/O || Data wire of UART Bus
+
|-
+
| DTR || I || Special reset wire of Arduino program
+
|-
+
| VIN || P || Power wire for all LEDs and Super current driver
+
|-
+
| MI || I/O || Data input of ISP 
+
|-
+
| MO || I/O || Data output of ISP
+
|-
+
| SCK || I/O || Clock input of ISP
+
|-
+
| RST || I || Reset input of ISP
+
|}
+
 
+
==Download==
+
[ftp://imall.iteadstudio.com/IM120410004_Colorduino/Documents/DS_IM120410004_Colorduino.pdf Datasheet for Colorduino]
+
 
+
[ftp://imall.iteadstudio.com/IM120410004_Colorduino/Documents/DS_DM163.pdf Datasheet for DM163]
+
 
+
[ftp://imall.iteadstudio.com/IM120410004_Colorduino/Documents/DS_M54564FP.pdf Datasheet for M54564FP]
+
 
+
[ftp://imall.iteadstudio.com/IM120410004_Colorduino/Documents/SCH_IM120410004_Colorduino.pdf Schematic for Colorduino]
+
 
+
[ftp://imall.iteadstudio.com/IM120410004_Colorduino/Documents/DEMO_CODE_Colorduino.zip Demo Code for Colorduino]
+
 
+
[ftp://imall.iteadstudio.com/IM120410004_Colorduino/Documents/Fri_IM120410004_Colorduino.zip Fritzing Parts for Colorduino]
+
 
+
==Useful Link==
+
[http://blog.lincomatic.com/?p=109 Lincomatic' DIY Blog  <iTead Studio Colorduino – A Preview>]
+
 
+
[https://123led.wordpress.com/colorduino/  Nick's LED Projects <Colorduino>]
+
 
+
 
+
==Buy Here==
+
 
+
http://imall.iteadstudio.com/im120410004.html
+

Latest revision as of 09:15, 16 January 2015

Colorduino V1.3
Colorduino V1.4


V3.0 Change List

  • remove the switch in 1.4 version