Tripower Academy: Internet of Things
Tripower Academy: Internet of Things
ACADEMY
Internet of Things
TOPICS TO BE COVERED
• Basic introdiction to IOT • Software used to Flash Arduino Board
• List of device used in IOT • Languages used for iot
• Types of arduino board • What are the pines present in Arduino board
• Types of sensors • Creating android app to control IOT Devices
• installation of arduino board • Uploading coding into IOT Board
drivers
• Creating IOT Projects with and Without
• Using Various Platform to use
Coding Knowledge
Arduino Software
• Live project creation with all sensors
• Explaining basic C program
concept over IOT
• Explaining about packages used
for IOT
ARDUINO
Basically Arduino is Microcontroller.
Arduino LilyPad
DIY Arduino
Arduino Uno
RESET
SCL\SDA
(I2C Bus)
POWER
5V / 3.3V /
GND Digital I\O
PWM(3, 5, 6, 9, 10,
11)
Analog
INPUTS
HOW TO CODE IN ARDUINO
You need to download Arduino IDE (Integrated Development Environment).
Arduino IDE is available for all Mac, Windows.and Linux.
HOW TO CODE IN ARDUINO
Once you have downloaded and
installed/extracted the folder,
you can directly run Arduino.exe,
which will take you to its IDE.
The IDE will look like the shown
screenshot.
5V 5V
0V 0V
WHAT IS ANALOG AND
DIGITAL ?
SERIAL COMMUNICATION
“Serial” because data is broken into bits, each sent one after another in a
single wire.
Compiling turns your program into binary data (ones and zeros)
The two LEDs near the USB connector blink when data is transmitted.
RX blinks when the Arduino is receiving data.
TX blinks when the Arduino is transmitting data
LET’S START
CODING
PROJECT #1 LED BLINK
digitalWrite()
Upload
Compile
Status Message
CODING
THANK YOU
- Mr.SUNDAR