pi_clock

Crude and unpolished clock for Raspberry Pi
git clone https://git.e1e0.net/pi_clock.git
Log | Files | Refs | README | LICENSE

button_adapter_board.net (11662B)


      1 (export (version D)
      2   (design
      3     (source /home/paco/src/git.e1e0.net/pi_clock/CAD/panel_board/button_adapter_board/button_adapter_board.sch)
      4     (date "Sun Aug  2 11:54:32 2020")
      5     (tool "Eeschema 5.1.5")
      6     (sheet (number 1) (name /) (tstamps /)
      7       (title_block
      8         (title)
      9         (company)
     10         (rev)
     11         (date)
     12         (source button_adapter_board.sch)
     13         (comment (number 1) (value ""))
     14         (comment (number 2) (value ""))
     15         (comment (number 3) (value ""))
     16         (comment (number 4) (value "")))))
     17   (components
     18     (comp (ref J2)
     19       (value Raspberry_Pi_2_3)
     20       (footprint Connector_IDC:IDC-Header_2x20_P2.54mm_Vertical)
     21       (datasheet https://www.raspberrypi.org/documentation/hardware/raspberrypi/schematics/rpi_SCH_3bplus_1p0_reduced.pdf)
     22       (libsource (lib Connector) (part Raspberry_Pi_2_3) (description "expansion header for Raspberry Pi 2 & 3"))
     23       (sheetpath (names /) (tstamps /))
     24       (tstamp 5DDFAB1C))
     25     (comp (ref SW1)
     26       (value SW_Push)
     27       (footprint Button_Switch_THT:SW_PUSH-12mm)
     28       (datasheet ~)
     29       (libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
     30       (sheetpath (names /) (tstamps /))
     31       (tstamp 5DCA93E6))
     32     (comp (ref SW2)
     33       (value SW_Push)
     34       (footprint Button_Switch_THT:SW_PUSH-12mm)
     35       (datasheet ~)
     36       (libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
     37       (sheetpath (names /) (tstamps /))
     38       (tstamp 5DCAAA04))
     39     (comp (ref J1)
     40       (value Conn_01x04)
     41       (footprint Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Horizontal)
     42       (datasheet ~)
     43       (libsource (lib Connector_Generic) (part Conn_01x04) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
     44       (sheetpath (names /) (tstamps /))
     45       (tstamp 5DCABAB8))
     46     (comp (ref R1)
     47       (value 4k7)
     48       (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder)
     49       (datasheet ~)
     50       (libsource (lib Device) (part R) (description Resistor))
     51       (sheetpath (names /) (tstamps /))
     52       (tstamp 5DCB7F19))
     53     (comp (ref R3)
     54       (value 4k7)
     55       (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder)
     56       (datasheet ~)
     57       (libsource (lib Device) (part R) (description Resistor))
     58       (sheetpath (names /) (tstamps /))
     59       (tstamp 5DCB8294))
     60     (comp (ref R2)
     61       (value 4k7)
     62       (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder)
     63       (datasheet ~)
     64       (libsource (lib Device) (part R) (description Resistor))
     65       (sheetpath (names /) (tstamps /))
     66       (tstamp 5DCB870F))
     67     (comp (ref R4)
     68       (value 4k7)
     69       (footprint Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder)
     70       (datasheet ~)
     71       (libsource (lib Device) (part R) (description Resistor))
     72       (sheetpath (names /) (tstamps /))
     73       (tstamp 5DCB8ACD))
     74     (comp (ref Q1)
     75       (value FDT439N)
     76       (footprint Package_TO_SOT_SMD:SOT-223-3_TabPin2)
     77       (datasheet https://www.tme.eu/en/Document/34254e152196159470014ddbe41f226c/FDT439N.pdf)
     78       (libsource (lib paco_varis) (part FDT439N) (description "30V Vds, 6.3A Id, N-Channel Power MOSFET, SOT223"))
     79       (sheetpath (names /) (tstamps /))
     80       (tstamp 5F28CFA5))
     81     (comp (ref Q2)
     82       (value FDT439N)
     83       (footprint Package_TO_SOT_SMD:SOT-223-3_TabPin2)
     84       (datasheet https://www.tme.eu/en/Document/34254e152196159470014ddbe41f226c/FDT439N.pdf)
     85       (libsource (lib paco_varis) (part FDT439N) (description "30V Vds, 6.3A Id, N-Channel Power MOSFET, SOT223"))
     86       (sheetpath (names /) (tstamps /))
     87       (tstamp 5F28E80D)))
     88   (libparts
     89     (libpart (lib Connector) (part Raspberry_Pi_2_3)
     90       (description "expansion header for Raspberry Pi 2 & 3")
     91       (docs https://www.raspberrypi.org/documentation/hardware/raspberrypi/schematics/rpi_SCH_3bplus_1p0_reduced.pdf)
     92       (footprints
     93         (fp PinHeader*2x20*P2.54mm*Vertical*)
     94         (fp PinSocket*2x20*P2.54mm*Vertical*))
     95       (fields
     96         (field (name Reference) J)
     97         (field (name Value) Raspberry_Pi_2_3))
     98       (pins
     99         (pin (num 1) (name 3V3) (type power_in))
    100         (pin (num 2) (name 5V) (type power_in))
    101         (pin (num 3) (name SDA/GPIO2) (type BiDi))
    102         (pin (num 4) (name 5V) (type power_in))
    103         (pin (num 5) (name SCL/GPIO3) (type BiDi))
    104         (pin (num 6) (name GND) (type power_in))
    105         (pin (num 7) (name GCLK0/GPIO4) (type BiDi))
    106         (pin (num 8) (name GPIO14/TXD) (type BiDi))
    107         (pin (num 9) (name GND) (type power_in))
    108         (pin (num 10) (name GPIO15/RXD) (type BiDi))
    109         (pin (num 11) (name GPIO17) (type BiDi))
    110         (pin (num 12) (name GPIO18/PWM0) (type BiDi))
    111         (pin (num 13) (name GPIO27) (type BiDi))
    112         (pin (num 14) (name GND) (type power_in))
    113         (pin (num 15) (name GPIO22) (type BiDi))
    114         (pin (num 16) (name GPIO23) (type BiDi))
    115         (pin (num 17) (name 3V3) (type power_in))
    116         (pin (num 18) (name GPIO24) (type BiDi))
    117         (pin (num 19) (name MOSI0/GPIO10) (type BiDi))
    118         (pin (num 20) (name GND) (type power_in))
    119         (pin (num 21) (name MISO0/GPIO9) (type BiDi))
    120         (pin (num 22) (name GPIO25) (type BiDi))
    121         (pin (num 23) (name SCLK0/GPIO11) (type BiDi))
    122         (pin (num 24) (name ~CE0~/GPIO8) (type BiDi))
    123         (pin (num 25) (name GND) (type power_in))
    124         (pin (num 26) (name ~CE1~/GPIO7) (type BiDi))
    125         (pin (num 27) (name ID_SD/GPIO0) (type BiDi))
    126         (pin (num 28) (name ID_SC/GPIO1) (type BiDi))
    127         (pin (num 29) (name GCLK1/GPIO5) (type BiDi))
    128         (pin (num 30) (name GND) (type power_in))
    129         (pin (num 31) (name GCLK2/GPIO6) (type BiDi))
    130         (pin (num 32) (name PWM0/GPIO12) (type BiDi))
    131         (pin (num 33) (name PWM1/GPIO13) (type BiDi))
    132         (pin (num 34) (name GND) (type power_in))
    133         (pin (num 35) (name GPIO19/MISO1) (type BiDi))
    134         (pin (num 36) (name GPIO16) (type BiDi))
    135         (pin (num 37) (name GPIO26) (type BiDi))
    136         (pin (num 38) (name GPIO20/MOSI1) (type BiDi))
    137         (pin (num 39) (name GND) (type power_in))
    138         (pin (num 40) (name GPIO21/SCLK1) (type BiDi))))
    139     (libpart (lib Connector_Generic) (part Conn_01x04)
    140       (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")
    141       (docs ~)
    142       (footprints
    143         (fp Connector*:*_1x??_*))
    144       (fields
    145         (field (name Reference) J)
    146         (field (name Value) Conn_01x04))
    147       (pins
    148         (pin (num 1) (name Pin_1) (type passive))
    149         (pin (num 2) (name Pin_2) (type passive))
    150         (pin (num 3) (name Pin_3) (type passive))
    151         (pin (num 4) (name Pin_4) (type passive))))
    152     (libpart (lib Device) (part R)
    153       (description Resistor)
    154       (docs ~)
    155       (footprints
    156         (fp R_*))
    157       (fields
    158         (field (name Reference) R)
    159         (field (name Value) R))
    160       (pins
    161         (pin (num 1) (name ~) (type passive))
    162         (pin (num 2) (name ~) (type passive))))
    163     (libpart (lib Switch) (part SW_Push)
    164       (description "Push button switch, generic, two pins")
    165       (docs ~)
    166       (fields
    167         (field (name Reference) SW)
    168         (field (name Value) SW_Push))
    169       (pins
    170         (pin (num 1) (name 1) (type passive))
    171         (pin (num 2) (name 2) (type passive))))
    172     (libpart (lib paco_varis) (part FDT439N)
    173       (description "30V Vds, 6.3A Id, N-Channel Power MOSFET, SOT223")
    174       (docs https://www.tme.eu/en/Document/34254e152196159470014ddbe41f226c/FDT439N.pdf)
    175       (footprints
    176         (fp SOT*223))
    177       (fields
    178         (field (name Reference) Q)
    179         (field (name Value) FDT439N)
    180         (field (name Footprint) TO_SOT_Packages_SMD:SOT-223-3_TabPin2))
    181       (pins
    182         (pin (num 1) (name G) (type input))
    183         (pin (num 2) (name D) (type passive))
    184         (pin (num 3) (name S) (type passive)))))
    185   (libraries
    186     (library (logical Connector)
    187       (uri /usr/local/share/kicad/library/Connector.lib))
    188     (library (logical Connector_Generic)
    189       (uri /usr/local/share/kicad/library/Connector_Generic.lib))
    190     (library (logical Device)
    191       (uri /usr/local/share/kicad/library/Device.lib))
    192     (library (logical Switch)
    193       (uri /usr/local/share/kicad/library/Switch.lib))
    194     (library (logical paco_varis)
    195       (uri /home/paco/src/galadriel/kicad_libs/various.lib)))
    196   (nets
    197     (net (code 1) (name "Net-(J2-Pad10)")
    198       (node (ref J2) (pin 10)))
    199     (net (code 2) (name "Net-(J2-Pad12)")
    200       (node (ref J2) (pin 12)))
    201     (net (code 3) (name /BUTTON2)
    202       (node (ref J2) (pin 13))
    203       (node (ref SW2) (pin 1)))
    204     (net (code 4) (name "Net-(J2-Pad15)")
    205       (node (ref J2) (pin 15)))
    206     (net (code 5) (name "Net-(J2-Pad16)")
    207       (node (ref J2) (pin 16)))
    208     (net (code 6) (name "Net-(J2-Pad18)")
    209       (node (ref J2) (pin 18)))
    210     (net (code 7) (name "Net-(J2-Pad19)")
    211       (node (ref J2) (pin 19)))
    212     (net (code 8) (name "Net-(J2-Pad21)")
    213       (node (ref J2) (pin 21)))
    214     (net (code 9) (name "Net-(J2-Pad22)")
    215       (node (ref J2) (pin 22)))
    216     (net (code 10) (name "Net-(J2-Pad23)")
    217       (node (ref J2) (pin 23)))
    218     (net (code 11) (name "Net-(J2-Pad24)")
    219       (node (ref J2) (pin 24)))
    220     (net (code 12) (name "Net-(J2-Pad26)")
    221       (node (ref J2) (pin 26)))
    222     (net (code 13) (name "Net-(J2-Pad27)")
    223       (node (ref J2) (pin 27)))
    224     (net (code 14) (name "Net-(J2-Pad28)")
    225       (node (ref J2) (pin 28)))
    226     (net (code 15) (name "Net-(J2-Pad29)")
    227       (node (ref J2) (pin 29)))
    228     (net (code 16) (name /PI_SDA)
    229       (node (ref Q1) (pin 3))
    230       (node (ref J2) (pin 3))
    231       (node (ref R1) (pin 2)))
    232     (net (code 17) (name "Net-(J2-Pad31)")
    233       (node (ref J2) (pin 31)))
    234     (net (code 18) (name "Net-(J2-Pad32)")
    235       (node (ref J2) (pin 32)))
    236     (net (code 19) (name "Net-(J2-Pad33)")
    237       (node (ref J2) (pin 33)))
    238     (net (code 20) (name "Net-(J2-Pad35)")
    239       (node (ref J2) (pin 35)))
    240     (net (code 21) (name "Net-(J2-Pad36)")
    241       (node (ref J2) (pin 36)))
    242     (net (code 22) (name "Net-(J2-Pad37)")
    243       (node (ref J2) (pin 37)))
    244     (net (code 23) (name "Net-(J2-Pad38)")
    245       (node (ref J2) (pin 38)))
    246     (net (code 24) (name "Net-(J2-Pad40)")
    247       (node (ref J2) (pin 40)))
    248     (net (code 25) (name /PI_SCL)
    249       (node (ref R2) (pin 2))
    250       (node (ref Q2) (pin 3))
    251       (node (ref J2) (pin 5)))
    252     (net (code 26) (name "Net-(J2-Pad7)")
    253       (node (ref J2) (pin 7)))
    254     (net (code 27) (name "Net-(J2-Pad8)")
    255       (node (ref J2) (pin 8)))
    256     (net (code 28) (name /BUTTON1)
    257       (node (ref J2) (pin 11))
    258       (node (ref SW1) (pin 1)))
    259     (net (code 29) (name GND)
    260       (node (ref J2) (pin 14))
    261       (node (ref J2) (pin 20))
    262       (node (ref J2) (pin 25))
    263       (node (ref J2) (pin 30))
    264       (node (ref J2) (pin 34))
    265       (node (ref J2) (pin 39))
    266       (node (ref J1) (pin 4))
    267       (node (ref J2) (pin 6))
    268       (node (ref J2) (pin 9))
    269       (node (ref SW1) (pin 2))
    270       (node (ref SW2) (pin 2)))
    271     (net (code 30) (name /SDA_5)
    272       (node (ref J1) (pin 2))
    273       (node (ref Q1) (pin 2))
    274       (node (ref R3) (pin 2)))
    275     (net (code 31) (name /SCL_5)
    276       (node (ref Q2) (pin 2))
    277       (node (ref J1) (pin 3))
    278       (node (ref R4) (pin 2)))
    279     (net (code 32) (name +3V3)
    280       (node (ref J2) (pin 1))
    281       (node (ref J2) (pin 17))
    282       (node (ref R2) (pin 1))
    283       (node (ref R1) (pin 1))
    284       (node (ref Q1) (pin 1))
    285       (node (ref Q2) (pin 1)))
    286     (net (code 33) (name +5V)
    287       (node (ref J2) (pin 4))
    288       (node (ref J1) (pin 1))
    289       (node (ref R3) (pin 1))
    290       (node (ref R4) (pin 1))
    291       (node (ref J2) (pin 2)))))