Просмотр исходного кода

Creation new pcb + changement soft

remy 4 лет назад
Родитель
Сommit
49f5cca7a5

+ 93 - 0
Soft/STM32/ProcCultProto/ProcCultProto.ioc

@@ -0,0 +1,93 @@
+#MicroXplorer Configuration settings - do not modify
+File.Version=6
+GPIO.groupedBy=
+KeepUserPlacement=false
+Mcu.Family=STM32F4
+Mcu.IP0=NVIC
+Mcu.IP1=RCC
+Mcu.IP2=RTC
+Mcu.IP3=SYS
+Mcu.IPNb=4
+Mcu.Name=STM32F401R(B-C)Tx
+Mcu.Package=LQFP64
+Mcu.Pin0=PH0 - OSC_IN
+Mcu.Pin1=PH1 - OSC_OUT
+Mcu.Pin2=VP_RTC_VS_RTC_Activate
+Mcu.Pin3=VP_RTC_VS_RTC_Calendar
+Mcu.Pin4=VP_SYS_VS_Systick
+Mcu.PinsNb=5
+Mcu.ThirdPartyNb=0
+Mcu.UserConstants=
+Mcu.UserName=STM32F401RCTx
+MxCube.Version=6.2.1
+MxDb.Version=DB.6.0.21
+NVIC.BusFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false
+NVIC.DebugMonitor_IRQn=true\:0\:0\:false\:false\:true\:false\:false
+NVIC.ForceEnableDMAVector=true
+NVIC.HardFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false
+NVIC.MemoryManagement_IRQn=true\:0\:0\:false\:false\:true\:false\:false
+NVIC.NonMaskableInt_IRQn=true\:0\:0\:false\:false\:true\:false\:false
+NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:true\:false\:false
+NVIC.PriorityGroup=NVIC_PRIORITYGROUP_4
+NVIC.SVCall_IRQn=true\:0\:0\:false\:false\:true\:false\:false
+NVIC.SysTick_IRQn=true\:0\:0\:false\:false\:true\:false\:true
+NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false
+PH0\ -\ OSC_IN.Mode=HSE-External-Oscillator
+PH0\ -\ OSC_IN.Signal=RCC_OSC_IN
+PH1\ -\ OSC_OUT.Mode=HSE-External-Oscillator
+PH1\ -\ OSC_OUT.Signal=RCC_OSC_OUT
+PinOutPanel.RotationAngle=0
+ProjectManager.AskForMigrate=true
+ProjectManager.BackupPrevious=false
+ProjectManager.CompilerOptimize=6
+ProjectManager.ComputerToolchain=false
+ProjectManager.CoupleFile=false
+ProjectManager.CustomerFirmwarePackage=
+ProjectManager.DefaultFWLocation=true
+ProjectManager.DeletePrevious=true
+ProjectManager.DeviceId=STM32F401RCTx
+ProjectManager.FirmwarePackage=STM32Cube FW_F4 V1.26.2
+ProjectManager.FreePins=false
+ProjectManager.HalAssertFull=false
+ProjectManager.HeapSize=0x200
+ProjectManager.KeepUserCode=true
+ProjectManager.LastFirmware=true
+ProjectManager.LibraryCopy=0
+ProjectManager.MainLocation=Core/Src
+ProjectManager.NoMain=false
+ProjectManager.PreviousToolchain=
+ProjectManager.ProjectBuild=false
+ProjectManager.ProjectFileName=STM32.ioc
+ProjectManager.ProjectName=STM32
+ProjectManager.RegisterCallBack=
+ProjectManager.StackSize=0x400
+ProjectManager.TargetToolchain=EWARM V8.32
+ProjectManager.ToolChainLocation=
+ProjectManager.UnderRoot=false
+ProjectManager.functionlistsort=
+RCC.AHBFreq_Value=16000000
+RCC.APB1Freq_Value=16000000
+RCC.APB2Freq_Value=16000000
+RCC.CortexFreq_Value=16000000
+RCC.HSE_VALUE=25000000
+RCC.HSI_VALUE=16000000
+RCC.I2SClocksFreq_Value=96000000
+RCC.IPParameters=AHBFreq_Value,APB1Freq_Value,APB2Freq_Value,CortexFreq_Value,HSE_VALUE,HSI_VALUE,I2SClocksFreq_Value,LSE_VALUE,LSI_VALUE,PLLCLKFreq_Value,PLLQCLKFreq_Value,RTCFreq_Value,RTCHSEDivFreq_Value,SYSCLKFreq_VALUE,VCOI2SOutputFreq_Value,VCOInputFreq_Value,VCOOutputFreq_Value,VcooutputI2S
+RCC.LSE_VALUE=32768
+RCC.LSI_VALUE=32000
+RCC.PLLCLKFreq_Value=96000000
+RCC.PLLQCLKFreq_Value=48000000
+RCC.RTCFreq_Value=32000
+RCC.RTCHSEDivFreq_Value=12500000
+RCC.SYSCLKFreq_VALUE=16000000
+RCC.VCOI2SOutputFreq_Value=192000000
+RCC.VCOInputFreq_Value=1000000
+RCC.VCOOutputFreq_Value=192000000
+RCC.VcooutputI2S=96000000
+VP_RTC_VS_RTC_Activate.Mode=RTC_Enabled
+VP_RTC_VS_RTC_Activate.Signal=RTC_VS_RTC_Activate
+VP_RTC_VS_RTC_Calendar.Mode=RTC_Calendar
+VP_RTC_VS_RTC_Calendar.Signal=RTC_VS_RTC_Calendar
+VP_SYS_VS_Systick.Mode=SysTick
+VP_SYS_VS_Systick.Signal=SYS_VS_Systick
+board=custom

+ 0 - 0
Soft/BOX/BOX.ino → Soft/arduino/BOX/BOX.ino


+ 0 - 0
Soft/BOX/Capteur.xlsx → Soft/arduino/BOX/Capteur.xlsx


+ 0 - 0
Soft/BOX/test/arro/arro.ino → Soft/arduino/BOX/test/arro/arro.ino


+ 0 - 0
Soft/Mere/.~lock.Capteur.xlsx# → Soft/arduino/Mere/.~lock.Capteur.xlsx#


+ 0 - 0
Soft/Mere/Capteur.xlsx → Soft/arduino/Mere/Capteur.xlsx


+ 0 - 0
Soft/Mere/Mere.ino → Soft/arduino/Mere/Mere.ino


+ 0 - 0
Soft/tmp/tmp.ino → Soft/arduino/tmp/tmp.ino


Разница между файлами не показана из-за своего большого размера
+ 148 - 309
eda/ProcCult/ProcCult.sch


Разница между файлами не показана из-за своего большого размера
+ 150 - 306
eda/ProcCult/ProcCult.sch-bak


+ 624 - 0
eda/tmpHum/fp-info-cache

@@ -0,0 +1,624 @@
+144571260944971
+Bornier
+Bornier2.54_1x2
+
+
+0
+2
+2
+Bornier
+Bornier2.54_1x3
+
+
+0
+3
+3
+Bornier
+Bornier2.54_1x4
+
+
+0
+4
+4
+Bornier
+Bornier2.54_1x6
+
+
+0
+6
+6
+Bornier
+Bornier5.08_1X4
+
+
+0
+4
+4
+Bornier
+Bornier5_1x2
+
+
+0
+2
+2
+Bornier
+Bornier5_1x3
+Terminal block 3 pins
+DEV
+0
+3
+3
+C
+0603
+
+
+0
+2
+2
+C
+0805
+
+
+0
+2
+2
+C
+1206
+
+
+0
+2
+2
+C
+3216-18
+
+
+0
+2
+2
+C
+CP_CMS4X5.8
+
+
+0
+2
+2
+C
+CP_CMS5X5.8
+
+
+0
+2
+2
+Connector
+BNC
+
+
+0
+5
+2
+Connector
+DC jack
+
+
+0
+3
+2
+Connector
+LEDPCB
+
+
+0
+5
+5
+Connector
+Micro-USB
+
+
+0
+9
+6
+Connector
+U.FL-R-SM
+
+
+0
+3
+1
+Connector
+batterie
+
+
+0
+2
+2
+Connector_Phoenix_MSTBO
+PCBEdge_1x1_6x3mm
+
+
+0
+2
+1
+Connector_Phoenix_MSTBO
+PCBEdge_1x4_7.6x1.5mm_p1.9mm
+
+
+0
+8
+4
+Connector_Phoenix_MSTBO
+PCBEdge_1x4_7.6x1.5mm_p1.9mm_2pins
+
+
+0
+8
+2
+Connector_Phoenix_MSTBO
+PCBEdge_1x10_5.7x2.21mm_p3.81mm
+
+
+0
+20
+10
+Connector_Phoenix_MSTBO
+PhoenixContact_MSTBO_2,5_4-G1L_1x4_p5.00mm
+MSTBO 2,5 G1L 1x4 p5.00mm
+Connector Phoenix Contact MSTBO G1L
+0
+4
+4
+Connector_Phoenix_MSTBO
+PhoenixContact_MSTBO_2,5_4-G1R_1x4_p5.00mm
+MSTBO 2,5 G1R 1x4 p5.00mm
+Connector Phoenix Contact MSTBO G1R
+0
+4
+4
+D
+SMA
+
+
+0
+2
+2
+D
+SOD-123
+
+
+0
+2
+2
+D
+SOD-523
+
+
+0
+2
+2
+Jumper
+Jumper_2.54mm
+
+
+0
+2
+2
+Jumper
+SolderStrap2.5mm
+
+
+0
+2
+2
+Jumper
+SolderStrap0603
+
+
+0
+2
+2
+L
+0805
+
+
+0
+2
+2
+LED
+7segment_3
+
+
+0
+12
+12
+LED
+0805
+
+
+0
+2
+2
+LED
+COB_3W
+
+
+0
+3
+2
+LED
+Osram
+
+
+0
+3
+2
+Logo
+R
+
+
+0
+0
+0
+MH
+MH2mm
+module Non Plated Through Hole
+DEV
+0
+0
+0
+MH
+MH2mm8
+module Non Plated Through Hole
+DEV
+0
+0
+0
+MH
+MH2mm69
+
+
+0
+0
+0
+MH
+MH3mm
+module Non Plated Through Hole
+DEV
+0
+0
+0
+MH
+MH3mm5
+module Non Plated Through Hole
+DEV
+0
+0
+0
+MH
+MH4mm
+
+
+0
+0
+0
+MH
+MH_5mm
+
+
+0
+0
+0
+Module
+ESP-12F
+
+
+0
+22
+22
+Module
+NEO-7
+
+
+0
+24
+24
+PinHeader
+JST_2.54_4
+
+
+0
+4
+4
+PinHeader
+JST_2.54_4_coude
+
+
+0
+4
+4
+PinHeader
+PinHeader2.54_1X2
+
+
+0
+2
+2
+PinHeader
+PinHeader2.54_1X3
+
+
+0
+3
+3
+PinHeader
+PinHeader2.54_1X5
+
+
+0
+5
+5
+PinHeader
+PinHeader2.54_1X6
+
+
+0
+6
+6
+PinHeader
+PinHeader2.54_1X16
+
+
+0
+16
+16
+R
+0603
+
+
+0
+2
+2
+R
+0805
+
+
+0
+2
+2
+R
+1206
+
+
+0
+2
+2
+R
+1210
+
+
+0
+2
+2
+R
+1218
+
+
+0
+2
+2
+R
+3296
+
+
+0
+3
+3
+R
+5329
+
+
+0
+2
+2
+R
+RM065
+
+
+0
+3
+3
+R
+ciment
+
+
+0
+2
+2
+R
+ciment_SMD
+
+
+0
+2
+2
+SW
+1812
+
+
+0
+2
+2
+SW
+MT-008a
+
+
+0
+6
+6
+SW
+SW
+
+
+0
+2
+2
+U
+DIP8
+
+
+0
+8
+8
+U
+LM317
+
+
+0
+4
+3
+U
+LQFP48
+
+
+0
+48
+48
+U
+LQFP64
+
+
+0
+64
+64
+U
+PDIP16
+
+
+0
+16
+16
+U
+QFN-16
+
+
+0
+16
+16
+U
+SO8N
+
+
+0
+8
+8
+U
+SO14
+
+
+0
+14
+14
+U
+SO16
+
+
+0
+16
+16
+U
+SO20
+
+
+0
+20
+20
+U
+SO24
+
+
+0
+24
+24
+U
+SOIC18
+
+
+0
+18
+18
+U
+SOP8
+
+
+0
+8
+8
+U
+SOP18
+
+
+0
+18
+18
+U
+SOT-223
+
+
+0
+5
+3
+U
+SOT23-3
+
+
+0
+3
+3
+U
+SOT23-5
+
+
+0
+5
+5
+U
+SOX18
+
+
+0
+18
+18
+U
+TO-252
+
+
+0
+3
+3
+U
+TSOT23-5L
+
+
+0
+5
+5
+Y
+5032
+
+
+0
+2
+2
+relay
+G6K-2F
+
+
+0
+8
+8
+relay
+SRD-XXVDC-SL-C
+
+
+0
+5
+5

+ 173 - 0
eda/tmpHum/tmpHum-cache.lib

@@ -0,0 +1,173 @@
+EESchema-LIBRARY Version 2.4
+#encoding utf-8
+#
+# NXP_PCF8574
+#
+DEF NXP_PCF8574 U 0 40 Y Y 1 F N
+F0 "U" 150 -450 50 H V C CNN
+F1 "NXP_PCF8574" 0 450 50 H V C CNN
+F2 "" 0 0 50 H I C CNN
+F3 "" 0 0 50 H I C CNN
+DRAW
+S -200 400 200 -400 0 1 0 N
+X A0 1 -300 350 100 R 50 50 1 1 I
+X P5 10 300 -250 100 L 50 50 1 1 O
+X P6 11 300 -150 100 L 50 50 1 1 O
+X P7 12 300 -50 100 L 50 50 1 1 O
+X INT 13 300 50 100 L 50 50 1 1 I
+X SCL 14 300 150 100 L 50 50 1 1 B
+X SDA 15 300 250 100 L 50 50 1 1 B
+X VDD 16 300 350 100 L 50 50 1 1 W
+X A1 2 -300 250 100 R 50 50 1 1 I
+X A2 3 -300 150 100 R 50 50 1 1 I
+X P0 4 -300 50 100 R 50 50 1 1 O
+X P1 5 -300 -50 100 R 50 50 1 1 O
+X P2 6 -300 -150 100 R 50 50 1 1 O
+X P3 7 -300 -250 100 R 50 50 1 1 O
+X VSS 8 -300 -350 100 R 50 50 1 1 W
+X P4 9 300 -350 100 L 50 50 1 1 O
+ENDDRAW
+ENDDEF
+#
+# ONSemi_LM393
+#
+DEF ONSemi_LM393 U 0 40 Y Y 1 F N
+F0 "U" 200 -250 50 H V C CNN
+F1 "ONSemi_LM393" 0 250 50 H V C CNN
+F2 "" 0 0 50 H I C CNN
+F3 "" 0 0 50 H I C CNN
+DRAW
+S -250 -200 250 200 0 1 0 N
+X INA- 2 -350 50 100 R 50 50 0 0 I
+X INA+ 3 -350 -50 100 R 50 50 0 0 I
+X GND 4 -350 -150 100 R 50 50 0 0 W
+X INB+ 5 350 -150 100 L 50 50 0 0 I
+X INB- 6 350 -50 100 L 50 50 0 0 I
+X OUTB 7 350 50 100 L 50 50 0 0 O
+X VCC 8 350 150 100 L 50 50 0 0 W
+X OUTA 1 -350 150 100 R 50 50 1 1 O
+ENDDRAW
+ENDDEF
+#
+# TI_HDC2022
+#
+DEF TI_HDC2022 U 0 40 Y Y 1 F N
+F0 "U" 200 -200 50 H V C CNN
+F1 "TI_HDC2022" 0 200 50 H V C CNN
+F2 "" 0 0 50 H I C CNN
+F3 "" 0 0 50 H I C CNN
+DRAW
+S -250 150 250 -150 0 1 0 N
+X GND 2 -350 0 100 R 50 50 0 0 W
+X ADDR 3 -350 -100 100 R 50 50 0 0 O
+X INT 4 350 -100 100 L 50 50 0 0 B
+X VDD 5 350 0 100 L 50 50 0 0 W
+X SCL 6 350 100 100 L 50 50 0 0 O
+X SDA 1 -350 100 100 R 50 50 1 1 B
+ENDDRAW
+ENDDEF
+#
+# conn_CONN_01X02
+#
+DEF conn_CONN_01X02 P 0 40 Y N 1 F N
+F0 "P" 0 150 50 H V C CNN
+F1 "conn_CONN_01X02" 100 0 50 V V C CNN
+F2 "" 0 0 50 H V C CNN
+F3 "" 0 0 50 H V C CNN
+$FPLIST
+ Pin_Header_Straight_1X02
+ Pin_Header_Angled_1X02
+ Socket_Strip_Straight_1X02
+ Socket_Strip_Angled_1X02
+$ENDFPLIST
+DRAW
+S -50 -45 10 -55 0 1 0 N
+S -50 55 10 45 0 1 0 N
+S -50 100 50 -100 0 1 0 N
+X P1 1 -200 50 150 R 50 50 1 1 P
+X P2 2 -200 -50 150 R 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+# conn_CONN_01X04
+#
+DEF conn_CONN_01X04 P 0 40 Y N 1 F N
+F0 "P" 0 250 50 H V C CNN
+F1 "conn_CONN_01X04" 100 0 50 V V C CNN
+F2 "" 0 0 50 H V C CNN
+F3 "" 0 0 50 H V C CNN
+$FPLIST
+ Pin_Header_Straight_1X04
+ Pin_Header_Angled_1X04
+ Socket_Strip_Straight_1X04
+ Socket_Strip_Angled_1X04
+$ENDFPLIST
+DRAW
+S -50 -145 10 -155 0 1 0 N
+S -50 -45 10 -55 0 1 0 N
+S -50 55 10 45 0 1 0 N
+S -50 155 10 145 0 1 0 N
+S -50 200 50 -200 0 1 0 N
+X P1 1 -200 150 150 R 50 50 1 1 P
+X P2 2 -200 50 150 R 50 50 1 1 P
+X P3 3 -200 -50 150 R 50 50 1 1 P
+X P4 4 -200 -150 150 R 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+# global_Jumper
+#
+DEF global_Jumper SJ 0 40 Y Y 1 F N
+F0 "SJ" 0 90 50 H V C CNN
+F1 "global_Jumper" 10 -60 50 H V C CNN
+F2 "" 0 0 50 H I C CNN
+F3 "" 0 0 50 H I C CNN
+DRAW
+A -30 0 20 -899 899 0 1 0 N -30 -20 -30 20
+A 30 0 20 901 -901 0 1 0 N 30 20 30 -20
+P 2 0 1 0 -30 20 -30 -20 N
+P 2 0 1 0 30 20 30 -20 N
+X ~ 1 -150 0 118 R 50 50 1 1 P
+X ~ 2 150 0 118 L 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+# global_Poten
+#
+DEF global_Poten VR 0 0 N Y 1 F N
+F0 "VR" 80 0 50 V V C CNN
+F1 "global_Poten" 0 0 50 V V C CNN
+F2 "" -70 0 50 V V C CNN
+F3 "" 0 0 50 H V C CNN
+$FPLIST
+ R_*
+ Resistor_*
+$ENDFPLIST
+DRAW
+S -40 -100 40 100 0 1 10 N
+P 3 0 1 0 -75 -25 -50 0 -75 25 N
+X ~ 1 0 150 50 D 50 50 1 1 P
+X ~ 2 -150 0 100 R 50 50 1 1 P
+X ~ 3 0 -150 50 U 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+# global_R
+#
+DEF global_R R 0 0 N Y 1 F N
+F0 "R" 80 0 50 V V C CNN
+F1 "global_R" 0 0 50 V V C CNN
+F2 "" -70 0 50 V V C CNN
+F3 "" 0 0 50 H V C CNN
+$FPLIST
+ R_*
+ Resistor_*
+$ENDFPLIST
+DRAW
+S -40 -100 40 100 0 1 10 N
+X ~ 1 0 150 50 D 50 50 1 1 P
+X ~ 2 0 -150 50 U 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+#End Library

