Microchip Technology

ATMEGA16U4-AUR - 8-Bit AVR MCU 16KB Flash USB 2.0 | Microchip

MPN: ATMEGA16U4-AUR βœ“ Active
In Stock Ships in 1-3 business days
2.7 V to 5.5 V Vdss 44-TQFP (10x10 mm) Package 16 MHz Speed 16 KB (8K x 16) FLASH Memory
From $2.9 USD / Unit
MOQ: 1 |
Price updated: 2026-09-16
Volume Pricing
Qty Unit Price Extended
1 $4.2 $4.20
10 $3.82 $38.20
100 $3.44 $344.00
500 $3.1 $1,550.00
1,000 $2.9 $2,900.00
ℹ️ All prices are in USD

ATMEGA16U4-AUR Overview

The Microchip Technology ATMEGA16U4-AUR is a low-power 8-bit AVR RISC microcontroller with 16 KB ISP FLASH memory, 2.5 KB SRAM, 1 KB EEPROM, an integrated USB 2.0 full-speed/low-speed device controller, and a 16 MHz maximum clock, housed in a 44-pin TQFP (10x10 mm) package.

A microcontroller (MCU) is a single-chip computer integrating a processor core, memory, and peripherals such as timers, ADCs, and communication interfaces. The ATmega16U4 belongs to the AVR ATmega USB family within the broader hierarchy of embedded microcontrollers -> 8-bit MCUs -> AVR RISC architecture, positioned for applications that need native USB connectivity without an external USB interface chip.

Key features include 16 KB of self-programmable ISP FLASH with an 8 KB boot code section, a 12-channel 10-bit ADC, high-speed PWM channels, a JTAG interface for on-chip debugging, and USB 2.0 full-speed device operation. The AVR enhanced RISC core executes most instructions in a single clock cycle, achieving throughput approaching 1 MIPS per MHz - up to 16 MIPS at 16 MHz.

Technically, the device operates from 2.7 V to 5.5 V, making it compatible with both 3.3 V and 5 V logic systems. The Harvard architecture separates program and data buses for deterministic execution, while in-system programming and boot-loader support enable field firmware updates through the USB port itself.

Typical applications include USB HID devices (keyboards, mice, game controllers), USB-to-serial bridges, custom mechanical keyboards, industrial sensors with USB reporting, and consumer electronics requiring direct USB enumeration.

A key design consideration: the USB controller requires a stable 16 MHz crystal for full-speed operation, and the 2.5 KB SRAM limits large buffering applications - move to the pin-compatible ATMEGA32U4 for 32 KB FLASH.

This page synthesizes distributor pricing, drop-in alternatives, and practical design notes not found in the manufacturer datasheet.

Drop-in alternatives for ATMEGA16U4-AUR β€” same package, pin-to-pin compatible. Different-package parts requiring PCB rework are excluded.

Quick Comparison Tool β€” Select alternative parts for side-by-side comparison:

ATMEGA32U4-AU

βœ… Drop-In
πŸ“¦ 44-TQFP (10x10)
FLASH doubled to 32 KB vs 16 KB (+100%); SRAM, peripherals, USB, pinout identical

πŸ“‹ Reference alternative (not in catalog)

ATMEGA32U4-AUR

βœ… Drop-In
πŸ“¦ 44-TQFP (10x10)
same as ATMEGA32U4-AU but tape-and-reel; 32 KB FLASH vs 16 KB

πŸ“‹ Reference alternative (not in catalog)

ATMEGA16U4-AU

βœ… Drop-In
πŸ“¦ 44-TQFP (10x10)
identical die and specs; tube packaging instead of tape-and-reel

πŸ“‹ Reference alternative (not in catalog)

ATMEGA16U4-AUR Maximum Ratings & Electrical Characteristics

Core Architecture AVR 8-bit RISC
Core Size 8-bit
Program Memory Size 16 KB (8K x 16) FLASH
Boot Code Section 8 KB
SRAM 2.5 KB
EEPROM 1 KB
Maximum Clock Frequency 16 MHz
Maximum Throughput 16 MIPS at 16 MHz
Supply Voltage Range 2.7 V to 5.5 V
USB Interface USB 2.0 full-speed/low-speed device
ADC Resolution 10-bit
ADC Channels 12 channels
Debug Interface JTAG (on-chip debug)
Timers / PWM High-speed PWM
Operating Temperature -40C to +85C (Industrial)
Package 44-TQFP (10x10 mm)
Mounting Type Surface Mount
RoHS Status Green / Compliant

ATMEGA16U4-AUR 44-tqfp (10x10 mm) Pin Configuration Guide

Pin configuration for ATMEGA16U4-AUR (44-tqfp (10x10 mm) package). This digital IC includes GPIO, communication interfaces (UART, SPI, I2C), and power pins. Refer to the manufacturer datasheet for alternate pin functions and configuration options. Essential for embedded system design and PCB layout.

44-tqfp (10x10 mm) package pinout diagram for ATMEGA16U4-AUR

No detailed pinout data available for ATMEGA16U4-AUR.

Refer to the datasheet for full pin configuration.

Typical Applications

ATMEGA16U4-AUR is suitable for 6 applications: USB HID Devices (Keyboards, Mice, Gamepads), Custom Mechanical Keyboard Controllers, USB-to-Serial Bridges and Debug Adapters, Industrial Sensor Nodes with USB Reporting, Battery-Powered Portable Instruments, Maker Boards and Embedded Prototyping.

⌨️

USB HID Devices (Keyboards, Mice, Gamepads)

The ATMEGA16U4-AUR is a natural fit for USB Human Interface Device designs because its integrated USB 2.0 full-speed device controller enumerates natively as an HID class device without any external interface chip, and its 16 KB FLASH is sufficient for descriptor tables plus a full keyboard or mouse matrix-scanning firmware. The AVR core's single-cycle instruction execution at 16 MHz gives 16 MIPS, easily handling debouncing and NKRO matrix scans within the 1 ms USB polling interval. Typical designs place the MCU between the switch matrix and the USB connector, powered directly from the bus at 5 V within its 2.7 V to 5.5 V range. The trade-off is the 2.5 KB SRAM, which constrains very large RGB animation buffers - those designs should migrate to the pin-compatible ATMEGA32U4.

🧩

Custom Mechanical Keyboard Controllers

Custom mechanical keyboard PCBs widely adopt the 44-TQFP ATmega USB family because the ATMEGA16U4-AUR combines native USB HID enumeration, in-system programmable FLASH for bootloader-based firmware flashing over USB, and enough GPIO in TQFP-44 for an 8x16 matrix plus indicators. The 1 KB EEPROM stores keymap and configuration data persistently across power cycles, and the 10-bit ADC supports analog wheel or battery-level inputs. Firmware frameworks compile comfortably inside 16 KB for layouts without heavy per-key RGB; designs adding large animations typically populate the same footprint with an ATMEGA32U4. The JTAG interface also enables factory debugging of assembled boards without socketing the chip, reducing rework cost in small-batch keyboard production.

πŸ”§

USB-to-Serial Bridges and Debug Adapters

The ATMEGA16U4-AUR serves as a fully customizable USB-to-UART bridge, offering an alternative to fixed-function chips when custom VID/PID, vendor-specific protocols, or combined USB plus logic control are required. Its USART peripherals interface to external UART targets while the USB 2.0 full-speed device controller presents a CDC class port to the host, achieving transparent bidirectional transfer at standard baud rates well within the 16 MHz clock budget. Because the application and bootloader both live in 16 KB FLASH, firmware updates can ship over the same USB port. Compared with fixed bridges, this part adds programmable glue logic - GPIO, timers, and the 12-channel 10-bit ADC - letting one chip handle bridging, control signals, and analog monitoring simultaneously in test fixtures and debug probes.

🏭

Industrial Sensor Nodes with USB Reporting

In industrial sensing nodes, the ATMEGA16U4-AUR consolidates signal acquisition and USB reporting into one low-power 8-bit MCU. Its 12-channel 10-bit ADC samples multiple analog sensor channels such as pressure bridges, potentiometers, and current-sense outputs, while high-speed PWM drives actuators or indicator LEDs. The USB device controller lets the node appear as a vendor-defined or CDC device on factory PCs, eliminating dedicated gateway hardware. Operating from 2.7 V to 5.5 V at -40C to +85C (industrial grade), it tolerates harsh panel environments, and the 1 KB EEPROM stores calibration constants locally. The 16 KB FLASH holds a bootloader plus acquisition firmware; data-logging designs needing larger tables should use the pin-compatible ATMEGA32U4.

πŸ”‹

Battery-Powered Portable Instruments

