From c9f80147ef4d034b99784e132e8f6a88a1ed5a06 Mon Sep 17 00:00:00 2001 From: Justin-Marian Popescu Date: Thu, 23 May 2024 00:55:03 +0300 Subject: [PATCH] Updated README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b43855d..bdcc4a0 100644 --- a/README.md +++ b/README.md @@ -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 💡 @@ -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. +
+CasaMonitor Idea +
+ ## Arduino UNO, USB Cable, Power Supply - **Arduino UNO R3 ATmega328P**: The main microcontroller used for interfacing with various sensors and actuators. @@ -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. +
+CasaMonitor Idea +
+ ### Software Design The project uses various development environments and libraries to achieve its functionality: