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 1e0aa8a commit b9bfc4c
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,6 @@ 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.

### Parts List

| Component | Price (RON) |
|--------------------------|-------------|
| Arduino UNO R3 ATmega328P| 30.76 |
| IRF520 MOSFET Modules (2 pcs) | 15.68 |
| INA219 Current Sensor | 15.57 |
| DHT22 Temperature Sensor | 33.12 |
| IR Photoelectric Sensor | 28.56 |
| 12V LED Strip | 13.60 |
| Power Supply & Extension | 36.30 |
| 12V 40mm Fan | 21.90 |
| Breadboard | 7.14 |
| ON-OFF Switch | 15.50 |
| Wires & Resistors | 25.00 |
| **Total** | 243.13 |

### Software Design

The project uses various development environments and libraries to achieve its functionality:
Expand All @@ -92,4 +75,4 @@ lib_deps =
adafruit/Adafruit INA219@^1.1.1 ; Library for INA219 current sensor
adafruit/Adafruit Unified Sensor ; Unified sensor library for Adafruit sensors
adafruit/Adafruit BusIO@^1.7.3 ; I2C and UART communication library
```
```

0 comments on commit b9bfc4c

Please sign in to comment.