From 220dad1738da314d8694dc53500019e0fdae628d Mon Sep 17 00:00:00 2001 From: jeromebeguin Date: Wed, 22 Feb 2017 12:53:02 +0100 Subject: [PATCH 1/4] adding PCA9306 & TXB0108DQSR --- library/texas.dcm | 12 ++++++++++ library/texas.lib | 60 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/library/texas.dcm b/library/texas.dcm index 195b338b..092045d0 100644 --- a/library/texas.dcm +++ b/library/texas.dcm @@ -132,6 +132,12 @@ K Buck Boost step-up step-down F http://www.ti.com/lit/ds/symlink/lm5175.pdf $ENDCMP # +$CMP PCA9306 +D Dual bidirectional I2C Bus and SMBus voltage level translator +K Dual bidirectional I2C Bus and SMBus voltage level translator +F http://www.ti.com/lit/ds/symlink/pca9306.pdf +$ENDCMP +# $CMP TCA9555PWR D 16-bit I/O expander, I2C and SMBus interface, interrupts, TSSOP-24 package K ti parallel port @@ -342,6 +348,12 @@ K USB3.0 hub F http://www.ti.com/lit/ds/symlink/tusb8041.pdf $ENDCMP # +$CMP TXB0108DQSR +D 8-bit bidirectional voltage level translator with auto-direction sensing USON package +K bidirectional voltage level translator +F http://www.ti.com/lit/ds/symlink/txb0108.pdf +$ENDCMP +# $CMP UCC2891 D SMPS Current-Mode Active Clamp PWM Controller, SOIC-16/TSSOP-16 K SMPS PWM Controller diff --git a/library/texas.lib b/library/texas.lib index b4fc5e3d..13654f8d 100644 --- a/library/texas.lib +++ b/library/texas.lib @@ -448,6 +448,31 @@ X PowerPAD 29 -100 -1000 200 U 50 50 1 1 I ENDDRAW ENDDEF # +# PCA9306 +# +DEF PCA9306 U 0 40 Y Y 1 F N +F0 "U" -300 450 50 H V L CNN +F1 "PCA9306" 200 450 50 H V L CNN +F2 "" -400 350 50 H I C CNN +F3 "" -300 450 50 H I C CNN +$FPLIST + SSOP*2.95x2.8mm*Pitch0.65mm* + VSSOP*2.3x2mm*Pitch0.5mm* + X2SON*1.4x1mm*Pitch0.35mm* +$ENDFPLIST +DRAW +S -300 400 300 -400 0 1 10 f +X GND 1 0 -500 100 U 50 50 1 1 W +X VREF1 1 -100 500 100 D 50 50 1 1 W +X SCL1 3 -400 0 100 R 50 50 1 1 B +X SDA1 4 -400 -100 100 R 50 50 1 1 B +X SDA2 5 400 -100 100 L 50 50 1 1 B +X SCL2 6 400 0 100 L 50 50 1 1 B +X VREF2 7 100 500 100 D 50 50 1 1 W +X EN 8 400 100 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# # TCA9555PWR # DEF TCA9555PWR U 0 40 Y Y 1 F N @@ -1633,6 +1658,41 @@ X USB_SSRXM_UP 59 -1300 400 200 R 50 50 1 1 I ENDDRAW ENDDEF # +# TXB0108DQSR +# +DEF TXB0108DQSR U 0 40 Y Y 1 F N +F0 "U" 350 650 50 H V L CNN +F1 "TXB0108DQSR" 350 550 50 H V L CNN +F2 "TO_SOT_Packages_SMD:USON-20_2x4mm_Pitch0.4mm" 350 450 50 H I L CNN +F3 "" 0 -100 50 H I C CNN +$FPLIST + USON_2x4mm_Pitch0.4mm* +$ENDFPLIST +DRAW +S -300 600 300 -600 0 1 10 f +X A1 1 -400 300 100 R 50 50 1 1 B +X A2 2 -400 200 100 R 50 50 1 1 B +X A3 3 -400 100 100 R 50 50 1 1 B +X A4 4 -400 0 100 R 50 50 1 1 B +X VCCA 5 -100 700 100 D 50 50 1 1 W +X OE 6 -400 400 100 R 50 50 1 1 I +X A5 7 -400 -100 100 R 50 50 1 1 B +X A6 8 -400 -200 100 R 50 50 1 1 B +X A7 9 -400 -300 100 R 50 50 1 1 B +X A8 10 -400 -400 100 R 50 50 1 1 B +X B1 20 400 300 100 L 50 50 1 1 B +X GND 11 0 -700 100 U 50 50 1 1 W +X B8 12 400 -400 100 L 50 50 1 1 B +X B7 13 400 -300 100 L 50 50 1 1 B +X B6 14 400 -200 100 L 50 50 1 1 B +X B5 15 400 -100 100 L 50 50 1 1 B +X B4 16 400 0 100 L 50 50 1 1 B +X B3 17 400 100 100 L 50 50 1 1 B +X B2 18 400 200 100 L 50 50 1 1 B +X VCCB 19 100 700 100 D 50 50 1 1 W +ENDDRAW +ENDDEF +# # UCC2891 # DEF UCC2891 U 0 40 Y Y 1 F N From d1ab616095b2733f8301e576f9a3d2feb1b14cf0 Mon Sep 17 00:00:00 2001 From: jeromebeguin Date: Wed, 22 Feb 2017 12:53:50 +0100 Subject: [PATCH 2/4] adding C12880MA & Flir_LEPTON --- library/sensors.dcm | 12 ++++++++ library/sensors.lib | 73 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) diff --git a/library/sensors.dcm b/library/sensors.dcm index a5958649..2135c897 100644 --- a/library/sensors.dcm +++ b/library/sensors.dcm @@ -156,12 +156,24 @@ K Digital Barometer F www.bosch-sensortec.com/content/language1/downloads/BST-BMP085-DS000-06.pdf $ENDCMP # +$CMP C12880MA +D Micro spectrometer 340 to 850nm resolution 15nm +K spectrometer +F http://www.hamamatsu.com/resources/pdf/ssd/c12880ma_kacc1226e.pdf +$ENDCMP +# $CMP DHT11 D - Temperature and humidity module K digital temperature humidity sensor F http://akizukidenshi.com/download/ds/aosong/DHT11.pdf $ENDCMP # +$CMP Flir_LEPTON +D LWIR camera 8 to 14um 80x60 pixel +K LWIR camera +F https://cdn.sparkfun.com/datasheets/Sensors/Infrared/FLIR_Lepton_Data_Brief.pdf +$ENDCMP +# $CMP INA138 D Unipolar high-side current shunt monitor, 36V common mode K current sensor shunt monitor diff --git a/library/sensors.lib b/library/sensors.lib index b2a3a679..a2b17a1a 100644 --- a/library/sensors.lib +++ b/library/sensors.lib @@ -302,6 +302,31 @@ X XCLR 8 400 0 100 L 50 50 1 1 I ENDDRAW ENDDEF # +# C12880MA +# +DEF C12880MA U 0 40 Y Y 1 F N +F0 "U" 0 550 50 H V L CNN +F1 "C12880MA" 0 450 50 H V L CNN +F2 "" -100 450 60 H I C CNN +F3 "" 0 0 60 H I C CNN +$FPLIST + C12880* +$ENDFPLIST +DRAW +S -300 400 300 -400 0 1 10 f +X VCC 1 -200 500 100 D 50 50 1 1 W +X GND 2 -100 -500 100 U 50 50 1 1 W +X VCC 3 -100 500 100 D 50 50 1 1 W +X CLK 4 -400 100 100 R 50 50 1 1 I +X CASE 5 100 -500 100 U 50 50 1 1 P +X ST 6 -400 0 100 R 50 50 1 1 I +X TRG 7 400 100 100 L 50 50 1 1 O +X NC 8 -400 -100 100 R 50 50 1 1 N N +X EOS 9 400 0 100 L 50 50 1 1 O +X VIDEO 10 400 -100 100 L 50 50 1 1 O +ENDDRAW +ENDDEF +# # DHT11 # DEF DHT11 U 0 40 Y Y 1 F N @@ -317,6 +342,54 @@ X GND 4 -100 -300 100 U 40 40 1 1 W ENDDRAW ENDDEF # +# Flir_LEPTON +# +DEF Flir_LEPTON U 0 40 Y Y 1 F N +F0 "U" -600 850 50 H V L CNN +F1 "Flir_LEPTON" -600 750 50 H V L CNN +F2 "" 0 0 60 H I C CNN +F3 "" 0 0 60 H I C CNN +$FPLIST + 105028-1001* + 105028-2011* +$ENDFPLIST +DRAW +S -600 700 600 -700 0 1 10 f +X GND 1 -500 -800 100 U 50 50 1 1 W +X GPIO3 2 700 -300 100 L 50 50 1 1 B +X GPIO2 3 700 -200 100 L 50 50 1 1 B +X GPIO1 4 700 -100 100 L 50 50 1 1 B +X GPIO0 5 700 0 100 L 50 50 1 1 B +X GND 6 -400 -800 100 U 50 50 1 1 W +X VDDC 7 -100 800 100 D 50 50 1 1 W +X GND 8 -300 -800 100 U 50 50 1 1 W +X GND 9 -200 -800 100 U 50 50 1 1 W +X GND 10 -100 -800 100 U 50 50 1 1 W +X GND 20 200 -800 100 U 50 50 1 1 W +X GND 30 500 -800 100 U 50 50 1 1 W +X SPI_MOSI 11 -700 200 100 R 50 50 1 1 I +X SCL 21 -700 0 100 R 50 50 1 1 I +X MIPI_DATA_N 31 700 200 100 L 50 50 1 1 O +X SPI_MISO 12 -700 100 100 R 50 50 1 1 O +X SDA 22 -700 -100 100 R 50 50 1 1 B +X MIPI_DATA_P 32 700 100 100 L 50 50 1 1 O +X SPI_CLK 13 -700 300 100 R 50 50 1 1 I +X PWR_DWN_L 23 -700 -200 100 R 50 50 1 1 I +X SPI_CS_L 14 -700 400 100 R 50 50 1 1 I +X RESET_L 24 -700 -300 100 R 50 50 1 1 I +X GND 15 0 -800 100 U 50 50 1 1 W +X GND 25 300 -800 100 U 50 50 1 1 W +X VDDIO 16 0 800 100 D 50 50 1 1 W +X MASTER_CLK 26 -700 -400 100 R 50 50 1 1 I +X NC 17 700 -400 100 L 50 50 1 1 N N +X GND 27 400 -800 100 U 50 50 1 1 W +X GND 18 100 -800 100 U 50 50 1 1 W +X MIPI_CLK_N 28 700 400 100 L 50 50 1 1 O +X VDD 19 100 800 100 D 50 50 1 1 W +X MIPI_CLK_P 29 700 300 100 L 50 50 1 1 O +ENDDRAW +ENDDEF +# # INA138 # DEF INA138 U 0 20 Y Y 1 F N From 24a491b5e137e192a60b58bedef176fea43de2d4 Mon Sep 17 00:00:00 2001 From: jeromebeguin Date: Mon, 27 Feb 2017 11:31:43 +0100 Subject: [PATCH 3/4] correction on PCA9306 & TXB0108DQSR --- library/texas.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/texas.lib b/library/texas.lib index 13654f8d..db736e72 100644 --- a/library/texas.lib +++ b/library/texas.lib @@ -463,7 +463,7 @@ $ENDFPLIST DRAW S -300 400 300 -400 0 1 10 f X GND 1 0 -500 100 U 50 50 1 1 W -X VREF1 1 -100 500 100 D 50 50 1 1 W +X VREF1 2 -100 500 100 D 50 50 1 1 W X SCL1 3 -400 0 100 R 50 50 1 1 B X SDA1 4 -400 -100 100 R 50 50 1 1 B X SDA2 5 400 -100 100 L 50 50 1 1 B @@ -1666,7 +1666,7 @@ F1 "TXB0108DQSR" 350 550 50 H V L CNN F2 "TO_SOT_Packages_SMD:USON-20_2x4mm_Pitch0.4mm" 350 450 50 H I L CNN F3 "" 0 -100 50 H I C CNN $FPLIST - USON_2x4mm_Pitch0.4mm* + USON*2x4mm*Pitch0.4mm* $ENDFPLIST DRAW S -300 600 300 -600 0 1 10 f From d9546b937d25f1e731b00e2d873041d325e92e3a Mon Sep 17 00:00:00 2001 From: jeromebeguin Date: Fri, 17 Mar 2017 11:17:04 +0100 Subject: [PATCH 4/4] correction on C12880 and Flir lepton --- library/sensors.lib | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/sensors.lib b/library/sensors.lib index 24d5ae36..916213be 100644 --- a/library/sensors.lib +++ b/library/sensors.lib @@ -307,8 +307,8 @@ ENDDEF DEF C12880MA U 0 40 Y Y 1 F N F0 "U" 0 550 50 H V L CNN F1 "C12880MA" 0 450 50 H V L CNN -F2 "" -100 450 60 H I C CNN -F3 "" 0 0 60 H I C CNN +F2 "" -100 450 50 H I C CNN +F3 "" 0 550 50 H I C CNN $FPLIST C12880* $ENDFPLIST @@ -347,8 +347,8 @@ ENDDEF DEF Flir_LEPTON U 0 40 Y Y 1 F N F0 "U" -600 850 50 H V L CNN F1 "Flir_LEPTON" -600 750 50 H V L CNN -F2 "" 0 0 60 H I C CNN -F3 "" 0 0 60 H I C CNN +F2 "" -700 750 50 H I C CNN +F3 "" -600 850 50 H I C CNN $FPLIST 105028-1001* 105028-2011*