You are on page 1of 5

U20EC086 WMC lab 2023

Experiment - 12
Aim: To interface DHT11 Temperature and humidity sensor with Arduino using
Scientech 6205A IoT Learning Platform.

Apparatus: Arduino board, DHT11 Temperature and humidity sensor module, Scientech
6205A IoT Learning Platform, A to B USB Cable
Procedure:
1. After starting the hardware and connecting the keyboard, mouse, and monitor.
Connect Arduino UNO via USB to Scientech 6205A IoT Learning Platform. Make
the connections as follows:
Pin - = connect to GND of the Arduino Pin (middle pin) = connect to Arduino +5V,
Pin S signal = connect to Arduino pin 2
2. Go to-
home/pi/Desktop/Scientech6205A/code_6205/AR_Sensor_Data/Temperature_and_hu
mid i ty_sensor Then upload the code and see the effect on the serial monitor in the
Arduino software.

Output:

73 | P a g e
U20EC086 WMC lab 2023

If interfaced, then if we touch the sensor, then it will give the present temperature and
humidity.
Aim: To interface XY-axis joystick module with Arduino using Scientech 6205A IoT
Learning platform.
Apparatus: Arduino board, XY- axis Joystick module, Scientech 6205A IoT Learning
Platform, A to B USB Cable.
Procedure:
1. After starting the hardware and connecting keyboard, mouse, and monitor Connect
Arduino UNO via USB to Scientech 6205A IoT Learning Platform. Make the connections as
follows:
Arduino GND --> Module pin -GND, Arduino +5V --> Module pin +5V, Arduino Analog
0 --> Module VRx, Arduino Analog 1 --> Module VRy, Arduino Digital 2 --> Module SW.

1. Goto/home/pi/Desktop/Scientech6205A/code_6205/AR_Sensor_Data/
XY_axis_joystick_ module.
2. Then upload the code and see the effect on the Arduino board (13 pin number LED).

74 | P a g e
U20EC086 WMC lab 2023

Output:
When the joystick is moved, then we can see different values in different dimensions and the
value in the serial monitor is constantly changing on moving the joystick.
Aim: To interface Heartbeat measuring module with Arduino using Scientech 6205A IoT
Learning Platform.
Apparatus: Arduino board, Finger measuring heartbeat sensor module, Scientech 6205A IoT
learning Platform, A to B USB Cable.
Procedure:
1. After starting the hardware and connecting keyboard, mouse, and monitor. Connect
Arduino UNO via USB to Scientech 6205A IoT Learning Platform. Make the connections as

follows:
Sensor pin S connect to Arduino pin Analog 0 / A0, Sensor pin + (middle pin) connect to
Arduino pin +, Sensor pin - connect to Arduino pin GND.
2. Go to
home/pi/Desktop/Scientech6205A/code_6205/AR_Sensor_Data/HEARTBEAT_MODUL E.
3. Then upload the cod e and see the effect on the Arduino serial monitor.
Output:

75 | P a g e
U20EC086 WMC lab 2023

Aim: To interface NTC thermistor sensor with Arduino using Scientech 6205A IoT
Learning Platform.
Apparatus: Arduino board, NTC Thermistor module (digital Temperature Module),
Scientech 6205A IoT Learning Platform, A to B USB Cable.
Procedure:
1. After starting the hardware and connecting keyboard, mouse, and monitor. Connect
Arduino UNO via USB to Scientech 6205A IoT Learning Platform. Make the connections as
follows: Pin - = connect to Arduino GND, Pin (middle) = connect to Arduino +5V, pin A0=
to A0 of Arduino.

76 | P a g e
U20EC086 WMC lab 2023

2. Go to - /home/pi/Desktop/Scientech6205A/code_6205/AR_Sensor_Data/ digital
temperature module
3 Then upload the code and open the serial monitor in the Arduino software.
Output:

Conclusion:
Using Arduino and Various sensors, we can able to measure parameters like Humidity,
Temperature, XYZ coordinates which can be used in smart home / cities automation with
human interference. It becomes fully automatic by change in input parameters, we can
produce desired output.

77 | P a g e

You might also like