+ 544 - 0
eda/tmpHum/tmpHum.kicad_pcb

@@ -0,0 +1,544 @@
+(kicad_pcb (version 20171130) (host pcbnew 5.1.5+dfsg1-2build2)
+
+  (general
+    (thickness 1.6)
+    (drawings 4)
+    (tracks 0)
+    (zones 0)
+    (modules 15)
+    (nets 27)
+  )
+
+  (page A4)
+  (layers
+    (0 F.Cu signal)
+    (31 B.Cu signal)
+    (32 B.Adhes user)
+    (33 F.Adhes user)
+    (34 B.Paste user)
+    (35 F.Paste user)
+    (36 B.SilkS user)
+    (37 F.SilkS user)
+    (38 B.Mask user)
+    (39 F.Mask user)
+    (40 Dwgs.User user)
+    (41 Cmts.User user)
+    (42 Eco1.User user)
+    (43 Eco2.User user)
+    (44 Edge.Cuts user)
+    (45 Margin user)
+    (46 B.CrtYd user)
+    (47 F.CrtYd user)
+    (48 B.Fab user)
+    (49 F.Fab user)
+  )
+
+  (setup
+    (last_trace_width 0.25)
+    (trace_clearance 0.2)
+    (zone_clearance 0.508)
+    (zone_45_only no)
+    (trace_min 0.2)
+    (via_size 0.8)
+    (via_drill 0.4)
+    (via_min_size 0.4)
+    (via_min_drill 0.3)
+    (uvia_size 0.3)
+    (uvia_drill 0.1)
+    (uvias_allowed no)
+    (uvia_min_size 0.2)
+    (uvia_min_drill 0.1)
+    (edge_width 0.05)
+    (segment_width 0.2)
+    (pcb_text_width 0.3)
+    (pcb_text_size 1.5 1.5)
+    (mod_edge_width 0.12)
+    (mod_text_size 1 1)
+    (mod_text_width 0.15)
+    (pad_size 1.524 1.524)
+    (pad_drill 0.762)
+    (pad_to_mask_clearance 0.051)
+    (solder_mask_min_width 0.25)
+    (aux_axis_origin 0 0)
+    (visible_elements FFFFF77F)
+    (pcbplotparams
+      (layerselection 0x010fc_ffffffff)
+      (usegerberextensions false)
+      (usegerberattributes false)
+      (usegerberadvancedattributes false)
+      (creategerberjobfile false)
+      (excludeedgelayer true)
+      (linewidth 0.100000)
+      (plotframeref false)
+      (viasonmask false)
+      (mode 1)
+      (useauxorigin false)
+      (hpglpennumber 1)
+      (hpglpenspeed 20)
+      (hpglpendiameter 15.000000)
+      (psnegative false)
+      (psa4output false)
+      (plotreference true)
+      (plotvalue true)
+      (plotinvisibletext false)
+      (padsonsilk false)
+      (subtractmaskfromsilk false)
+      (outputformat 1)
+      (mirror false)
+      (drillshape 1)
+      (scaleselection 1)
+      (outputdirectory ""))
+  )
+
+  (net 0 "")
+  (net 1 /GND)
+  (net 2 "Net-(P1-Pad3)")
+  (net 3 "Net-(P1-Pad2)")
+  (net 4 /3.3V)
+  (net 5 "Net-(P2-Pad3)")
+  (net 6 "Net-(P2-Pad2)")
+  (net 7 /out)
+  (net 8 "Net-(P3-Pad2)")
+  (net 9 "Net-(SJ1-Pad2)")
+  (net 10 "Net-(SJ3-Pad2)")
+  (net 11 "Net-(SJ5-Pad2)")
+  (net 12 "Net-(SJ7-Pad2)")
+  (net 13 "Net-(U1-Pad5)")
+  (net 14 "Net-(U1-Pad3)")
+  (net 15 "Net-(U1-Pad2)")
+  (net 16 "Net-(U1-Pad1)")
+  (net 17 "Net-(U2-Pad5)")
+  (net 18 "Net-(U2-Pad6)")
+  (net 19 "Net-(U2-Pad7)")
+  (net 20 "Net-(U2-Pad9)")
+  (net 21 "Net-(U2-Pad10)")
+  (net 22 "Net-(U2-Pad11)")
+  (net 23 "Net-(U2-Pad12)")
+  (net 24 "Net-(U2-Pad13)")
+  (net 25 /sdl)
+  (net 26 /sda)
+
+  (net_class Default "Ceci est la Netclass par défaut."
+    (clearance 0.2)
+    (trace_width 0.25)
+    (via_dia 0.8)
+    (via_drill 0.4)
+    (uvia_dia 0.3)
+    (uvia_drill 0.1)
+    (add_net /3.3V)
+    (add_net /GND)
+    (add_net /out)
+    (add_net /sda)
+    (add_net /sdl)
+    (add_net "Net-(P1-Pad2)")
+    (add_net "Net-(P1-Pad3)")
+    (add_net "Net-(P2-Pad2)")
+    (add_net "Net-(P2-Pad3)")
+    (add_net "Net-(P3-Pad2)")
+    (add_net "Net-(SJ1-Pad2)")
+    (add_net "Net-(SJ3-Pad2)")
+    (add_net "Net-(SJ5-Pad2)")
+    (add_net "Net-(SJ7-Pad2)")
+    (add_net "Net-(U1-Pad1)")
+    (add_net "Net-(U1-Pad2)")
+    (add_net "Net-(U1-Pad3)")
+    (add_net "Net-(U1-Pad5)")
+    (add_net "Net-(U2-Pad10)")
+    (add_net "Net-(U2-Pad11)")
+    (add_net "Net-(U2-Pad12)")
+    (add_net "Net-(U2-Pad13)")
+    (add_net "Net-(U2-Pad5)")
+    (add_net "Net-(U2-Pad6)")
+    (add_net "Net-(U2-Pad7)")
+    (add_net "Net-(U2-Pad9)")
+  )
+
+  (module R:RM065 (layer F.Cu) (tedit 5CB48354) (tstamp 61112976)
+    (at 113 35)
+    (path /611109DA)
+    (fp_text reference VR1 (at 0 -6.35) (layer F.SilkS)
+      (effects (font (size 1 1) (thickness 0.15)))
+    )
+    (fp_text value Poten (at 0 0) (layer F.Fab)
+      (effects (font (size 1 1) (thickness 0.15)))
+    )
+    (fp_line (start 3.81 -5.08) (end -3.81 -5.08) (layer F.SilkS) (width 0.15))
+    (fp_arc (start 0 0) (end -3.81 -5.08) (angle -286.2602047) (layer F.SilkS) (width 0.15))
+    (pad 3 thru_hole circle (at 2.5 2.5) (size 2 2) (drill 1) (layers *.Cu *.Mask)
+      (net 1 /GND))
+    (pad 2 thru_hole circle (at 0 -2.5) (size 2 2) (drill 1) (layers *.Cu *.Mask)
+      (net 13 "Net-(U1-Pad5)"))
+    (pad 1 thru_hole circle (at -2.5 2.5) (size 2 2) (drill 1) (layers *.Cu *.Mask)
+      (net 4 /3.3V))
+  )
+
+  (module U:SO16 (layer F.Cu) (tedit 5D88D7C8) (tstamp 6111296D)
+    (at 117 50.5)
+    (path /6112038F)
+    (fp_text reference U2 (at 6.985 0 90) (layer F.SilkS)
+      (effects (font (size 1 1) (thickness 0.15)))
+    )
+    (fp_text value PCF8574 (at -0.127 -0.127) (layer F.Fab)
+      (effects (font (size 1 1) (thickness 0.15)))
+    )
+    (fp_arc (start -5.969 0) (end -5.842001 0.761999) (angle -161.0753556) (layer F.SilkS) (width 0.17))
+    (fp_line (start 5.95 5.725) (end -5.95 5.725) (layer F.SilkS) (width 0.17))
+    (fp_line (start 5.95 -5.725) (end 5.95 5.725) (layer F.SilkS) (width 0.17))
+    (fp_line (start -5.95 -5.725) (end 5.95 -5.725) (layer F.SilkS) (width 0.17))
+    (fp_line (start -5.95 5.725) (end -5.95 -5.725) (layer F.SilkS) (width 0.17))
+    (pad 1 smd rect (at -4.445 4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 12 "Net-(SJ7-Pad2)"))
+    (pad 2 smd rect (at -3.175 4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 11 "Net-(SJ5-Pad2)"))
+    (pad 3 smd rect (at -1.905 4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 9 "Net-(SJ1-Pad2)"))
+    (pad 4 smd rect (at -0.635 4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 7 /out))
+    (pad 5 smd rect (at 0.635 4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 17 "Net-(U2-Pad5)"))
+    (pad 6 smd rect (at 1.905 4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 18 "Net-(U2-Pad6)"))
+    (pad 7 smd rect (at 3.175 4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 19 "Net-(U2-Pad7)"))
+    (pad 8 smd rect (at 4.445 4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 1 /GND))
+    (pad 9 smd rect (at 4.445 -4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 20 "Net-(U2-Pad9)"))
+    (pad 10 smd rect (at 3.175 -4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 21 "Net-(U2-Pad10)"))
+    (pad 11 smd rect (at 1.905 -4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 22 "Net-(U2-Pad11)"))
+    (pad 12 smd rect (at 0.635 -4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 23 "Net-(U2-Pad12)"))
+    (pad 13 smd rect (at -0.635 -4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 24 "Net-(U2-Pad13)"))
+    (pad 14 smd rect (at -1.905 -4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 25 /sdl))
+    (pad 15 smd rect (at -3.175 -4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 26 /sda))
+    (pad 16 smd rect (at -4.445 -4.4) (size 0.7 2.4) (layers F.Cu F.Paste F.Mask)
+      (net 4 /3.3V))
+  )
+
+  (module U:SOP8 (layer F.Cu) (tedit 5D9B0CDC) (tstamp 61112954)
+    (at 104.5 50.5 180)
+    (path /6111685C)
+    (fp_text reference U1 (at 4.2 0 90) (layer F.SilkS)
+      (effects (font (size 1 1) (thickness 0.15)))
+    )
+    (fp_text value LM393 (at 0 0) (layer F.Fab)
+      (effects (font (size 1 1) (thickness 0.15)))
+    )
+    (fp_circle (center -1.9 1.9) (end -1.9 2.2) (layer F.SilkS) (width 0.17))
+    (fp_line (start -2.54 2.54) (end -2.54 -2.54) (layer F.SilkS) (width 0.17))
+    (fp_line (start 3.175 2.54) (end -2.54 2.54) (layer F.SilkS) (width 0.17))
+    (fp_line (start 3.175 -2.54) (end 3.175 2.54) (layer F.SilkS) (width 0.17))
+    (fp_line (start -2.54 -2.54) (end 3.175 -2.54) (layer F.SilkS) (width 0.17))
+    (pad 8 smd rect (at -1.905 -3.7 180) (size 0.55 1.75) (layers F.Cu F.Paste F.Mask)
+      (net 4 /3.3V))
+    (pad 7 smd rect (at -0.635 -3.7 180) (size 0.55 1.75) (layers F.Cu F.Paste F.Mask)
+      (net 7 /out))
+    (pad 6 smd rect (at 0.635 -3.7 180) (size 0.55 1.75) (layers F.Cu F.Paste F.Mask)
+      (net 8 "Net-(P3-Pad2)"))
+    (pad 5 smd rect (at 1.905 -3.7 180) (size 0.55 1.75) (layers F.Cu F.Paste F.Mask)
+      (net 13 "Net-(U1-Pad5)"))
+    (pad 4 smd rect (at 1.905 3.7 180) (size 0.55 1.75) (layers F.Cu F.Paste F.Mask)
+      (net 1 /GND))
+    (pad 3 smd rect (at 0.635 3.7 180) (size 0.55 1.75) (layers F.Cu F.Paste F.Mask)
+      (net 14 "Net-(U1-Pad3)"))
+    (pad 2 smd rect (at -0.635 3.7 180) (size 0.55 1.75) (layers F.Cu F.Paste F.Mask)
+      (net 15 "Net-(U1-Pad2)"))
+    (pad 1 smd rect (at -1.905 3.7 180) (size 0.55 1.75) (layers F.Cu F.Paste F.Mask)
+      (net 16 "Net-(U1-Pad1)"))
+  )
+
+  (module Jumper:SolderStrap0603 (layer B.Cu) (tedit 5D9C8DE1) (tstamp 61112943)
+    (at 140 54.25)
+    (path /61123FB7)
+    (fp_text reference SJ8 (at -2.2 0 -90) (layer B.SilkS)
+      (effects (font (size 0.9 0.7) (thickness 0.17)) (justify mirror))
+    )
+    (fp_text value Jumper (at 0 -0.9) (layer B.Fab)
+      (effects (font (size 0.3 0.2) (thickness 0.05)) (justify mirror))
+    )
+    (fp_poly (pts (xy -1.1 0.6) (xy 1.1 0.6) (xy 1.1 -0.6) (xy -1.1 -0.6)) (layer B.Mask) (width 0))
+    (fp_poly (pts (xy -0.05 0.5) (xy 1.1 0.5) (xy 1.1 -0.5) (xy -0.05 -0.5)
+      (xy 0.3 0)) (layer B.Cu) (width 0))
+    (fp_poly (pts (xy -1.1 0.5) (xy -0.35 0.5) (xy 0 0) (xy -0.35 -0.5)
+      (xy -1.1 -0.5)) (layer B.Cu) (width 0))
+    (fp_arc (start 1.1 0) (end 1.1 0.5) (angle -180) (layer B.SilkS) (width 0.3))
+    (fp_arc (start -1.1 0) (end -1.1 -0.5) (angle -180) (layer B.SilkS) (width 0.3))
+    (fp_line (start -1.1 0.5) (end 1.1 0.5) (layer B.SilkS) (width 0.3))
+    (fp_line (start 1.1 -0.5) (end -1.1 -0.5) (layer B.SilkS) (width 0.3))
+    (pad 2 smd circle (at 1.1 0) (size 1 1) (layers B.Cu B.Paste B.Mask)
+      (net 12 "Net-(SJ7-Pad2)") (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+    (pad 1 smd circle (at -1.1 0) (size 1 1) (layers B.Cu B.Paste B.Mask)
+      (net 1 /GND) (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+  )
+
+  (module Jumper:SolderStrap0603 (layer B.Cu) (tedit 5D9C8DE1) (tstamp 61112936)
+    (at 139.905 56.005)
+    (path /6112161F)
+    (fp_text reference SJ7 (at -2.2 0 -90) (layer B.SilkS)
+      (effects (font (size 0.9 0.7) (thickness 0.17)) (justify mirror))
+    )
+    (fp_text value Jumper (at 0 -0.9) (layer B.Fab)
+      (effects (font (size 0.3 0.2) (thickness 0.05)) (justify mirror))
+    )
+    (fp_poly (pts (xy -1.1 0.6) (xy 1.1 0.6) (xy 1.1 -0.6) (xy -1.1 -0.6)) (layer B.Mask) (width 0))
+    (fp_poly (pts (xy -0.05 0.5) (xy 1.1 0.5) (xy 1.1 -0.5) (xy -0.05 -0.5)
+      (xy 0.3 0)) (layer B.Cu) (width 0))
+    (fp_poly (pts (xy -1.1 0.5) (xy -0.35 0.5) (xy 0 0) (xy -0.35 -0.5)
+      (xy -1.1 -0.5)) (layer B.Cu) (width 0))
+    (fp_arc (start 1.1 0) (end 1.1 0.5) (angle -180) (layer B.SilkS) (width 0.3))
+    (fp_arc (start -1.1 0) (end -1.1 -0.5) (angle -180) (layer B.SilkS) (width 0.3))
+    (fp_line (start -1.1 0.5) (end 1.1 0.5) (layer B.SilkS) (width 0.3))
+    (fp_line (start 1.1 -0.5) (end -1.1 -0.5) (layer B.SilkS) (width 0.3))
+    (pad 2 smd circle (at 1.1 0) (size 1 1) (layers B.Cu B.Paste B.Mask)
+      (net 12 "Net-(SJ7-Pad2)") (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+    (pad 1 smd circle (at -1.1 0) (size 1 1) (layers B.Cu B.Paste B.Mask)
+      (net 4 /3.3V) (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+  )
+
+  (module Jumper:SolderStrap0603 (layer F.Cu) (tedit 5D9C8DE1) (tstamp 61112929)
+    (at 134.5 45.25)
+    (path /6112D439)
+    (fp_text reference SJ6 (at -2.2 0 90) (layer F.SilkS)
+      (effects (font (size 0.9 0.7) (thickness 0.17)))
+    )
+    (fp_text value Jumper (at 0 0.9) (layer F.Fab)
+      (effects (font (size 0.3 0.2) (thickness 0.05)))
+    )
+    (fp_poly (pts (xy -1.1 -0.6) (xy 1.1 -0.6) (xy 1.1 0.6) (xy -1.1 0.6)) (layer F.Mask) (width 0))
+    (fp_poly (pts (xy -0.05 -0.5) (xy 1.1 -0.5) (xy 1.1 0.5) (xy -0.05 0.5)
+      (xy 0.3 0)) (layer F.Cu) (width 0))
+    (fp_poly (pts (xy -1.1 -0.5) (xy -0.35 -0.5) (xy 0 0) (xy -0.35 0.5)
+      (xy -1.1 0.5)) (layer F.Cu) (width 0))
+    (fp_arc (start 1.1 0) (end 1.1 -0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_arc (start -1.1 0) (end -1.1 0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_line (start -1.1 -0.5) (end 1.1 -0.5) (layer F.SilkS) (width 0.3))
+    (fp_line (start 1.1 0.5) (end -1.1 0.5) (layer F.SilkS) (width 0.3))
+    (pad 2 smd circle (at 1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 11 "Net-(SJ5-Pad2)") (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+    (pad 1 smd circle (at -1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 1 /GND) (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+  )
+
+  (module Jumper:SolderStrap0603 (layer F.Cu) (tedit 5D9C8DE1) (tstamp 6111291C)
+    (at 134.5 43.5)
+    (path /6112D433)
+    (fp_text reference SJ5 (at -2.2 0 90) (layer F.SilkS)
+      (effects (font (size 0.9 0.7) (thickness 0.17)))
+    )
+    (fp_text value Jumper (at 0 0.9) (layer F.Fab)
+      (effects (font (size 0.3 0.2) (thickness 0.05)))
+    )
+    (fp_poly (pts (xy -1.1 -0.6) (xy 1.1 -0.6) (xy 1.1 0.6) (xy -1.1 0.6)) (layer F.Mask) (width 0))
+    (fp_poly (pts (xy -0.05 -0.5) (xy 1.1 -0.5) (xy 1.1 0.5) (xy -0.05 0.5)
+      (xy 0.3 0)) (layer F.Cu) (width 0))
+    (fp_poly (pts (xy -1.1 -0.5) (xy -0.35 -0.5) (xy 0 0) (xy -0.35 0.5)
+      (xy -1.1 0.5)) (layer F.Cu) (width 0))
+    (fp_arc (start 1.1 0) (end 1.1 -0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_arc (start -1.1 0) (end -1.1 0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_line (start -1.1 -0.5) (end 1.1 -0.5) (layer F.SilkS) (width 0.3))
+    (fp_line (start 1.1 0.5) (end -1.1 0.5) (layer F.SilkS) (width 0.3))
+    (pad 2 smd circle (at 1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 11 "Net-(SJ5-Pad2)") (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+    (pad 1 smd circle (at -1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 4 /3.3V) (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+  )
+
+  (module Jumper:SolderStrap0603 (layer F.Cu) (tedit 5D9C8DE1) (tstamp 6111290F)
+    (at 134.5 41.25)
+    (path /61157566)
+    (fp_text reference SJ4 (at -2.2 0 90) (layer F.SilkS)
+      (effects (font (size 0.9 0.7) (thickness 0.17)))
+    )
+    (fp_text value Jumper (at 0 0.9) (layer F.Fab)
+      (effects (font (size 0.3 0.2) (thickness 0.05)))
+    )
+    (fp_poly (pts (xy -1.1 -0.6) (xy 1.1 -0.6) (xy 1.1 0.6) (xy -1.1 0.6)) (layer F.Mask) (width 0))
+    (fp_poly (pts (xy -0.05 -0.5) (xy 1.1 -0.5) (xy 1.1 0.5) (xy -0.05 0.5)
+      (xy 0.3 0)) (layer F.Cu) (width 0))
+    (fp_poly (pts (xy -1.1 -0.5) (xy -0.35 -0.5) (xy 0 0) (xy -0.35 0.5)
+      (xy -1.1 0.5)) (layer F.Cu) (width 0))
+    (fp_arc (start 1.1 0) (end 1.1 -0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_arc (start -1.1 0) (end -1.1 0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_line (start -1.1 -0.5) (end 1.1 -0.5) (layer F.SilkS) (width 0.3))
+    (fp_line (start 1.1 0.5) (end -1.1 0.5) (layer F.SilkS) (width 0.3))
+    (pad 2 smd circle (at 1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 10 "Net-(SJ3-Pad2)") (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+    (pad 1 smd circle (at -1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 1 /GND) (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+  )
+
+  (module Jumper:SolderStrap0603 (layer F.Cu) (tedit 5D9C8DE1) (tstamp 61112902)
+    (at 134.5 39.5)
+    (path /6115756E)
+    (fp_text reference SJ3 (at -2.2 0 90) (layer F.SilkS)
+      (effects (font (size 0.9 0.7) (thickness 0.17)))
+    )
+    (fp_text value Jumper (at 0 0.9) (layer F.Fab)
+      (effects (font (size 0.3 0.2) (thickness 0.05)))
+    )
+    (fp_poly (pts (xy -1.1 -0.6) (xy 1.1 -0.6) (xy 1.1 0.6) (xy -1.1 0.6)) (layer F.Mask) (width 0))
+    (fp_poly (pts (xy -0.05 -0.5) (xy 1.1 -0.5) (xy 1.1 0.5) (xy -0.05 0.5)
+      (xy 0.3 0)) (layer F.Cu) (width 0))
+    (fp_poly (pts (xy -1.1 -0.5) (xy -0.35 -0.5) (xy 0 0) (xy -0.35 0.5)
+      (xy -1.1 0.5)) (layer F.Cu) (width 0))
+    (fp_arc (start 1.1 0) (end 1.1 -0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_arc (start -1.1 0) (end -1.1 0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_line (start -1.1 -0.5) (end 1.1 -0.5) (layer F.SilkS) (width 0.3))
+    (fp_line (start 1.1 0.5) (end -1.1 0.5) (layer F.SilkS) (width 0.3))
+    (pad 2 smd circle (at 1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 10 "Net-(SJ3-Pad2)") (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+    (pad 1 smd circle (at -1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 4 /3.3V) (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+  )
+
+  (module Jumper:SolderStrap0603 (layer F.Cu) (tedit 5D9C8DE1) (tstamp 611128F5)
+    (at 134.5 35.5)
+    (path /6112DB43)
+    (fp_text reference SJ2 (at -2.2 0 90) (layer F.SilkS)
+      (effects (font (size 0.9 0.7) (thickness 0.17)))
+    )
+    (fp_text value Jumper (at 0 0.9) (layer F.Fab)
+      (effects (font (size 0.3 0.2) (thickness 0.05)))
+    )
+    (fp_poly (pts (xy -1.1 -0.6) (xy 1.1 -0.6) (xy 1.1 0.6) (xy -1.1 0.6)) (layer F.Mask) (width 0))
+    (fp_poly (pts (xy -0.05 -0.5) (xy 1.1 -0.5) (xy 1.1 0.5) (xy -0.05 0.5)
+      (xy 0.3 0)) (layer F.Cu) (width 0))
+    (fp_poly (pts (xy -1.1 -0.5) (xy -0.35 -0.5) (xy 0 0) (xy -0.35 0.5)
+      (xy -1.1 0.5)) (layer F.Cu) (width 0))
+    (fp_arc (start 1.1 0) (end 1.1 -0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_arc (start -1.1 0) (end -1.1 0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_line (start -1.1 -0.5) (end 1.1 -0.5) (layer F.SilkS) (width 0.3))
+    (fp_line (start 1.1 0.5) (end -1.1 0.5) (layer F.SilkS) (width 0.3))
+    (pad 2 smd circle (at 1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 9 "Net-(SJ1-Pad2)") (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+    (pad 1 smd circle (at -1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 1 /GND) (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+  )
+
+  (module Jumper:SolderStrap0603 (layer F.Cu) (tedit 5D9C8DE1) (tstamp 611128E8)
+    (at 134.5 37.25)
+    (path /6112DB3D)
+    (fp_text reference SJ1 (at -2.2 0 90) (layer F.SilkS)
+      (effects (font (size 0.9 0.7) (thickness 0.17)))
+    )
+    (fp_text value Jumper (at 0 0.9) (layer F.Fab)
+      (effects (font (size 0.3 0.2) (thickness 0.05)))
+    )
+    (fp_poly (pts (xy -1.1 -0.6) (xy 1.1 -0.6) (xy 1.1 0.6) (xy -1.1 0.6)) (layer F.Mask) (width 0))
+    (fp_poly (pts (xy -0.05 -0.5) (xy 1.1 -0.5) (xy 1.1 0.5) (xy -0.05 0.5)
+      (xy 0.3 0)) (layer F.Cu) (width 0))
+    (fp_poly (pts (xy -1.1 -0.5) (xy -0.35 -0.5) (xy 0 0) (xy -0.35 0.5)
+      (xy -1.1 0.5)) (layer F.Cu) (width 0))
+    (fp_arc (start 1.1 0) (end 1.1 -0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_arc (start -1.1 0) (end -1.1 0.5) (angle 180) (layer F.SilkS) (width 0.3))
+    (fp_line (start -1.1 -0.5) (end 1.1 -0.5) (layer F.SilkS) (width 0.3))
+    (fp_line (start 1.1 0.5) (end -1.1 0.5) (layer F.SilkS) (width 0.3))
+    (pad 2 smd circle (at 1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 9 "Net-(SJ1-Pad2)") (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+    (pad 1 smd circle (at -1.1 0) (size 1 1) (layers F.Cu F.Paste F.Mask)
+      (net 4 /3.3V) (solder_mask_margin 0.1) (solder_paste_margin_ratio -0.5))
+  )
+
+  (module R:0805 (layer F.Cu) (tedit 5D9C976A) (tstamp 611128DB)
+    (at 110.5 61)
+    (path /611147E9)
+    (fp_text reference R2 (at 0 1.4 180) (layer F.SilkS)
+      (effects (font (size 0.7 0.66) (thickness 0.16)))
+    )
+    (fp_text value R (at -0.875 0 90) (layer F.Fab)
+      (effects (font (size 0.3 0.2) (thickness 0.05)))
+    )
+    (fp_line (start -0.4 -0.75) (end 0.4 -0.75) (layer F.SilkS) (width 0.17))
+    (fp_line (start -0.4 0.75) (end 0.4 0.75) (layer F.SilkS) (width 0.17))
+    (pad 2 smd rect (at 0.875 0) (size 0.85 1.5) (layers F.Cu F.Paste F.Mask)
+      (net 1 /GND) (solder_mask_margin 0.07) (solder_paste_margin -0.05))
+    (pad 1 smd rect (at -0.875 0) (size 0.85 1.5) (layers F.Cu F.Paste F.Mask)
+      (net 8 "Net-(P3-Pad2)") (solder_mask_margin 0.07) (solder_paste_margin -0.05))
+    (model ${KIPRJMOD}/../packages3d/None-R0805.wrl
+      (at (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+  )
+
+  (module R:0805 (layer F.Cu) (tedit 5D9C976A) (tstamp 611128D3)
+    (at 146.714999 51.13)
+    (path /6111CB48)
+    (fp_text reference R1 (at 0 1.4 180) (layer F.SilkS)
+      (effects (font (size 0.7 0.66) (thickness 0.16)))
+    )
+    (fp_text value 10K (at -0.875 0 90) (layer F.Fab)
+      (effects (font (size 0.3 0.2) (thickness 0.05)))
+    )
+    (fp_line (start -0.4 -0.75) (end 0.4 -0.75) (layer F.SilkS) (width 0.17))
+    (fp_line (start -0.4 0.75) (end 0.4 0.75) (layer F.SilkS) (width 0.17))
+    (pad 2 smd rect (at 0.875 0) (size 0.85 1.5) (layers F.Cu F.Paste F.Mask)
+      (net 7 /out) (solder_mask_margin 0.07) (solder_paste_margin -0.05))
+    (pad 1 smd rect (at -0.875 0) (size 0.85 1.5) (layers F.Cu F.Paste F.Mask)
+      (net 4 /3.3V) (solder_mask_margin 0.07) (solder_paste_margin -0.05))
+    (model ${KIPRJMOD}/../packages3d/None-R0805.wrl
+      (at (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+  )
+
+  (module Bornier:Bornier2.54_1x4 (layer F.Cu) (tedit 5B3CCB63) (tstamp 611128CB)
+    (at 118.5 23.5 180)
+    (path /6110FA61)
+    (fp_text reference P2 (at -6.096 0 90) (layer F.SilkS)
+      (effects (font (size 1 1) (thickness 0.15)))
+    )
+    (fp_text value I2C_OUT (at 0 -3.81) (layer F.Fab)
+      (effects (font (size 1 1) (thickness 0.15)))
+    )
+    (fp_line (start 5.31 -2.95) (end 5.31 3.35) (layer F.SilkS) (width 0.15))
+    (fp_line (start -5.31 -2.95) (end -5.31 3.35) (layer F.SilkS) (width 0.15))
+    (fp_line (start -5.31 -2.95) (end 5.31 -2.95) (layer F.SilkS) (width 0.15))
+    (fp_line (start 5.31 2.54) (end -5.31 2.54) (layer F.SilkS) (width 0.15))
+    (fp_line (start -5.31 3.35) (end 5.31 3.35) (layer F.SilkS) (width 0.15))
+    (pad 4 thru_hole circle (at 3.81 0 180) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask F.SilkS)
+      (net 1 /GND))
+    (pad 3 thru_hole circle (at 1.27 0 180) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask F.SilkS)
+      (net 5 "Net-(P2-Pad3)"))
+    (pad 2 thru_hole circle (at -1.27 0 180) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask F.SilkS)
+      (net 6 "Net-(P2-Pad2)"))
+    (pad 1 thru_hole rect (at -3.81 0 180) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask F.SilkS)
+      (net 4 /3.3V))
+  )
+
+  (module Bornier:Bornier2.54_1x4 (layer F.Cu) (tedit 5B3CCB63) (tstamp 611128BE)
+    (at 106.5 23.5 180)
+    (path /6110F825)
+    (fp_text reference P1 (at -6.096 0 90) (layer F.SilkS)
+      (effects (font (size 1 1) (thickness 0.15)))
+    )
+    (fp_text value I2C_IN (at 0 -3.81) (layer F.Fab)
+      (effects (font (size 1 1) (thickness 0.15)))
+    )
+    (fp_line (start 5.31 -2.95) (end 5.31 3.35) (layer F.SilkS) (width 0.15))
+    (fp_line (start -5.31 -2.95) (end -5.31 3.35) (layer F.SilkS) (width 0.15))
+    (fp_line (start -5.31 -2.95) (end 5.31 -2.95) (layer F.SilkS) (width 0.15))
+    (fp_line (start 5.31 2.54) (end -5.31 2.54) (layer F.SilkS) (width 0.15))
+    (fp_line (start -5.31 3.35) (end 5.31 3.35) (layer F.SilkS) (width 0.15))
+    (pad 4 thru_hole circle (at 3.81 0 180) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask F.SilkS)
+      (net 1 /GND))
+    (pad 3 thru_hole circle (at 1.27 0 180) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask F.SilkS)
+      (net 2 "Net-(P1-Pad3)"))
+    (pad 2 thru_hole circle (at -1.27 0 180) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask F.SilkS)
+      (net 3 "Net-(P1-Pad2)"))
+    (pad 1 thru_hole rect (at -3.81 0 180) (size 1.524 1.524) (drill 0.9) (layers *.Cu *.Mask F.SilkS)
+      (net 4 /3.3V))
+  )
+
+  (gr_line (start 100 60) (end 100 20) (layer Edge.Cuts) (width 0.05) (tstamp 61112CE3))
+  (gr_line (start 125 60) (end 100 60) (layer Edge.Cuts) (width 0.05))
+  (gr_line (start 125 20) (end 125 60) (layer Edge.Cuts) (width 0.05))
+  (gr_line (start 100 20) (end 125 20) (layer Edge.Cuts) (width 0.05))
+
+)

+ 1 - 0
eda/tmpHum/tmpHum.kicad_pcb-bak

@@ -0,0 +1 @@
+(kicad_pcb (version 4) (host kicad "dummy file") )

+ 33 - 0
eda/tmpHum/tmpHum.pro

@@ -0,0 +1,33 @@
+update=22/05/2015 07:44:53
+version=1
+last_client=kicad
+[general]
+version=1
+RootSch=
+BoardNm=
+[pcbnew]
+version=1
+LastNetListRead=
+UseCmpFile=1
+PadDrill=0.600000000000
+PadDrillOvalY=0.600000000000
+PadSizeH=1.500000000000
+PadSizeV=1.500000000000
+PcbTextSizeV=1.500000000000
+PcbTextSizeH=1.500000000000
+PcbTextThickness=0.300000000000
+ModuleTextSizeV=1.000000000000
+ModuleTextSizeH=1.000000000000
+ModuleTextSizeThickness=0.150000000000
+SolderMaskClearance=0.000000000000
+SolderMaskMinWidth=0.000000000000
+DrawSegmentWidth=0.200000000000
+BoardOutlineThickness=0.100000000000
+ModuleOutlineThickness=0.150000000000
+[cvpcb]
+version=1
+NetIExt=net
+[eeschema]
+version=1
+LibDir=
+[eeschema/libraries]

+ 321 - 0
eda/tmpHum/tmpHum.sch

@@ -0,0 +1,321 @@
+EESchema Schematic File Version 4
+EELAYER 30 0
+EELAYER END
+$Descr A4 11693 8268
+encoding utf-8
+Sheet 1 1
+Title ""
+Date ""
+Rev ""
+Comp ""
+Comment1 ""
+Comment2 ""
+Comment3 ""
+Comment4 ""
+$EndDescr
+$Comp
+L conn:CONN_01X04 P1
+U 1 1 6110F825
+P 1475 4425
+F 0 "P1" H 1553 4466 50  0000 L CNN
+F 1 "I2C_IN" H 1553 4375 50  0000 L CNN
+F 2 "Bornier:Bornier2.54_1x4" H 1475 4425 50  0001 C CNN
+F 3 "" H 1475 4425 50  0000 C CNN
+	1    1475 4425
+	1    0    0    -1  
+$EndComp
+$Comp
+L conn:CONN_01X04 P2
+U 1 1 6110FA61
+P 3100 4425
+F 0 "P2" H 3178 4466 50  0000 L CNN
+F 1 "I2C_OUT" H 3178 4375 50  0000 L CNN
+F 2 "Bornier:Bornier2.54_1x4" H 3100 4425 50  0001 C CNN
+F 3 "" H 3100 4425 50  0000 C CNN
+	1    3100 4425
+	1    0    0    -1  
+$EndComp
+Text Label 1275 4275 2    50   ~ 0
+3.3V
+Text Label 2900 4275 2    50   ~ 0
+3.3V
+Text Label 1275 4575 2    50   ~ 0
+GND
+Text Label 2900 4575 2    50   ~ 0
+GND
+$Comp
+L global:Poten VR1
+U 1 1 611109DA
+P 3250 1550
+F 0 "VR1" H 3320 1596 50  0000 L CNN
+F 1 "Poten" H 3320 1505 50  0000 L CNN
+F 2 "R:RM065" V 3180 1550 50  0001 C CNN
+F 3 "" H 3250 1550 50  0000 C CNN
+	1    3250 1550
+	1    0    0    -1  
+$EndComp
+$Comp
+L conn:CONN_01X02 P3
+U 1 1 6111338A
+P 3375 950
+F 0 "P3" H 3453 991 50  0000 L CNN
+F 1 "CONN_01X02" H 3453 900 50  0000 L CNN
+F 2 "" H 3375 950 50  0001 C CNN
+F 3 "" H 3375 950 50  0000 C CNN
+	1    3375 950 
+	1    0    0    -1  
+$EndComp
+Text Label 3175 900  2    50   ~ 0
+3.3V
+$Comp
+L global:R R2
+U 1 1 611147E9
+P 3175 1150
+F 0 "R2" H 3245 1196 50  0000 L CNN
+F 1 "R" H 3245 1105 50  0000 L CNN
+F 2 "R:0805" V 3105 1150 50  0001 C CNN
+F 3 "" H 3175 1150 50  0000 C CNN
+	1    3175 1150
+	1    0    0    -1  
+$EndComp
+Text Label 3300 1300 0    50   ~ 0
+GND
+Text Label 3250 1700 3    50   ~ 0
+GND
+Text Label 3250 1400 2    50   ~ 0
+3.3V
+$Comp
+L ONSemi:LM393 U1
+U 1 1 6111685C
+P 2175 950
+F 0 "U1" H 2175 1325 50  0000 C CNN
+F 1 "LM393" H 2175 1234 50  0000 C CNN
+F 2 "U:SOP8" H 2175 950 50  0001 C CNN
+F 3 "" H 2175 950 50  0001 C CNN
+	1    2175 950 
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	3300 1300 3175 1300
+Connection ~ 3175 1000
+Wire Wire Line
+	3100 1550 2925 1550
+Wire Wire Line
+	2925 1550 2925 1100
+Wire Wire Line
+	2525 1000 3175 1000
+Wire Wire Line
+	2525 1100 2925 1100
+Text Label 2800 900  0    50   ~ 0
+out
+$Comp
+L global:R R1
+U 1 1 6111CB48
+P 2725 750
+F 0 "R1" H 2795 796 50  0000 L CNN
+F 1 "10K" H 2795 705 50  0000 L CNN
+F 2 "R:0805" V 2655 750 50  0001 C CNN
+F 3 "" H 2725 750 50  0000 C CNN
+	1    2725 750 
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	2800 900  2725 900 
+Connection ~ 2725 900 
+Wire Wire Line
+	2725 900  2525 900 
+Text Label 2725 600  2    50   ~ 0
+3.3V
+Text Label 1825 1100 2    50   ~ 0
+GND
+NoConn ~ 1825 1000
+NoConn ~ 1825 900 
+NoConn ~ 1825 800 
+Text Notes 575  2625 0    50   ~ 0
+Humidité sol
+$Comp
+L NXP:PCF8574 U2
+U 1 1 6112038F
+P 2550 2200
+F 0 "U2" H 2550 2775 50  0000 C CNN
+F 1 "PCF8574" H 2550 2684 50  0000 C CNN
+F 2 "U:SO16" H 2550 2200 50  0001 C CNN
+F 3 "" H 2550 2200 50  0001 C CNN
+	1    2550 2200
+	1    0    0    -1  
+$EndComp
+Text Label 2250 3350 2    50   ~ 0
+GND
+Text Label 2525 800  0    50   ~ 0
+3.3V
+Text Label 2850 1850 0    50   ~ 0
+3.3V
+Text Label 2250 2150 2    50   ~ 0
+out
+Text Label 2850 1950 0    50   ~ 0
+sda
+Text Label 2850 2050 0    50   ~ 0
+sdl
+$Comp
+L global:Jumper SJ7
+U 1 1 6112161F
+P 2000 1750
+F 0 "SJ7" H 2000 1925 50  0000 C CNN
+F 1 "Jumper" H 2000 1850 50  0000 C CNN
+F 2 "Jumper:SolderStrap0603" H 2000 1750 50  0001 C CNN
+F 3 "" H 2000 1750 50  0001 C CNN
+	1    2000 1750
+	1    0    0    -1  
+$EndComp
+$Comp
+L global:Jumper SJ8
+U 1 1 61123FB7
+P 2000 1850
+F 0 "SJ8" H 2000 1725 50  0000 C CNN
+F 1 "Jumper" H 2000 1800 50  0000 C CNN
+F 2 "Jumper:SolderStrap0603" H 2000 1850 50  0001 C CNN
+F 3 "" H 2000 1850 50  0001 C CNN
+	1    2000 1850
+	1    0    0    -1  
+$EndComp
+Text Label 1850 1750 2    50   ~ 0
+3.3V
+Text Label 1850 1850 2    50   ~ 0
+GND
+$Comp
+L global:Jumper SJ5
+U 1 1 6112D433
+P 1450 1850
+F 0 "SJ5" H 1450 2025 50  0000 C CNN
+F 1 "Jumper" H 1450 1950 50  0000 C CNN
+F 2 "Jumper:SolderStrap0603" H 1450 1850 50  0001 C CNN
+F 3 "" H 1450 1850 50  0001 C CNN
+	1    1450 1850
+	1    0    0    -1  
+$EndComp
+$Comp
+L global:Jumper SJ6
+U 1 1 6112D439
+P 1450 1950
+F 0 "SJ6" H 1450 1825 50  0000 C CNN
+F 1 "Jumper" H 1450 1900 50  0000 C CNN
+F 2 "Jumper:SolderStrap0603" H 1450 1950 50  0001 C CNN
+F 3 "" H 1450 1950 50  0001 C CNN
+	1    1450 1950
+	1    0    0    -1  
+$EndComp
+Text Label 1300 1850 2    50   ~ 0
+3.3V
+Text Label 1300 1950 2    50   ~ 0
+GND
+$Comp
+L global:Jumper SJ2
+U 1 1 6112DB43
+P 950 2050
+F 0 "SJ2" H 950 1925 50  0000 C CNN
+F 1 "Jumper" H 950 2000 50  0000 C CNN
+F 2 "Jumper:SolderStrap0603" H 950 2050 50  0001 C CNN
+F 3 "" H 950 2050 50  0001 C CNN
+	1    950  2050
+	1    0    0    -1  
+$EndComp
+Text Label 800  1950 2    50   ~ 0
+3.3V
+Text Label 800  2050 2    50   ~ 0
+GND
+$Comp
+L global:Jumper SJ1
+U 1 1 6112DB3D
+P 950 1950
+F 0 "SJ1" H 950 2125 50  0000 C CNN
+F 1 "Jumper" H 950 2050 50  0000 C CNN
+F 2 "Jumper:SolderStrap0603" H 950 1950 50  0001 C CNN
+F 3 "" H 950 1950 50  0001 C CNN
+	1    950  1950
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	1100 1950 1100 2050
+Wire Wire Line
+	1100 2050 2250 2050
+Connection ~ 1100 2050
+Wire Wire Line
+	1600 1950 1600 1850
+Wire Wire Line
+	2250 1850 2150 1850
+Wire Wire Line
+	2150 1850 2150 1750
+Connection ~ 2150 1850
+Wire Wire Line
+	2250 1950 1600 1950
+Connection ~ 1600 1950
+NoConn ~ 2250 2250
+NoConn ~ 2250 2350
+NoConn ~ 2250 2450
+NoConn ~ 2850 2550
+NoConn ~ 2850 2450
+NoConn ~ 2850 2350
+NoConn ~ 2850 2250
+NoConn ~ 2850 2150
+Wire Notes Line
+	500  2700 4000 2700
+Text Notes 6525 -475 0    50   ~ 0
+humidité air\nTemp
+$Comp
+L TI:HDC2022 U3
+U 1 1 611542E7
+P 2600 3350
+F 0 "U3" H 2600 3675 50  0000 C CNN
+F 1 "HDC2022" H 2600 3584 50  0000 C CNN
+F 2 "" H 2600 3350 50  0001 C CNN
+F 3 "" H 2600 3350 50  0001 C CNN
+	1    2600 3350
+	1    0    0    -1  
+$EndComp
+$Comp
+L global:Jumper SJ4
+U 1 1 61157566
+P 1250 3450
+F 0 "SJ4" H 1250 3325 50  0000 C CNN
+F 1 "Jumper" H 1250 3400 50  0000 C CNN
+F 2 "Jumper:SolderStrap0603" H 1250 3450 50  0001 C CNN
+F 3 "" H 1250 3450 50  0001 C CNN
+	1    1250 3450
+	1    0    0    -1  
+$EndComp
+Text Label 1100 3350 2    50   ~ 0
+3.3V
+Text Label 1100 3450 2    50   ~ 0
+GND
+$Comp
+L global:Jumper SJ3
+U 1 1 6115756E
+P 1250 3350
+F 0 "SJ3" H 1250 3525 50  0000 C CNN
+F 1 "Jumper" H 1250 3450 50  0000 C CNN
+F 2 "Jumper:SolderStrap0603" H 1250 3350 50  0001 C CNN
+F 3 "" H 1250 3350 50  0001 C CNN
+	1    1250 3350
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	1400 3350 1400 3450
+Wire Wire Line
+	2250 3450 1400 3450
+Connection ~ 1400 3450
+Text Label 2250 3250 2    50   ~ 0
+sda
+Text Label 2950 3250 0    50   ~ 0
+sdl
+Text Label 2250 2550 2    50   ~ 0
+GND
+Text Label 2950 3350 0    50   ~ 0
+3.3V
+NoConn ~ 2950 3450
+Wire Notes Line
+	4000 4800 450  4800
+Wire Notes Line
+	4000 3800 500  3800
+Wire Notes Line
+	4000 450  4000 4800
+$EndSCHEMATC

+ 321 - 0
eda/tmpHum/tmpHum.sch-bak

@@ -0,0 +1,321 @@
+EESchema Schematic File Version 4
+EELAYER 30 0
+EELAYER END
+$Descr A4 11693 8268
+encoding utf-8
+Sheet 1 1
+Title ""
+Date ""
+Rev ""
+Comp ""
+Comment1 ""
+Comment2 ""
+Comment3 ""
+Comment4 ""
+$EndDescr
+$Comp
+L conn:CONN_01X04 P?
+U 1 1 6110F825
+P 1475 4425
+F 0 "P?" H 1553 4466 50  0000 L CNN
+F 1 "I2C_IN" H 1553 4375 50  0000 L CNN
+F 2 "" H 1475 4425 50  0000 C CNN
+F 3 "" H 1475 4425 50  0000 C CNN
+	1    1475 4425
+	1    0    0    -1  
+$EndComp
+$Comp
+L conn:CONN_01X04 P?
+U 1 1 6110FA61
+P 3100 4425
+F 0 "P?" H 3178 4466 50  0000 L CNN
+F 1 "I2C_OUT" H 3178 4375 50  0000 L CNN
+F 2 "" H 3100 4425 50  0000 C CNN
+F 3 "" H 3100 4425 50  0000 C CNN
+	1    3100 4425
+	1    0    0    -1  
+$EndComp
+Text Label 1275 4275 2    50   ~ 0
+3.3V
+Text Label 2900 4275 2    50   ~ 0
+3.3V
+Text Label 1275 4575 2    50   ~ 0
+GND
+Text Label 2900 4575 2    50   ~ 0
+GND
+$Comp
+L global:Poten VR?
+U 1 1 611109DA
+P 3250 1550
+F 0 "VR?" H 3320 1596 50  0000 L CNN
+F 1 "Poten" H 3320 1505 50  0000 L CNN
+F 2 "" V 3180 1550 50  0000 C CNN
+F 3 "" H 3250 1550 50  0000 C CNN
+	1    3250 1550
+	1    0    0    -1  
+$EndComp
+$Comp
+L conn:CONN_01X02 P?
+U 1 1 6111338A
+P 3375 950
+F 0 "P?" H 3453 991 50  0000 L CNN
+F 1 "CONN_01X02" H 3453 900 50  0000 L CNN
+F 2 "" H 3375 950 50  0000 C CNN
+F 3 "" H 3375 950 50  0000 C CNN
+	1    3375 950 
+	1    0    0    -1  
+$EndComp
+Text Label 3175 900  2    50   ~ 0
+3.3V
+$Comp
+L global:R R?
+U 1 1 611147E9
+P 3175 1150
+F 0 "R?" H 3245 1196 50  0000 L CNN
+F 1 "R" H 3245 1105 50  0000 L CNN
+F 2 "" V 3105 1150 50  0000 C CNN
+F 3 "" H 3175 1150 50  0000 C CNN
+	1    3175 1150
+	1    0    0    -1  
+$EndComp
+Text Label 3300 1300 0    50   ~ 0
+GND
+Text Label 3250 1700 3    50   ~ 0
+GND
+Text Label 3250 1400 2    50   ~ 0
+3.3V
+$Comp
+L ONSemi:LM393 U?
+U 1 1 6111685C
+P 2175 950
+F 0 "U?" H 2175 1325 50  0000 C CNN
+F 1 "LM393" H 2175 1234 50  0000 C CNN
+F 2 "" H 2175 950 50  0001 C CNN
+F 3 "" H 2175 950 50  0001 C CNN
+	1    2175 950 
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	3300 1300 3175 1300
+Connection ~ 3175 1000
+Wire Wire Line
+	3100 1550 2925 1550
+Wire Wire Line
+	2925 1550 2925 1100
+Wire Wire Line
+	2525 1000 3175 1000
+Wire Wire Line
+	2525 1100 2925 1100
+Text Label 2800 900  0    50   ~ 0
+out
+$Comp
+L global:R R?
+U 1 1 6111CB48
+P 2725 750
+F 0 "R?" H 2795 796 50  0000 L CNN
+F 1 "10K" H 2795 705 50  0000 L CNN
+F 2 "" V 2655 750 50  0000 C CNN
+F 3 "" H 2725 750 50  0000 C CNN
+	1    2725 750 
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	2800 900  2725 900 
+Connection ~ 2725 900 
+Wire Wire Line
+	2725 900  2525 900 
+Text Label 2725 600  2    50   ~ 0
+3.3V
+Text Label 1825 1100 2    50   ~ 0
+GND
+NoConn ~ 1825 1000
+NoConn ~ 1825 900 
+NoConn ~ 1825 800 
+Text Notes 575  2625 0    50   ~ 0
+Humidité sol
+$Comp
+L NXP:PCF8574 U?
+U 1 1 6112038F
+P 2550 2200
+F 0 "U?" H 2550 2775 50  0000 C CNN
+F 1 "PCF8574" H 2550 2684 50  0000 C CNN
+F 2 "" H 2550 2200 50  0001 C CNN
+F 3 "" H 2550 2200 50  0001 C CNN
+	1    2550 2200
+	1    0    0    -1  
+$EndComp
+Text Label 2250 3350 2    50   ~ 0
+GND
+Text Label 2525 800  0    50   ~ 0
+3.3V
+Text Label 2850 1850 0    50   ~ 0
+3.3V
+Text Label 2250 2150 2    50   ~ 0
+out
+Text Label 2850 1950 0    50   ~ 0
+sda
+Text Label 2850 2050 0    50   ~ 0
+sdl
+$Comp
+L global:Jumper SJ?
+U 1 1 6112161F
+P 2000 1750
+F 0 "SJ?" H 2000 1925 50  0000 C CNN
+F 1 "Jumper" H 2000 1850 50  0000 C CNN
+F 2 "" H 2000 1750 50  0001 C CNN
+F 3 "" H 2000 1750 50  0001 C CNN
+	1    2000 1750
+	1    0    0    -1  
+$EndComp
+$Comp
+L global:Jumper SJ?
+U 1 1 61123FB7
+P 2000 1850
+F 0 "SJ?" H 2000 1725 50  0000 C CNN
+F 1 "Jumper" H 2000 1800 50  0000 C CNN
+F 2 "" H 2000 1850 50  0001 C CNN
+F 3 "" H 2000 1850 50  0001 C CNN
+	1    2000 1850
+	1    0    0    -1  
+$EndComp
+Text Label 1850 1750 2    50   ~ 0
+3.3V
+Text Label 1850 1850 2    50   ~ 0
+GND
+$Comp
+L global:Jumper SJ?
+U 1 1 6112D433
+P 1450 1850
+F 0 "SJ?" H 1450 2025 50  0000 C CNN
+F 1 "Jumper" H 1450 1950 50  0000 C CNN
+F 2 "" H 1450 1850 50  0001 C CNN
+F 3 "" H 1450 1850 50  0001 C CNN
+	1    1450 1850
+	1    0    0    -1  
+$EndComp
+$Comp
+L global:Jumper SJ?
+U 1 1 6112D439
+P 1450 1950
+F 0 "SJ?" H 1450 1825 50  0000 C CNN
+F 1 "Jumper" H 1450 1900 50  0000 C CNN
+F 2 "" H 1450 1950 50  0001 C CNN
+F 3 "" H 1450 1950 50  0001 C CNN
+	1    1450 1950
+	1    0    0    -1  
+$EndComp
+Text Label 1300 1850 2    50   ~ 0
+3.3V
+Text Label 1300 1950 2    50   ~ 0
+GND
+$Comp
+L global:Jumper SJ?
+U 1 1 6112DB43
+P 950 2050
+F 0 "SJ?" H 950 1925 50  0000 C CNN
+F 1 "Jumper" H 950 2000 50  0000 C CNN
+F 2 "" H 950 2050 50  0001 C CNN
+F 3 "" H 950 2050 50  0001 C CNN
+	1    950  2050
+	1    0    0    -1  
+$EndComp
+Text Label 800  1950 2    50   ~ 0
+3.3V
+Text Label 800  2050 2    50   ~ 0
+GND
+$Comp
+L global:Jumper SJ?
+U 1 1 6112DB3D
+P 950 1950
+F 0 "SJ?" H 950 2125 50  0000 C CNN
+F 1 "Jumper" H 950 2050 50  0000 C CNN
+F 2 "" H 950 1950 50  0001 C CNN
+F 3 "" H 950 1950 50  0001 C CNN
+	1    950  1950
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	1100 1950 1100 2050
+Wire Wire Line
+	1100 2050 2250 2050
+Connection ~ 1100 2050
+Wire Wire Line
+	1600 1950 1600 1850
+Wire Wire Line
+	2250 1850 2150 1850
+Wire Wire Line
+	2150 1850 2150 1750
+Connection ~ 2150 1850
+Wire Wire Line
+	2250 1950 1600 1950
+Connection ~ 1600 1950
+NoConn ~ 2250 2250
+NoConn ~ 2250 2350
+NoConn ~ 2250 2450
+NoConn ~ 2850 2550
+NoConn ~ 2850 2450
+NoConn ~ 2850 2350
+NoConn ~ 2850 2250
+NoConn ~ 2850 2150
+Wire Notes Line
+	500  2700 4000 2700
+Text Notes 6525 -475 0    50   ~ 0
+humidité air\nTemp
+$Comp
+L TI:HDC2022 U?
+U 1 1 611542E7
+P 2600 3350
+F 0 "U?" H 2600 3675 50  0000 C CNN
+F 1 "HDC2022" H 2600 3584 50  0000 C CNN
+F 2 "" H 2600 3350 50  0001 C CNN
+F 3 "" H 2600 3350 50  0001 C CNN
+	1    2600 3350
+	1    0    0    -1  
+$EndComp
+$Comp
+L global:Jumper SJ?
+U 1 1 61157566
+P 1250 3450
+F 0 "SJ?" H 1250 3325 50  0000 C CNN
+F 1 "Jumper" H 1250 3400 50  0000 C CNN
+F 2 "" H 1250 3450 50  0001 C CNN
+F 3 "" H 1250 3450 50  0001 C CNN
+	1    1250 3450
+	1    0    0    -1  
+$EndComp
+Text Label 1100 3350 2    50   ~ 0
+3.3V
+Text Label 1100 3450 2    50   ~ 0
+GND
+$Comp
+L global:Jumper SJ?
+U 1 1 6115756E
+P 1250 3350
+F 0 "SJ?" H 1250 3525 50  0000 C CNN
+F 1 "Jumper" H 1250 3450 50  0000 C CNN
+F 2 "" H 1250 3350 50  0001 C CNN
+F 3 "" H 1250 3350 50  0001 C CNN
+	1    1250 3350
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	1400 3350 1400 3450
+Wire Wire Line
+	2250 3450 1400 3450
+Connection ~ 1400 3450
+Text Label 2250 3250 2    50   ~ 0
+sda
+Text Label 2950 3250 0    50   ~ 0
+sdl
+Text Label 2250 2550 2    50   ~ 0
+GND
+Text Label 2950 3350 0    50   ~ 0
+3.3V
+NoConn ~ 2950 3450
+Wire Notes Line
+	4000 4800 450  4800
+Wire Notes Line
+	4000 3800 500  3800
+Wire Notes Line
+	4000 450  4000 4800
+$EndSCHEMATC

Некоторые файлы не были показаны из-за большого количества измененных файлов