Difference between revisions of "Arduino Shield"

From Geeetech Wiki
Jump to: navigation, search
(Created page with "==Introductin== The Colorduino is a RGB LED matrix driver platform basis on ATMega 328P. This design is to make user easily modify or write the firmware of Colorduino by Ardu...")
(No difference)

Revision as of 02:44, 29 May 2012

Introductin

The Colorduino is a RGB LED matrix driver platform basis on ATMega 328P. This design is to make user easily modify or write the firmware of Colorduino by Arduino IDE. Colorsduino pairs the M54564 with a single DM163 constant current driver. By using the DM163, the Colors shield 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 ATmega more CPU bandwidth for performing other tasks. Colorduino is easy to cascade by IIC and Power interface.

Features

  • 8 bits colors support with 6 bits 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

Document

[Colorduino library]

Usage

Power to the board is either via pin headers or a set of mini screw

terminals. A slide switch selects between the two. Various Pins are

brought out the edge of the board including RX, TX and DTS, which can be

connected to [http://www.geeetech.com/xbee-usb-adapter-module-with-usb-

cable-p-418.html FT232 USB adapter] to reprogram the onboard ATmega chip,

and SCA and SCL for I2C communication. A green LED on the front of the

board indicates power

Example code