Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-marian committed May 22, 2024
1 parent 2a5846f commit c9f8014
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

## Introduction

**CasaMonitor** is a project designed to enhance home comfort by allowing users to adjust environmental conditions directly from a computer, thereby improving energy efficiency during home activities.
**CasaMonitor** is a project designed to enhance home comfort by allowing users to adjust environmental conditions directly from a computer, thereby improving energy efficiency during home activities, at this link you will see how it actualy works: [Diagram flow](https://drive.google.com/file/d/10yNvxCuC7T1XRNh7v7aW5A-qBJzTKchK/view?usp=sharing)


## Main Idea 💡

Expand All @@ -28,6 +29,10 @@ CasaMonitor's control panel offers multiple benefits:

The system uses **Node-RED** for managing data flow and logic between devices. It connects hardware devices and ensures no data loss during sensor data reception. The system communicates with the **Node-RED API** via USB.

<center>
<img src="./images/sw/casamonitor_descriere.jpg" alt="CasaMonitor Idea" width="50%" height="60%">
</center>

## Arduino UNO, USB Cable, Power Supply

- **Arduino UNO R3 ATmega328P**: The main microcontroller used for interfacing with various sensors and actuators.
Expand All @@ -51,6 +56,10 @@ The system uses **Node-RED** for managing data flow and logic between devices. I
- **Breadboard and Jumper Wires**: Used for assembling and testing the circuit. Ensures flexibility for future modifications.
- **ON-OFF Switch**: Allows manual control of the lighting system, easily accessible for quick operation.

<center>
<img src="./images/hw/casamonitor_schematic.jpg" alt="CasaMonitor Idea" width="75%" height="75%">
</center>

### Software Design

The project uses various development environments and libraries to achieve its functionality:
Expand Down

0 comments on commit c9f8014

Please sign in to comment.