Files
arduino-uno_home-assistant/README.md
T
2025-11-05 02:16:48 +03:00

41 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 👀 arduino-uno_home-assistant 1st Generation Overview
<h1 align="center">Home Assistant powered by Arduino Uno</h1>
## 🚀 Features
<h1 align="center">When a flammable gas or high humidity and flame is detected, the system identifies a potential fire and triggers an audible alarm using a buzzer.A mini smart home project that allows you to monitor real-time humidity and time on the LCD screen during normal operation.</h1>
## 🔎 Preparation
<details>
<summary>1. Components</summary>
'1' Arduino Uno<br>
'1' 16×2 LCD Screen<br>
'1' Flammable Gas Sensor (MQ-2)<br>
'1' Temperature and Humidity Sensor (DHT11)<br>
'1' Real-Time Clock Module (DS1302)<br>
'1' Flame Detection Sensor (IR Flame Sensor)<br>
'1' 5V Active Buzzer
</details>
## 📦 Setup
1. `Refer to the 'circuit_uno_home-assistant.png' diagram`
2. `Install the 'Arduino IDE' software and open 'arduino-uno_home-assistant.ino' file`
> ⚠️ **Warning:** Make sure you have installed the correct USB driver (CH340, CH341) before connecting the Arduino Uno to your computer.
3. `Plug the Arduino Uno into your computer`
4. `Tools>Board>'Arduino Uno'`
5. `Tools>Port>'Select the arduino's port'`
6. `Tools>Manage Libraries...>Install the libraries used in the code`
7. `Click the 'upload ➡️' button`
**To make sure it has been uploaded successfully, you should see the message 'Done uploading'**
## 🎉 Run
1. `Press the reset button on the arduino`
2. `You are ready to use your Home Assistant`
## 🔒 License
<h1 align="center">📜 GPL-3.0 License</h1>