Arduino Temperature and Current Monitoring System
Project Description:
The Arduino Temperature and Current Monitoring System is a versatile electronics project that combines the functionalities of temperature sensing and current measurement into a single device. This project is designed to provide real-time data on temperature and electrical current consumption, making it ideal for various applications such as environmental monitoring, energy management, and industrial automation.
To replicate this project, you'll need the following hardware components:
- Arduino Uno or Compatible Board
- DS18B20 Temperature Sensor
- ACS712 Current Sensor
- 16x2 I2C LCD Display
- Jumper Wires
- Power Supply
- Breadboard (Optional)
- Resistors (Optional)
- Enclosure (Optional)
- USB Cable
- Computer
Ensure that you have all these components before starting the project.
To program the Arduino and work with this project, you'll need the following software:
-
Arduino IDE: Download and install the Arduino Integrated Development Environment (IDE) from Arduino's official website.
-
Required Libraries: Install the necessary libraries for the DS18B20 temperature sensor, ACS712 current sensor, and I2C LCD display. You can install libraries using the Arduino Library Manager.
-
Clone or download this GitHub repository to your local machine.
git clone https://github.com/RutishGN/Arduino-DS18B20-ACS712.git