Skip to content

Commit a72fc81

Browse files
docs: map all 16 screenshots into master README documentation
1 parent 21a74ca commit a72fc81

2 files changed

Lines changed: 36 additions & 11 deletions

File tree

README.md

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -301,29 +301,54 @@ $$\text{Fill Percentage (\%)} = \left( \frac{D_{\text{empty}} - D_{\text{meas}}}
301301

302302
## 📸 Project Screenshots
303303

304-
Recommended evidence files stored in [`screenshots/`](file:///d:/Diploma%20Course/subjects/Embedded%20Systems/Smart-Dustbin/screenshots):
304+
### 📁 Project Directory Structure
305+
![Project Structure](screenshots/01_project_structure.png)
305306

306-
### 🔧 Complete Wokwi Circuit Topology (UNO + Dual Sensors + Servo + 16x2 I2C LCD)
307+
### 🔧 Complete Circuit Wiring Diagram
308+
![Complete Circuit Diagram](screenshots/02_circuit_diagram.png)
309+
310+
### ⚡ Complete Wokwi Circuit Topology (UNO + Dual Sensors + Servo + 16x2 I2C LCD)
307311
![Complete Wokwi Circuit](screenshots/03_complete_wokwi_circuit.png)
308312

309-
### 🟢 Lid Closed Normal State
310-
![Lid Closed Normal](screenshots/04_lid_closed_state.png)
313+
### 🟢 Lid Closed Normal State (Fill: 0%)
314+
![Lid Closed Normal State](screenshots/04_lid_closed_state.png)
315+
316+
### 🖐️ Hand Proximity Detection Trigger (15 cm)
317+
![Hand Approaching State](screenshots/05_hand_approaching_state.png)
311318

312-
### 🖐️ Hand Approaching & Lid Open
313-
![Hand Approaching Lid Open](screenshots/06_lid_open_state.png)
319+
### 🚪 Automatic Servo Lid Open State (100°)
320+
![Lid Open State](screenshots/06_lid_open_state.png)
321+
322+
### 📊 Empty Bin Reading (0% Fill)
323+
![Empty Bin Reading](screenshots/07_empty_bin_reading.png)
314324

315325
### 📊 50% Fill Level Telemetry on 16x2 LCD
316326
![50 Percent Fill Reading](screenshots/08_50_percent_bin_reading.png)
317327

318-
### 🚨 Full-Bin Red LED & Buzzer Alarm (`BIN FULL! LOCK`)
319-
![Full Bin Red LED Alert](screenshots/11_red_led_alert.png)
328+
### 📊 75% Fill Level Telemetry on 16x2 LCD
329+
![75 Percent Fill Reading](screenshots/09_75_percent_bin_reading.png)
330+
331+
### 🚨 Critical Full-Bin Reading (90% Fill)
332+
![Full Bin Reading](screenshots/10_full_bin_reading.png)
320333

321-
### 🔒 Safety Interlock Active (Lid Locked)
334+
### 🔴 Red LED Warning Alert Active
335+
![Red LED Alert](screenshots/11_red_led_alert.png)
336+
337+
### 🔊 Active Buzzer Acoustic Pulse Alert
338+
![Buzzer Alert](screenshots/12_buzzer_alert.png)
339+
340+
### 🔒 Safety Interlock Active (Lid Locked Closed)
322341
![Safety Interlock Active](screenshots/13_safety_interlock_active.png)
323342

324-
### 📟 Serial Monitor Debugging Output
343+
### 📟 Serial Monitor Telemetry Output (9600 Baud)
325344
![Serial Monitor Output](screenshots/14_serial_monitor_output.png)
326345

346+
### 💻 Modular C++ Source Code in VS Code
347+
![Source Code Screenshot](screenshots/15_source_code_screenshot.png)
348+
349+
### 🌐 GitHub Repository Homepage Preview
350+
![GitHub Repository Preview](screenshots/16_github_repository_preview.png)
351+
327352
---
328353

329354
## 📁 Project Directory Structure

screenshots/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This directory contains visual validation evidence captured during virtual simul
1212
| `02_circuit_diagram.png` | Complete circuit wiring diagram | Schematics | N/A | Clear pin connections between UNO, sensors, servo, LEDs, buzzer |
1313
| `03_complete_wokwi_circuit.png` | Wokwi interactive canvas overview | Idle System | Hand: 50 cm, Waste: 30 cm | Green LED ON, Red LED OFF, Servo at 10° (Closed) |
1414
| `04_lid_closed_state.png` | Lid in closed position | Idle Normal | Hand > 20 cm | Servo angle = 10°, Green LED ON |
15-
| `05_hand_approaching_detection.png` | Object/Hand proximity detection | Triggered | Hand <= 20 cm | Detection registered on Serial Monitor |
15+
| `05_hand_approaching_state.png` | Object/Hand proximity detection | Triggered | Hand <= 20 cm | Detection registered on Serial Monitor |
1616
| `06_lid_open_state.png` | Servo actuates lid open | Actuated | Hand <= 20 cm | Servo angle = 100° (Open), Hold timer = 3000 ms |
1717
| `07_empty_bin_reading.png` | Bin level distance = 30 cm | Fill State: 0% | Waste: 30 cm | Serial telemetry: Fill: 0%, Status: NORMAL |
1818
| `08_50_percent_bin_reading.png` | Bin level distance = 18 cm | Fill State: 50% | Waste: 18 cm | Serial telemetry: Fill: 50%, Status: NORMAL |

0 commit comments

Comments
 (0)