This project demonstrates the use of a DS18B20 temperature sensor and HC-SR04 proximity sensor with an RGB LED and LCD1602 display.
The required libraries are included in the libraries
folder:
- Waveshare_LCD1602_RGB
- DallasTemperature
- NewPing
- OneWire
- Copy the contents of the
libraries
folder into your Arduinolibraries
directory. - Open the
.ino
file in the Arduino IDE and upload it to your board.