Skip to content

Time elapsed, Distance between ultrasonic sensor and plunger, temperature (measured with temperature probe)

Notifications You must be signed in to change notification settings

Kairos-T/Temp-Dist-Measurement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Temperature and Distance Measurement Arduino Project

This Arduino project combines temperature sensing with an analog sensor and distance measurement using an ultrasonic sensor. The program reads the temperature, converts it to Celsius, and then measures the distance using ultrasonic pings. The results are displayed on the Serial Monitor.

This was done in the 2021-2022 Science Mentorship Programme under Science Centre Singapore. The paper was presented in the 27th Youth Science Conference.

Hardware Requirements

  • Arduino board
  • Temperature sensor
  • Ultrasonic sensor
  • Connecting wires

Dependencies

Setup

  1. Connect the temperature sensor to analog pin A0.
  2. Connect the ultrasonic sensor to trigger pin 9 and echo pin 10.
  3. Install the NewPing library in your Arduino IDE.

How to Use

  1. Upload the sketch to your Arduino board.
  2. Open the Serial Monitor to view temperature and distance measurements.
  3. The program will display temperature in Celsius and distance in millimeters.

About

Time elapsed, Distance between ultrasonic sensor and plunger, temperature (measured with temperature probe)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages