-
Notifications
You must be signed in to change notification settings - Fork 0
/
RoomSensorV2.net
928 lines (928 loc) · 35.1 KB
/
RoomSensorV2.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
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
(export (version D)
(design
(source /Users/sebas/Documents/KiCad/RoomSensorV2/RoomSensorV2.sch)
(date "2021 April 13, Tuesday 19:36:20")
(tool "Eeschema (5.1.9-0-10_14)")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title RoomSensorV2)
(company dehnes.com)
(rev 1.0)
(date 2021-03-06)
(source RoomSensorV2.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref BT1)
(value "3xAA 3.3-4.5V")
(footprint RoomSensorV2:Battery_holder_3xAA)
(datasheet ~)
(libsource (lib Device) (part Battery) (description "Multiple-cell battery"))
(sheetpath (names /) (tstamps /))
(tstamp 6043EA80))
(comp (ref U4)
(value RN2483-I_RM095)
(footprint RoomSensorV2:RM095)
(datasheet https://ww1.microchip.com/downloads/en/DeviceDoc/RN2483-Data-Sheet-DS50002346E.pdf)
(fields
(field (name MANUFACTURER) Microchip))
(libsource (lib RoomSensorV2) (part RN2483-I_RM095) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 604443EF))
(comp (ref R2)
(value 4k7)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 6044CC63))
(comp (ref R3)
(value 4k7)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 6044D322))
(comp (ref R4)
(value R_PHOTO)
(footprint OptoDevice:R_LDR_4.9x4.2mm_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Device) (part R_PHOTO) (description Photoresistor))
(sheetpath (names /) (tstamps /))
(tstamp 6046A4AE))
(comp (ref R5)
(value "10k / 100k")
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 6046B771))
(comp (ref R6)
(value 10k)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 6046DD34))
(comp (ref R7)
(value 10k)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 6046E33E))
(comp (ref U2)
(value ChipCap2-SIP)
(footprint RoomSensorV2:ChipCap2SIP)
(libsource (lib RoomSensorV2) (part ChipCap2-SIP) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 6047DEC1))
(comp (ref AE1)
(value Antenna)
(footprint Connector_Wire:SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm)
(datasheet ~)
(libsource (lib Device) (part Antenna) (description Antenna))
(sheetpath (names /) (tstamps /))
(tstamp 604A5A95))
(comp (ref U5)
(value TC1186)
(footprint Package_TO_SOT_SMD:SOT-23-5)
(datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/21350E.pdf)
(libsource (lib Regulator_Linear) (part TC1186) (description "150mA Low Dropout Regulator with ERROR output in 5-Pin SOT-23 package"))
(sheetpath (names /) (tstamps /))
(tstamp 60757986))
(comp (ref C7)
(value 4n7)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 6076E79F))
(comp (ref R9)
(value 1M)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 60772699))
(comp (ref J1)
(value Conn_01x03)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x03) (description "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 6078F701))
(comp (ref C8)
(value 10uF)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 607B1BB6))
(comp (ref C9)
(value 10uF)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 607C8714))
(comp (ref R1)
(value 10k)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 60461C74))
(comp (ref Q1)
(value TP0606N3-G)
(footprint Package_TO_SOT_THT:TO-92L_Inline)
(datasheet http://www.vishay.com/docs/70209/70209.pdf)
(libsource (lib Transistor_FET) (part TP0610L) (description "-0.18A Id, -60V Vds, P-Channel MOSFET, TO-92"))
(sheetpath (names /) (tstamps /))
(tstamp 6060ABF8))
(comp (ref U1)
(value DS3231SN#)
(footprint Package_SO:SOIC-16W_7.5x10.3mm_P1.27mm)
(datasheet https://no.mouser.com/datasheet/2/256/DS3231-1513891.pdf)
(fields
(field (name MANUFACTURER) "Maxim Intergrated"))
(libsource (lib RoomSensorV2) (part DS3231SN#) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 60617FBF))
(comp (ref J2)
(value Conn_01x02)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 6079A96D))
(comp (ref J4)
(value SHF-105-01-F-D-SM)
(footprint RoomSensorV2:SHF-105-01-X-D-SM)
(datasheet http://infocenter.arm.com/help/topic/com.arm.doc.ddi0314h/DDI0314H_coresight_components_trm.pdf)
(libsource (lib Connector) (part Conn_ARM_JTAG_SWD_10) (description "Cortex Debug Connector, standard ARM Cortex-M SWD and JTAG interface"))
(sheetpath (names /) (tstamps /))
(tstamp 6088BF2F))
(comp (ref R12)
(value 1k)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 60891B7E))
(comp (ref C11)
(value 100n)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 608AC56F))
(comp (ref R11)
(value 100k)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 608CC453))
(comp (ref U3)
(value ATSAMD21G18A-A)
(footprint Package_QFP:TQFP-48_7x7mm_P0.5mm)
(datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/SAM_D21_DA1_Family_Data%20Sheet_DS40001882E.pdf)
(libsource (lib RoomSensorV2) (part ATSAMD21G18A-A) (description "SAM D21 Microchip SMART ARM-based Flash MCU, 48Mhz, 64K Flash, 8K SRAM, TQFP-48"))
(sheetpath (names /) (tstamps /))
(tstamp 60A4843F))
(comp (ref C2)
(value 100n)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60A53ABC))
(comp (ref C1)
(value 100n)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60A6E1DF))
(comp (ref C4)
(value 100n)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60A88698))
(comp (ref C5)
(value 100n)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60AA5593))
(comp (ref C6)
(value 4u7)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60AA6CED))
(comp (ref C3)
(value 1uF)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60AD483C))
(comp (ref R10)
(value 300R)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 60BAF5C3))
(comp (ref D1)
(value "LED BLUE APTD2012LQBC/D")
(footprint LED_SMD:LED_0805_2012Metric)
(datasheet https://no.mouser.com/datasheet/2/216/APTD2012LQBC-D-1102003.pdf)
(libsource (lib Device) (part LED) (description "Light emitting diode"))
(sheetpath (names /) (tstamps /))
(tstamp 60BA9C37))
(comp (ref J3)
(value DX07S016JA1R1500)
(footprint RoomSensorV2:JAE_DX07S016JA1R1500)
(fields
(field (name MANUFACTURER) "JAE Industry Ltd.")
(field (name MAXIMUM_PACKAGE_HEIGHT) "3.31 mm")
(field (name PARTREV) 1)
(field (name STANDARD) "Manufacturer Recommendations"))
(libsource (lib RoomSensorV2) (part DX07S016JA1R1500) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 60761D22))
(comp (ref D2)
(value PRTR5V0U2X,215)
(footprint RoomSensorV2:SOT143B)
(libsource (lib RoomSensorV2) (part PRTR5V0U2X,215) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 6074EEC6))
(comp (ref R8)
(value 5k1)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 60807F89))
(comp (ref R13)
(value 5k1)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 6080910D))
(comp (ref C10)
(value 1uF)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60761D24))
(comp (ref TP1)
(value TestPoint_2Pole)
(footprint Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm)
(datasheet ~)
(libsource (lib Connector) (part TestPoint_2Pole) (description "2-polar test point"))
(sheetpath (names /) (tstamps /))
(tstamp 607E2644)))
(libparts
(libpart (lib Connector) (part Conn_ARM_JTAG_SWD_10)
(description "Cortex Debug Connector, standard ARM Cortex-M SWD and JTAG interface")
(docs http://infocenter.arm.com/help/topic/com.arm.doc.ddi0314h/DDI0314H_coresight_components_trm.pdf)
(footprints
(fp PinHeader?2x05?P1.27mm*))
(fields
(field (name Reference) J)
(field (name Value) Conn_ARM_JTAG_SWD_10))
(pins
(pin (num 1) (name VTref) (type power_in))
(pin (num 2) (name SWDIO/TMS) (type BiDi))
(pin (num 3) (name GND) (type power_in))
(pin (num 4) (name SWDCLK/TCK) (type output))
(pin (num 5) (name GND) (type passive))
(pin (num 6) (name SWO/TDO) (type input))
(pin (num 7) (name KEY) (type NotConnected))
(pin (num 8) (name NC/TDI) (type output))
(pin (num 9) (name GNDDetect) (type passive))
(pin (num 10) (name ~RESET~) (type openCol))))
(libpart (lib Connector) (part TestPoint_2Pole)
(description "2-polar test point")
(docs ~)
(footprints
(fp Pin*)
(fp Test*))
(fields
(field (name Reference) TP)
(field (name Value) TestPoint_2Pole))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib Connector_Generic) (part Conn_01x02)
(description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x02))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))))
(libpart (lib Connector_Generic) (part Conn_01x03)
(description "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x03))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))))
(libpart (lib Device) (part Antenna)
(description Antenna)
(docs ~)
(fields
(field (name Reference) AE)
(field (name Value) Antenna))
(pins
(pin (num 1) (name A) (type input))))
(libpart (lib Device) (part Battery)
(description "Multiple-cell battery")
(docs ~)
(fields
(field (name Reference) BT)
(field (name Value) Battery))
(pins
(pin (num 1) (name +) (type passive))
(pin (num 2) (name -) (type passive))))
(libpart (lib Device) (part C_Small)
(description "Unpolarized capacitor, small symbol")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part LED)
(description "Light emitting diode")
(docs ~)
(footprints
(fp LED*)
(fp LED_SMD:*)
(fp LED_THT:*))
(fields
(field (name Reference) D)
(field (name Value) LED))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib Device) (part R)
(description Resistor)
(docs ~)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part R_PHOTO)
(description Photoresistor)
(docs ~)
(footprints
(fp *LDR*)
(fp R?LDR*))
(fields
(field (name Reference) R)
(field (name Value) R_PHOTO))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Regulator_Linear) (part TC1054)
(aliases
(alias TC1055)
(alias TC1186))
(description "50mA Low Dropout Regulator with ERROR output in 5-Pin SOT-23 package")
(docs http://ww1.microchip.com/downloads/en/DeviceDoc/21350E.pdf)
(footprints
(fp SOT?23*))
(fields
(field (name Reference) U)
(field (name Value) TC1054)
(field (name Footprint) Package_TO_SOT_SMD:SOT-23-5))
(pins
(pin (num 1) (name Vin) (type power_in))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name ~SHDN) (type input))
(pin (num 4) (name ~ERROR) (type openCol))
(pin (num 5) (name Vout) (type power_out))))
(libpart (lib RoomSensorV2) (part ATSAMD21G18A-A)
(description "SAM D21 Microchip SMART ARM-based Flash MCU, 48Mhz, 64K Flash, 8K SRAM, TQFP-48")
(docs http://ww1.microchip.com/downloads/en/DeviceDoc/SAM_D21_DA1_Family_Data%20Sheet_DS40001882E.pdf)
(footprints
(fp TQFP*7x7mm*P0.5mm*))
(fields
(field (name Reference) U)
(field (name Value) ATSAMD21G18A-A)
(field (name Footprint) Package_QFP:TQFP-48_7x7mm_P0.5mm))
(pins
(pin (num 1) (name PA00) (type BiDi))
(pin (num 2) (name PA01) (type BiDi))
(pin (num 3) (name PA02) (type BiDi))
(pin (num 4) (name PA03) (type BiDi))
(pin (num 5) (name GNDANA) (type power_in))
(pin (num 6) (name VDDANA) (type power_in))
(pin (num 7) (name PB08) (type BiDi))
(pin (num 8) (name PB09) (type BiDi))
(pin (num 9) (name PA04) (type BiDi))
(pin (num 10) (name PA05) (type BiDi))
(pin (num 11) (name PA06) (type BiDi))
(pin (num 12) (name PA07) (type BiDi))
(pin (num 13) (name PA08) (type BiDi))
(pin (num 14) (name PA09) (type BiDi))
(pin (num 15) (name PA10) (type BiDi))
(pin (num 16) (name PA11) (type BiDi))
(pin (num 17) (name VDDIO) (type power_in))
(pin (num 18) (name GND) (type power_in))
(pin (num 19) (name PB10) (type BiDi))
(pin (num 20) (name PB11) (type BiDi))
(pin (num 21) (name PA12) (type BiDi))
(pin (num 22) (name PA13) (type BiDi))
(pin (num 23) (name PA14) (type BiDi))
(pin (num 24) (name PA15) (type BiDi))
(pin (num 25) (name PA16) (type BiDi))
(pin (num 26) (name PA17) (type BiDi))
(pin (num 27) (name PA18) (type BiDi))
(pin (num 28) (name PA19) (type BiDi))
(pin (num 29) (name PA20) (type BiDi))
(pin (num 30) (name PA21) (type BiDi))
(pin (num 31) (name PA22) (type BiDi))
(pin (num 32) (name PA23) (type BiDi))
(pin (num 33) (name PA24/USB_DM) (type BiDi))
(pin (num 34) (name PA25/USB_DP) (type BiDi))
(pin (num 35) (name GND) (type power_in))
(pin (num 36) (name VDDIO) (type power_in))
(pin (num 37) (name PB22) (type BiDi))
(pin (num 38) (name PB23) (type BiDi))
(pin (num 39) (name PA27) (type BiDi))
(pin (num 40) (name ~RESET) (type input))
(pin (num 41) (name PA28) (type BiDi))
(pin (num 42) (name GND) (type power_in))
(pin (num 43) (name VDDCORE) (type power_out))
(pin (num 44) (name VDDIN) (type power_in))
(pin (num 45) (name PA30) (type BiDi))
(pin (num 46) (name PA31) (type BiDi))
(pin (num 47) (name PB02) (type BiDi))
(pin (num 48) (name PB03) (type BiDi))))
(libpart (lib RoomSensorV2) (part ChipCap2-SIP)
(fields
(field (name Reference) U)
(field (name Value) ChipCap2-SIP)
(field (name Footprint) RoomSensorV2:ChipCap2SIP))
(pins
(pin (num 1) (name SCL) (type input))
(pin (num 2) (name VDD) (type input))
(pin (num 3) (name VSS) (type input))
(pin (num 4) (name SDA) (type input))))
(libpart (lib RoomSensorV2) (part DS3231SN#)
(docs https://no.mouser.com/datasheet/2/256/DS3231-1513891.pdf)
(fields
(field (name Reference) U)
(field (name Value) DS3231SN#)
(field (name Footprint) SOIC127P1032X265-16N)
(field (name MANUFACTURER) "Maxim Intergrated"))
(pins
(pin (num 1) (name 32KHZ) (type output))
(pin (num 2) (name VCC) (type power_in))
(pin (num 3) (name SQW/~INT) (type output))
(pin (num 4) (name ~RST) (type input))
(pin (num 5) (name NC) (type input))
(pin (num 6) (name NC) (type input))
(pin (num 7) (name NC) (type input))
(pin (num 8) (name NC) (type input))
(pin (num 9) (name NC) (type input))
(pin (num 10) (name NC) (type input))
(pin (num 11) (name NC) (type input))
(pin (num 12) (name NC) (type input))
(pin (num 13) (name GND) (type power_in))
(pin (num 14) (name VBAT) (type power_in))
(pin (num 15) (name SDA) (type BiDi))
(pin (num 16) (name SCL) (type input))))
(libpart (lib RoomSensorV2) (part DX07S016JA1R1500)
(fields
(field (name Reference) J)
(field (name Value) DX07S016JA1R1500)
(field (name Footprint) RoomSensorV2:JAE_DX07S016JA1R1500)
(field (name MAXIMUM_PACKAGE_HEIGHT) "3.31 mm")
(field (name PARTREV) 1)
(field (name MANUFACTURER) "JAE Industry Ltd.")
(field (name STANDARD) "Manufacturer Recommendations"))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name VBUS) (type power_in))
(pin (num 3) (name CC1) (type passive))
(pin (num 4) (name SBU2) (type passive))
(pin (num 5) (name D-) (type passive))
(pin (num 6) (name D+) (type passive))
(pin (num 7) (name D+) (type passive))
(pin (num 8) (name D-) (type passive))
(pin (num 9) (name CC2) (type passive))
(pin (num 10) (name SBU1) (type passive))
(pin (num 11) (name VBUS) (type power_in))
(pin (num 12) (name GND) (type power_in))
(pin (num S1) (name SHIELD) (type passive))
(pin (num S2) (name SHIELD) (type passive))
(pin (num S3) (name SHIELD) (type passive))
(pin (num S4) (name SHIELD) (type passive))
(pin (num S5) (name SHIELD) (type passive))
(pin (num S6) (name SHIELD) (type passive))))
(libpart (lib RoomSensorV2) (part PRTR5V0U2X,215)
(fields
(field (name Reference) D)
(field (name Value) PRTR5V0U2X,215)
(field (name Footprint) SOT143B))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))
(pin (num 3) (name ~) (type passive))
(pin (num 4) (name ~) (type passive))))
(libpart (lib RoomSensorV2) (part RN2483-I_RM095)
(fields
(field (name Reference) MODULE)
(field (name Value) RN2483-I_RM095)
(field (name Footprint) MICROCHIP_RN2483-I/RM095)
(field (name MANUFACTURER) Microchip))
(pins
(pin (num 1) (name GND) (type passive))
(pin (num 2) (name UART_RTS) (type output))
(pin (num 3) (name UART_CTS) (type input))
(pin (num 4) (name RESERVED1) (type passive))
(pin (num 5) (name RESERVED2) (type passive))
(pin (num 6) (name UART_TX) (type output))
(pin (num 7) (name UART_RX) (type input))
(pin (num 8) (name GND) (type passive))
(pin (num 9) (name GPIO13) (type BiDi))
(pin (num 10) (name GPIO12) (type BiDi))
(pin (num 11) (name GND) (type passive))
(pin (num 12) (name VDD1) (type power_in))
(pin (num 13) (name GPIO11) (type BiDi))
(pin (num 14) (name GPIO10) (type BiDi))
(pin (num 20) (name GND) (type passive))
(pin (num 21) (name GND) (type passive))
(pin (num 22) (name GND) (type passive))
(pin (num 23) (name RFH) (type input))
(pin (num 24) (name GND) (type passive))
(pin (num 25) (name RFL) (type input))
(pin (num 26) (name GND) (type passive))
(pin (num 27) (name GND) (type passive))
(pin (num 28) (name GND) (type passive))
(pin (num 30) (name TEST0) (type passive))
(pin (num 31) (name TEST1) (type passive))
(pin (num 32) (name ~RESET) (type input))
(pin (num 33) (name GND) (type passive))
(pin (num 34) (name VDD2) (type power_in))
(pin (num 35) (name GPIO0) (type BiDi))
(pin (num 36) (name GPIO1) (type BiDi))
(pin (num 37) (name GPIO2) (type BiDi))
(pin (num 38) (name GPIO3) (type BiDi))
(pin (num 39) (name GPIO4) (type BiDi))
(pin (num 40) (name GPIO5) (type BiDi))
(pin (num 41) (name GND) (type passive))
(pin (num 43) (name GPIO6) (type BiDi))
(pin (num 44) (name GPIO7) (type BiDi))
(pin (num 45) (name GPIO8) (type BiDi))
(pin (num 46) (name GPIO9) (type BiDi))
(pin (num 47) (name GND) (type passive))))
(libpart (lib Transistor_FET) (part TP0610L)
(aliases
(alias VP0610L))
(description "-0.18A Id, -60V Vds, P-Channel MOSFET, TO-92")
(docs http://www.vishay.com/docs/70209/70209.pdf)
(footprints
(fp TO?92L*))
(fields
(field (name Reference) Q)
(field (name Value) TP0610L)
(field (name Footprint) Package_TO_SOT_THT:TO-92L_Inline))
(pins
(pin (num 1) (name S) (type passive))
(pin (num 2) (name G) (type input))
(pin (num 3) (name D) (type passive)))))
(libraries
(library (logical Connector)
(uri "/Library/Application Support/kicad/library/Connector.lib"))
(library (logical Connector_Generic)
(uri "/Library/Application Support/kicad/library/Connector_Generic.lib"))
(library (logical Device)
(uri "/Library/Application Support/kicad/library/Device.lib"))
(library (logical Regulator_Linear)
(uri "/Library/Application Support/kicad/library/Regulator_Linear.lib"))
(library (logical RoomSensorV2)
(uri /Users/sebas/Documents/KiCad/RoomSensorV2/RoomSensorV2.lib))
(library (logical Transistor_FET)
(uri "/Library/Application Support/kicad/library/Transistor_FET.lib")))
(nets
(net (code 1) (name "Net-(U4-Pad10)")
(node (ref U4) (pin 10)))
(net (code 2) (name "Net-(U4-Pad13)")
(node (ref U4) (pin 13)))
(net (code 3) (name "Net-(U4-Pad14)")
(node (ref U4) (pin 14)))
(net (code 4) (name "Net-(U4-Pad2)")
(node (ref U4) (pin 2)))
(net (code 5) (name "Net-(U4-Pad25)")
(node (ref U4) (pin 25)))
(net (code 6) (name "Net-(U4-Pad30)")
(node (ref U4) (pin 30)))
(net (code 7) (name "Net-(U4-Pad31)")
(node (ref U4) (pin 31)))
(net (code 8) (name RN2483_RESET)
(node (ref U3) (pin 19))
(node (ref U4) (pin 32)))
(net (code 9) (name "Net-(U4-Pad35)")
(node (ref U4) (pin 35)))
(net (code 10) (name "Net-(U4-Pad36)")
(node (ref U4) (pin 36)))
(net (code 11) (name "Net-(U4-Pad37)")
(node (ref U4) (pin 37)))
(net (code 12) (name "Net-(U4-Pad38)")
(node (ref U4) (pin 38)))
(net (code 13) (name "Net-(U4-Pad39)")
(node (ref U4) (pin 39)))
(net (code 14) (name "Net-(U4-Pad4)")
(node (ref U4) (pin 4)))
(net (code 15) (name "Net-(U4-Pad40)")
(node (ref U4) (pin 40)))
(net (code 16) (name "Net-(U4-Pad43)")
(node (ref U4) (pin 43)))
(net (code 17) (name "Net-(U4-Pad44)")
(node (ref U4) (pin 44)))
(net (code 18) (name "Net-(U4-Pad45)")
(node (ref U4) (pin 45)))
(net (code 19) (name "Net-(U4-Pad46)")
(node (ref U4) (pin 46)))
(net (code 20) (name "Net-(U4-Pad5)")
(node (ref U4) (pin 5)))
(net (code 21) (name "Net-(U4-Pad9)")
(node (ref U4) (pin 9)))
(net (code 22) (name 3V3)
(node (ref U4) (pin 34))
(node (ref C10) (pin 2))
(node (ref C6) (pin 1))
(node (ref C5) (pin 1))
(node (ref U4) (pin 12))
(node (ref R2) (pin 1))
(node (ref R3) (pin 1))
(node (ref C1) (pin 1))
(node (ref R4) (pin 1))
(node (ref C2) (pin 1))
(node (ref U3) (pin 6))
(node (ref U3) (pin 36))
(node (ref U3) (pin 17))
(node (ref R11) (pin 1))
(node (ref R12) (pin 1))
(node (ref J4) (pin 1))
(node (ref U1) (pin 2))
(node (ref U2) (pin 2))
(node (ref C9) (pin 2))
(node (ref U5) (pin 5)))
(net (code 23) (name V_Bat)
(node (ref J1) (pin 1))
(node (ref BT1) (pin 1)))
(net (code 24) (name GND)
(node (ref TP1) (pin 2))
(node (ref U3) (pin 5))
(node (ref U3) (pin 42))
(node (ref U3) (pin 35))
(node (ref U3) (pin 18))
(node (ref C11) (pin 2))
(node (ref BT1) (pin 2))
(node (ref U4) (pin 1))
(node (ref C2) (pin 2))
(node (ref R5) (pin 2))
(node (ref U5) (pin 2))
(node (ref U4) (pin 11))
(node (ref U4) (pin 20))
(node (ref U4) (pin 21))
(node (ref C7) (pin 2))
(node (ref C10) (pin 1))
(node (ref R9) (pin 2))
(node (ref R13) (pin 1))
(node (ref R8) (pin 2))
(node (ref C1) (pin 2))
(node (ref C8) (pin 1))
(node (ref R7) (pin 2))
(node (ref C9) (pin 1))
(node (ref U2) (pin 3))
(node (ref J3) (pin 12))
(node (ref J3) (pin 1))
(node (ref D1) (pin 1))
(node (ref U4) (pin 22))
(node (ref U4) (pin 24))
(node (ref C3) (pin 2))
(node (ref U4) (pin 26))
(node (ref U4) (pin 27))
(node (ref U4) (pin 28))
(node (ref U4) (pin 3))
(node (ref U4) (pin 33))
(node (ref U4) (pin 41))
(node (ref U4) (pin 47))
(node (ref U1) (pin 13))
(node (ref C6) (pin 2))
(node (ref U1) (pin 10))
(node (ref U1) (pin 11))
(node (ref U1) (pin 12))
(node (ref U1) (pin 5))
(node (ref U1) (pin 6))
(node (ref U1) (pin 7))
(node (ref U1) (pin 8))
(node (ref U1) (pin 9))
(node (ref C4) (pin 2))
(node (ref J4) (pin 9))
(node (ref C5) (pin 2))
(node (ref U4) (pin 8))
(node (ref J4) (pin 5))
(node (ref J4) (pin 3)))
(net (code 25) (name LIGHT_READ)
(node (ref U3) (pin 16))
(node (ref R5) (pin 1))
(node (ref R4) (pin 2)))
(net (code 26) (name VSwitched)
(node (ref J2) (pin 2))
(node (ref Q1) (pin 3))
(node (ref C8) (pin 2))
(node (ref U5) (pin 3))
(node (ref U5) (pin 1))
(node (ref R6) (pin 1)))
(net (code 27) (name V_Bat_READ)
(node (ref R6) (pin 2))
(node (ref R7) (pin 1))
(node (ref U3) (pin 15)))
(net (code 28) (name RN2483_UART_RX)
(node (ref U4) (pin 7))
(node (ref U3) (pin 37)))
(net (code 29) (name RN2483_UART_TX)
(node (ref U4) (pin 6))
(node (ref U3) (pin 38)))
(net (code 30) (name "Net-(AE1-Pad1)")
(node (ref U4) (pin 23))
(node (ref AE1) (pin 1)))
(net (code 31) (name V_Source)
(node (ref R1) (pin 1))
(node (ref J1) (pin 2))
(node (ref Q1) (pin 1))
(node (ref U1) (pin 14))
(node (ref J2) (pin 1)))
(net (code 32) (name "Net-(U5-Pad4)")
(node (ref U5) (pin 4)))
(net (code 33) (name VUSB)
(node (ref D2) (pin 4))
(node (ref J3) (pin 11))
(node (ref J1) (pin 3))
(node (ref J3) (pin 2)))
(net (code 34) (name I2C_SDA)
(node (ref U1) (pin 15))
(node (ref U3) (pin 7))
(node (ref U2) (pin 4))
(node (ref R2) (pin 2)))
(net (code 35) (name I2C_SCL)
(node (ref U3) (pin 8))
(node (ref U1) (pin 16))
(node (ref U2) (pin 1))
(node (ref R3) (pin 2)))
(net (code 36) (name "Net-(Q1-Pad2)")
(node (ref R1) (pin 2))
(node (ref Q1) (pin 2))
(node (ref U1) (pin 3)))
(net (code 37) (name "Net-(U1-Pad1)")
(node (ref U1) (pin 1)))
(net (code 38) (name "Net-(U1-Pad4)")
(node (ref U1) (pin 4)))
(net (code 39) (name SWDCLK)
(node (ref J4) (pin 4))
(node (ref U3) (pin 45))
(node (ref R12) (pin 2)))
(net (code 40) (name "Net-(J4-Pad6)")
(node (ref J4) (pin 6)))
(net (code 41) (name "Net-(J4-Pad7)")
(node (ref J4) (pin 7)))
(net (code 42) (name "Net-(J4-Pad8)")
(node (ref J4) (pin 8)))
(net (code 43) (name SWDIO)
(node (ref J4) (pin 2))
(node (ref U3) (pin 46)))
(net (code 44) (name RESET)
(node (ref R11) (pin 2))
(node (ref J4) (pin 10))
(node (ref U3) (pin 40))
(node (ref TP1) (pin 1))
(node (ref C11) (pin 1)))
(net (code 45) (name "Net-(C3-Pad1)")
(node (ref C3) (pin 1))
(node (ref U3) (pin 43)))
(net (code 46) (name "Net-(C4-Pad1)")
(node (ref C4) (pin 1))
(node (ref U3) (pin 44)))
(net (code 47) (name "Net-(U3-Pad1)")
(node (ref U3) (pin 1)))
(net (code 48) (name "Net-(U3-Pad10)")
(node (ref U3) (pin 10)))
(net (code 49) (name "Net-(U3-Pad11)")
(node (ref U3) (pin 11)))
(net (code 50) (name "Net-(U3-Pad12)")
(node (ref U3) (pin 12)))
(net (code 51) (name "Net-(U3-Pad13)")
(node (ref U3) (pin 13)))
(net (code 52) (name "Net-(U3-Pad14)")
(node (ref U3) (pin 14)))
(net (code 53) (name "Net-(U3-Pad2)")
(node (ref U3) (pin 2)))
(net (code 54) (name "Net-(U3-Pad20)")
(node (ref U3) (pin 20)))
(net (code 55) (name "Net-(U3-Pad21)")
(node (ref U3) (pin 21)))
(net (code 56) (name "Net-(U3-Pad22)")
(node (ref U3) (pin 22)))
(net (code 57) (name "Net-(U3-Pad23)")
(node (ref U3) (pin 23)))
(net (code 58) (name "Net-(U3-Pad24)")
(node (ref U3) (pin 24)))
(net (code 59) (name "Net-(U3-Pad25)")
(node (ref U3) (pin 25)))
(net (code 60) (name "Net-(U3-Pad27)")
(node (ref U3) (pin 27)))
(net (code 61) (name "Net-(U3-Pad28)")
(node (ref U3) (pin 28)))
(net (code 62) (name "Net-(U3-Pad29)")
(node (ref U3) (pin 29)))
(net (code 63) (name "Net-(U3-Pad3)")
(node (ref U3) (pin 3)))
(net (code 64) (name "Net-(U3-Pad30)")
(node (ref U3) (pin 30)))
(net (code 65) (name "Net-(U3-Pad31)")
(node (ref U3) (pin 31)))
(net (code 66) (name "Net-(U3-Pad32)")
(node (ref U3) (pin 32)))
(net (code 67) (name "Net-(U3-Pad39)")
(node (ref U3) (pin 39)))
(net (code 68) (name "Net-(U3-Pad4)")
(node (ref U3) (pin 4)))
(net (code 69) (name "Net-(U3-Pad41)")
(node (ref U3) (pin 41)))
(net (code 70) (name "Net-(U3-Pad47)")
(node (ref U3) (pin 47)))
(net (code 71) (name "Net-(U3-Pad48)")
(node (ref U3) (pin 48)))
(net (code 72) (name "Net-(U3-Pad9)")
(node (ref U3) (pin 9)))
(net (code 73) (name "Net-(R10-Pad1)")
(node (ref R10) (pin 1))
(node (ref U3) (pin 26)))
(net (code 74) (name "Net-(D1-Pad2)")
(node (ref R10) (pin 2))
(node (ref D1) (pin 2)))
(net (code 75) (name "Net-(J3-Pad10)")
(node (ref J3) (pin 10)))
(net (code 76) (name "Net-(J3-Pad3)")
(node (ref R13) (pin 2))
(node (ref J3) (pin 3)))
(net (code 77) (name "Net-(J3-Pad4)")
(node (ref J3) (pin 4)))
(net (code 78) (name "Net-(D2-Pad3)")
(node (ref D2) (pin 3))
(node (ref U3) (pin 33))
(node (ref J3) (pin 5))
(node (ref J3) (pin 8)))
(net (code 79) (name "Net-(D2-Pad2)")
(node (ref J3) (pin 6))
(node (ref J3) (pin 7))
(node (ref U3) (pin 34))
(node (ref D2) (pin 2)))
(net (code 80) (name "Net-(J3-Pad9)")
(node (ref R8) (pin 1))
(node (ref J3) (pin 9)))
(net (code 81) (name "Net-(C7-Pad1)")
(node (ref J3) (pin S4))
(node (ref J3) (pin S1))
(node (ref R9) (pin 1))
(node (ref C7) (pin 1))
(node (ref J3) (pin S2))
(node (ref D2) (pin 1))
(node (ref J3) (pin S3))
(node (ref J3) (pin S6))
(node (ref J3) (pin S5)))))