SlideShare a Scribd company logo
1 of 25
LEARNTO USE ARDUINOIOT CLOUDTO BUILDIOT
PROJECTS
INDUSTRIAL TRAINING PRESENTATION
Department of Electronics and Communication Engineering
Presented By:
R.Jeevan
III/IV
ECE-C
320126512160
ABSTRACT
Arduino IOT Cloud is an application that helps makers build connected
objects in a quick, easy and secure way. You can connect multiple devices
to each other and allow them to exchange real-time data. You can also
monitor them from anywhere using a simple user interface.
WHAT IS ARDUINO?
 Arduino is a open-source electronics platform based on easy-to-use hardware and
software.
Arduino Boards are able to read inputs and turn into an output.
 It is flexible, offers a variety of digital and analog inputs, SPI and serial interface and
digital and PWM outputs.
 It is easy to us, connects to computer via USB and communicates using standard serial
protocol, runs in standalone mode and as interface connected to PC computers.
 It is inexpensive, around RM70 per board and comes with free authorizing software.
 Arduino is backed up by a growing online community, lots of source code is already
available and we can share and post our examples for others use , too.
Features of Arduino :
Arduino consists of a circuit board, which can be programmed and a ready-
made software called Arduino IDE (Integrated Development Environment),
which is used to write and upload the computer code to the physical board.
The key features are −
• You can control your board functions by sending a set of instructions to
the microcontroller on the board via Arduino IDE .
• Unlike most previous programmable circuit boards, Arduino does not
need an extra piece of hardware (called a programmer) in order to load a
new code onto the board. You can simply use a USB cable.
• Additionally, the Arduino IDE uses a simplified version of C++, making it
easier to learn to program.
• Finally, Arduino provides a standard form factor that breaks the functions
of the micro-controller into a more accessible package.
ARDUINO BOARD TYPES:
 Arduino UNO(R3)
 Arduino Nano
 Arduino Micro
 Aurdino Bluetooth and many more.
WHAT IS IOT?
IOT :- Internet Of Things
The Internet Of Things refers to the collective network of connected
devices and the technology that facilitates communication between
devices and the clouds,as well as between devices themselves.
Ex: Smart mobiles, smart refrigirators
smart watches, medical sensors
ARDUINO IOT CLOUD :
The Arduino IoT Cloud Is a online platform that makes it easy for you
to create, deploy and monitor IoT projects.
Cloud computing enables user to perform computing tasks using
services provided over the internet.
BENEFITS AND FUNCTIONS:
IoT Cloud Computing provides many connectivity options,implying
large network access.
Developers can use IoT cloud computing on-demand.
Based on the request,users can scale the services according to their
needs.
Cloud Computing implies the pooling of resources.
FEATURES OF ARDUINO IOT CLOUD:
Auto-Generate sketches
Device to Device Communication
Over the Air Updates
Support for ESP Boards
Trigger Actions on Cloud Events
Sharing your Dashboards
Alexa Integration
Use IFTTT, Zapier and more with Webhooks
Easy Firmware Updates
Full Dashboard Customization
Fully Functional Free Account
Arduino MKR Boards:
Arduino MKR 1000 WiFi
WiFi built-in
Arduino MKR WiFi 1010
WiFi and Bluetooth built-in
ARDUINO MKR WIFI 1010 BOARD FEATURES:
 32-bit computation
 Low power WiFi
 Cryptochip for secure communication
 Uses standard ARDUINO IDE
 5v USB power in
 LiPo charging circuit
STEPS FOR MAKING AN IOT PROJECT :
 First create Arduino IOT cloud account
 Wiring the circuit
 Configuration in IOT cloud
 Writing the code and uploading it to the MKR WiFi 1010
board
 Finally testing the project
