Skip to content

Arduino MEGA 2560 Project that gathers temp, humidity and measures the distance (in cm) to objects in front of the sensor. Outputs to 16x2 LCD Display along with current time (via RTC module).

License

Notifications You must be signed in to change notification settings

jasonacox/Arduino-Sensor-Display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-Sensor-Display

This gathers temp, humidity and measure the distance in centimeters to objects in front of the sensor. Outputs to LCD Display along with current time (RTC).

Setup

Components and Connections:

  • Arduino MEGA2560 Controller Board
  • Ultrasonic Sensor Module (distance) - Pins 5-6 PWM
  • DHT11 Sensor Module (humidity) - Pin D2 PWM
  • Thermistor (temperature) - Pin A0
  • Real Time Clock (RTC) Module (current time) - Pins SDA SCL
  • LCD1602 module (display output) - Pins 7-12 PWM

Required libraries:

  • HC-SR04 (Ultrasonic Sensor)
  • DS3231 (RTC)
  • DHT (Humidity Sensor)
  • LiquidCrystal (Display)

References

Example

picture alt

About

Arduino MEGA 2560 Project that gathers temp, humidity and measures the distance (in cm) to objects in front of the sensor. Outputs to 16x2 LCD Display along with current time (via RTC module).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages