https://github.com/taselectrik/arduino
This repository showcases a range of Arduino projects, from sensor integration and I2C LCD displays to servo control and precise temperature measurement. A practical collection for exploring embedded systems and real-world interfacing.
https://github.com/taselectrik/arduino
arduino cpp ember
Last synced: 4 months ago
JSON representation
This repository showcases a range of Arduino projects, from sensor integration and I2C LCD displays to servo control and precise temperature measurement. A practical collection for exploring embedded systems and real-world interfacing.
- Host: GitHub
- URL: https://github.com/taselectrik/arduino
- Owner: TASelectrik
- Created: 2025-03-16T17:07:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T16:55:23.000Z (about 1 year ago)
- Last Synced: 2025-10-31T15:02:48.248Z (8 months ago)
- Topics: arduino, cpp, ember
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Arduino Sensors & Actuators**
## 📌 **Overview**
This repository contains **Arduino UNO** projects for interfacing sensors, actuators, and displays. Each project includes tested code and explanations.
## 📁 **Projects**
- **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**.
## 🔧 **How to Use**
1. **Clone the repository:**
```sh
git clone https://github.com/your-username/arduino-sensors.git
```
2. **Open the code in Arduino IDE**.
3. **Upload to Arduino UNO** after connecting the components as per circuit diagrams.
## 📜 **Dependencies**
Make sure you have installed the following libraries in Arduino IDE:
- `Wire.h` → I2C Communication
- `Servo.h` → Servo Motor Control
- `LiquidCrystal_I2C.h` → LCD Display
- `Adafruit_BMP085.h` → BMP180 Sensor Library
## 📌 **Contributing**
Contributions are welcome! Feel free to **fork the repo**, submit pull requests, or report issues.
🚀 **Happy Coding!**