Internet of
Internet of
t of
Things
AUDELON R. BENITO, DIT
Introduction to IoT
What is IoT?
Internet of Things (IoT) is a network of physical objects or people called "things" that are
embedded with software, electronics, network, and sensors that allows these objects to collect and
exchange data. The goal of IoT is to extend to internet connectivity from standard devices like
computer, mobile, tablet to relatively dumb devices like a toaster.
IoT makes virtually everything "smart,"
by improving aspects of our life with the
power of data collection, AI algorithm,
and networks. The thing in IoT can also
be a person with a diabetes monitor
implant, an animal with tracking devices,
etc. This IoT tutorial for beginners
covers all the Basics of IoT.
https://www.guru99.com/iot-tutorial.html
How IoT works?
The entire IoT process starts
with the devices themselves
like smartphones,
smartwatches, electronic
appliances like TV, Washing
Machine which helps you to
communicate with the IoT
platform.
Introduction to Arduino
Programming
Arduino programs are written in the Arduino Integrated
Development Environment (IDE). Arduino IDE is a special
software running on your system that allows you to write
sketches (synonym for program in Arduino language) for
different Arduino boards. The Arduino programming language is
based on a very simple hardware programming language called
processing, which is similar to the C language. After the sketch
is written in the Arduino IDE, it should be uploaded on the
Arduino board for execution.
Arduino
Nano esp8266
Arduino Sensor – Types and
Applications
Arduino comes with a microcontroller and a
software IDE to upload the code into the hardware
board. Seeing the popularity of Arduino among
hobbyist many sensors which are compatible with
Arduino were launched.
There are various types of Arduino sensors
available in the market. These sensors help Arduino
to interact with the surroundings and for designing
new applications.
Sensors and modules
LED Light
Buzzer
Sound
Distance Sensor (ultrasonic)
Temperature Sensor (DHT11)
Flame Sensor and Gas
Soil Moisture
GSM Module ( Sim 900A)
Relay and 12v Water Pump
LED Light
Buzzer
Sound
Distance
Sensor
Temperatur
e
Flame
Gas
Soil
Moisture
GSM Module
sim900A
Relay
Water Pump
Implementation of IoT with
Arduino
•Cloud Computing
Implementation of IoT with
Arduino
•Smart Home
Implementation of IoT with
Arduino
•Smart Agriculture
Introduction to IoT