Little Bird
KnockOffDuino®
All Products
New Arrivals
Arduino
Brands and Manufacturers
Microcontrollers & Development Boards
Education
Arduino STEM Products
Arduino Boards
Little Bird Electronics
Microcontrollers
$19.45
|
In stock
The KnockOffDuino® Uno is functionally the same as the Arduino Uno R3 at a fraction of the cost. It is the Arduino for beginners and 100% Uno compatible, ...
Get notified when back in stock
Estimated Delivery
Arrives
Disclaimer
Secure checkout
The KnockOffDuino® Uno is functionally the same as the Arduino Uno R3 at a fraction of the cost. It is the Arduino for beginners and 100% Uno compatible, however it uses the CH340G usb to serial chip instead of the 16u2/8u2 found in the official Arduino Uno R2/R3 so instead of the Arduino Uno driver, you will need some different drivers. This Arduino includes a 50cm USB-A to USB-B cable. Get started with Arduino programming today!
Specifications:
- Fully Arduino™-UNO Compatible
- ATMega328P Microcontroller
- Program Memory: 32KB(2KB used by bootloader)
- EEPROM: 512 bytes
- SRAM: 2KB
- Speed: 16MHz
- ATMega16u2 USB-Serial Chipset
IO:
- Digital IO: 14 pins (6 are configurable as Digital or PWM)
- PWM Capable: 6 pins
- Analog Inputs: 6 pins
- Serial Ports: 1 (more supported via SoftwareSerial library)
- Input voltage:
- 5VDC Regulated via USB port or 5V pin
- 7-14VDC via Vin pin
- On-board regulator supplies 5V when unit is powered via Vin pin
- USB cable included
- Dimensions: 75(W) x 53(L) x 13(H)mm
USB Drivers:
Jargon buster
Plain-language definitions for the technical terms used above.
- ATmega328P
- An 8-bit microcontroller chip used on many Arduino Uno-compatible boards. Knowing the controller uses an ATmega328P helps you understand its memory, speed, pin compatibility, and the Arduino sketches it can run.
- 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.
- 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.
- 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
Related Tutorials
Free guides on learn.littlebird.com.au