Specifications
Microcontroller: ATmega32u4
Operating voltage: 5V
Input voltage (recommended): 7-12V
Input voltage (limits): 6-20V
Digital I/O pins: 20
PWM channels: 7
Analog input channels: 12
DC current per I/O pin: 40mA
DC current for 3.3V pin: 50mA
Flash memory: 32Kb (ATmega32u4)
of which 4Kb is used by bootloader
SRAM: 2.5Kb (ATmega32u4)
EEPROM: 1Kb (ATmega32u4)
Clock speed: 16MHz
------------------------------------****
Here is one Hack that will give you example of extension if the application of the Leonardo.
The newly released Arduino Leonardo has a few very interesting features, most notably the ability to act as a USB keyboard and mouse.. This feature isn’t exclusive to the Leonoardo, as Michael explains in a build he sent in – the lowly Arduino Uno can also serve as a USB HID keyboard with just a firmware update.
The Arduino Uno (and Mega) communicate to your computer through a separate ATmega8U2 microcontroller. Simply by uploading new firmware with the Arduino Device Firmware Upgrade, it’s easy to have your old Arduino board gain some of the features of newer boards such as the Teensy or Leonardo.
Michael goes through the steps required to make this upgrade work and ends his build by showing off an Arduinofied ‘cut, copy and paste’ button project as well as a few multimedia controls. You can check those builds out in the video after the break.
If emulating a USB keyboard isn’t your thing, it’s also possible to install LUFA firmware to emulate everything from joysticks to USB audio devices. Very cool, and very useful.
Courtesy:
www.hackaday.com
No comments:
Post a Comment