Arduino UNO R3 DIP
  •  
Arduino UNO R3 DIP

Arduino UNO R3 DIP

  • Origin: Import
  • Status: New

Arduino UNO R3 DIP is the 3rd generation Arduino series just like the previous versions to help users easily access programming to create the hardware with the desired features quickly with reasonable fee.

With Arduino UNO R3 DIP you can apply to simple circuits such as light sensor switches on and off lights, motor control circuits, application sensors, ... or higher you can make products. such as 3D printers, robots, hot air balloons, drones, and other large applications.

SPECIFICATIONS:

  • EEPROM: 1 KB (ATmega328)
  • Flash memory: 32 KB (ATmega328) with 0.5KB used by bootloader
  • Maximum output current (5V): 500 mA
  • Number of Analog Pins: 6 (10bit resolution)
  • Input voltage limit: 6-20V DC
  • Current consumption: about 30mA
  • Operating voltage: 5V DC (supplied via USB only)
  • Microcontroller: ATmega328 8bit family
  • Operating frequency: 16 MHz
  • Recommended input voltage: 7-12V DC
  • Number of Digital I / O Pins: 14 (6-pin hardware PWM)
  • Maximum current on each I / O pin: 30 mA
  • Maximum output (3.3V): 50 mA
  • SRAM: 2 KB (ATmega328)

Code test for Arrduino Uno r3: LED BUILTIN

void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}

Image

Product same category

 
Tư vấn ngay