Arduino Uno R3:
Description: The Arduino Uno R3 is a popular microcontroller board based on the ATmega328P. It is commonly used for DIY projects, robotics, and home automation.
Features:
- Microcontroller: ATmega328P
- Operating Voltage: 5V
- Digital I/O Pins: 14
- Analog Input Pins: 6
- DC Current per I/O Pin: 20 mA
- Flash Memory: 32 KB (ATmega328P) of which 0.5 KB used by bootloader
- SRAM: 2 KB (ATmega328P)
- EEPROM: 1 KB (ATmega328P)
- Clock Speed: 16 MHz
- USB Interface: CH340G
Sample Code: Here is a simple code to blink an LED connected to pin 13:
void setup() {
pinMode(13, OUTPUT);
}
void loop() {
digitalWrite(13, HIGH);
delay(1000);
digitalWrite(13, LOW);
delay(1000);
}
Related Products
4 channel relay Control
A module that allows control of up to four high-voltage or high-current devices through low-voltage ..
154 LE
DC Stepper Servo Motor driver Module for Arduino
Description This Adruino compatible motor Driver shield is a full-featured products t..
224 LE
SD Card Reader For Arduino
A device that allows an Arduino board to read and write data to an SD memory card...
140 LE
1602 LCD Keypad Shield for Arduino
Description: Do you need an easy to use interface for your LCD screen? The LCD Button Shield just mi..
238 LE
8-channel relay modules
8-channel Relay Modules: The 8-channel Relay Module is a useful component for controlling high-powe..
250 LE 270 LE
2.4 inch TFT touch LCD Screen Module For Arduino
A 2.4-inch color LCD display with a resistive touch panel that can be connected to an Arduino board...
630 LE
OV7670 300KP VGA Camera Module for Arduino
OV7670 image sensor, small size, low operating voltage, and provides all the features of the single-..
770 LE
128*64 DOTS LCD module 5V Yellow and green screen
128*64 DOTS LCD module 5V Yellow and green screen: The 12864 DOTS LCD module is a low-power consumpt..
350 LE
12 V - 16 Channel Relay Module
12V 16 Channel Relay Module Interface Board For Arduino PIC ARM DSP PLC With Optocoupler Protection ..
600 LE 618 LE