Portable and battery-operated instruments benefit from the ATMEGA16U4-AUR's low-power AVR architecture, which supports sleep modes that cut current dramatically between acquisition bursts while USB remains available when docked. The 2.7 V floor allows direct operation from two alkaline cells or a single Li-Ion cell through an LDO, and the 10-bit ADC with internal reference handles battery-voltage telemetry without extra components. The 16 MIPS throughput at 16 MHz executes display update loops and filtering fast enough for handheld menus on character or small graphic LCDs. Because USB charging and data reporting use the same integrated controller, no second MCU is needed. Designers should budget the 2.5 KB SRAM carefully against display frame buffers in compact instruments.

πŸ”§

Maker Boards and Embedded Prototyping

The ATMEGA16U4-AUR underpins hobbyist and prototyping boards in the AVR USB family, sharing its architecture and toolchain with the well-known Arduino Leonardo platform (ATmega32U4). Native USB means the same chip that runs the user application also programs it - a USB bootloader resides in the 8 KB boot section, so no external programmer is needed after initial provisioning. The Arduino IDE, AVR-GCC, and Microchip Studio all support the device, and JTAG enables step debugging on custom boards. Its 5 V tolerance aligns with classic AVR shields and sensor modules, while 44 pins provide ample GPIO for rapid prototyping. When sketches outgrow 16 KB, the identical-footprint ATMEGA32U4 swaps in without PCB revision, protecting board investments.

Recommended Products Summary

