Unit 5 Microcontrollers and IoT
Unit 5 Microcontrollers and IoT
AND IOT
Introduction to...
Ardui
no
WHAT IS MICROCONTROLLER
It is a micro-computer. As
any computer it has
internal CPU, RAM, IOs
interface.
It is used for control
purposes, and for data
analysis.
Famous microcontroller
manufacturers are MicroChip,
Atmel, Intel, Analog devices,
and more.
WHAT IS MICROPROCESSOR
ARDUINO BOARDS
ARDUINO UNO
FEATURES OF ARDUINO UNO
• Microcontroller: ATmega328.
• Operating Voltage: 5V.
• Input Voltage (recommended): 7-12V.
• Input Voltage (limits): 6-20V.
• Digital I/O Pins: 14 (of which 6 provide PWM
output)
• Analog Input Pins: 6.
• DC Current per I/O Pin: 40 mA.
• DC Current for 3.3V Pin: 50 mA
BASIC FUNCTIONS
RASPBERRY PI
WHAT IS RASPBERRY PI?
The Raspberry Pi is a credit-card sized
computer which can be used for many of
the things that your desktop PC does, like
word-processing and games.
one key aspect that makes the Raspberry
Pi so brilliant is its ability to execute
“Python” coded programs.
This allows us along with the General
Purpose Input Output (GPIO) pins to create
programs that can control anything from a
single LED to opening your garage door.
WHAT ARE GPIO PINS