ARDUINO WEB EDITOR:
The Arduino Web Editor allows you to write code and upload sketches to
any urdino or Genuino board after installing a simple plug in your sketchbook will
be stored in the cloud and accessible from any device.
HOW TO OPEN ARDUINO WEB EDITOR:
Log in to your Arduino account
Installing
Agent successfully installed
Clicking on web Editor button
Check if connected boards can be found
Selecting the blink example
Upload the sketch tto the board
What Language is AURDINO?
Aurdino code is written in C/C++ with an addition of special methods
and
functions.
The Aurdino language has a lot of abstraction built in, especially in the
hardware interface,which makes it very simpl to use.
IFTTT:
IFTTT is short for ‘If This Then That
IFTTT allows you to do more with different apps and services,incliding
Twitter, Dropbox, Evernote, Amazon, Alexa and Google Assistant.
IFTTT brings services together into Applets, automations that aloe
you to do things your apps and devices can’t do on their own.
In IoT IFTTT is an online service that automates Web-based tasks so
that when user-specified events occur, follow up tasks are triggered
and handled.
APPS WORK WITH IFTTT:
Amazon Alexa
Android Device and Android SMS
Dropbox
Gmai
Telegram
Instagram and many others
Projects discussed throughout the course :
1.Controlling an LED from the cloud
2.Taking Analog Readings
3.Detecting external events like a Button Press
4.Creating a Motion Sensor Alarm that calls your Cell Phone when it is
Tripped
5.Measuring Temperature and Humidity with a DHT-22 Sensor
6.Creating a Temperature-Controlled Self-Regulating System
ADVANTAGES:
Internet of Thing facilitates several advantages in our daily life.
Minimize human effort
Save time
Enhanced data collection
Improved security
Efficient resource utilization
Reduced use of other electronic equipment
Use in traffic systems
Useful for safety concerns
Useful in healthcare industry
DISADVANTAGES:
Security issues
Privacy concern
Increased unemployment
The complexity of the system
High chances of entire system get corrupted
High dependency on the internet
Reduced mental and physical activity
PROJECT
Controlling an LED from the IOT Cloud
In this project we control the LED using an on and off switch configured in the IOT Cloud.
The components needed for the circuit are:
 MKR WIFI 1010 Board
 3 connecting wires
 330 ohm resistor
 LED bulb
 Breadboard and USB cable
Now connect the circuit as per the circuit diagram:
The anode of the LED is connected to the pin 2 of the MKR board.
The cathode of the LED is connected to GND pin of MKR board through
330 ohm resistor.
Finally the USB cable is connected to the USB pin of the MKR board
 After making the connections create a thing in the IOT cloud and set up your function according
to the property you need.
 Here we need on and off switch so create that feature and next move onto making code changes.
 You will see a default code for MKR board ,now you need to make some changes to this code so
that the LED thing will work accordingly.
Add LED pin mode function to the code and name it as an output pin.
Now add a loop function so that the LED glows on when the switch in
monitor window is on and it glows off when the switch is off.
After writing the code , compile it if there are no errors burn the
code to
the MKR board.
The power supply from the system through the USB cable is
sufficient for
this project.
PROJECT
Creating a Motion Sensor Alarm that calls your Cell Phone
when it is Tripped
Parts needed:
Arduino MKR WIFI 1010 Board
(or compatible board)
USB Cable
Connecting wires
PIR Sensor
330 Ω resistor
LED
THANK YOU

More Related Content

Similar to LEARN TO BUILD IOT PROJECTS WITH ARDUINO IOT CLOUD

Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation SystemAI Publications
 
Digital home automation with arduino bluetooth
Digital home automation with arduino bluetoothDigital home automation with arduino bluetooth
Digital home automation with arduino bluetoothShishupal03012015
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home Systemijtsrd
 
smart switchboard pcu.pptx
smart switchboard pcu.pptxsmart switchboard pcu.pptx
smart switchboard pcu.pptxashrafpathan3312
 
Codesign-Oriented Platform for Agile Internet of Things Prototype Development
Codesign-Oriented Platform for Agile Internet of Things Prototype DevelopmentCodesign-Oriented Platform for Agile Internet of Things Prototype Development
Codesign-Oriented Platform for Agile Internet of Things Prototype DevelopmentJonathan Ruiz de Garibay
 
Home Automation using Internet of Things
Home Automation using Internet of ThingsHome Automation using Internet of Things
Home Automation using Internet of ThingsIRJET Journal
 
IRJET- Home Automation using Arduino and IoT
IRJET-  	  Home Automation using Arduino and IoTIRJET-  	  Home Automation using Arduino and IoT
IRJET- Home Automation using Arduino and IoTIRJET Journal
 
iot1presentation-191219142803.pdf
iot1presentation-191219142803.pdfiot1presentation-191219142803.pdf
iot1presentation-191219142803.pdfBharathReddy615859
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationFarhan Ahmed Rahee
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoTIRJET Journal
 
IoT based home automation
IoT based home automationIoT based home automation
IoT based home automationEyaminulHoq
 
Overview of Arduino by Bamidele Samuel Office.pptx
Overview of Arduino by Bamidele Samuel Office.pptxOverview of Arduino by Bamidele Samuel Office.pptx
Overview of Arduino by Bamidele Samuel Office.pptxSAMTECH ELECTRONICS CONCEPT
 
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...IRJET Journal
 
Arduino in Agricoltura -Alessandro Matese
Arduino in Agricoltura -Alessandro MateseArduino in Agricoltura -Alessandro Matese
Arduino in Agricoltura -Alessandro MateseAlfonso Crisci
 

Similar to LEARN TO BUILD IOT PROJECTS WITH ARDUINO IOT CLOUD (20)

Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation System
 
Digital home automation with arduino bluetooth
Digital home automation with arduino bluetoothDigital home automation with arduino bluetooth
Digital home automation with arduino bluetooth
 
Road to RIoT 2017 Medan
Road to RIoT 2017 MedanRoad to RIoT 2017 Medan
Road to RIoT 2017 Medan
 
IoT
IoTIoT
IoT
 
The arduino and iot
The arduino and iotThe arduino and iot
The arduino and iot
 
ARDUINO presentation by Bamidele Samuel.ppt
ARDUINO presentation by Bamidele Samuel.pptARDUINO presentation by Bamidele Samuel.ppt
ARDUINO presentation by Bamidele Samuel.ppt
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home System
 
Smart Door Garage.pptx
Smart Door Garage.pptxSmart Door Garage.pptx
Smart Door Garage.pptx
 
Tech Talk IOT
Tech Talk IOTTech Talk IOT
Tech Talk IOT
 
smart switchboard pcu.pptx
smart switchboard pcu.pptxsmart switchboard pcu.pptx
smart switchboard pcu.pptx
 
Codesign-Oriented Platform for Agile Internet of Things Prototype Development
Codesign-Oriented Platform for Agile Internet of Things Prototype DevelopmentCodesign-Oriented Platform for Agile Internet of Things Prototype Development
Codesign-Oriented Platform for Agile Internet of Things Prototype Development
 
Home Automation using Internet of Things
Home Automation using Internet of ThingsHome Automation using Internet of Things
Home Automation using Internet of Things
 
IRJET- Home Automation using Arduino and IoT
IRJET-  	  Home Automation using Arduino and IoTIRJET-  	  Home Automation using Arduino and IoT
IRJET- Home Automation using Arduino and IoT
 
iot1presentation-191219142803.pdf
iot1presentation-191219142803.pdfiot1presentation-191219142803.pdf
iot1presentation-191219142803.pdf
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System Presantation
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
 
IoT based home automation
IoT based home automationIoT based home automation
IoT based home automation
 
Overview of Arduino by Bamidele Samuel Office.pptx
Overview of Arduino by Bamidele Samuel Office.pptxOverview of Arduino by Bamidele Samuel Office.pptx
Overview of Arduino by Bamidele Samuel Office.pptx
 
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
 
Arduino in Agricoltura -Alessandro Matese
Arduino in Agricoltura -Alessandro MateseArduino in Agricoltura -Alessandro Matese
Arduino in Agricoltura -Alessandro Matese
 

Recently uploaded

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 

Recently uploaded (20)

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 

LEARN TO BUILD IOT PROJECTS WITH ARDUINO IOT CLOUD

  • 1. LEARNTO USE ARDUINOIOT CLOUDTO BUILDIOT PROJECTS INDUSTRIAL TRAINING PRESENTATION Department of Electronics and Communication Engineering Presented By: R.Jeevan III/IV ECE-C 320126512160
  • 2.
  • 3. ABSTRACT Arduino IOT Cloud is an application that helps makers build connected objects in a quick, easy and secure way. You can connect multiple devices to each other and allow them to exchange real-time data. You can also monitor them from anywhere using a simple user interface.
  • 4. WHAT IS ARDUINO?  Arduino is a open-source electronics platform based on easy-to-use hardware and software. Arduino Boards are able to read inputs and turn into an output.  It is flexible, offers a variety of digital and analog inputs, SPI and serial interface and digital and PWM outputs.  It is easy to us, connects to computer via USB and communicates using standard serial protocol, runs in standalone mode and as interface connected to PC computers.  It is inexpensive, around RM70 per board and comes with free authorizing software.  Arduino is backed up by a growing online community, lots of source code is already available and we can share and post our examples for others use , too.
  • 5. Features of Arduino : Arduino consists of a circuit board, which can be programmed and a ready- made software called Arduino IDE (Integrated Development Environment), which is used to write and upload the computer code to the physical board. The key features are − • You can control your board functions by sending a set of instructions to the microcontroller on the board via Arduino IDE . • Unlike most previous programmable circuit boards, Arduino does not need an extra piece of hardware (called a programmer) in order to load a new code onto the board. You can simply use a USB cable. • Additionally, the Arduino IDE uses a simplified version of C++, making it easier to learn to program. • Finally, Arduino provides a standard form factor that breaks the functions of the micro-controller into a more accessible package.
  • 6. ARDUINO BOARD TYPES:  Arduino UNO(R3)  Arduino Nano  Arduino Micro  Aurdino Bluetooth and many more.
  • 7. WHAT IS IOT? IOT :- Internet Of Things The Internet Of Things refers to the collective network of connected devices and the technology that facilitates communication between devices and the clouds,as well as between devices themselves. Ex: Smart mobiles, smart refrigirators smart watches, medical sensors
  • 8. ARDUINO IOT CLOUD : The Arduino IoT Cloud Is a online platform that makes it easy for you to create, deploy and monitor IoT projects. Cloud computing enables user to perform computing tasks using services provided over the internet. BENEFITS AND FUNCTIONS: IoT Cloud Computing provides many connectivity options,implying large network access. Developers can use IoT cloud computing on-demand. Based on the request,users can scale the services according to their needs. Cloud Computing implies the pooling of resources.
  • 9. FEATURES OF ARDUINO IOT CLOUD: Auto-Generate sketches Device to Device Communication Over the Air Updates Support for ESP Boards Trigger Actions on Cloud Events Sharing your Dashboards Alexa Integration Use IFTTT, Zapier and more with Webhooks Easy Firmware Updates Full Dashboard Customization Fully Functional Free Account
  • 10. Arduino MKR Boards: Arduino MKR 1000 WiFi WiFi built-in Arduino MKR WiFi 1010 WiFi and Bluetooth built-in
  • 11. ARDUINO MKR WIFI 1010 BOARD FEATURES:  32-bit computation  Low power WiFi  Cryptochip for secure communication  Uses standard ARDUINO IDE  5v USB power in  LiPo charging circuit
  • 12. STEPS FOR MAKING AN IOT PROJECT :  First create Arduino IOT cloud account  Wiring the circuit  Configuration in IOT cloud  Writing the code and uploading it to the MKR WiFi 1010 board  Finally testing the project
  • 13. ARDUINO WEB EDITOR: The Arduino Web Editor allows you to write code and upload sketches to any urdino or Genuino board after installing a simple plug in your sketchbook will be stored in the cloud and accessible from any device. HOW TO OPEN ARDUINO WEB EDITOR: Log in to your Arduino account Installing Agent successfully installed Clicking on web Editor button Check if connected boards can be found Selecting the blink example Upload the sketch tto the board
  • 14. What Language is AURDINO? Aurdino code is written in C/C++ with an addition of special methods and functions. The Aurdino language has a lot of abstraction built in, especially in the hardware interface,which makes it very simpl to use.
  • 15. IFTTT: IFTTT is short for ‘If This Then That IFTTT allows you to do more with different apps and services,incliding Twitter, Dropbox, Evernote, Amazon, Alexa and Google Assistant. IFTTT brings services together into Applets, automations that aloe you to do things your apps and devices can’t do on their own. In IoT IFTTT is an online service that automates Web-based tasks so that when user-specified events occur, follow up tasks are triggered and handled.
  • 16. APPS WORK WITH IFTTT: Amazon Alexa Android Device and Android SMS Dropbox Gmai Telegram Instagram and many others
  • 17. Projects discussed throughout the course : 1.Controlling an LED from the cloud 2.Taking Analog Readings 3.Detecting external events like a Button Press 4.Creating a Motion Sensor Alarm that calls your Cell Phone when it is Tripped 5.Measuring Temperature and Humidity with a DHT-22 Sensor 6.Creating a Temperature-Controlled Self-Regulating System
  • 18. ADVANTAGES: Internet of Thing facilitates several advantages in our daily life. Minimize human effort Save time Enhanced data collection Improved security Efficient resource utilization Reduced use of other electronic equipment Use in traffic systems Useful for safety concerns Useful in healthcare industry
  • 19. DISADVANTAGES: Security issues Privacy concern Increased unemployment The complexity of the system High chances of entire system get corrupted High dependency on the internet Reduced mental and physical activity
  • 20. PROJECT Controlling an LED from the IOT Cloud In this project we control the LED using an on and off switch configured in the IOT Cloud. The components needed for the circuit are:  MKR WIFI 1010 Board  3 connecting wires  330 ohm resistor  LED bulb  Breadboard and USB cable
  • 21. Now connect the circuit as per the circuit diagram: The anode of the LED is connected to the pin 2 of the MKR board. The cathode of the LED is connected to GND pin of MKR board through 330 ohm resistor. Finally the USB cable is connected to the USB pin of the MKR board  After making the connections create a thing in the IOT cloud and set up your function according to the property you need.  Here we need on and off switch so create that feature and next move onto making code changes.  You will see a default code for MKR board ,now you need to make some changes to this code so that the LED thing will work accordingly. Add LED pin mode function to the code and name it as an output pin. Now add a loop function so that the LED glows on when the switch in monitor window is on and it glows off when the switch is off.
  • 22. After writing the code , compile it if there are no errors burn the code to the MKR board. The power supply from the system through the USB cable is sufficient for this project.
  • 23. PROJECT Creating a Motion Sensor Alarm that calls your Cell Phone when it is Tripped Parts needed: Arduino MKR WIFI 1010 Board (or compatible board) USB Cable Connecting wires PIR Sensor 330 Ω resistor LED
  • 24.