ATMEGA32U4-AU Drop-in upgrade with 32 KB FLASH for firmware-heavy HID designs Used in: USB HID Devices (Keyboards, Mice, Gamepads), Custom Mechanical Keyboard Controllers, USB-to-Serial Bridges and Debug Adapters, Maker Boards and Embedded Prototyping USBLC6-2SC6 ESD protection for the USB D+/D- lines Used in: USB HID Devices (Keyboards, Mice, Gamepads) AP2112K-3.3 3.3 V LDO if 3.3 V peripherals share the board Used in: Custom Mechanical Keyboard Controllers ATMEGA16U2-AU Microchip Technology Used in: USB-to-Serial Bridges and Debug Adapters ATMEGA32U4-AUR Same-package variant with 32 KB for larger data tables Used in: Industrial Sensor Nodes with USB Reporting MCP3002 External SPI ADC for channels beyond the internal 12 Used in: Industrial Sensor Nodes with USB Reporting MCP1700 Low-quiescent-current LDO for battery rail regulation Used in: Battery-Powered Portable Instruments DS3231 RTC for timestamped portable measurements Used in: Battery-Powered Portable Instruments ATMEGA168PB-AUR Microchip Technology Used in: Maker Boards and Embedded Prototyping
What are the key specifications of ATMEGA16U4-AUR that engineers should know?
The ATMEGA16U4-AUR is an 8-bit AVR RISC microcontroller with 16 KB ISP FLASH (8 KB boot section), 2.5 KB SRAM, 1 KB EEPROM, and a USB 2.0 full-speed/low-speed device controller. It runs at up to 16 MHz (16 MIPS), operates from 2.7 V to 5.5 V, includes a 12-channel 10-bit ADC, high-speed PWM, JTAG debug, and comes in a 44-TQFP (10x10 mm) industrial-temperature package. According to the Microchip ATmega16U4/32U4 datasheet, it achieves up to 1 MIPS per MHz throughput.
What is the operating voltage range of ATMEGA16U4-AUR?
The ATMEGA16U4-AUR operates from 2.7 V to 5.5 V over the full industrial temperature range. This wide supply range allows direct connection to 3.3 V logic rails at reduced clock speeds as well as standard 5 V systems at the full 16 MHz, eliminating the need for level shifting in mixed-voltage designs. According to the Microchip datasheet, speed grade and voltage must be checked together when designing the clock system.
Does ATMEGA16U4-AUR have a built-in USB controller?
Yes. The ATMEGA16U4-AUR integrates a USB 2.0 full-speed/low-speed device controller, meaning it can enumerate directly as a USB device without an external USB interface chip such as the FT232 or CP2102. Per the Microchip ATmega16U4/32U4 datasheet, the USB module requires a stable clock source and uses an internal 3.3 V regulator with an external capacitor on the UCAP pin. This makes it popular for HID keyboards, mice, and custom USB-CDC serial devices.
What is the difference between ATMEGA16U4-AUR and ATMEGA32U4-AU?
The primary difference is program memory: the ATMEGA16U4 has 16 KB FLASH and 2.5 KB SRAM, while the ATMEGA32U4 offers 32 KB FLASH and the same SRAM in the identical 44-TQFP package. Both share the same pinout, USB controller, ADC, and peripherals, so the ATMEGA32U4 is a drop-in upgrade when firmware outgrows 16 KB. The Arduino Leonardo and many custom keyboard projects use the ATMEGA32U4 for this extra headroom.
Can the ATMEGA32U4-AU replace the ATMEGA16U4-AUR?
Yes - the ATMEGA32U4-AU is a pin-to-pin drop-in replacement for the ATMEGA16U4-AUR in the 44-TQFP package. It doubles program FLASH to 32 KB while keeping identical SRAM (2.5 KB), peripherals, USB module, and supply range (2.7 V to 5.5 V). Firmware written for the 16U4 runs unchanged on the 32U4 after recompilation, according to the shared ATmega16U4/32U4 datasheet (Atmel-7766). Note the 32U4 variant typically costs slightly more.
ATMEGA16U4 vs ATMEGA16U2 - which is better for USB applications?
Choose the ATMEGA16U4 for native USB device applications, because its USB 2.0 full-speed device controller is integrated on-chip with direct access to general-purpose I/O. The ATMEGA16U2 uses an external-facing USB interface primarily for USB-to-UART bridging and offers a different pinout in TQFP-32. For HID devices, custom USB classes, or single-chip USB products in TQFP-44, the ATMEGA16U4-AUR is the better fit; the 16U2 suits USB-serial converters.
Is ATMEGA16U4-AUR suitable for a custom mechanical keyboard?
Yes, the ATMEGA16U4-AUR is well suited to custom keyboard controllers. Its USB 2.0 full-speed device controller enumerates as an HID keyboard natively, and its 16 KB FLASH comfortably holds QMK-style firmware for a typical matrix of keys. The 12-channel 10-bit ADC also supports analog inputs such as encoders or battery monitoring. Designs needing large RGB-matrix animations or 32 KB firmware should step up to the pin-compatible ATMEGA32U4 in the same 44-TQFP footprint.
What is the best drop-in replacement for ATMEGA16U4-AUR?
The best drop-in replacement is the Microchip ATMEGA32U4-AU (or tape-and-reel ATMEGA32U4-AUR), which is pin-to-pin compatible in the same 44-TQFP (10x10 mm) package and doubles FLASH to 32 KB. All peripherals, the USB controller, and the 2.7 V to 5.5 V supply range are identical per the shared Atmel-7766 datasheet. For designs constrained to 16 KB with identical behavior, the non-reel ATMEGA16U4-AU in tube packaging is the same die with identical specifications.
What is the best non-Microchip equivalent for ATMEGA16U4-AUR?
There is no true pin-to-pin cross-brand equivalent for the ATMEGA16U4-AUR in TQFP-44, because its integrated AVR USB device controller and register map are Microchip/Atmel proprietary. The closest functional cross-brand alternative is the ARM Cortex-M0+ based ATSAMD21G18 (also Microchip) or NXP LPC11U3x family, which offer native USB but require PCB redesign. Engineers needing a no-layout-change replacement must stay within the ATmega16U4/32U4 family, per Microchip's own cross-reference guidance.
When should I choose ATMEGA16U4 over ATMEGA32U4?
Choose the ATMEGA16U4 when your compiled firmware fits within 16 KB FLASH and unit cost matters - it typically prices slightly below the ATMEGA32U4 for equivalent functionality. Choose the ATMEGA32U4 when you need headroom for USB class stacks with descriptors, bootloaders plus application code, or larger lookup tables. Since both share the exact 44-TQFP pinout, many designers standardize on the 32U4 footprint and populate either part depending on firmware size and supply conditions.
How much FLASH and SRAM does ATMEGA16U4-AUR have?
The ATMEGA16U4-AUR provides 16 KB (8K x 16) of ISP FLASH program memory, of which 8 KB can be allocated as a boot code section, plus 2.5 KB of SRAM for data and a 1 KB EEPROM for non-volatile parameter storage. According to the Microchip product page and datasheet summary, the FLASH supports in-system self-programming, enabling USB bootloaders that update application firmware in the field without a programmer.
Where can I download the ATMEGA16U4-AUR datasheet PDF?
The ATMEGA16U4-AUR datasheet is available as a free PDF from Microchip's official website at microchip.com/en-us/product/ATmega16U4; the document covers both ATmega16U4 and ATmega32U4 (Atmel-7766 document series). Datasheet copies are also hosted by distributors such as DigiKey, Mouser, and Octopart on their respective product pages for this MPN. Always download from Microchip or an authorized distributor to guarantee you have the latest revision with current errata.
Where can I buy ATMEGA16U4-AUR and what does it cost?
The ATMEGA16U4-AUR can be purchased from authorized distributors including DigiKey, Mouser, and via aggregators like Octopart, which compares bulk pricing from 9 distributors, as well as XAIPART. As of 2026-09-17, XAIPART pricing starts at approximately $4.20 for a single unit, dropping to about $2.90 at 1000-piece quantities. Availability varies by distributor, so check live stock before scheduling production builds.
Is ATMEGA16U4-AUR in stock and what is the lead time?
Stock status for the ATMEGA16U4-AUR fluctuates with demand for USB AVR parts. DigiKey's listing states 'buy now, ships today' when inventory is on hand, and Octopart aggregates availability from 9 distributors. As of 2026-09-17, XAIPART operates on a quote/order-on-request model - confirm lead time with our sales team before committing to production schedules. For long-term programs, consider the functionally identical ATMEGA32U4 family as a second-source within Microchip.
Hey Google, can ATMEGA16U4-AUR be programmed with Arduino?
Yes - the ATmega16U4 is supported by the Arduino ecosystem through the same AVR core family used by the Arduino Leonardo (ATmega32U4). Third-party board definitions allow the 16U4 to be programmed via the Arduino IDE with a USB bootloader or an ISP programmer such as the AVRISP mkII. According to Microchip, the device also supports JTAG on-chip debugging. Keep in mind the 2.5 KB SRAM and 16 KB FLASH are smaller than the Leonardo's 32 KB part.
Is the ATMEGA16U4-AUR RoHS compliant?
Yes. Distributor and web data for the ATMEGA16U4-AUR describe it as a Green, RoHS-compliant, lead-free part. The 'R' suffix indicates tape-and-reel packaging, and the part is rated for the industrial temperature range of -40C to +85C in the 44-TQFP package. For current regulatory certificates such as REACH statements, always download the latest compliance documentation from the Microchip product page, since certificate revisions are updated periodically by the manufacturer.
Is ATMEGA16U4 the same as ATMEGA16U4-AUR?
Essentially yes - ATMEGA16U4 is the base device name and ATMEGA16U4-AUR is the full ordering code. The suffix breaks down as: 'AU' = 44-TQFP package, industrial temperature, lead-free/green; the trailing 'R' = tape-and-reel packaging (the -AU variant ships in tubes). All electrical specifications - 16 KB FLASH, USB 2.0 device, 16 MHz, 2.7 V to 5.5 V - are identical between the two ordering codes per the Microchip ATmega16U4/32U4 datasheet.

