Menu
Your Cart

Micro ATmega32U4 5V 16MHz Development Board

Micro ATmega32U4 5V 16MHz Development Board
Micro ATmega32U4 5V 16MHz Development Board
Micro ATmega32U4 5V 16MHz Development Board
Micro ATmega32U4 5V 16MHz Development Board
Micro ATmega32U4 5V 16MHz Development Board
Micro ATmega32U4 5V 16MHz Development Board
Micro ATmega32U4 5V 16MHz Development Board
$16.99
Ex Tax: $16.99
  • Stock: In Stock
  • Model: EB0041811
  • SKU: EB0041811
Description:
 
The Micro ATmega32U4-MU is a tiny microcontroller board based on the ATmega32U4. It has 20 digital input/output pins (7 of which can be used as PWM outputs and 12 as analog inputs), a crystal oscillator, a micro-USB connection, an ICSP header and a reset button. With a 16 MHz frequency and 5V operating voltage, this board is similar to the Arduino Leonardo, although the Micro ATmega32U4-MU is more compact (17.78×48.26mm).
The board contains everything needed to support the microcontroller; you just have to connect it to a computer and get started! Its form factor enables it to be easily placed on the circuit board.
Like the Arduino Leonardo, the Micro ATmega32U4-MU has built-in USB connection, eliminating the need for a converter. This allows the Micro to appear to a connected computer as an HID-device, such as a keyboard or mouse, in addition to a COM-port. The board is also able to perform other Arduino Leonardo functions.
 
Power:
 
The Micro ATmega32U4-MU can be powered via a USB connection.
 
Power Supply:
 
5V: The regulated power supply used to power the microcontroller and other components on the board. This can come either from VIN via a voltage regulator, or be supplied via USB, or another regulated 5V supply.
3V3: A 3.3V supply generated by the on-board regulator. Maximum current draw is 50mA.
GND: Ground pins.
 
I/O Pins:
 
Each of the 20 digital pins can be used as an input or output. They operate at 5V. Each pin can provide or receive a maximum of 40 mA, and has an internal pull-up resistor (disconnected by default) of 20-50 k Ohms. In addition, some pins have additional functions:
-- Serial interface: 0(RX) and 1(TX) pins. Used to receive (RX) and transmit (TX) data using the ATmega32U4 hardware serial capability. Note that on the Micro ATmega32U4-MU, the Serial class refers to USB (CDC)-communication, for data transfer on pins 0 and 1, use the Serial1 class.
-- TWI: 2 (SDA) and 3 (SCL) pins. Support TWI (12C) communication using the Wire library.
-- External interrupts: 3 (interrupt 0), 2 (interrupt 1), 0 (interrupt 2), 1 (interrupt 3) and 7 (interrupt 4). These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function for details.
-- PWM: 3, 5, 6, 9, 10, 11 and 13. Provide 8 bit PWM output with the analogWrite() function.
-- SPI: on the ICSP header. These pins support SPI communication using the SPI library. Note that the SPI pins are not connected to any of the I/O pins as they are on the Arduino Uno. They are only available on the ICSP connector.
-- Analog inputs: A0 — A5, A6 — A11 (on digital pins 4, 6, 8, 9, 10 and 12). The Micro ATmega32U4-MU has 12 analog inputs (A0 — A11), all of which can also be used as digital i/o. Analog inputs A0 — A5 appear in the same locations as on the Arduino Uno; inputs A6 — A11 are on digital i/o pins 4, 6, 8, 9, 10 and 12, respectively. Each analog input provide 10 bits of resolution (1024 different values). By default, the analog inputs measure from 0 to 5 volts, though it is possible to change the upper end of their range using the AREF pin and the analog Reference() function.
-- Reset. A low signal level resets the microcontroller.
 
LEDs:
 
* RX and TX — flash when data is being transmitted via USB connection.
* ON — power indicator.
* L — LED connection to digital pin 13.
 
Memory:
 
The ATmega 32U4 microcontroller has 32 KB memory (with 4 KB used by the bootloader). It also has 2.5 KB SRAM and 1 KB EEPROM (which can be read and written with the EEPROM library).
The Micro ATmega32U4-MU has a number of facilities for communicating with a computer, another Arduino device or microcontrollers.
The ATmega32U4 provides serial UART TTL serial communication, which is available on digital pins 0(RX) and 1(TX).
Having hardware support for USB, the ATmega32U4 also allows for serial communication with the computer over a virtual COM port.
The Micro ATmega32U4-MU also acts as a USB 2.0 device, using standard USB COM drivers. The Arduino software includes a serial monitor that allows simple textual data to be sent to and from the board. Which we will do in the example given under the description.
A SoftwareSerial library allows for serial communication on any of the ATmega32U4-MU’s digital pins.
The ATmega32U4 also supports I2C (TWI) and SPI communication. The Arduino software includes a Wire library to simplify use of the 12C bus. The SPI library can be used for SPI communication.
 
