-
Notifications
You must be signed in to change notification settings - Fork 0
/
cubesat-panel.net
833 lines (833 loc) · 30.4 KB
/
cubesat-panel.net
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
(export (version D)
(design
(source /home/tobi/Cubesat/cubesat-panel/cubesat-panel.sch)
(date "Wed 21 Mar 2018 10:45:40 PM PDT")
(tool "Eeschema 4.0.7-e2-6376~58~ubuntu16.04.1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title Panel)
(company "SFU Satellite Design Team")
(rev)
(date 2018-02-05)
(source cubesat-panel.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value ""))))
(sheet (number 2) (name /Sun_Sensor_0/) (tstamps /5A76F256/)
(title_block
(title)
(company)
(rev)
(date)
(source Sun_Sensor.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value ""))))
(sheet (number 3) (name /Sun_Sensor_1/) (tstamps /5A772A15/)
(title_block
(title)
(company)
(rev)
(date)
(source Sun_Sensor.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value ""))))
(sheet (number 4) (name /Sun_Sensor_2/) (tstamps /5A772F45/)
(title_block
(title)
(company)
(rev)
(date)
(source Sun_Sensor.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value ""))))
(sheet (number 5) (name /Sun_Sensor_3/) (tstamps /5A7745D9/)
(title_block
(title)
(company)
(rev)
(date)
(source Sun_Sensor.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value ""))))
(sheet (number 6) (name /Sun_Sensor_4/) (tstamps /5A774F8F/)
(title_block
(title)
(company)
(rev)
(date)
(source Sun_Sensor.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value ""))))
(sheet (number 7) (name /Sun_Sensor_5/) (tstamps /5A77A1BB/)
(title_block
(title)
(company)
(rev)
(date)
(source Sun_Sensor.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref P1)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A728E3D))
(comp (ref P2)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A728F1F))
(comp (ref P3)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A728F4E))
(comp (ref P4)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A728F7B))
(comp (ref J1)
(value CONN-TAB)
(footprint SFUSat:CONN_TAB)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-Solar-Cell-DIY-Solar-Panel-Welding-Tabbing-Wire-10m-1-8-0-16mm-New/213231_32819641955.html?spm=2114.12010612.0.0.5c0c14a2RvBb40))
(libsource (lib SFUSat-power) (part CONN-TAB))
(sheetpath (names /) (tstamps /))
(tstamp 5A729396))
(comp (ref J2)
(value CONN-TAB)
(footprint SFUSat:CONN_TAB)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-Solar-Cell-DIY-Solar-Panel-Welding-Tabbing-Wire-10m-1-8-0-16mm-New/213231_32819641955.html?spm=2114.12010612.0.0.5c0c14a2RvBb40))
(libsource (lib SFUSat-power) (part CONN-TAB))
(sheetpath (names /) (tstamps /))
(tstamp 5A7294D4))
(comp (ref J9)
(value MOLEX_FFC-14)
(footprint SFUSat:MOLEX_FFC-14)
(datasheet http://www.molex.com/pdm_docs/sd/5034801400_sd.pdf)
(fields
(field (name PN) 5034801400)
(field (name Digikey) WM1442CT-ND))
(libsource (lib SFUSat) (part MOLEX_FFC-14))
(sheetpath (names /) (tstamps /))
(tstamp 5A72B354))
(comp (ref J10)
(value MOLEX_FFC-14)
(footprint SFUSat:MOLEX_FFC-14)
(datasheet http://www.molex.com/pdm_docs/sd/5034801400_sd.pdf)
(fields
(field (name PN) 5034801400)
(field (name Digikey) WM1442CT-ND))
(libsource (lib SFUSat) (part MOLEX_FFC-14))
(sheetpath (names /) (tstamps /))
(tstamp 5A72B5AE))
(comp (ref P5)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A760EAB))
(comp (ref P6)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A76114E))
(comp (ref P7)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A763CBA))
(comp (ref P8)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A763CC1))
(comp (ref P9)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A763CC8))
(comp (ref P10)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A763CCF))
(comp (ref J5)
(value CONN-TAB)
(footprint SFUSat:CONN_TAB)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-Solar-Cell-DIY-Solar-Panel-Welding-Tabbing-Wire-10m-1-8-0-16mm-New/213231_32819641955.html?spm=2114.12010612.0.0.5c0c14a2RvBb40))
(libsource (lib SFUSat-power) (part CONN-TAB))
(sheetpath (names /) (tstamps /))
(tstamp 5A763CD6))
(comp (ref J6)
(value CONN-TAB)
(footprint SFUSat:CONN_TAB)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-Solar-Cell-DIY-Solar-Panel-Welding-Tabbing-Wire-10m-1-8-0-16mm-New/213231_32819641955.html?spm=2114.12010612.0.0.5c0c14a2RvBb40))
(libsource (lib SFUSat-power) (part CONN-TAB))
(sheetpath (names /) (tstamps /))
(tstamp 5A763CDD))
(comp (ref P11)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A763CF3))
(comp (ref P12)
(value JSLINTER)
(footprint SFUSat:JSLINTER-39x26)
(fields
(field (name Aliexpress) https://www.aliexpress.com/store/product/JSLINTER-150pcs-Cheap-Solar-Cell-Polycrystalline-DIY-Solar-Panel-Small-Battey-Charger-0-5V-0-18W/213231_32791938913.html?spm=2114.12010108.0.0.3521c5eAAKH1a))
(libsource (lib SFUSat-power) (part JSLINTER))
(sheetpath (names /) (tstamps /))
(tstamp 5A763CFA))
(comp (ref J11)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83AD24))
(comp (ref J12)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83B44B))
(comp (ref J13)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83B9DE))
(comp (ref J14)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83C0C8))
(comp (ref J15)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83C606))
(comp (ref J16)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83C60C))
(comp (ref J17)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83C612))
(comp (ref J18)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83C618))
(comp (ref J19)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83C7CC))
(comp (ref J20)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83C7D2))
(comp (ref J21)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83C7D8))
(comp (ref J22)
(value PC104PTH)
(footprint SFUSat:PTH-2.0mm)
(libsource (lib SFUSat) (part PC104PTH))
(sheetpath (names /) (tstamps /))
(tstamp 5A83C7DE))
(comp (ref J3)
(value MOLEX_FFC-14)
(footprint SFUSat:MOLEX_FFC-14)
(datasheet http://www.molex.com/pdm_docs/sd/5034801400_sd.pdf)
(fields
(field (name PN) 5034801400)
(field (name Digikey) WM1442CT-ND))
(libsource (lib SFUSat) (part MOLEX_FFC-14))
(sheetpath (names /) (tstamps /))
(tstamp 5AB34ADE))
(comp (ref D1)
(value D_Photo)
(footprint SFUSat:SFH2430)
(datasheet "https://www.mouser.com/ds/2/311/SFH%202430,%20Lead%20(Pb)%20Free%20Product%20-%20RoHS%20Compliant-335643.pdf")
(fields
(field (name Digikey) 475-2579-1-ND)
(field (name PN) "SFH 2430-Z"))
(libsource (lib device) (part D_Photo))
(sheetpath (names /Sun_Sensor_0/) (tstamps /5A76F256/))
(tstamp 5A76FB31))
(comp (ref U1)
(value OPA380)
(footprint SFUSat:VSSOP_8)
(datasheet http://www.ti.com/lit/ds/symlink/opa380.pdf)
(fields
(field (name Digikey) 296-16860-1-ND))
(libsource (lib SFUSat) (part OPA380))
(sheetpath (names /Sun_Sensor_0/) (tstamps /5A76F256/))
(tstamp 5A76FB38))
(comp (ref R1)
(value 2K2)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_0/) (tstamps /5A76F256/))
(tstamp 5A76FD19))
(comp (ref R2)
(value DNP)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_0/) (tstamps /5A76F256/))
(tstamp 5A76FDEE))
(comp (ref C1)
(value 0.1uF)
(footprint Capacitors_SMD:C_0402)
(libsource (lib device) (part C))
(sheetpath (names /Sun_Sensor_0/) (tstamps /5A76F256/))
(tstamp 5A76FE15))
(comp (ref D2)
(value D_Photo)
(footprint SFUSat:SFH2430)
(datasheet "https://www.mouser.com/ds/2/311/SFH%202430,%20Lead%20(Pb)%20Free%20Product%20-%20RoHS%20Compliant-335643.pdf")
(fields
(field (name Digikey) 475-2579-1-ND)
(field (name PN) "SFH 2430-Z"))
(libsource (lib device) (part D_Photo))
(sheetpath (names /Sun_Sensor_1/) (tstamps /5A772A15/))
(tstamp 5A76FB31))
(comp (ref U2)
(value OPA380)
(footprint SFUSat:VSSOP_8)
(datasheet http://www.ti.com/lit/ds/symlink/opa380.pdf)
(fields
(field (name Digikey) 296-16860-1-ND))
(libsource (lib SFUSat) (part OPA380))
(sheetpath (names /Sun_Sensor_1/) (tstamps /5A772A15/))
(tstamp 5A76FB38))
(comp (ref R3)
(value 2K2)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_1/) (tstamps /5A772A15/))
(tstamp 5A76FD19))
(comp (ref R4)
(value DNP)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_1/) (tstamps /5A772A15/))
(tstamp 5A76FDEE))
(comp (ref C2)
(value 0.1uF)
(footprint Capacitors_SMD:C_0402)
(libsource (lib device) (part C))
(sheetpath (names /Sun_Sensor_1/) (tstamps /5A772A15/))
(tstamp 5A76FE15))
(comp (ref D3)
(value D_Photo)
(footprint SFUSat:SFH2430)
(datasheet "https://www.mouser.com/ds/2/311/SFH%202430,%20Lead%20(Pb)%20Free%20Product%20-%20RoHS%20Compliant-335643.pdf")
(fields
(field (name Digikey) 475-2579-1-ND)
(field (name PN) "SFH 2430-Z"))
(libsource (lib device) (part D_Photo))
(sheetpath (names /Sun_Sensor_2/) (tstamps /5A772F45/))
(tstamp 5A76FB31))
(comp (ref U3)
(value OPA380)
(footprint SFUSat:VSSOP_8)
(datasheet http://www.ti.com/lit/ds/symlink/opa380.pdf)
(fields
(field (name Digikey) 296-16860-1-ND))
(libsource (lib SFUSat) (part OPA380))
(sheetpath (names /Sun_Sensor_2/) (tstamps /5A772F45/))
(tstamp 5A76FB38))
(comp (ref R5)
(value 2K2)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_2/) (tstamps /5A772F45/))
(tstamp 5A76FD19))
(comp (ref R6)
(value DNP)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_2/) (tstamps /5A772F45/))
(tstamp 5A76FDEE))
(comp (ref C3)
(value 0.1uF)
(footprint Capacitors_SMD:C_0402)
(libsource (lib device) (part C))
(sheetpath (names /Sun_Sensor_2/) (tstamps /5A772F45/))
(tstamp 5A76FE15))
(comp (ref D4)
(value D_Photo)
(footprint SFUSat:SFH2430)
(datasheet "https://www.mouser.com/ds/2/311/SFH%202430,%20Lead%20(Pb)%20Free%20Product%20-%20RoHS%20Compliant-335643.pdf")
(fields
(field (name Digikey) 475-2579-1-ND)
(field (name PN) "SFH 2430-Z"))
(libsource (lib device) (part D_Photo))
(sheetpath (names /Sun_Sensor_3/) (tstamps /5A7745D9/))
(tstamp 5A76FB31))
(comp (ref U4)
(value OPA380)
(footprint SFUSat:VSSOP_8)
(datasheet http://www.ti.com/lit/ds/symlink/opa380.pdf)
(fields
(field (name Digikey) 296-16860-1-ND))
(libsource (lib SFUSat) (part OPA380))
(sheetpath (names /Sun_Sensor_3/) (tstamps /5A7745D9/))
(tstamp 5A76FB38))
(comp (ref R7)
(value 2K2)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_3/) (tstamps /5A7745D9/))
(tstamp 5A76FD19))
(comp (ref R8)
(value DNP)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_3/) (tstamps /5A7745D9/))
(tstamp 5A76FDEE))
(comp (ref C4)
(value 0.1uF)
(footprint Capacitors_SMD:C_0402)
(libsource (lib device) (part C))
(sheetpath (names /Sun_Sensor_3/) (tstamps /5A7745D9/))
(tstamp 5A76FE15))
(comp (ref D5)
(value D_Photo)
(footprint SFUSat:SFH2430)
(datasheet "https://www.mouser.com/ds/2/311/SFH%202430,%20Lead%20(Pb)%20Free%20Product%20-%20RoHS%20Compliant-335643.pdf")
(fields
(field (name Digikey) 475-2579-1-ND)
(field (name PN) "SFH 2430-Z"))
(libsource (lib device) (part D_Photo))
(sheetpath (names /Sun_Sensor_4/) (tstamps /5A774F8F/))
(tstamp 5A76FB31))
(comp (ref U5)
(value OPA380)
(footprint SFUSat:VSSOP_8)
(datasheet http://www.ti.com/lit/ds/symlink/opa380.pdf)
(fields
(field (name Digikey) 296-16860-1-ND))
(libsource (lib SFUSat) (part OPA380))
(sheetpath (names /Sun_Sensor_4/) (tstamps /5A774F8F/))
(tstamp 5A76FB38))
(comp (ref R9)
(value 2K2)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_4/) (tstamps /5A774F8F/))
(tstamp 5A76FD19))
(comp (ref R10)
(value DNP)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_4/) (tstamps /5A774F8F/))
(tstamp 5A76FDEE))
(comp (ref C5)
(value 0.1uF)
(footprint Capacitors_SMD:C_0402)
(libsource (lib device) (part C))
(sheetpath (names /Sun_Sensor_4/) (tstamps /5A774F8F/))
(tstamp 5A76FE15))
(comp (ref D6)
(value D_Photo)
(footprint SFUSat:SFH2430)
(datasheet "https://www.mouser.com/ds/2/311/SFH%202430,%20Lead%20(Pb)%20Free%20Product%20-%20RoHS%20Compliant-335643.pdf")
(fields
(field (name Digikey) 475-2579-1-ND)
(field (name PN) "SFH 2430-Z"))
(libsource (lib device) (part D_Photo))
(sheetpath (names /Sun_Sensor_5/) (tstamps /5A77A1BB/))
(tstamp 5A76FB31))
(comp (ref U6)
(value OPA380)
(footprint SFUSat:VSSOP_8)
(datasheet http://www.ti.com/lit/ds/symlink/opa380.pdf)
(fields
(field (name Digikey) 296-16860-1-ND))
(libsource (lib SFUSat) (part OPA380))
(sheetpath (names /Sun_Sensor_5/) (tstamps /5A77A1BB/))
(tstamp 5A76FB38))
(comp (ref R11)
(value 2K2)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_5/) (tstamps /5A77A1BB/))
(tstamp 5A76FD19))
(comp (ref R12)
(value DNP)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R))
(sheetpath (names /Sun_Sensor_5/) (tstamps /5A77A1BB/))
(tstamp 5A76FDEE))
(comp (ref C6)
(value 0.1uF)
(footprint Capacitors_SMD:C_0402)
(libsource (lib device) (part C))
(sheetpath (names /Sun_Sensor_5/) (tstamps /5A77A1BB/))
(tstamp 5A76FE15)))
(libparts
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib SFUSat-power) (part CONN-TAB)
(footprints
(fp CONN_TAB))
(fields
(field (name Reference) J)
(field (name Value) CONN-TAB))
(pins
(pin (num 1) (name ~) (type input))))
(libpart (lib device) (part D_Photo)
(description Photodiode)
(footprints
(fp *photodiode*))
(fields
(field (name Reference) D)
(field (name Value) D_Photo))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib SFUSat-power) (part JSLINTER)
(description "Bare PV cell. JSLINTER 0.5V 0.27W 39x39mm")
(docs https://www.aliexpress.com/store/product/JSLINTER-100pcs-mini-Solar-Cell-Polycrystalline-Batteries-DIY-Prices-Cheap-Photovoltaic-Solar-Panel-China-0-5V/213231_32794663912.html?spm=2114.12010612.0.0.3752b5b1d29vhO)
(footprints
(fp JSLINTER*))
(fields
(field (name Reference) P)
(field (name Value) JSLINTER))
(pins
(pin (num 1) (name P) (type power_in))
(pin (num 2) (name N) (type passive))))
(libpart (lib SFUSat) (part MOLEX_FFC-14)
(footprints
(fp MOLEX_FFC-14))
(fields
(field (name Reference) J)
(field (name Value) MOLEX_FFC-14))
(pins
(pin (num 1) (name ~) (type BiDi))
(pin (num 2) (name ~) (type BiDi))
(pin (num 3) (name ~) (type BiDi))
(pin (num 4) (name ~) (type BiDi))
(pin (num 5) (name ~) (type BiDi))
(pin (num 6) (name ~) (type BiDi))
(pin (num 7) (name ~) (type BiDi))
(pin (num 8) (name ~) (type BiDi))
(pin (num 9) (name ~) (type BiDi))
(pin (num 10) (name ~) (type BiDi))
(pin (num 11) (name ~) (type BiDi))
(pin (num 12) (name ~) (type BiDi))
(pin (num 13) (name ~) (type BiDi))
(pin (num 14) (name ~) (type BiDi))
(pin (num SHLD) (name ~) (type passive))))
(libpart (lib SFUSat) (part OPA380)
(footprints
(fp VSSOP_8))
(fields
(field (name Reference) U)
(field (name Value) OPA380))
(pins
(pin (num 2) (name -) (type input))
(pin (num 3) (name +) (type input))
(pin (num 4) (name V-) (type power_in))
(pin (num 6) (name ~) (type output))
(pin (num 7) (name V+) (type power_in))))
(libpart (lib SFUSat) (part PC104PTH)
(fields
(field (name Reference) J)
(field (name Value) PC104PTH))
(pins
(pin (num 1) (name GND) (type passive))))
(libpart (lib device) (part R)
(description Resistor)
(footprints
(fp R_*)
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive)))))
(libraries
(library (logical device)
(uri /usr/share/kicad/library/device.lib))
(library (logical SFUSat)
(uri /home/tobi/Cubesat/cubesat-panel/KiCad-Lib/SFUSat.lib))
(library (logical SFUSat-power)
(uri /home/tobi/Cubesat/cubesat-panel/KiCad-Lib/SFUSat-power.lib)))
(nets
(net (code 1) (name GND)
(node (ref R2) (pin 2))
(node (ref U1) (pin 4))
(node (ref U1) (pin 3))
(node (ref D1) (pin 2))
(node (ref U2) (pin 4))
(node (ref R4) (pin 2))
(node (ref U2) (pin 3))
(node (ref D2) (pin 2))
(node (ref J9) (pin 2))
(node (ref J10) (pin 7))
(node (ref J10) (pin 2))
(node (ref J9) (pin SHLD))
(node (ref J9) (pin 13))
(node (ref J9) (pin 8))
(node (ref J9) (pin 7))
(node (ref J15) (pin 1))
(node (ref J10) (pin 8))
(node (ref J10) (pin 13))
(node (ref J10) (pin SHLD))
(node (ref J11) (pin 1))
(node (ref J12) (pin 1))
(node (ref J13) (pin 1))
(node (ref J14) (pin 1))
(node (ref J16) (pin 1))
(node (ref J17) (pin 1))
(node (ref J18) (pin 1))
(node (ref J19) (pin 1))
(node (ref J20) (pin 1))
(node (ref J21) (pin 1))
(node (ref J22) (pin 1))
(node (ref U5) (pin 3))
(node (ref R10) (pin 2))
(node (ref U5) (pin 4))
(node (ref D5) (pin 2))
(node (ref U6) (pin 4))
(node (ref U6) (pin 3))
(node (ref D6) (pin 2))
(node (ref R12) (pin 2))
(node (ref R6) (pin 2))
(node (ref U3) (pin 4))
(node (ref U3) (pin 3))
(node (ref D3) (pin 2))
(node (ref U4) (pin 4))
(node (ref D4) (pin 2))
(node (ref U4) (pin 3))
(node (ref R8) (pin 2))
(node (ref J3) (pin 2))
(node (ref J3) (pin 7))
(node (ref J3) (pin 13))
(node (ref J3) (pin SHLD))
(node (ref J3) (pin 8)))
(net (code 2) (name /D1)
(node (ref J3) (pin 12))
(node (ref U6) (pin 6))
(node (ref R11) (pin 1))
(node (ref R12) (pin 1))
(node (ref J9) (pin 12))
(node (ref C6) (pin 1)))
(net (code 3) (name /D2)
(node (ref R10) (pin 1))
(node (ref R9) (pin 1))
(node (ref U5) (pin 6))
(node (ref C5) (pin 1))
(node (ref J9) (pin 11))
(node (ref J3) (pin 11)))
(net (code 4) (name /D3)
(node (ref R7) (pin 1))
(node (ref R8) (pin 1))
(node (ref C4) (pin 1))
(node (ref U4) (pin 6))
(node (ref J3) (pin 10))
(node (ref J9) (pin 10)))
(net (code 5) (name "Net-(J10-Pad3)")
(node (ref J10) (pin 3)))
(net (code 6) (name "Net-(J10-Pad4)")
(node (ref J10) (pin 4)))
(net (code 7) (name "Net-(J10-Pad5)")
(node (ref J10) (pin 5)))
(net (code 8) (name "Net-(J10-Pad10)")
(node (ref J10) (pin 10)))
(net (code 9) (name "Net-(J10-Pad11)")
(node (ref J10) (pin 11)))
(net (code 10) (name "Net-(J10-Pad12)")
(node (ref J10) (pin 12)))
(net (code 11) (name /DA)
(node (ref J3) (pin 9))
(node (ref J9) (pin 9))
(node (ref J10) (pin 9)))
(net (code 12) (name /DB)
(node (ref J10) (pin 6))
(node (ref J9) (pin 6))
(node (ref J3) (pin 6)))
(net (code 13) (name /D6)
(node (ref R2) (pin 1))
(node (ref J3) (pin 5))
(node (ref C1) (pin 1))
(node (ref U1) (pin 6))
(node (ref R1) (pin 1))
(node (ref J9) (pin 5)))
(net (code 14) (name /D7)
(node (ref U2) (pin 6))
(node (ref C2) (pin 1))
(node (ref R4) (pin 1))
(node (ref R3) (pin 1))
(node (ref J9) (pin 4))
(node (ref J3) (pin 4)))
(net (code 15) (name /D8)
(node (ref C3) (pin 1))
(node (ref J9) (pin 3))
(node (ref R6) (pin 1))
(node (ref U3) (pin 6))
(node (ref R5) (pin 1))
(node (ref J3) (pin 3)))
(net (code 16) (name "Net-(P1-Pad2)")
(node (ref P1) (pin 2))
(node (ref P2) (pin 1)))
(net (code 17) (name "Net-(P4-Pad2)")
(node (ref P5) (pin 1))
(node (ref P4) (pin 2)))
(net (code 18) (name "Net-(P5-Pad2)")
(node (ref P5) (pin 2))
(node (ref P6) (pin 1)))
(net (code 19) (name "Net-(P3-Pad2)")
(node (ref P3) (pin 2))
(node (ref P4) (pin 1)))
(net (code 20) (name "Net-(P2-Pad2)")
(node (ref P3) (pin 1))
(node (ref P2) (pin 2)))
(net (code 21) (name /PV1+)
(node (ref P1) (pin 1))
(node (ref J1) (pin 1)))
(net (code 22) (name "Net-(P7-Pad2)")
(node (ref P7) (pin 2))
(node (ref P8) (pin 1)))
(net (code 23) (name "Net-(P8-Pad2)")
(node (ref P9) (pin 1))
(node (ref P8) (pin 2)))
(net (code 24) (name "Net-(P10-Pad1)")
(node (ref P9) (pin 2))
(node (ref P10) (pin 1)))
(net (code 25) (name /3V3)
(node (ref U4) (pin 7))
(node (ref J3) (pin 1))
(node (ref J10) (pin 1))
(node (ref J9) (pin 14))
(node (ref J3) (pin 14))
(node (ref U6) (pin 7))
(node (ref J10) (pin 14))
(node (ref U5) (pin 7))
(node (ref U1) (pin 7))
(node (ref J9) (pin 1))
(node (ref U3) (pin 7))
(node (ref U2) (pin 7)))
(net (code 26) (name "Net-(P10-Pad2)")
(node (ref P11) (pin 1))
(node (ref P10) (pin 2)))
(net (code 27) (name /PV1-)
(node (ref P6) (pin 2))
(node (ref J2) (pin 1)))
(net (code 28) (name /PV2+)
(node (ref P7) (pin 1))
(node (ref J5) (pin 1)))
(net (code 29) (name /PV2-)
(node (ref P12) (pin 2))
(node (ref J6) (pin 1)))
(net (code 30) (name "Net-(P11-Pad2)")
(node (ref P12) (pin 1))
(node (ref P11) (pin 2)))
(net (code 31) (name "Net-(C1-Pad2)")
(node (ref R1) (pin 2))
(node (ref C1) (pin 2))
(node (ref U1) (pin 2))
(node (ref D1) (pin 1)))
(net (code 32) (name "Net-(C2-Pad2)")
(node (ref C2) (pin 2))
(node (ref R3) (pin 2))
(node (ref U2) (pin 2))
(node (ref D2) (pin 1)))
(net (code 33) (name "Net-(C3-Pad2)")
(node (ref R5) (pin 2))
(node (ref D3) (pin 1))
(node (ref U3) (pin 2))
(node (ref C3) (pin 2)))
(net (code 34) (name "Net-(C4-Pad2)")
(node (ref C4) (pin 2))
(node (ref D4) (pin 1))
(node (ref U4) (pin 2))
(node (ref R7) (pin 2)))
(net (code 35) (name "Net-(C5-Pad2)")
(node (ref R9) (pin 2))
(node (ref D5) (pin 1))
(node (ref U5) (pin 2))
(node (ref C5) (pin 2)))
(net (code 36) (name "Net-(C6-Pad2)")
(node (ref U6) (pin 2))
(node (ref D6) (pin 1))
(node (ref R11) (pin 2))
(node (ref C6) (pin 2)))))