DFRobot
DFRobot DFRduino UNO R3 Kit with IO Expansion Shield & USB Cable
· MPN: DFR0216-2
This compact DFRobot microcontroller bundle is designed for learning, prototyping and physical computing projects. The DFRduino Uno V3.0 is fully compatible ...
Get notified when back in stock
This compact DFRobot microcontroller bundle is designed for learning, prototyping and physical computing projects. The DFRduino Uno V3.0 is fully compatible with Arduino UNO R3 and the Arduino IDE open-source development environment, which uses the Processing / Wiring language.
The board is based on the ATmega328 and includes the essentials for getting started: USB connection, power jack, ICSP header and reset button. It also features an ATmega16U2 programmed as a USB-to-serial converter, plus a DIP package AVR chip that can be removed for firmware updates, reprogramming or use in a finished compact project.
Colour-coded headers help make connections clearer: red for power, blue for analogue I/O and green for digital I/O. The kit includes DFRduino Uno V3.0 x1, Gravity: IO Expansion Shield for Arduino V7.1 x1, and USB Cable A-B for Arduino Uno/Mega x1.
Features:
- Arduino compatibility: Fully compatible with Arduino UNO R3.
- IDE compatibility: Works with the Arduino IDE open-source development environment.
- Programming language: Implements the Processing / Wiring language.
- Standalone projects: Can be used to develop stand-alone interactive objects.
- Computer-connected projects: Can be connected to software on your computer, such as Flash, Processing and MaxMSP.
- Operating system support: Open-source IDE is available for Mac OS X, Windows and Linux.
- USB-to-serial: Features the ATmega16U2 programmed as a USB-to-serial converter.
- DIP AVR chip: Removable DIP package AVR chip for updating or reprogramming firmware, or placing into a finished project.
- Power header colour: Red for Power Section.
- Analogue header colour: Blue for Analog I/O.
- Digital header colour: Green for Digital I/O.
- Sensor cable matching: Header colours match DFRobot sensor cables.
- Core hardware: Includes 14 digital input/output pins, 6 analogue inputs, a 16 MHz crystal oscillator, USB connection, power jack, ICSP header and reset button.
- I2C pins: Added SDA and SCL pins near the AREF pin.
- Shield support: IOREF pin allows shields to adapt to the voltage provided from the board.
- Reserved pin: Includes a not connected pin reserved for future purposes.
Specifications:
- Microcontroller: ATmega328 (DIP Package)
- Operating Voltage: 5V
- Input Voltage (recommended): 7 ~ 12V
- Input Voltage (limits): 6 ~ 20V
- Digital I/O Pins: 14 (of which 6 provide PWM output)
- Analog Input Pins: 6
- DC Current per I/O Pin: 40 mA
- DC Current for 3.3V Pin: 50 mA
- Flash Memory: 32 KB of which 2KB used by bootloader
- SRAM: 2 KB (ATmega328)
- EEPROM: 1 KB (ATmega328)
- Clock Speed: 16 MHz
- Size: 75 x54 x15 mm (2.95 x2.13 x0.59")
- Environment Friendly: Rohs Compliance
A handy starter bundle for Arduino-compatible projects, classroom use, robotics, sensors and general maker development.
Jargon buster
Plain-language definitions for the technical terms used above.
- AVR
- AVR is a family of 8-bit microcontrollers (made by Microchip, formerly Atmel) used in many classic Arduino-style boards such as the Uno and Nano. They are widely supported but older, which can be a limit for memory- or speed-intensive tasks.
- 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.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- 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
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- Gravity
- Gravity is DFRobot’s plug-in connector system for sensors, motors and modules, using standard cables to reduce loose jumper wiring. It matters because Gravity-compatible parts can connect directly to these ports, while non-Gravity parts may need adapters or manual wiring.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- 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.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- 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
Arduino
DFR0216 dfrduino uno r3 datasheet V3
Datasheet · 12.5 MB · Click any page to view full size
DFR0216 dfrduino uno r3 ce V3
Document · 612.6 KB · Click any page to view full size
DFR0216 dfrduino uno r3 rohs V3
Compliance · 650.7 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au