DFRobot
DFRduino UNO R3 - Arduino Compatible
DFRduino Uno V3.0 from DFRobot is a physical world computing board of small size for academics or development . It is a simple microcontroller board fu...
- Red for Power Section.
- Blue for Analog I/O.
- Green for Digital I/O.
SPECIFICATION
- 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")
- Envionment Friendly: Rohs Compliance
DOCUMENTS
SHIPPING LIST
- DFRduino Uno V3.0 x1
Jargon buster
Plain-language definitions for the technical terms used above.
- AVR
- AVR is a family of 8-bit microcontrollers used in many classic Arduino-style boards. If a USB host library mentions AVR support, it suggests the examples or compatibility may be aimed at those older microcontroller boards.
- 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.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- 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 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.
- 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
ATmega328P Datasheet
Datasheet · 12.5 MB · Click any page to view full size
CE Certificate
Compliance · 612.6 KB · Click any page to view full size
RoHS Certificate
Compliance · 650.7 KB · Click any page to view full size
Supplier page — dfrobot.com
Supplier Description · 538.7 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au