Blog Home

New Arduino Micro available

Massimo BanziNovember 8th, 2012

We’re happy to announce the release of the new Arduino Micro board.

The Arduino Micro packs all of the power of the Arduino Leonardo in a 48mm x 18mm module (1.9? x 0.7?).

It makes it easier for makers to embed the Arduino technology inside their projects by providing a small and convenient module that can be either used on a breadboard or soldered to a custom designed PCB.

The Micro has been developed in collaboration with Adafruit Industries, one of the leaders of the Maker movement. Adafruit is already developing a series of accessories for the new board that will complement its power and simplicity.

Throughout the month of November the product is available exclusively from Adafruit online and Radio Shack in retail stores.

Main features of Arduino Micro:

  • The Arduino Micro is a microcontroller board based on the ATmega32u4.
  • Like its brother the Leonardo board, the Arduino Micro has one microcontroller with built-in USB. Using the ATmega32U4 as its sole microcontroller allows it to be cheaper and simpler. Also, because the 32U4 is handling the USB directly, code libraries are available which allow the board to emulate a computer keyboard, mouse, and more using the USB-HID protocol.
  • It has 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs), a 16 MHz crystal oscillator, a micro USB connection, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a micro USB cable to get started.
  • This allows the Micro to appear to a connected computer as a mouse and keyboard, in addition to a virtual (CDC) serial / COM port.

Technical 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: 40 mA
  • DC Current for 3.3V Pin: 50 mA
  • Flash Memory: 32 KB (ATmega32u4) of which 4 KB used by bootloader
  • SRAM: 2.5 KB (ATmega32u4)
  • EEPROM: 1 KB (ATmega32u4)
  • Clock Speed: 16 MHz
Boards:Leonardo
Categories:ArduinoHardware

10 Responses to “New Arduino Micro available”

  1. David Says:

    Cool, it’s just like PJRC’s Teensy which is my favorite Arduino-type board. Glad to see the open source sharing works both ways (usually it’s just people using ideas from Arduino, not the other way around).

  2. massimo Says:

    David. We like Paul and his work a lot. he’s been a good contributor to the Arduino project.
    Just to clarify this product is not based on the teensy. it’s based on the Arduino Leonardo that was developed independently

    m

  3. Nouvel Arduino Micro disponible | Actu-Radioamateur Nouvel Arduino Micro disponible | L'actualité radioamateur, et nouvelle technologie… Says:

    […] Source : Arduino.cc […]

  4. Andrew Says:

    The eagle zip files for this board are corrupt.

  5. mellis Says:

    I updated the Eagle files zip. It should work now.

  6. zAck Says:

    The eagle files are corrupted.

  7. Federico Says:

    re-updated and checked, they are not corrupted now.

  8. Felix Schnitker Says:

    I actually read this informative article and also it helped me in using my devices, becaus I love reading posts about upgrading electronic devices and accessories, many thanks for this interesting information and looking forward to read more unique posts like this one.

  9. Herb Says:

    I have a new Micro, but found that it is not on the board list in release 1.02.
    I got it working with the Leonado load.
    If I were a beginner, I would have been lost. This needs to be corrected.

  10. Scoti22 Says:

    Is there a BOM for the parts used on this board?

Leave a Reply

You must be logged in with your Arduino account to post a comment.