Skip to content

Commit c1a78cc

Browse files
Update README.md
1 parent 6db2a46 commit c1a78cc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Assets/Projects/IoT23/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Conventional lighting systems are energy-intensive and lack adaptive features, r
1919

2020
## Hardware Requirements
2121

22-
| Component | Specification | Purpose |
23-
|:-------------------------|:-----------------------------------------------------|:-----------------------------------------------------|
24-
| **ESP32** | 32-bit microcontroller, Wi-Fi & Bluetooth enabled | Acts as the central controller for system operations. |
25-
| **PIR Sensor (HC-SR501)**| Motion detection, adjustable sensitivity and delay | Detects motion to activate/deactivate the lighting system. |
26-
| **LDR Sensor (KY018)** | Photoresistor module, light-dependent resistor | Measures ambient light levels for adaptive brightness control. |
27-
| **IR Sensor (TCRT5000)** | Infrared emitter and detector for proximity sensing | Provides additional motion detection capabilities. |
28-
| **Relay Module (Songle SRD-05VDC-SL-C)** | 5V 2-channel relay module, max output 250V AC or 30V DC | Controls the LED bulb by switching it on/off. |
29-
| **5V/3.3V Power Adapter**| Standard USB 5V/2A power supply | Supplies stable power to the ESP32 and other components. |
30-
| **Voltage Regulator (LM1117 3.3V)** | 3.3V linear voltage regulator | Converts 5V input to 3.3V for components requiring lower voltage. |
31-
| **Jumper Wires/Breadboard** | Assorted male-to-male and male-to-female wires | Used for temporary circuit connections during testing. |
32-
| **LED Bulb** | LED bulb compatible with relay switching | Serves as the primary light source controlled by the system. |
22+
|Availability | Component | Specification | Purpose |
23+
|:---|:-------------------------|:-----------------------------------------------------|:-----------------------------------------------------|
24+
|| **ESP32** | 32-bit microcontroller, Wi-Fi & Bluetooth enabled | Acts as the central controller for system operations. |
25+
|| **PIR Sensor (HC-SR501)**| Motion detection, adjustable sensitivity and delay | Detects motion to activate/deactivate the lighting system. |
26+
|| **LDR Sensor (KY018)** | Photoresistor module, light-dependent resistor | Measures ambient light levels for adaptive brightness control. |
27+
|| **IR Sensor (TCRT5000)** | Infrared emitter and detector for proximity sensing | Provides additional motion detection capabilities. |
28+
|| **Relay Module (Songle SRD-05VDC-SL-C)** | 5V 2-channel relay module, max output 250V AC or 30V DC | Controls the LED bulb by switching it on/off. |
29+
|| **5V/3.3V Power Adapter**| Standard USB 5V/2A power supply | Supplies stable power to the ESP32 and other components. |
30+
|| **Voltage Regulator (LM1117 3.3V)** | 3.3V linear voltage regulator | Converts 5V input to 3.3V for components requiring lower voltage. |
31+
|| **Jumper Wires/Breadboard** | Assorted male-to-male and male-to-female wires | Used for temporary circuit connections during testing. |
32+
|| **LED Bulb** | LED bulb compatible with relay switching | Serves as the primary light source controlled by the system. |
3333
---
3434
### Literature Survey
3535

0 commit comments

Comments
 (0)