0% found this document useful (0 votes)
32 views1 page

IoT Lab 1

The document lists 10 experiments involving interfacing sensors and devices with Arduino and Raspberry Pi including turning on LEDs, reading sensor data, and sending data over Bluetooth, MQTT, and TCP.

Uploaded by

igjayesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

IoT Lab 1

The document lists 10 experiments involving interfacing sensors and devices with Arduino and Raspberry Pi including turning on LEDs, reading sensor data, and sending data over Bluetooth, MQTT, and TCP.

Uploaded by

igjayesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Sr.

List of Experiments
No.
1 Getting started with Arduino IDE/ Raspberry Pi
2 To Interface LED with Arduino IDE/ Raspberry Pi and write a
program to turn ON LED every 2 sec.
3 To Interface Push Button/ Digital Sensor (IR) with Arduino IDE/
Raspberry Pi and write a program to turn ON LED when push button
is pressed or at sensor detection.
4 To interface DHT11 sensor with Arduino IDE/ Raspberry Pi and
write a program to print temperature & humidity readings.
5 To interface Bluetooth with Arduino IDE/ Raspberry Pi and write a
program to send sensor data to phone using Bluetooth.
6 To interface Bluetooth with Arduino IDE/ Raspberry Pi and write a
program to turn LED ON/OFF when '1/0' is received from phone
using Bluetooth.
7 Write a program on Arduino IDE/ Raspberry Pi to retrive
temperature and humidity data from thingsspeak cloud.

8 Write a program on Arduino IDE/ Raspberry Pi to publish


temperature data to MQTT broker.
9 Write a program on Arduino IDE/ Raspberry Pi to subscribe to MQTT
broker for temperature data and print it.

10 Write a program to create TCP server on Arduino IDE/ Raspberry Pi


and respond with humidity data to TCP client when requested.

You might also like