From b8a48e462d7bd55472bf4d1b5047d1d9ae57aec3 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 2 Feb 2024 22:19:47 +0100 Subject: fixed position of camera adapter; added lte w_disable signal to wifi module; added jumpered uart_dis signal derived from fxl.io2; fixed breakout; fixed esp32-s3 pin mapping; --- hw/library/apds.dcm | 3 +++ hw/library/apds.lib | 24 ++++++++++++++++++++++++ hw/library/mySwitch.dcm | 3 +++ hw/library/mySwitch.lib | 23 +++++++++++++++++++++++ hw/library/sn74.lib | 23 +++++++++++++++++++++++ 5 files changed, 76 insertions(+) create mode 100644 hw/library/apds.dcm create mode 100644 hw/library/apds.lib create mode 100644 hw/library/mySwitch.dcm create mode 100644 hw/library/mySwitch.lib (limited to 'hw/library') diff --git a/hw/library/apds.dcm b/hw/library/apds.dcm new file mode 100644 index 0000000..5f3ed79 --- /dev/null +++ b/hw/library/apds.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 +# +#End Doc Library diff --git a/hw/library/apds.lib b/hw/library/apds.lib new file mode 100644 index 0000000..5d79519 --- /dev/null +++ b/hw/library/apds.lib @@ -0,0 +1,24 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# APDS-9151 +# +DEF APDS-9151 U 0 40 Y Y 1 F N +F0 "U" 0 300 50 H V C CNN +F1 "APDS-9151" 0 -300 50 H V C CNN +F2 "" -200 0 50 H I C CNN +F3 "" -200 0 50 H I C CNN +DRAW +S -250 250 250 -250 0 1 0 N +X GND 1 -350 -200 100 R 50 50 1 1 W +X INT 2 350 0 100 L 50 50 1 1 C +X LDR 3 350 100 100 L 50 50 1 1 w +X LEDK 4 350 200 100 L 50 50 1 1 W +X LEDA 5 -350 0 100 R 50 50 1 1 W +X VDD 6 -350 200 100 R 50 50 1 1 W +X SDA 7 350 -200 100 L 50 50 1 1 B +X SCL 8 350 -100 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +#End Library diff --git a/hw/library/mySwitch.dcm b/hw/library/mySwitch.dcm new file mode 100644 index 0000000..5f3ed79 --- /dev/null +++ b/hw/library/mySwitch.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 +# +#End Doc Library diff --git a/hw/library/mySwitch.lib b/hw/library/mySwitch.lib new file mode 100644 index 0000000..fef4cce --- /dev/null +++ b/hw/library/mySwitch.lib @@ -0,0 +1,23 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# SW_SPDT +# +DEF SW_SPDT SW 0 40 Y Y 1 F N +F0 "SW" 0 300 60 H V C CNN +F1 "SW_SPDT" 0 -300 60 H V C CNN +F2 "" 0 350 60 H I C CNN +F3 "" 0 350 60 H I C CNN +DRAW +C -130 0 20 1 1 0 N +C 30 -100 20 1 1 0 N +C 30 100 20 1 1 0 N +P 2 1 1 0 -110 10 15 90 N +X A 1 150 100 100 L 50 50 1 1 P +X B 2 -250 0 100 R 50 50 1 1 P +X C 3 150 -100 100 L 50 50 1 1 P +X SH ~ -250 -200 100 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/hw/library/sn74.lib b/hw/library/sn74.lib index 8da1bd6..9be84d1 100644 --- a/hw/library/sn74.lib +++ b/hw/library/sn74.lib @@ -364,6 +364,29 @@ X S 6 -400 -50 200 R 50 50 1 1 I ENDDRAW ENDDEF # +# SN74LVC1G32DCK +# +DEF SN74LVC1G32DCK U 0 40 Y Y 1 F N +F0 "U" 0 150 60 H V C CNN +F1 "SN74LVC1G32DCK" 0 -200 60 H V C CNN +F2 "" 0 0 60 H I C CNN +F3 "" 0 0 60 H I C CNN +DRAW +A -275 0 160 386 -386 1 1 10 N -150 100 -150 -100 +A -38 -37 142 744 150 1 1 10 N 0 100 100 0 +A -38 37 142 -744 -150 1 1 10 N 0 -100 100 0 +P 2 1 1 0 -150 -50 -125 -50 N +P 2 1 1 0 -150 50 -125 50 N +P 2 1 1 10 0 -100 -150 -100 f +P 2 1 1 10 0 100 -150 100 f +X ~ 1 -300 50 150 R 40 40 1 1 I +X ~ 2 -300 -50 150 R 40 40 1 1 I +X GND 3 250 -100 0 L 50 50 1 1 W +X ~ 4 250 0 150 L 40 40 1 1 O +X VCC 5 250 100 0 L 50 50 1 1 W +ENDDRAW +ENDDEF +# # SN74LVC1G66DBV # DEF SN74LVC1G66DBV U 0 40 Y Y 1 F N -- cgit v1.2.3