Arduino Basics - IoT
Arduino Basics - IoT
Arduino Basics - IoT
Microprocessor?
Arduino UNO is neither a microprocessor nor a
microcontroller. It is actually a development
board that uses a microcontroller called
Atmega328p to perform various functions. You can
say, atmega328p is the brain of the Arduino UNO
development board.
How many programs can Arduino
UNO run?
Arduino UNO is a simple microcontroller board
without any operating system or powerful
processor. Unlike your laptop or mobile phone, it
can run only one program at a time. Of course,
you can add multiple tasks in a single program
but they will be executed one by one.
Meet Arduino UNO
ATMEGA 328
Manufactured
by
ATMEL
The Arduino Development Board
Features
• +5 v Power supply
• 16MHz Clock speed
• 6 Analogue inputs
• 14 Digital I/O pins
• 6 PWM pins
• USB serial
• 32KB memory
Pulse Width Modulation
• Can’t use digital pins
to directly supply say
2.5V, but can pulse the
output on and off
really fast to produce
the same effect
Using LCD
i. Display
ii. Set cursor
iii. Auto scroll