DFRobot
Dreamer Nano V4.1 (Arduino Leonardo Compatible)
All Products
New Arrivals
Arduino
Circuitry & IOT
Microcontrollers & Development Boards
DFRobot
Digital Technologies
Education
Arduino Boards
$19.00
|
In stock
The Dreamer Nano V4 is a surface mount breadboard embedded version of the ATMEGA 32U4 with integrated Micro USB. It has everything that Arduino Leonardo h...
Estimated Delivery
Arrives
Disclaimer
Secure checkout
The Dreamer Nano V4 is a surface mount breadboard embedded version of the ATMEGA 32U4 with integrated Micro USB. It has everything that Arduino Leonardo has (electrically).Physically, it is just missing power jack to save space.
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!
The Dreamer Nano v4 is compatible with most Nano shield in the market. It's suitable for projects that require a compact size controller system.
Note: The pins supporting I2C/TWI is located at Digital Pins D2(SDA) and D3(SCL).
SPECIFICATIONS
- Microcontroller:ATmega32u4
- Operating Voltage:5V
- Input Voltage (recommended):6.5-12v (VIN) / 5v (Micro USB)
- Input Voltage (limits):6.5-12V
- Digital I/O Pins:21
- PWM Channels:7
- Analog Input Channels:6
- 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
- Compatible with most of Nano shield
- Size: 45x20x20mm (1.77x0.79x0.79")
DOCUMENTS
- Dreamer Nano 4.1 Wiki
- Dreamer Nano 4.1 schematic
- Dreamer Nano V4 Layout and Dimension
- Arduino Leonardo versus Uno - What's new
- Arduino Leonardo product page
- Arduino IDE
- Atmega32u4 datasheet
- Old Version Schematic V4.0
SHIPPING LIST
- Dreamer Nano V4.1 x1
Jargon buster
Plain-language definitions for the technical terms used above.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
Find this product in
Dreamer Nano V4.1 Schematic
Schematic · 52.2 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au