Programming:
 
The board can be programmed with Arduino software, by selecting ATmega32U4 in the Board menu.
The ATmega32U4 microcontroller on the Micro ATmega32U4-MU comes preburned with a bootloader that allows you to upload new code to it without the use of an external hardware programmer.
You can also bypass the bootloader and program the microcontroller through the ICSP (In-Circuit Serial Programming) header.

Automatic Reset:
 
Rather than requiring a physical press of the reset button before an upload, the Micro ATmega32U4-MU is designed in a way that allows it to be reset by Arduino software running on a connected computer. The reset is triggered when the virtual CDC COM port is opened at 1200 baud and then closed. When this happens, the processor will reset, breaking the USB connection to the computer. After the processor resets, the bootloader starts, remaining active for about 8 seconds. The bootloader can also be initiated by pressing the Reset button. Note that when the board first powers up, it will jump straight to the user sketch, if present, rather than initiating the bootloader.
 
USB Overcurrent Protection:
 
The Micro ATmega32U4-MU has a resettable polyfuse that protects the computer’s USB ports from shorts and overcurrent. Although most computers have their own internal protection, the fuse provides an extra layer of protection. If more than 500mA is applied to the USB port, the fuse will automatically break the connection until the short or overload is removed.

Microcontroller ATmega32U4-MU
Power Out 3.3V-180mА
5V-800mА
Power IN. USB 5V
Power IN. VIN/DC Jack 5V
Power Consumption 5V 220mA
Logic Level 5V
USB Micro USB
Clock Frequency 16MHz
Operating Supply Voltage 3.3V
Digital I/O 20(7-PWM)
Analog I/O 12
Data RAM Type/Size 2.5Kb
Data ROM Type/Size 1Kb
Interface Type ISP
Operating temperature −40С°/+85С°
PCB size (L×W) 48.26×17.78mm
Weight 8.5g

Documents:
 

Package includes:

1 x Micro ATmega32U4 5V 16MHz Development Board



Micro-ATmega32U4-5V-16MHz-Development-Board-1649121

Micro-ATmega32U4-5V-16MHz-Development-Board-1649121

Micro-ATmega32U4-5V-16MHz-Development-Board-1649121

Write a review

Note: HTML is not translated!
Bad Good

Shipping Time


After you successfully placed an order at RenhotecIC.com, you will receive a confirmation email with your invoice. Once your order is shipped, you will be emailed with the tracking information of your package. Also, you can choose your preferred shipping method during the checkout process. Kindly advise: please select DHL/FedEx if you need our product urgently.

The timeline of the whole shipping process is shown below:

img

The total delivery time is calculated from the time your order is successfully placed to the time received. Total delivery time is broken down into processing time and shipping time.

Processing time: The time it takes to prepare your item(s), includes preparing your items, performing quality inspections, and packaging for shipment. Normally, the processing time is 1-3 days (Only include Monday to Saturday ) after getting your order.

Shipping time: The time for your item(s) to travel from our warehouse to your destination. The shipping time depends on the shipping method you chose. Please refer to the shipping rate section for details. 


Shipping Rates


You could choose the shipping method based on your preference during checkout, different shipping methods will apply different rates and shipping times. Please check the following chart for detail:


Shipping MethodShipping RatesShipping Times
Flat Shipping (Promotion)
$10About 5-30 Working Days to Worldwide (Only include Monday to Saturday )

Standard Express(0.5KG starting price listed)

Based On WeightsAbout 5-15 Working Days to Worldwide (Only include Monday to Saturday )

Priority Express (0.5KG starting price listed)

Based On WeightsAbout 3-7 Working Days to Worldwide (Only include Monday to Saturday )

In addition, the transit time depends on where you're located, the shipping method you choose, and where your package comes from. We will keep you informed of any problems here to help you get your order as soon as possible. 

If you want to know more information, please contact the customer service by contact form or sales@renhotecic.com. We will settle your problem as soon as possible. Enjoy shopping!