Arduino_DAY 1 - Session-1
Arduino_DAY 1 - Session-1
1
2
The open-source Software makes it
easy to write code and upload it to
the any Arduino board.
Virtually create and program any Arduino projects without the need for
physical hardware using either code blocks or C++
In addition to exporting and sharing your work, you can download the
component list for PCB design using Eagle software
Day-1 Session-1 Arduino Programming Workshop 4
Features
An open-source microcontroller board
Microcontroller : ATmega328
Operating Voltage : 5V
Input Voltage (external) : 6-20V (7-12 recommended)
Digital I/O Pins : 14 (6 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 (0.5 KB for bootloader)
Clock Frequency : 16 MHz
Programming Interface : USB (ICSP)
Day-1 Session-1 Arduino Programming Workshop 5
Arduino Uno - Board Details
delay(ms) - Pauses the program for the amount of time (in milliseconds)
- ms: the number of milliseconds to pause.
delay(ms) - Pauses the program for the amount of time (in milliseconds)
- ms: the number of milliseconds to pause.
digitalRead(pin) - Reads the value from a specified digital pin, either HIGH or LOW.
- pin: the Arduino pin number.
Day-1 Session-1 Arduino Programming Workshop 16
Program: Circuit Design:
TV Backlighting