Skip to content

Commit 91b18c7

Browse files
add soldering tutorial (#15)
1 parent a7e38a5 commit 91b18c7

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed
Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
11
---
22
title: 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>
823 KB
Loading

0 commit comments

Comments
 (0)