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
1.
Experiment with Arduino UNO R3 Development board, LM35 Temperature sensor to
sense the Room Temperature in degree Celsius and display the temperature in Arduino IDE Serial Monitor. 2. Experiment with Arduino UNO R3 Development board, LM35 Temperature sensor to sense the Room Temperature in degree Fahrenheit and display the temperature in Arduino IDE Serial Monitor. 3. Experiment with Arduino UNO R3 to measure the object distance in Centi meters using ultrasonic sensor. Display the object distance in Arduino IDE Serial Monitor. 4. Experiment with Arduino UNO R3/Node MCU to measure the given soil moisture in percentage. Display the obtained soil moisture in Arduino IDE Serial Monitor. 5. Experiment with Arduino UNO R3/ Node MCU, Touch sensor , Red LED and Green LED to detect the human touch. Implement the following use cases: In Case of human touch Serial monitor message: “Human touch detected” and Green LED should ON and Red LED should OFF In Case of no human Serial monitor message: “Human touch is not touch detected” and Green LED should OFF and Red LED should ON. Note: use a 500 ms delay in your Arduino programming. And select the Serial Monitor speed according the hardware development board you selected. 6. Experiment with Arduino UNO R3/ Node MCU, IR Sensor , Red LED and Green LED to detect an object is a path. Implement the following use cases: If an Object is detected Serial monitor message: “Path is no clear” and Green LED should OFF and Red LED should ON If an Object is not Serial monitor message: “Path is clear” and Green detected LED should ON and Red LED should OFF. 7. Note: use a 500 ms delay in your Arduino programming. And select the Serial Monitor speed according the hardware development board you selected. 8. Write an Arduino Language program using Arduino UNO and Servo Motor for the following task: a. Motor should take 2 seconds to reach from 0 degrees to 180 degrees b. Motor should take 4 seconds to reach back from 180 degrees to 0 degrees. Note: simulate it using tinkercad.com 9. Write an Arduino Language program to control a servo motor using Arduino UNO for the following task: a. When motor is rotating from 0 degrees to 180 degrees, A Green LED should ON and a Red LED should OFF b. When the motor is rotating from 180 degrees to 0 degrees, A Green LED should OFF and a Red LED should ON Note: simulate it using tinkercad.com 10. Demonstrate the procedure to install NODE MCU board support package in Arduino IDE and also demonstrate how ThinkSpeak Library will be installed in Arduino IDE. Do the experimentation in Arduino IDE. 11. Create a channel in thingspeak.com cloud platform to deploy and monitor the temperature sensor data using Node MCU and temperature sensor. 12. Control an LED ON and OFF using thingspeak.com cloud platform using Node MCU and LED.