This repository contains Arduino UNO projects for interfacing sensors, actuators, and displays. Each project includes tested code and explanations.
- LM35DZ Temperature Sensor → Reads temperature in Celsius & Fahrenheit.
- I2C LCD Display → Displays sensor data on a 16x2 LCD.
- SG-90 Servo Motor → Interactive control with homing function.
- HC-SR04 Ultrasonic Sensor → Measures distance accurately.
- BMP180 Sensor → Reads pressure, temperature & altitude with calibration.
- Clone the repository:
git clone https://github.com/your-username/arduino-sensors.git
- Open the code in Arduino IDE.
- Upload to Arduino UNO after connecting the components as per circuit diagrams.
Make sure you have installed the following libraries in Arduino IDE:
Wire.h→ I2C CommunicationServo.h→ Servo Motor ControlLiquidCrystal_I2C.h→ LCD DisplayAdafruit_BMP085.h→ BMP180 Sensor Library
Contributions are welcome! Feel free to fork the repo, submit pull requests, or report issues.
🚀 Happy Coding!