0% found this document useful (0 votes)
161 views

IOT Arduino Board

The document discusses using an Arduino IDE to create an Internet of Things project. It describes the components used - an Arduino UNO board, breadboard, DHT-11 temperature and humidity sensor, and connecting cables. It provides specifications for each component and explains their functions. A circuit diagram and images show how to connect the components to prototype and test sensors with the Arduino board.

Uploaded by

Prabir das
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
161 views

IOT Arduino Board

The document discusses using an Arduino IDE to create an Internet of Things project. It describes the components used - an Arduino UNO board, breadboard, DHT-11 temperature and humidity sensor, and connecting cables. It provides specifications for each component and explains their functions. A circuit diagram and images show how to connect the components to prototype and test sensors with the Arduino board.

Uploaded by

Prabir das
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 20

INTERNET OF THINGS

ASSIGNMENT - 2

IOT Using Arduino IDE


1.8.13
SUBMITTED BY :-

ANWESA KUILA
KAUSHIK S
NAJIYA SHAKIRA
VIJITHKUMAR
INTRODUCTION
What is Arduino?
• Arduino is an open-source electronics platform based on easy-to-use
hardware and software.

• Arduino boards are able to read inputs - light on a sensor, a finger on a


button, or a Twitter message - and turn it into an output - activating a motor,
turning on an LED, publishing something online.

• You can tell your board what to do by sending a set of instructions to the
microcontroller on the board.

• Arduino was born at the Ivrea Interaction Design Institute as an easy tool
for fast prototyping, aimed at students without a background in electronics
and programming.
• As soon as it reached a wider community, the Arduino board started
changing to adapt to new needs and challenges, differentiating its offer
from simple 8-bit boards to products for IoT applications, wearable,
3D printing, and embedded environments. 

• All Arduino boards are completely open-source, empowering users to


build them independently and eventually adapt them to their particular
needs.

• The software, too, is open-source, and it is growing through the


contributions of users worldwide.
To do so :-
 We used the Arduino programming language (based on Wiring),
and the Arduino Software (IDE), based on Processing
What is Arduino IDE 1.8.13 ?
• Arduino has been used in thousands of different projects and
applications.

• The Arduino software (Arduino IDE 1.8.13) is easy-to-use for


beginners, yet flexible enough for advanced users.

• It runs on Mac, Windows, and Linux. Teachers and students use it


to build low cost scientific instruments, to prove chemistry and
physics principles, or to get started with programming and
robotics.

• Designers and architects build interactive prototypes, musicians


and artists use it for installations and to experiment with new
musical instruments.
ADVANTAGES :-
Arduino also simplifies the process of working with microcontrollers, but it offers
some advantage for teachers, students, and interested amateurs over other systems:

• Inexpensive - Arduino boards are relatively inexpensive compared to other


microcontroller platforms. The least expensive version of the Arduino module
can be assembled by hand, and even the pre-assembled Arduino modules cost less
than \$50

• Cross-platform - The Arduino Software (IDE) runs on Windows, Macintosh


OSX, and Linux operating systems. Most microcontroller systems are limited to
Windows.

• Simple, clear programming environment - The Arduino Software (IDE) is


easy-to-use for beginners, yet flexible enough for advanced users to take
advantage of as well. For teachers, it's conveniently based on the Processing
programming environment, so students learning to program in that environment
will be familiar with how the Arduino IDE works.
• Open source and extensible software - The Arduino software is published as open
source tools, available for extension by experienced programmers. The language
can be expanded through C++ libraries, and people wanting to understand the
technical details can make the leap from Arduino to the AVR C programming
language on which it's based. Similarly, you can add AVR-C code directly into your
Arduino programs if you want to.

• Open source and extensible hardware - The plans of the Arduino boards are
published under a Creative Commons license, so experienced circuit designers can
make their own version of the module, extending it and improving it. Even
relatively inexperienced users can build the breadboard version of the module in
order to understand how it works and save money.
Components Used

1. Arduino board type-1 × UNO R3 CH340


2. 1 × 400 holes breadboard
3. 1× DHT-11 Digital Temperature And Humidity Sensor
4. USB cable type A/B
5. 20pin Male to Male Dupont Cable
1 × 400 holes breadboard
Arduino board type-1 × UNO R3 CH340
1× DHT-11 Digital Temperature 20pin Male to Male Dupont Cable USB cable type A/B
And Humidity Sensor
DHT-11 Digital Temperature And Humidity Sensor

The DHT-11 Digital Temperature And Humidity Sensor is a basic, ultra low-cost digital
temperature and humidity sensor. It uses a capacitive humidity sensor and a thermistor to
measure the surrounding air and spits out a digital signal on the data pin (no analog input
pins needed).
Features :
• Humidity measuring range: 20%~90%RH(0~50 degree (temperature compensation).
• Temperature measuring range: 0~+50degree.
• Humidity measurement accuracy: ±5.0%RH.
• Temperature measurement accuracy: ±2.0degree.
• Low power consumption.
• Relative humidity and temperature measurement
• All calibration, digital output
• Excellent long-term stability
• No additional components
• Long distance signal transmission
• Ultra-low power
SPECIFICATIONS
Arduino board-1 × UNO R3 CH340G

The Uno R3 CH340G ATmega328p Development Board is the low-


cost version of the popular Uno R3 Arduino. It is assembled with the
CH340 USB to Serial converter chip, instead of using an
Atmega16U2 chip.
Features:
• Microcontroller ATmega328 (SMD) – Interface CH340G
• Operating Voltage: 5V
• Input Voltage (recommended): 7-12V
• Input Voltage (limits): 5-20V
• Digital I / O Pins 14 (of which 6 provide PWM
output)
• Analog Input Pins: 6
SPECIFICATIONS
1 × 400 holes breadboard
A breadboard is used to make up temporary circuits for
testing or to try out an idea. No soldering is required so it is
easy to change connections and replace components.
Features:
• 400 tie points
• 2 Power lanes, Total 100 tie points in power lanes
• 1 Double strip, Total 300 tie points
• Perfect for Arduino shield prototyping and testing
• Plastic housing, metal contact clips
SPECIFICATIONS
Circuit Diagram
IMAGES
Sketch file for Coding

You might also like