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

Day2 Experiment List

The document outlines a list of experiments for an IoT lab using the Arduino IDE and NIELIT IoT Kit-1. It includes tasks such as programming LEDs, reading sensor values, and sending data through the serial port. The document also provides notes on connecting external peripherals safely during the experiments.

Uploaded by

Remrema
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)
39 views1 page

Day2 Experiment List

The document outlines a list of experiments for an IoT lab using the Arduino IDE and NIELIT IoT Kit-1. It includes tasks such as programming LEDs, reading sensor values, and sending data through the serial port. The document also provides notes on connecting external peripherals safely during the experiments.

Uploaded by

Remrema
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

IoT FDP-Experiment list- Day2

IDE: Arduino IDE


Hardware platform: NIELIT IoT Kit -1
Recommended to do the lab in the order of experiment list

1. Write a program to turn on led connected with pin D13


2. Write a program to toggle the led with delay of 1sec (D13)
3. Modify the above program to turn LED for 250ms and turn off 1sec in loop
4. Write a program to send the string “NIELIT IoT” through Serial port with bud rate of 9600
Use in loop with delay of 2 sec
5. Write a program to read the switch(D2) position and show the status on LED(D13)
6. Modify the above program to send the status of switch position through serial port
7. Modify the above program to turn on buzzer (D3) only when key is pressed.
8. Write program to receive the char ‘1’ for turn on LED (D13) ‘0’ for turn off LED
9. Write program to receive the string “ON” to turn on LED (D13) and “OFF” for turn off LED
10. Write a program to plot the sine wave on serial plotter.
11. Write a program to read the potentiometer (A2) value and send through serial port
12. Modify the above program to simulate battery level monitoring system and show the output on
LEDs (D8,D9,D10,D11) with 25%,50%,75%, and 100% respectively. Both charging and
discharging.
13. Modify the above program while discharging if the voltage is falling below 25% give alarm.
14. Write a program to read the ambient light through LDR (A0) and watch the output on serial port
15. Modify the above program set a threshold in program and when its coming to dark (masking
LDR with hand) turn on LED (D13)
16. Write a program to turn on the buzzer (D3) when the object is nearby IR proximity sensor (A5)
17. Write a program to read the Soil moisture sensor (A1) value and display the output in serial
window. (Test with sensor dip on water)
18. Write a program to read the Gas sensor (D12) value and display the output in serial window.
19. Modify the above program to set a threshold and try with some gas source and when its
crossing threshold put alarm.
20. Write a program to control the relays (on/off) K1,K2,K3,K4 (D8,D9,D10,D11) upon receiving the
data through serial port.

Note:
 Connect external peripherals ony when its required
 Disconnect the USB cable before connecting the external peripherals like Gas sensor/stepper
motor.
 Check for jumper setting for external peripherals.

You might also like