/Contactless_Distance_Finder

Tried my hand at making a distance measuring device on a simple Breadboard setup using readily available electronic components.

Primary LanguageC++


The components I worked with include:-

  • A 840 tie-point solderless breadboard
  • An Arduino Nano board
  • A 16x2 LCD display
  • An I2C module for interfacing the LCD display with the Arduino
  • DHT11 basic temperature-humidity sensor
  • HC-SR04 Ultrasonic Sensor

The above setup is powered by a USB connection.


The libraries on the Arduino IDE that I worked with while making the source code include:-

  • LiquidCrystal_I2C.h
  • NewPing.h
  • Adafruit_Sensor.h
    • DHT.h

The source code was uploaded to the Arduino Nano board using a USB connection.