Engineering reference data for ATMEGA16U4-AUR β€” comparison, design guidance, and compliance information.

Selection Guide

Choose the ATMEGA16U4-AUR when you need native USB 2.0 full-speed device connectivity, 16 KB of FLASH is enough for your firmware plus bootloader, and you want the lowest-cost 44-TQFP USB AVR with industrial temperature rating. Choose the pin-compatible ATMEGA32U4-AU when firmware exceeds 16 KB - USB class stacks, large RGB effects, or OTA-style bootloaders - since it doubles FLASH with zero PCB change. Choose the ATMEGA16U4-AU (tube) for manual or low-volume assembly; the -AUR reel suits production SMT lines. Avoid this family for designs needing >2.5 KB SRAM buffers, 32-bit processing, or native USB host - those require ARM Cortex-M parts such as the ATSAMD21, which involve a full board redesign. For pure USB-to-UART bridges without custom logic, the smaller ATMEGA16U2 is a cheaper fit. All AVR USB parts share one toolchain, easing migration.

Comparison with Alternatives

Parameter This Product ATMEGA32U4-AU ATMEGA32U4-AUR ATMEGA16U4-AU
Package 44-TQFP (10x10 mm) 44-TQFP (10x10 mm) - same 44-TQFP (10x10 mm) - same 44-TQFP (10x10 mm) - same
Brand Microchip Technology Microchip Technology Microchip Technology Microchip Technology
Program FLASH 16 KB 32 KB 32 KB 16 KB
SRAM 2.5 KB 2.5 KB 2.5 KB 2.5 KB
USB Controller USB 2.0 FS/LS device USB 2.0 FS/LS device USB 2.0 FS/LS device USB 2.0 FS/LS device
Supply Voltage 2.7 V to 5.5 V 2.7 V to 5.5 V 2.7 V to 5.5 V 2.7 V to 5.5 V
Max Clock 16 MHz 16 MHz 16 MHz 16 MHz
Packaging Tape & Reel (R suffix) Tray / tube Tape & Reel Tray / tube

Key Differentiators

  • Lowest-cost entry into the native-USB AVR TQFP-44 family (vs ATMEGA32U4-AU)
  • Bootloader-friendly 8 KB boot section within 16 KB FLASH (vs ATMEGA16U4-AU)
  • Single-chip USB plus analog integration (vs ATMEGA16U2-AU)

Design Notes

Decouple VCC and AVCC separately: place a 100 nF ceramic capacitor within 5 mm of each VCC pin and a 100 nF plus 10 uF pair on AVCC, connected to analog ground through a low-pass LC filter. The internal USB 3.3 V regulator requires a capacitor (typically 1 uF) on the UCAP pin per the Microchip datasheet. AVCC must not lag VCC by more than the datasheet-specified margin at power-up, or the ADC and BOD circuits may misbehave - a series resistor plus diode clamp on AVCC is a common fix.

For reliable USB 2.0 full-speed operation, route the D+ and D- traces as a matched-length pair (max length mismatch ~1 mm), keep them away from switching signals, and place 22 ohm series resistors near the MCU when cable stubs exceed a few centimeters. The 16 MHz crystal must sit within 10 mm of the XTAL pins with short ground-guarded return paths; long crystal traces invite spurious startup at cold temperatures. Use the datasheet-recommended load capacitors matched to the crystal's CL specification.

Three frequent mistakes: (1) forgetting the hardware bootloader lock-bit configuration so the 8 KB boot section is accidentally overwritten during ISP flashing; (2) clocking above 8 MHz while VCC is below the datasheet speed-grade voltage curve, causing intermittent crashes at low battery; (3) using only 16 KB FLASH for application plus USB descriptors plus bootloader - the boot section alone can occupy up to 8 KB, so budget application code against the remaining space or migrate to ATMEGA32U4. Always verify the VUSB/UCAP pin network against the latest datasheet revision.

The USB D+/D- lines and the 16 MHz crystal are the primary EMI sources in ATMEGA16U4 designs. Keep the crystal loop area minimal and place a ground stitch via next to each crystal capacitor. Route high-speed PWM traces away from analog ADC input lines to prevent clock harmonics coupling into the 10-bit converter. For CE/FCC-tested products, add common-mode choke and ESD array (e.g., USBLC6-2SC6 class parts) at the USB connector, and provide a solid, unbroken ground plane beneath the entire USB routing segment.

Compliance Information

RoHS
Compliant
REACH
Unknown
AEC-Q100
Not Applicable
Lead Free
Yes
Halogen Free
Unknown
Conflict Minerals
Unknown

Distributor data describes the part as Green and RoHS compliant with lead-free finish. REACH, halogen-free, and conflict-minerals statements were not found in the provided data - obtain current certificates from the Microchip product page.

Data verified on: 2026-09-17 β€” data verified and curated by XAIPART's component engineering team

Related Searches

ATMEGA16U4-AUR ATMEGA16U4-AUR datasheet PDF Microchip ATmega16U4 microcontroller ATMEGA16U4-AUR price buy 16KB flash USB microcontroller TQFP-44 ATMEGA16U4 vs ATMEGA32U4 difference ATMEGA16U4-AUR drop-in replacement ATmega16U4 custom mechanical keyboard controller AVR microcontroller with built-in USB 2.0 full-speed is ATMEGA16U4-AUR Arduino compatible ATMEGA16U4 pinout TQFP 44 8-bit AVR USB HID device IC 16MHz

Related Components & Terms

Microchip Technology ATMEGA16U4-AUR ATmega16U4 ATmega32U4 ATMEGA32U4-AU ATMEGA16U2-AU AVR 8-bit RISC microcontroller USB 2.0 full-speed device TQFP-44 QFP package family 10-bit ADC JTAG ISP FLASH Arduino Leonardo HID keyboard MIPS per MHz RoHS industrial temperature grade bootloader QMK firmware embedded prototyping
Quick Quote RFQ
Fill in complete details β€” our sales team will respond within 24 hours
Part Number Manufacturer Package QTY Target Price Extended
Total: $0.00 USD
βœ“
Quote submitted!

We will respond to your email within 24 hours

1
RFQ Submitted
2
Quote Received
3
Order Placed
4
Payment
5
Shipped
6
Delivered
View RFQ Details