Skip to content

Commit c2caa18

Browse files
...
1 parent abeb4e7 commit c2caa18

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,50 @@
2929
- Line Follower
3030
- 5v DC Motor
3131

32+
# KIDA Pinout Configuration
33+
34+
This document describes the GPIO pin assignments for the KIDA robot.
35+
36+
## Ultrasonic Sensor (HC-SR04)
37+
38+
| Signal | GPIO Pin |
39+
|-------------|----------|
40+
| TRIGGER_PIN | 27 |
41+
| ECHO_PIN | 22 |
42+
43+
---
44+
45+
## Infrared Sensors
46+
47+
| Sensor | GPIO Pin |
48+
|--------|----------|
49+
| IR01 | 16 |
50+
| IR02 | 26 |
51+
| IR03 | 21 |
52+
53+
---
54+
55+
## Motor Pins
56+
57+
**Left Motor:**
58+
59+
| Signal | GPIO Pin |
60+
|--------|----------|
61+
| IN1 | 24 |
62+
| IN2 | 23 |
63+
64+
**Right Motor:**
65+
66+
| Signal | GPIO Pin |
67+
|--------|----------|
68+
| IN1 | 5 |
69+
| IN2 | 6 |
70+
71+
*Note:* These pins correspond to the constructor defaults:
72+
73+
```python
74+
def __init__(self, left_pins=(24, 23), right_pins=(5, 6)):
75+
3276
📡 SSID: KIDAv00
3377
🔒 Password: 12345678
3478
🌐 Access your site at: http://192.168.4.1:5000

scripts/face-detection/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)