|
@@ -4,6 +4,7 @@ parent: projects
|
4
|
4
|
git: https://git.xythobuz.de/thomas/drumkit
|
5
|
5
|
github: https://github.com/xythobuz/lars
|
6
|
6
|
date: 2024-09-07
|
|
7
|
+update: 2024-09-16
|
7
|
8
|
comments: true
|
8
|
9
|
---
|
9
|
10
|
|
|
@@ -39,4 +40,127 @@ Unfortunately I'm kind of in the same situation now as with LARS v1.
|
39
|
40
|
I've gone much further with the firmware, it's now mostly usable.
|
40
|
41
|
But I've also given the hardware away again, so I can't finish it.
|
41
|
42
|
|
42
|
|
-I should assemble another one soon...
|
|
43
|
+<s>I should assemble another one soon...</s>
|
|
44
|
+
|
|
45
|
+## Assembly Guide
|
|
46
|
+
|
|
47
|
+You want to build your own LARS v2 and have all the parts ready to go?
|
|
48
|
+Then let's build it!
|
|
49
|
+
|
|
50
|
+In general you want to go from SMD / SMT (surface mount) parts to THT (through-hole), going from large to small for the SMD parts, and small to large for the THT parts.
|
|
51
|
+
|
|
52
|
+First place the SMD Raspberry Pi Pico module so all pads are properly aligned.
|
|
53
|
+
|
|
54
|
+<!--%
|
|
55
|
+lightgallery([
|
|
56
|
+ [ "img/lars_v2_assembly_1.jpg", "Empty PCB" ],
|
|
57
|
+ [ "img/lars_v2_assembly_2.jpg", "Pico placed" ],
|
|
58
|
+])
|
|
59
|
+%-->
|
|
60
|
+
|
|
61
|
+Now first solder on one corner, then go through both rows.
|
|
62
|
+
|
|
63
|
+<!--%
|
|
64
|
+lightgallery([
|
|
65
|
+ [ "img/lars_v2_assembly_3.jpg", "First Pico corner soldered" ],
|
|
66
|
+ [ "img/lars_v2_assembly_4.jpg", "One Pico row soldered" ],
|
|
67
|
+ [ "img/lars_v2_assembly_5.jpg", "Pico soldering finished" ],
|
|
68
|
+])
|
|
69
|
+%-->
|
|
70
|
+
|
|
71
|
+The battery holder snaps in with two plastic clips.
|
|
72
|
+Soldering the pads can be a bit tricky.
|
|
73
|
+Even though there is a hole for the solder to flow through to the pad, you can not see it well.
|
|
74
|
+Try to apply a bit of pressure to get the pads to connect reliably.
|
|
75
|
+
|
|
76
|
+<!--%
|
|
77
|
+lightgallery([
|
|
78
|
+ [ "img/lars_v2_assembly_6.jpg", "Battery holder snapped in" ],
|
|
79
|
+ [ "img/lars_v2_assembly_7.jpg", "Battery holder soldered on" ],
|
|
80
|
+])
|
|
81
|
+%-->
|
|
82
|
+
|
|
83
|
+Now place all the pushbuttons and solder them in.
|
|
84
|
+Their legs have a snap fit so they will hold on properly.
|
|
85
|
+
|
|
86
|
+<!--%
|
|
87
|
+lightgallery([
|
|
88
|
+ [ "img/lars_v2_assembly_8.jpg", "Pushbuttons placed" ],
|
|
89
|
+ [ "img/lars_v2_assembly_9.jpg", "Buttons soldered" ],
|
|
90
|
+])
|
|
91
|
+%-->
|
|
92
|
+
|
|
93
|
+Next the resistors.
|
|
94
|
+I'm bending their legs slightly so they stay in place when turning the board over.
|
|
95
|
+
|
|
96
|
+<!--%
|
|
97
|
+lightgallery([
|
|
98
|
+ [ "img/lars_v2_assembly_10.jpg", "LED resistors placed" ],
|
|
99
|
+ [ "img/lars_v2_assembly_11.jpg", "LED resistor legs bent" ],
|
|
100
|
+ [ "img/lars_v2_assembly_12.jpg", "LED resistors soldered in" ],
|
|
101
|
+ [ "img/lars_v2_assembly_13.jpg", "Voltage divider resistors done" ],
|
|
102
|
+])
|
|
103
|
+%-->
|
|
104
|
+
|
|
105
|
+The diodes and LEDs can be placed next, with the same leg-bending trick as before.
|
|
106
|
+
|
|
107
|
+<!--%
|
|
108
|
+lightgallery([
|
|
109
|
+ [ "img/lars_v2_assembly_14.jpg", "Diodes in place" ],
|
|
110
|
+ [ "img/lars_v2_assembly_15.jpg", "LEDs placed" ],
|
|
111
|
+])
|
|
112
|
+%-->
|
|
113
|
+
|
|
114
|
+The encoder snaps in as well.
|
|
115
|
+For the switch and OLED, make sure to apply a bit of pressure when turning the board over, so they are firmly in place.
|
|
116
|
+
|
|
117
|
+<!--%
|
|
118
|
+lightgallery([
|
|
119
|
+ [ "img/lars_v2_assembly_16.jpg", "Switch, encoder and OLED placed" ],
|
|
120
|
+ [ "img/lars_v2_assembly_17.jpg", "Switch, encoder and OLED soldered" ],
|
|
121
|
+])
|
|
122
|
+%-->
|
|
123
|
+
|
|
124
|
+The pins of the MOSFET module screw-terminals fit into the board holes and can be soldered on directly.
|
|
125
|
+For the small logic pins use a bit of the cut-off legs from the LEDs or resistors.
|
|
126
|
+
|
|
127
|
+<!--%
|
|
128
|
+lightgallery([
|
|
129
|
+ [ "img/lars_v2_assembly_18.jpg", "MOSFETs in place, top" ],
|
|
130
|
+ [ "img/lars_v2_assembly_19.jpg", "MOSFETS in place, bottom" ],
|
|
131
|
+ [ "img/lars_v2_assembly_20.jpg", "MOSFET terminals soldered" ],
|
|
132
|
+ [ "img/lars_v2_assembly_21.jpg", "MOSFET logic pins soldered" ],
|
|
133
|
+])
|
|
134
|
+%-->
|
|
135
|
+
|
|
136
|
+For the regulator I'm using standard pins like they probably came with your Pico.
|
|
137
|
+But you could also use some more of the cut-off legs from the previous steps.
|
|
138
|
+
|
|
139
|
+<!--%
|
|
140
|
+lightgallery([
|
|
141
|
+ [ "img/lars_v2_assembly_22.jpg", "Regulator pins prepared" ],
|
|
142
|
+ [ "img/lars_v2_assembly_23.jpg", "Regulator in place" ],
|
|
143
|
+ [ "img/lars_v2_assembly_24.jpg", "Regulators soldered, top" ],
|
|
144
|
+ [ "img/lars_v2_assembly_25.jpg", "Regulators soldered, bottom" ],
|
|
145
|
+])
|
|
146
|
+%-->
|
|
147
|
+
|
|
148
|
+The charger pad does not quite fit the connections of the module.
|
|
149
|
+So I'm using two pins per connection in a 90 degree angle.
|
|
150
|
+
|
|
151
|
+<!--%
|
|
152
|
+lightgallery([
|
|
153
|
+ [ "img/lars_v2_assembly_26.jpg", "Charger pins prepared" ],
|
|
154
|
+ [ "img/lars_v2_assembly_27.jpg", "Charger module prepared" ],
|
|
155
|
+])
|
|
156
|
+%-->
|
|
157
|
+
|
|
158
|
+And that's it.
|
|
159
|
+
|
|
160
|
+<!--%
|
|
161
|
+lightgallery([
|
|
162
|
+ [ "img/lars_v2_assembly_28.jpg", "Finished board" ],
|
|
163
|
+])
|
|
164
|
+%-->
|
|
165
|
+
|
|
166
|
+Good luck and have fun!
|