Posts

Showing posts with the label Arduino Board

LCD Demo: Arduino DUE vs Mega 2560

Image
Arduino DUE and Mega 2560 with CTE 3.2" TFT LCD Module with Font IC Demo Up: Arduino DUE w/TFT Shield Down: Mega 2560 w/TFT Shield Running the same demo code with Coldtears electronics 3.2" TFT LCD Module with font and icon IC The first part is demo of the displaying text and icons from the module. The module is a 3.2" LCD module with fonts of 10 sizes and some commonly used icon for application development. The second part is the famous UTFT demo by Henning Karlson. DUE runs at 84Mhz with SPI DMA, mega runs at 16Mhz, As seen due is incredibly faster when loading data from flash and drawing to the LCD

Missing component in Arduino Due

Image
It seem that a component is missed on my new buy Arduino Due Board R3! Anybody can tell me what's it? it is necessary? Missing component in Arduino Due

Arduino Due Board

Image
Arduino Due Board AT91SAM3X8E ARM 32-bit Microcontroller @ 84MHz Operating Voltage: 3.3V 54 digital I/O pins, 12 analog inputs, 2 DAC (analog output) Flash Memory: 512 KB all available for the user applications SRAM: 96 KB (two banks: 64KB and 32KB) The Arduino Due is the newcomer microcontroller board in the Arduino boards family. It's the first board based on a 32 bit ARM core processor, the Atmel SAM3X8E ARM Cortex-M3 MCU, that improve all the standard Arduino functionalities and add more new features. It offer 54 digital input/output pins (of which 12 can be used as PWM outputs, with selectable resolution), 12 analog inputs with 12 bit of resolution, 4 UARTs (hardware serial ports), and two DAC outputs (digital to analog converter), 84 MHz crystal oscillator, two USB connections, a power jack, an ICSP header, a JTAG header, and a reset button. The maximum voltage that the I/O pins can provide or tolerate is 3.3V. Providing higher voltages, like 5V to an input pin could damage t...