The high-performance, low-power Atmel 8-bit AVR RISC-based microcontroller combines 16KB ISP flash memory, 1KB SRAM, 512B EEPROM, an 8-channel/10-bit A/D converter (TQFP and QFN/MLF), and debugWIRE for on-chip debugging. The device supports a throughput of 20 MIPS at 20 MHz and operates between 2.7-..
The ATMEGA32U4 is an Arduino Esplora micro-controller board derived from the Arduino Leonardo. The Esplora differs from all preceding Arduino boards in that it provides a number of built-in, ready-to-use set of on-board sensors for interaction. It's designed for people who want to get up and running..
The Arduino Pro Mini is intended for advanced users who require flexibility, low-cost, and small size. It comes with the minimum of components (no on-board USB or pin headers) to keep the cost down. Be sure to provide the correct power and use components whose operating voltage matches that of the b..
Arduino UNO uses ATMEGA328P-U microcontroller and this controller comes pre-loaded with a Arduino UNO bootloader. Basically bootloader is a little piece of code that allows you to program the flash memory of the Arduino’s atmega328p via serial or USB instead of using an ICSP programmer. If you ..