Browse Source

add power switch and finish output routing

Thomas Buck 4 weeks ago
parent
commit
938d8e6597

+ 2
- 0
README.md View File

@@ -119,6 +119,8 @@ Adrián San José Torices](https://grabcad.com/library/pantalla-oled-0-96-128x64
119 119
 
120 120
 The SSD1306 footprint for pcb2 is from [KiCAD Rookie](https://kicadrookie.blogspot.com/2022/06/ssd1306-i2c-096in-oled-display-kicad_86.html).
121 121
 
122
+The `pcb2/extern/5236AB/5236ab-41x408.stp` 3D model for the power switch comes directly from the manufacturer, [APEM](https://www.apem.com/idec-apem/de/Schalter-f%C3%BCr-Frontplatten/5000M/p/5236AB).
123
+
122 124
      ------------------------------------------------------------------------------
123 125
     | This source describes Open Hardware and is licensed under the CERN-OHL-S v2  |
124 126
     | or any later version.                                                        |

+ 9
- 0
pcb2/extern/5236AB/5236AB.dcm View File

@@ -0,0 +1,9 @@
1
+EESchema-DOCLIB  Version 2.0
2
+#
3
+$CMP 5236AB
4
+D SWITCH TOGGLE SPDT 6A 125V
5
+K
6
+F https://datasheet.datasheetarchive.com/originals/dk/DKDS-29/572872.pdf
7
+$ENDCMP
8
+#
9
+#End Doc Library

+ 37
- 0
pcb2/extern/5236AB/5236AB.kicad_mod View File

@@ -0,0 +1,37 @@
1
+(module "5236AB" (layer F.Cu)
2
+  (descr "5236AB-1")
3
+  (tags "Switch")
4
+  (fp_text reference S** (at 4.700 -0) (layer F.SilkS)
5
+    (effects (font (size 1.27 1.27) (thickness 0.254)))
6
+  )
7
+  (fp_text user %R (at 4.700 -0) (layer F.Fab)
8
+    (effects (font (size 1.27 1.27) (thickness 0.254)))
9
+  )
10
+  (fp_text value "5236AB" (at 4.700 -0) (layer F.SilkS) hide
11
+    (effects (font (size 1.27 1.27) (thickness 0.254)))
12
+  )
13
+  (fp_line (start -1.9 -3.5) (end 11.3 -3.5) (layer F.Fab) (width 0.1))
14
+  (fp_line (start 11.3 -3.5) (end 11.3 3.5) (layer F.Fab) (width 0.1))
15
+  (fp_line (start 11.3 3.5) (end -1.9 3.5) (layer F.Fab) (width 0.1))
16
+  (fp_line (start -1.9 3.5) (end -1.9 -3.5) (layer F.Fab) (width 0.1))
17
+  (fp_line (start -1.9 -3.5) (end 11.3 -3.5) (layer F.SilkS) (width 0.2))
18
+  (fp_line (start 11.3 -3.5) (end 11.3 3.5) (layer F.SilkS) (width 0.2))
19
+  (fp_line (start 11.3 3.5) (end -1.9 3.5) (layer F.SilkS) (width 0.2))
20
+  (fp_line (start -1.9 3.5) (end -1.9 -3.5) (layer F.SilkS) (width 0.2))
21
+  (fp_line (start -2.9 -4.5) (end 12.3 -4.5) (layer F.CrtYd) (width 0.1))
22
+  (fp_line (start 12.3 -4.5) (end 12.3 4.5) (layer F.CrtYd) (width 0.1))
23
+  (fp_line (start 12.3 4.5) (end -2.9 4.5) (layer F.CrtYd) (width 0.1))
24
+  (fp_line (start -2.9 4.5) (end -2.9 -4.5) (layer F.CrtYd) (width 0.1))
25
+  (fp_line (start -2.4 -0) (end -2.4 -0) (layer F.SilkS) (width 0.2))
26
+  (fp_line (start -2.5 -0) (end -2.5 -0) (layer F.SilkS) (width 0.2))
27
+  (fp_arc (start -2.45 -0) (end -2.400 -0) (angle -180) (layer F.SilkS) (width 0.2))
28
+  (fp_arc (start -2.45 -0) (end -2.500 -0) (angle -180) (layer F.SilkS) (width 0.2))
29
+  (pad 1 thru_hole circle (at 0.000 -0) (size 2.400 2.400) (drill 1.6) (layers *.Cu *.Mask))
30
+  (pad 2 thru_hole circle (at 4.700 -0) (size 2.400 2.400) (drill 1.6) (layers *.Cu *.Mask))
31
+  (pad 3 thru_hole circle (at 9.400 -0) (size 2.400 2.400) (drill 1.6) (layers *.Cu *.Mask))
32
+  (model 5236AB.stp
33
+    (at (xyz 0 0 0))
34
+    (scale (xyz 1 1 1))
35
+    (rotate (xyz 0 0 0))
36
+  )
37
+)

+ 52
- 0
pcb2/extern/5236AB/5236AB.kicad_sym View File

@@ -0,0 +1,52 @@
1
+(kicad_symbol_lib (version 20211014) (generator SamacSys_ECAD_Model)
2
+  (symbol "5236AB" (in_bom yes) (on_board yes)
3
+    (property "Reference" "S" (at 19.05 7.62 0)
4
+      (effects (font (size 1.27 1.27)) (justify left top))
5
+    )
6
+    (property "Value" "5236AB" (at 19.05 5.08 0)
7
+      (effects (font (size 1.27 1.27)) (justify left top))
8
+    )
9
+    (property "Footprint" "5236AB" (at 19.05 -94.92 0)
10
+      (effects (font (size 1.27 1.27)) (justify left top) hide)
11
+    )
12
+    (property "Datasheet" "https://datasheet.datasheetarchive.com/originals/dk/DKDS-29/572872.pdf" (at 19.05 -194.92 0)
13
+      (effects (font (size 1.27 1.27)) (justify left top) hide)
14
+    )
15
+    (property "ki_description" "SWITCH TOGGLE SPDT 6A 125V" (at 19.05 -294.92 0)
16
+      (effects (font (size 1.27 1.27)) (justify left top) hide)
17
+    )
18
+    (property "Height" "31.8" (at 19.05 -394.92 0)
19
+      (effects (font (size 1.27 1.27)) (justify left top) hide)
20
+    )
21
+    (property "Bürklin Part Number" "" (at 19.05 -494.92 0)
22
+      (effects (font (size 1.27 1.27)) (justify left top) hide)
23
+    )
24
+    (property "Bürklin Price/Stock" "" (at 19.05 -594.92 0)
25
+      (effects (font (size 1.27 1.27)) (justify left top) hide)
26
+    )
27
+    (property "Manufacturer_Name" "Apem" (at 19.05 -694.92 0)
28
+      (effects (font (size 1.27 1.27)) (justify left top) hide)
29
+    )
30
+    (property "Manufacturer_Part_Number" "5236AB" (at 19.05 -794.92 0)
31
+      (effects (font (size 1.27 1.27)) (justify left top) hide)
32
+    )
33
+    (rectangle
34
+      (start 5.08 2.54)
35
+      (end 17.78 -7.62)
36
+      (stroke (width 0.254) (type default))
37
+      (fill (type background))
38
+    )
39
+    (pin passive line (at 0 0 0) (length 5.08)
40
+      (name "NO" (effects (font (size 1.27 1.27))))
41
+      (number "1" (effects (font (size 1.27 1.27))))
42
+    )
43
+    (pin passive line (at 0 -2.54 0) (length 5.08)
44
+      (name "COM" (effects (font (size 1.27 1.27))))
45
+      (number "2" (effects (font (size 1.27 1.27))))
46
+    )
47
+    (pin no_connect line (at 0 -5.08 0) (length 5.08)
48
+      (name "NC" (effects (font (size 1.27 1.27))))
49
+      (number "3" (effects (font (size 1.27 1.27))))
50
+    )
51
+  )
52
+)

+ 24
- 0
pcb2/extern/5236AB/5236AB.lib View File

@@ -0,0 +1,24 @@
1
+EESchema-LIBRARY Version 2.3
2
+#encoding utf-8
3
+#SamacSys ECAD Model 5236AB
4
+#/1025948/310146/2.50/3/4/Switch
5
+DEF 5236AB S 0 30 Y Y 1 F N
6
+F0 "S" 750 300 50 H V L CNN
7
+F1 "5236AB" 750 200 50 H V L CNN
8
+F2 "5236AB" 750 100 50 H I L CNN
9
+F3 "https://datasheet.datasheetarchive.com/originals/dk/DKDS-29/572872.pdf" 750 0 50 H I L CNN
10
+F4 "SWITCH TOGGLE SPDT 6A 125V" 750 -100 50 H I L CNN "Description"
11
+F5 "31.8" 750 -200 50 H I L CNN "Height"
12
+F6 "" 750 -300 50 H I L CNN "Bürklin Part Number"
13
+F7 "" 750 -400 50 H I L CNN "Bürklin Price/Stock"
14
+F8 "Apem" 750 -500 50 H I L CNN "Manufacturer_Name"
15
+F9 "5236AB" 750 -600 50 H I L CNN "Manufacturer_Part_Number"
16
+DRAW
17
+X NO 1 0 0 200 R 50 50 0 0 P
18
+X COM 2 0 -100 200 R 50 50 0 0 P
19
+X NC 3 0 -200 200 R 50 50 0 0 N
20
+P 5 0 1 6 200 100 700 100 700 -300 200 -300 200 100 N
21
+ENDDRAW
22
+ENDDEF
23
+#
24
+#End Library

+ 56
- 0
pcb2/extern/5236AB/5236AB.mod View File

@@ -0,0 +1,56 @@
1
+PCBNEW-LibModule-V1  2024-04-01 17:02:05
2
+# encoding utf-8
3
+Units mm
4
+$INDEX
5
+5236AB
6
+$EndINDEX
7
+$MODULE 5236AB
8
+Po 0 0 0 15 660ada7d 00000000 ~~
9
+Li 5236AB
10
+Cd 5236AB-1
11
+Kw Switch
12
+Sc 0
13
+At STD
14
+AR 
15
+Op 0 0 0
16
+T0 4.700 -0 1.27 1.27 0 0.254 N V 21 N "S**"
17
+T1 4.700 -0 1.27 1.27 0 0.254 N I 21 N "5236AB"
18
+DS -1.9 -3.5 11.3 -3.5 0.1 24
19
+DS 11.3 -3.5 11.3 3.5 0.1 24
20
+DS 11.3 3.5 -1.9 3.5 0.1 24
21
+DS -1.9 3.5 -1.9 -3.5 0.1 24
22
+DS -1.9 -3.5 11.3 -3.5 0.2 21
23
+DS 11.3 -3.5 11.3 3.5 0.2 21
24
+DS 11.3 3.5 -1.9 3.5 0.2 21
25
+DS -1.9 3.5 -1.9 -3.5 0.2 21
26
+DS -2.9 -4.5 12.3 -4.5 0.1 24
27
+DS 12.3 -4.5 12.3 4.5 0.1 24
28
+DS 12.3 4.5 -2.9 4.5 0.1 24
29
+DS -2.9 4.5 -2.9 -4.5 0.1 24
30
+DS -2.4 -0 -2.4 -0 0.2 21
31
+DS -2.5 -0 -2.5 -0 0.2 21
32
+DA -2.45 -0 -2.400 -0 -1800 0.2 21
33
+DA -2.45 -0 -2.500 -0 -1800 0.2 21
34
+$PAD
35
+Po 0.000 -0
36
+Sh "1" C 2.400 2.400 0 0 900
37
+Dr 1.6 0 0
38
+At STD N 00E0FFFF
39
+Ne 0 ""
40
+$EndPAD
41
+$PAD
42
+Po 4.700 -0
43
+Sh "2" C 2.400 2.400 0 0 900
44
+Dr 1.6 0 0
45
+At STD N 00E0FFFF
46
+Ne 0 ""
47
+$EndPAD
48
+$PAD
49
+Po 9.400 -0
50
+Sh "3" C 2.400 2.400 0 0 900
51
+Dr 1.6 0 0
52
+At STD N 00E0FFFF
53
+Ne 0 ""
54
+$EndPAD
55
+$EndMODULE 5236AB
56
+$EndLIBRARY

+ 34960
- 0
pcb2/extern/5236AB/5236ab-41x408.stp
File diff suppressed because it is too large
View File


+ 1
- 0
pcb2/fp-lib-table View File

@@ -3,4 +3,5 @@
3 3
   (lib (name "chinese_modules")(type "KiCad")(uri "${KIPRJMOD}/../pcb/chinese_modules.pretty")(options "")(descr ""))
4 4
   (lib (name "KiCad-RP-Pico")(type "KiCad")(uri "${KIPRJMOD}/KiCad-RP-Pico/RP-Pico Libraries/MCU_RaspberryPi_and_Boards.pretty")(options "")(descr ""))
5 5
   (lib (name "ssd1306")(type "KiCad")(uri "${KIPRJMOD}/extern")(options "")(descr ""))
6
+  (lib (name "5236ab")(type "KiCad")(uri "${KIPRJMOD}/extern/5236AB")(options "")(descr ""))
6 7
 )

+ 789
- 179
pcb2/lars2.kicad_pcb
File diff suppressed because it is too large
View File


+ 9
- 0
pcb2/lars2.kicad_pro View File

@@ -179,6 +179,7 @@
179 179
       "track_widths": [
180 180
         0.0,
181 181
         1.0,
182
+        1.5,
182 183
         2.0,
183 184
         2.5,
184 185
         3.0
@@ -213,6 +214,14 @@
213 214
         {
214 215
           "diameter": 0.0,
215 216
           "drill": 0.0
217
+        },
218
+        {
219
+          "diameter": 0.5,
220
+          "drill": 0.2
221
+        },
222
+        {
223
+          "diameter": 1.0,
224
+          "drill": 0.5
216 225
         }
217 226
       ],
218 227
       "zones_allow_external_fillets": false

+ 388
- 125
pcb2/lars2.kicad_sch View File

@@ -13,6 +13,173 @@
13 13
 		(comment 4 "Copyright (c) 2024 Thomas Buck, Kauzerei")
14 14
 	)
15 15
 	(lib_symbols
16
+		(symbol "5236ab:5236AB"
17
+			(exclude_from_sim no)
18
+			(in_bom yes)
19
+			(on_board yes)
20
+			(property "Reference" "S1"
21
+				(at 11.43 -11.7645 0)
22
+				(effects
23
+					(font
24
+						(size 1.27 1.27)
25
+					)
26
+				)
27
+			)
28
+			(property "Value" "5236AB"
29
+				(at 11.43 -9.3402 0)
30
+				(effects
31
+					(font
32
+						(size 1.27 1.27)
33
+					)
34
+				)
35
+			)
36
+			(property "Footprint" "5236AB"
37
+				(at 19.05 -94.92 0)
38
+				(effects
39
+					(font
40
+						(size 1.27 1.27)
41
+					)
42
+					(justify left top)
43
+					(hide yes)
44
+				)
45
+			)
46
+			(property "Datasheet" "https://datasheet.datasheetarchive.com/originals/dk/DKDS-29/572872.pdf"
47
+				(at 19.05 -194.92 0)
48
+				(effects
49
+					(font
50
+						(size 1.27 1.27)
51
+					)
52
+					(justify left top)
53
+					(hide yes)
54
+				)
55
+			)
56
+			(property "Description" "SWITCH TOGGLE SPDT 6A 125V"
57
+				(at 0 0 0)
58
+				(effects
59
+					(font
60
+						(size 1.27 1.27)
61
+					)
62
+					(hide yes)
63
+				)
64
+			)
65
+			(property "Height" "31.8"
66
+				(at 19.05 -394.92 0)
67
+				(effects
68
+					(font
69
+						(size 1.27 1.27)
70
+					)
71
+					(justify left top)
72
+					(hide yes)
73
+				)
74
+			)
75
+			(property "Bürklin Part Number" ""
76
+				(at 19.05 -494.92 0)
77
+				(effects
78
+					(font
79
+						(size 1.27 1.27)
80
+					)
81
+					(justify left top)
82
+					(hide yes)
83
+				)
84
+			)
85
+			(property "Bürklin Price/Stock" ""
86
+				(at 19.05 -594.92 0)
87
+				(effects
88
+					(font
89
+						(size 1.27 1.27)
90
+					)
91
+					(justify left top)
92
+					(hide yes)
93
+				)
94
+			)
95
+			(property "Manufacturer_Name" "Apem"
96
+				(at 19.05 -694.92 0)
97
+				(effects
98
+					(font
99
+						(size 1.27 1.27)
100
+					)
101
+					(justify left top)
102
+					(hide yes)
103
+				)
104
+			)
105
+			(property "Manufacturer_Part_Number" "5236AB"
106
+				(at 19.05 -794.92 0)
107
+				(effects
108
+					(font
109
+						(size 1.27 1.27)
110
+					)
111
+					(justify left top)
112
+					(hide yes)
113
+				)
114
+			)
115
+			(symbol "5236AB_1_1"
116
+				(rectangle
117
+					(start 5.08 2.54)
118
+					(end 17.78 -7.62)
119
+					(stroke
120
+						(width 0.254)
121
+						(type default)
122
+					)
123
+					(fill
124
+						(type background)
125
+					)
126
+				)
127
+				(pin passive line
128
+					(at 0 0 0)
129
+					(length 5.08)
130
+					(name "NO"
131
+						(effects
132
+							(font
133
+								(size 1.27 1.27)
134
+							)
135
+						)
136
+					)
137
+					(number "1"
138
+						(effects
139
+							(font
140
+								(size 1.27 1.27)
141
+							)
142
+						)
143
+					)
144
+				)
145
+				(pin passive line
146
+					(at 0 -2.54 0)
147
+					(length 5.08)
148
+					(name "COM"
149
+						(effects
150
+							(font
151
+								(size 1.27 1.27)
152
+							)
153
+						)
154
+					)
155
+					(number "2"
156
+						(effects
157
+							(font
158
+								(size 1.27 1.27)
159
+							)
160
+						)
161
+					)
162
+				)
163
+				(pin passive line
164
+					(at 0 -5.08 0)
165
+					(length 5.08)
166
+					(name "NC"
167
+						(effects
168
+							(font
169
+								(size 1.27 1.27)
170
+							)
171
+						)
172
+					)
173
+					(number "3"
174
+						(effects
175
+							(font
176
+								(size 1.27 1.27)
177
+							)
178
+						)
179
+					)
180
+				)
181
+			)
182
+		)
16 183
 		(symbol "Device:Battery_Cell"
17 184
 			(pin_numbers hide)
18 185
 			(pin_names
@@ -3298,16 +3465,6 @@
3298 3465
 	)
3299 3466
 	(wire
3300 3467
 		(pts
3301
-			(xy 38.1 40.64) (xy 38.1 43.18)
3302
-		)
3303
-		(stroke
3304
-			(width 0)
3305
-			(type default)
3306
-		)
3307
-		(uuid "0e2cf6a5-35ae-4b33-a428-aad6e20fa571")
3308
-	)
3309
-	(wire
3310
-		(pts
3311 3468
 			(xy 232.41 62.23) (xy 233.68 62.23)
3312 3469
 		)
3313 3470
 		(stroke
@@ -3408,16 +3565,6 @@
3408 3565
 	)
3409 3566
 	(wire
3410 3567
 		(pts
3411
-			(xy 30.48 77.47) (xy 33.02 77.47)
3412
-		)
3413
-		(stroke
3414
-			(width 0)
3415
-			(type default)
3416
-		)
3417
-		(uuid "2b895b97-161a-4e67-a636-87df100cfccc")
3418
-	)
3419
-	(wire
3420
-		(pts
3421 3568
 			(xy 252.73 78.74) (xy 255.27 78.74)
3422 3569
 		)
3423 3570
 		(stroke
@@ -3478,7 +3625,7 @@
3478 3625
 	)
3479 3626
 	(wire
3480 3627
 		(pts
3481
-			(xy 38.1 50.8) (xy 38.1 53.34)
3628
+			(xy 57.15 34.29) (xy 59.69 34.29)
3482 3629
 		)
3483 3630
 		(stroke
3484 3631
 			(width 0)
@@ -3538,6 +3685,16 @@
3538 3685
 	)
3539 3686
 	(wire
3540 3687
 		(pts
3688
+			(xy 44.45 36.83) (xy 44.45 48.26)
3689
+		)
3690
+		(stroke
3691
+			(width 0)
3692
+			(type default)
3693
+		)
3694
+		(uuid "6b94c4d5-293b-4ab7-81a2-cad4bbbb3cff")
3695
+	)
3696
+	(wire
3697
+		(pts
3541 3698
 			(xy 133.35 71.12) (xy 133.35 67.31)
3542 3699
 		)
3543 3700
 		(stroke
@@ -3618,6 +3775,16 @@
3618 3775
 	)
3619 3776
 	(wire
3620 3777
 		(pts
3778
+			(xy 44.45 31.75) (xy 43.18 31.75)
3779
+		)
3780
+		(stroke
3781
+			(width 0)
3782
+			(type default)
3783
+		)
3784
+		(uuid "9245415a-6919-498d-ae81-dbb22a5096a3")
3785
+	)
3786
+	(wire
3787
+		(pts
3621 3788
 			(xy 233.68 57.15) (xy 233.68 55.88)
3622 3789
 		)
3623 3790
 		(stroke
@@ -3668,6 +3835,26 @@
3668 3835
 	)
3669 3836
 	(wire
3670 3837
 		(pts
3838
+			(xy 44.45 29.21) (xy 44.45 31.75)
3839
+		)
3840
+		(stroke
3841
+			(width 0)
3842
+			(type default)
3843
+		)
3844
+		(uuid "a86d111e-2fe0-4068-a455-4b4e95757902")
3845
+	)
3846
+	(wire
3847
+		(pts
3848
+			(xy 44.45 48.26) (xy 45.72 48.26)
3849
+		)
3850
+		(stroke
3851
+			(width 0)
3852
+			(type default)
3853
+		)
3854
+		(uuid "b92ec4e7-6fc2-40bc-86af-86b425c4ff3e")
3855
+	)
3856
+	(wire
3857
+		(pts
3671 3858
 			(xy 252.73 109.22) (xy 255.27 109.22)
3672 3859
 		)
3673 3860
 		(stroke
@@ -3728,7 +3915,7 @@
3728 3915
 	)
3729 3916
 	(wire
3730 3917
 		(pts
3731
-			(xy 30.48 82.55) (xy 33.02 82.55)
3918
+			(xy 43.18 53.34) (xy 45.72 53.34)
3732 3919
 		)
3733 3920
 		(stroke
3734 3921
 			(width 0)
@@ -3798,6 +3985,26 @@
3798 3985
 	)
3799 3986
 	(wire
3800 3987
 		(pts
3988
+			(xy 44.45 36.83) (xy 43.18 36.83)
3989
+		)
3990
+		(stroke
3991
+			(width 0)
3992
+			(type default)
3993
+		)
3994
+		(uuid "e5c11d3a-dac6-48d9-b286-d39518861fb9")
3995
+	)
3996
+	(wire
3997
+		(pts
3998
+			(xy 43.18 34.29) (xy 49.53 34.29)
3999
+		)
4000
+		(stroke
4001
+			(width 0)
4002
+			(type default)
4003
+		)
4004
+		(uuid "e786379f-5154-4229-aa47-51a29310962d")
4005
+	)
4006
+	(wire
4007
+		(pts
3801 4008
 			(xy 212.09 57.15) (xy 214.63 57.15)
3802 4009
 		)
3803 4010
 		(stroke
@@ -4189,73 +4396,6 @@
4189 4396
 		)
4190 4397
 	)
4191 4398
 	(symbol
4192
-		(lib_id "power:+BATT")
4193
-		(at 30.48 77.47 90)
4194
-		(unit 1)
4195
-		(exclude_from_sim no)
4196
-		(in_bom yes)
4197
-		(on_board yes)
4198
-		(dnp no)
4199
-		(fields_autoplaced yes)
4200
-		(uuid "2e9a0f68-f3f1-4626-ba27-71db5e4f7de1")
4201
-		(property "Reference" "#PWR07"
4202
-			(at 34.29 77.47 0)
4203
-			(effects
4204
-				(font
4205
-					(size 1.27 1.27)
4206
-				)
4207
-				(hide yes)
4208
-			)
4209
-		)
4210
-		(property "Value" "+BATT"
4211
-			(at 27.305 77.47 90)
4212
-			(effects
4213
-				(font
4214
-					(size 1.27 1.27)
4215
-				)
4216
-				(justify left)
4217
-			)
4218
-		)
4219
-		(property "Footprint" ""
4220
-			(at 30.48 77.47 0)
4221
-			(effects
4222
-				(font
4223
-					(size 1.27 1.27)
4224
-				)
4225
-				(hide yes)
4226
-			)
4227
-		)
4228
-		(property "Datasheet" ""
4229
-			(at 30.48 77.47 0)
4230
-			(effects
4231
-				(font
4232
-					(size 1.27 1.27)
4233
-				)
4234
-				(hide yes)
4235
-			)
4236
-		)
4237
-		(property "Description" "Power symbol creates a global label with name \"+BATT\""
4238
-			(at 30.48 77.47 0)
4239
-			(effects
4240
-				(font
4241
-					(size 1.27 1.27)
4242
-				)
4243
-				(hide yes)
4244
-			)
4245
-		)
4246
-		(pin "1"
4247
-			(uuid "4b4c2322-74b7-4b73-83f7-97787ed76ae8")
4248
-		)
4249
-		(instances
4250
-			(project "lars2"
4251
-				(path "/a25473f4-1652-4b35-af21-cda37f55b27b"
4252
-					(reference "#PWR07")
4253
-					(unit 1)
4254
-				)
4255
-			)
4256
-		)
4257
-	)
4258
-	(symbol
4259 4399
 		(lib_id "Device:LED")
4260 4400
 		(at 91.44 154.94 90)
4261 4401
 		(unit 1)
@@ -4395,7 +4535,7 @@
4395 4535
 	)
4396 4536
 	(symbol
4397 4537
 		(lib_id "ssd1306:SSD1306")
4398
-		(at 72.39 55.88 90)
4538
+		(at 99.06 43.18 90)
4399 4539
 		(unit 1)
4400 4540
 		(exclude_from_sim no)
4401 4541
 		(in_bom yes)
@@ -4404,7 +4544,7 @@
4404 4544
 		(fields_autoplaced yes)
4405 4545
 		(uuid "3b6233de-59d9-42bf-8628-a53671e380ec")
4406 4546
 		(property "Reference" "OLED1"
4407
-			(at 79.502 53.3978 90)
4547
+			(at 106.172 40.6978 90)
4408 4548
 			(effects
4409 4549
 				(font
4410 4550
 					(size 1.27 1.27)
@@ -4413,7 +4553,7 @@
4413 4553
 			)
4414 4554
 		)
4415 4555
 		(property "Value" "SSD1306"
4416
-			(at 79.502 55.8221 90)
4556
+			(at 106.172 43.1221 90)
4417 4557
 			(effects
4418 4558
 				(font
4419 4559
 					(size 1.27 1.27)
@@ -4422,7 +4562,7 @@
4422 4562
 			)
4423 4563
 		)
4424 4564
 		(property "Footprint" "ssd1306:SSD1306_0.96_Oled"
4425
-			(at 64.77 55.88 0)
4565
+			(at 91.44 43.18 0)
4426 4566
 			(effects
4427 4567
 				(font
4428 4568
 					(size 1.27 1.27)
@@ -4431,7 +4571,7 @@
4431 4571
 			)
4432 4572
 		)
4433 4573
 		(property "Datasheet" "~"
4434
-			(at 72.39 55.88 0)
4574
+			(at 99.06 43.18 0)
4435 4575
 			(effects
4436 4576
 				(font
4437 4577
 					(size 1.27 1.27)
@@ -4440,7 +4580,7 @@
4440 4580
 			)
4441 4581
 		)
4442 4582
 		(property "Description" "OLED 0.96 128x64 I2C"
4443
-			(at 72.39 55.88 0)
4583
+			(at 99.06 43.18 0)
4444 4584
 			(effects
4445 4585
 				(font
4446 4586
 					(size 1.27 1.27)
@@ -4881,7 +5021,7 @@
4881 5021
 	)
4882 5022
 	(symbol
4883 5023
 		(lib_id "chinese_modules:charger")
4884
-		(at 41.91 80.01 0)
5024
+		(at 54.61 50.8 0)
4885 5025
 		(unit 1)
4886 5026
 		(exclude_from_sim no)
4887 5027
 		(in_bom yes)
@@ -4890,7 +5030,7 @@
4890 5030
 		(fields_autoplaced yes)
4891 5031
 		(uuid "5710b38b-1cc6-419d-bf1e-d7481596b455")
4892 5032
 		(property "Reference" "U2"
4893
-			(at 41.91 72.3985 0)
5033
+			(at 54.61 43.1885 0)
4894 5034
 			(effects
4895 5035
 				(font
4896 5036
 					(size 1.27 1.27)
@@ -4898,7 +5038,7 @@
4898 5038
 			)
4899 5039
 		)
4900 5040
 		(property "Value" "Charger"
4901
-			(at 41.91 74.0799 0)
5041
+			(at 54.61 44.8699 0)
4902 5042
 			(effects
4903 5043
 				(font
4904 5044
 					(size 1.27 1.27)
@@ -4906,7 +5046,7 @@
4906 5046
 			)
4907 5047
 		)
4908 5048
 		(property "Footprint" "chinese_modules:charger"
4909
-			(at 41.91 80.01 0)
5049
+			(at 54.61 50.8 0)
4910 5050
 			(effects
4911 5051
 				(font
4912 5052
 					(size 1.27 1.27)
@@ -4915,7 +5055,7 @@
4915 5055
 			)
4916 5056
 		)
4917 5057
 		(property "Datasheet" ""
4918
-			(at 41.91 80.01 0)
5058
+			(at 54.61 50.8 0)
4919 5059
 			(effects
4920 5060
 				(font
4921 5061
 					(size 1.27 1.27)
@@ -4924,7 +5064,7 @@
4924 5064
 			)
4925 5065
 		)
4926 5066
 		(property "Description" ""
4927
-			(at 41.91 80.01 0)
5067
+			(at 54.61 50.8 0)
4928 5068
 			(effects
4929 5069
 				(font
4930 5070
 					(size 1.27 1.27)
@@ -5580,7 +5720,7 @@
5580 5720
 	)
5581 5721
 	(symbol
5582 5722
 		(lib_id "power:+BATT")
5583
-		(at 38.1 40.64 0)
5723
+		(at 44.45 29.21 0)
5584 5724
 		(unit 1)
5585 5725
 		(exclude_from_sim no)
5586 5726
 		(in_bom yes)
@@ -5589,7 +5729,7 @@
5589 5729
 		(fields_autoplaced yes)
5590 5730
 		(uuid "a6dc285a-a53f-44bf-90f2-fa05fb6c2d76")
5591 5731
 		(property "Reference" "#PWR04"
5592
-			(at 38.1 44.45 0)
5732
+			(at 44.45 33.02 0)
5593 5733
 			(effects
5594 5734
 				(font
5595 5735
 					(size 1.27 1.27)
@@ -5598,7 +5738,7 @@
5598 5738
 			)
5599 5739
 		)
5600 5740
 		(property "Value" "+BATT"
5601
-			(at 38.1 36.5069 0)
5741
+			(at 44.45 25.0769 0)
5602 5742
 			(effects
5603 5743
 				(font
5604 5744
 					(size 1.27 1.27)
@@ -5606,7 +5746,7 @@
5606 5746
 			)
5607 5747
 		)
5608 5748
 		(property "Footprint" ""
5609
-			(at 38.1 40.64 0)
5749
+			(at 44.45 29.21 0)
5610 5750
 			(effects
5611 5751
 				(font
5612 5752
 					(size 1.27 1.27)
@@ -5615,7 +5755,7 @@
5615 5755
 			)
5616 5756
 		)
5617 5757
 		(property "Datasheet" ""
5618
-			(at 38.1 40.64 0)
5758
+			(at 44.45 29.21 0)
5619 5759
 			(effects
5620 5760
 				(font
5621 5761
 					(size 1.27 1.27)
@@ -5624,7 +5764,7 @@
5624 5764
 			)
5625 5765
 		)
5626 5766
 		(property "Description" "Power symbol creates a global label with name \"+BATT\""
5627
-			(at 38.1 40.64 0)
5767
+			(at 44.45 29.21 0)
5628 5768
 			(effects
5629 5769
 				(font
5630 5770
 					(size 1.27 1.27)
@@ -5782,7 +5922,7 @@
5782 5922
 	)
5783 5923
 	(symbol
5784 5924
 		(lib_id "Device:Battery_Cell")
5785
-		(at 38.1 48.26 0)
5925
+		(at 54.61 34.29 90)
5786 5926
 		(unit 1)
5787 5927
 		(exclude_from_sim no)
5788 5928
 		(in_bom yes)
@@ -5791,7 +5931,7 @@
5791 5931
 		(fields_autoplaced yes)
5792 5932
 		(uuid "ae10a50f-a1f4-4645-a4d7-6390289998fc")
5793 5933
 		(property "Reference" "BT1"
5794
-			(at 41.021 45.2063 0)
5934
+			(at 51.5563 31.369 0)
5795 5935
 			(effects
5796 5936
 				(font
5797 5937
 					(size 1.27 1.27)
@@ -5800,7 +5940,7 @@
5800 5940
 			)
5801 5941
 		)
5802 5942
 		(property "Value" "18650_LiIon"
5803
-			(at 41.021 47.6306 0)
5943
+			(at 53.9806 31.369 0)
5804 5944
 			(effects
5805 5945
 				(font
5806 5946
 					(size 1.27 1.27)
@@ -5809,7 +5949,7 @@
5809 5949
 			)
5810 5950
 		)
5811 5951
 		(property "Footprint" "Battery:BatteryHolder_Keystone_1042_1x18650"
5812
-			(at 38.1 46.736 90)
5952
+			(at 53.086 34.29 90)
5813 5953
 			(effects
5814 5954
 				(font
5815 5955
 					(size 1.27 1.27)
@@ -5818,7 +5958,7 @@
5818 5958
 			)
5819 5959
 		)
5820 5960
 		(property "Datasheet" "~"
5821
-			(at 38.1 46.736 90)
5961
+			(at 53.086 34.29 90)
5822 5962
 			(effects
5823 5963
 				(font
5824 5964
 					(size 1.27 1.27)
@@ -5827,7 +5967,7 @@
5827 5967
 			)
5828 5968
 		)
5829 5969
 		(property "Description" "Single-cell battery"
5830
-			(at 38.1 48.26 0)
5970
+			(at 54.61 34.29 0)
5831 5971
 			(effects
5832 5972
 				(font
5833 5973
 					(size 1.27 1.27)
@@ -5991,8 +6131,131 @@
5991 6131
 		)
5992 6132
 	)
5993 6133
 	(symbol
6134
+		(lib_id "5236ab:5236AB")
6135
+		(at 43.18 36.83 180)
6136
+		(unit 1)
6137
+		(exclude_from_sim no)
6138
+		(in_bom yes)
6139
+		(on_board yes)
6140
+		(dnp no)
6141
+		(fields_autoplaced yes)
6142
+		(uuid "c233cc7d-75b2-486d-a21d-49604cb7ced7")
6143
+		(property "Reference" "S1"
6144
+			(at 31.75 25.0655 0)
6145
+			(effects
6146
+				(font
6147
+					(size 1.27 1.27)
6148
+				)
6149
+			)
6150
+		)
6151
+		(property "Value" "5236AB"
6152
+			(at 31.75 27.4898 0)
6153
+			(effects
6154
+				(font
6155
+					(size 1.27 1.27)
6156
+				)
6157
+			)
6158
+		)
6159
+		(property "Footprint" "5236AB"
6160
+			(at 24.13 -58.09 0)
6161
+			(effects
6162
+				(font
6163
+					(size 1.27 1.27)
6164
+				)
6165
+				(justify left top)
6166
+				(hide yes)
6167
+			)
6168
+		)
6169
+		(property "Datasheet" "https://datasheet.datasheetarchive.com/originals/dk/DKDS-29/572872.pdf"
6170
+			(at 24.13 -158.09 0)
6171
+			(effects
6172
+				(font
6173
+					(size 1.27 1.27)
6174
+				)
6175
+				(justify left top)
6176
+				(hide yes)
6177
+			)
6178
+		)
6179
+		(property "Description" "SWITCH TOGGLE SPDT 6A 125V"
6180
+			(at 43.18 36.83 0)
6181
+			(effects
6182
+				(font
6183
+					(size 1.27 1.27)
6184
+				)
6185
+				(hide yes)
6186
+			)
6187
+		)
6188
+		(property "Height" "31.8"
6189
+			(at 24.13 -358.09 0)
6190
+			(effects
6191
+				(font
6192
+					(size 1.27 1.27)
6193
+				)
6194
+				(justify left top)
6195
+				(hide yes)
6196
+			)
6197
+		)
6198
+		(property "Bürklin Part Number" ""
6199
+			(at 24.13 -458.09 0)
6200
+			(effects
6201
+				(font
6202
+					(size 1.27 1.27)
6203
+				)
6204
+				(justify left top)
6205
+				(hide yes)
6206
+			)
6207
+		)
6208
+		(property "Bürklin Price/Stock" ""
6209
+			(at 24.13 -558.09 0)
6210
+			(effects
6211
+				(font
6212
+					(size 1.27 1.27)
6213
+				)
6214
+				(justify left top)
6215
+				(hide yes)
6216
+			)
6217
+		)
6218
+		(property "Manufacturer_Name" "Apem"
6219
+			(at 24.13 -658.09 0)
6220
+			(effects
6221
+				(font
6222
+					(size 1.27 1.27)
6223
+				)
6224
+				(justify left top)
6225
+				(hide yes)
6226
+			)
6227
+		)
6228
+		(property "Manufacturer_Part_Number" "5236AB"
6229
+			(at 24.13 -758.09 0)
6230
+			(effects
6231
+				(font
6232
+					(size 1.27 1.27)
6233
+				)
6234
+				(justify left top)
6235
+				(hide yes)
6236
+			)
6237
+		)
6238
+		(pin "3"
6239
+			(uuid "fcd3205f-3048-4f1b-8d16-79037c37a443")
6240
+		)
6241
+		(pin "1"
6242
+			(uuid "c685468e-cf07-4a70-80cb-8bfaa9170ddb")
6243
+		)
6244
+		(pin "2"
6245
+			(uuid "585fd78e-3ba9-4cde-8096-83e7c772b8d3")
6246
+		)
6247
+		(instances
6248
+			(project "lars2"
6249
+				(path "/a25473f4-1652-4b35-af21-cda37f55b27b"
6250
+					(reference "S1")
6251
+					(unit 1)
6252
+				)
6253
+			)
6254
+		)
6255
+	)
6256
+	(symbol
5994 6257
 		(lib_id "power:-BATT")
5995
-		(at 30.48 82.55 90)
6258
+		(at 43.18 53.34 90)
5996 6259
 		(unit 1)
5997 6260
 		(exclude_from_sim no)
5998 6261
 		(in_bom yes)
@@ -6001,7 +6264,7 @@
6001 6264
 		(fields_autoplaced yes)
6002 6265
 		(uuid "c876e21e-e407-4db8-92ac-03530f271f07")
6003 6266
 		(property "Reference" "#PWR06"
6004
-			(at 34.29 82.55 0)
6267
+			(at 46.99 53.34 0)
6005 6268
 			(effects
6006 6269
 				(font
6007 6270
 					(size 1.27 1.27)
@@ -6010,7 +6273,7 @@
6010 6273
 			)
6011 6274
 		)
6012 6275
 		(property "Value" "-BATT"
6013
-			(at 27.305 82.55 90)
6276
+			(at 40.005 53.34 90)
6014 6277
 			(effects
6015 6278
 				(font
6016 6279
 					(size 1.27 1.27)
@@ -6019,7 +6282,7 @@
6019 6282
 			)
6020 6283
 		)
6021 6284
 		(property "Footprint" ""
6022
-			(at 30.48 82.55 0)
6285
+			(at 43.18 53.34 0)
6023 6286
 			(effects
6024 6287
 				(font
6025 6288
 					(size 1.27 1.27)
@@ -6028,7 +6291,7 @@
6028 6291
 			)
6029 6292
 		)
6030 6293
 		(property "Datasheet" ""
6031
-			(at 30.48 82.55 0)
6294
+			(at 43.18 53.34 0)
6032 6295
 			(effects
6033 6296
 				(font
6034 6297
 					(size 1.27 1.27)
@@ -6037,7 +6300,7 @@
6037 6300
 			)
6038 6301
 		)
6039 6302
 		(property "Description" "Power symbol creates a global label with name \"-BATT\""
6040
-			(at 30.48 82.55 0)
6303
+			(at 43.18 53.34 0)
6041 6304
 			(effects
6042 6305
 				(font
6043 6306
 					(size 1.27 1.27)
@@ -6059,7 +6322,7 @@
6059 6322
 	)
6060 6323
 	(symbol
6061 6324
 		(lib_id "power:-BATT")
6062
-		(at 38.1 53.34 180)
6325
+		(at 59.69 34.29 270)
6063 6326
 		(unit 1)
6064 6327
 		(exclude_from_sim no)
6065 6328
 		(in_bom yes)
@@ -6068,7 +6331,7 @@
6068 6331
 		(fields_autoplaced yes)
6069 6332
 		(uuid "c88bcb78-9cef-4c38-9f99-5380ac780a89")
6070 6333
 		(property "Reference" "#PWR05"
6071
-			(at 38.1 49.53 0)
6334
+			(at 55.88 34.29 0)
6072 6335
 			(effects
6073 6336
 				(font
6074 6337
 					(size 1.27 1.27)
@@ -6077,7 +6340,7 @@
6077 6340
 			)
6078 6341
 		)
6079 6342
 		(property "Value" "-BATT"
6080
-			(at 38.1 57.4731 0)
6343
+			(at 63.8231 34.29 0)
6081 6344
 			(effects
6082 6345
 				(font
6083 6346
 					(size 1.27 1.27)
@@ -6085,7 +6348,7 @@
6085 6348
 			)
6086 6349
 		)
6087 6350
 		(property "Footprint" ""
6088
-			(at 38.1 53.34 0)
6351
+			(at 59.69 34.29 0)
6089 6352
 			(effects
6090 6353
 				(font
6091 6354
 					(size 1.27 1.27)
@@ -6094,7 +6357,7 @@
6094 6357
 			)
6095 6358
 		)
6096 6359
 		(property "Datasheet" ""
6097
-			(at 38.1 53.34 0)
6360
+			(at 59.69 34.29 0)
6098 6361
 			(effects
6099 6362
 				(font
6100 6363
 					(size 1.27 1.27)
@@ -6103,7 +6366,7 @@
6103 6366
 			)
6104 6367
 		)
6105 6368
 		(property "Description" "Power symbol creates a global label with name \"-BATT\""
6106
-			(at 38.1 53.34 0)
6369
+			(at 59.69 34.29 0)
6107 6370
 			(effects
6108 6371
 				(font
6109 6372
 					(size 1.27 1.27)

+ 1
- 0
pcb2/sym-lib-table View File

@@ -3,4 +3,5 @@
3 3
   (lib (name "chinese_modules")(type "KiCad")(uri "${KIPRJMOD}/../pcb/chinese_modules.kicad_sym")(options "")(descr ""))
4 4
   (lib (name "KiCad-RP-Pico")(type "KiCad")(uri "${KIPRJMOD}/KiCad-RP-Pico/RP-Pico Libraries/MCU_RaspberryPi_and_Boards.kicad_sym")(options "")(descr ""))
5 5
   (lib (name "ssd1306")(type "KiCad")(uri "${KIPRJMOD}/extern/SSD1306.kicad_sym")(options "")(descr ""))
6
+  (lib (name "5236ab")(type "KiCad")(uri "${KIPRJMOD}/extern/5236AB/5236AB.kicad_sym")(options "")(descr ""))
6 7
 )

Loading…
Cancel
Save