File tree Expand file tree Collapse file tree 2 files changed +50
-1
lines changed
docs/autonomous_cars/1.electronics Expand file tree Collapse file tree 2 files changed +50
-1
lines changed Original file line number Diff line number Diff line change 11---
22title : Soldering
3- ---
3+ ---
4+
5+ ## Soldering tutorial
6+
7+ A quick start-up guide to soldering techniques and good practices can be found [ here] ( https://www.youtube.com/watch?v=Qps9woUGkvI ) .
8+
9+ ## Wiring
10+
11+ ### Motor Drivers
12+
13+ | Connection | Pin Mapping |
14+ | ----------------| --------------------------|
15+ | Vbat | VCC |
16+ | GND | GND |
17+ | Motor 1 Pin1 | Driver 1 OUT1 & OUT2 |
18+ | Motor 1 Pin2 | Driver 1 OUT3 & OUT4 |
19+ | Motor 2 Pin1 | Driver 2 OUT1 & OUT2 |
20+ | Motor 2 Pin2 | Driver 2 OUT3 & OUT4 |
21+ | P0_25 | Driver 1 IN1 & IN3 |
22+ | P0_24 | Driver 1 IN2 & IN4 |
23+ | P0_26 | Driver 2 IN1 & IN3 |
24+ | P0_27 | Driver 2 IN2 & IN4 |
25+
26+ ---
27+
28+ ### Pixy Cam
29+
30+ | Connection | Pin Mapping |
31+ | ------------| -------------|
32+ | 5V | VCC |
33+ | GND | GND |
34+ | P4_1 | SCL |
35+ | P4_0 | SDA |
36+
37+ ---
38+
39+ ### Servo Motor
40+
41+ | Connection | Pin Mapping |
42+ | ------------| --------------------------|
43+ | 5V | VCC (red wire) |
44+ | GND | GND (black wire) |
45+ | P1_12 | SIG (yellow wire) |
46+
47+ ## Schematic
48+
49+
50+ <div align =" center " >
51+ ![ pixy_cam] ( ../assets/schematic_ipw.png )
52+ </div >
You can’t perform that action at this time.
0 commit comments