Arduino Uno R3 SMD CH340
Điện áp hoạt động: 5~12VDC, Dòng tiêu thụ: Khoảng 30mA, Khối lượng: 25 gram
- Estimated Delivery : Up to 4 business days
- Free Shipping & Returns : On all orders over $200
Mô tả sản phẩm
Mạch Arduino Uno là dòng mạch Arduino cơ bản, linh hoạt và phổ biến. Khi mới bắt đầu làm quen, lập trình với Arduino thì mạch Arduino thường nói tới chính là dòng Arduino UNO. Hiện dòng mạch này đã phát triển tới thế hệ thứ 3 (Mạch Arduino Uno R3).
Thông số kỹ thuật
- Vi điều khiển: ATmega328P
- Điện áp hoạt động: 5V
- Điện áp đầu vào (khuyên dùng): 7-12V
- Điện áp đầu vào (giới hạn): 6-20V
- Chân Digital I/O: 14 chân (với 6 chân PWM output)
- Chân PWM Digital I/O: 6 chân
- Chân đầu vào Analog: 6 chân
- Dòng sử dụng chân I/O: 20 mA
- Dòng sử dụng chân 3.3V: 50 mA
- Bộ nhớ Flash: 32 Kb (ATmega328P) với 0.5 Kb dùng bởi Bootloader
- SRAM: 2 Kb (ATmega328P)
- EEPROM: 1 Kb (ATmega328P)
- Clock Speed: 16 MHz
- LED_BUILTIN: 13
Kích thước
- Chiều dài: 68.6mm
- Chiều rộng: 53.4mm
- Trọng lượng: 25g.
Sơ đồ chân kết nối Arduino Uno R3

Code Mẫu:
void setup()
{
pinMode(LED_BUILTIN, OUTPUT);
}
void loop()
{
digitalWrite(LED_BUILTIN, HIGH);
delay(1000);
digitalWrite(LED_BUILTIN, LOW);
delay(1000);
}
| Cân nặng | 0,1 kg |
|---|---|
| Kích thước | 5 × 5 × 5 cm |
Shipping policy
At our Company, we understand the importance of timely delivery. We offer a variety of shipping options to suit your needs, including standard, expedited, and express shipping. Our dedicated team works diligently to process and dispatch your orders promptly, aiming to deliver them to your doorstep within the estimated timeframe.
We strive to provide fast and reliable shipping to our customers. Here’s everything you need to know about our shipping process:
- Dispatch: Within 24 Hours
- Free shipping across all products on a minimum purchase of $99.
- International delivery time 5 to 7 business days
- Cash on delivery might be available
- Easy 30 days returns and exchanges
Please note that delivery times are estimates and may vary depending on factors such as product availability, destination, and carrier delay
Returns policy
We want you to be completely satisfied with your purchase from our website. If for any reason you are not entirely happy with your order, we’re here to help. Certain exclusions and conditions may apply, so we encourage you to review our detailed return policy for more information. Rest assured, our goal is to ensure your complete satisfaction with every purchase you make from our website
- Returned items must be unused, undamaged, and in the same condition as received.
- Original tags, labels, and packaging must be intact and included with the returned item.
- Proof of purchase, such as your order confirmation or receipt, is required for all returns.










