├── 00 Module PCB Kicad files ├── Library │ ├── lib │ │ ├── 1051330001.lib │ │ ├── CJS-1200TA.lib │ │ ├── MAX8815AETB_.bck │ │ ├── MAX8815AETB_.dcm │ │ ├── MAX8815AETB_.lib │ │ ├── MCP3221A5T-I_OT.lib │ │ ├── PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical.kicad_mod │ │ └── TL3305AF260QG.lib │ └── module │ │ ├── 3d │ │ ├── 01110505Z--3DModel-STEP-56544.STEP │ │ ├── 1051330001.step │ │ ├── CJS-1200TA.step │ │ ├── DFN-10-1EP_3x3mm_P0.5mm_EP1.55x2.48mm.step │ │ ├── Eaton_-_XV3560-2R7407-R.step │ │ ├── SOT-23-5.step │ │ ├── TL3305AF260QG.step │ │ ├── fk_244_13_d_pak.stp │ │ ├── fk_244_13_d_pak_1.step │ │ ├── max8815_01.step │ │ └── max8815_01.wrl │ │ ├── green_detect.pretty │ │ ├── DFN300X300X80-11N.kicad_mod │ │ ├── Heatsink_Fischer_FK24413D2PAK_26x13mm.kicad_mod │ │ ├── MOLEX_1051330001.kicad_mod │ │ ├── SOT95P280X145-5N.kicad_mod │ │ ├── SW_CJS-1200TA.kicad_mod │ │ ├── SW_TL3305AF260QG.kicad_mod │ │ ├── Supercap_400f_horiz.kicad_mod │ │ └── fuse_pad_littelfuse_01110505Z.kicad_mod │ │ └── max8815_01.pretty │ │ ├── DFN300X300X80-11N.kicad_mod │ │ └── Max8815_01_board.kicad_mod ├── cartiglio │ ├── cartiglio1.kicad_wks │ ├── cartiglio2.kicad_wks │ └── detect_Logo_kicad.bmp ├── export │ ├── Bom and pick and place │ │ ├── Green Detect 0_01 Bom and pick and place.rar │ │ ├── bom_green_detect_module_0_01.xls │ │ ├── green_detect_3-bottom-pos.csv │ │ └── green_detect_3-top-pos.csv │ └── Gerber │ │ ├── Green Detect 0_01 Gerber and drill.rar │ │ ├── green_detect_3-B_Cu.gbr │ │ ├── green_detect_3-B_Mask.gbr │ │ ├── green_detect_3-B_Paste.gbr │ │ ├── green_detect_3-B_SilkS.gbr │ │ ├── green_detect_3-Edge_Cuts.gbr │ │ ├── green_detect_3-F_Cu.gbr │ │ ├── green_detect_3-F_Mask.gbr │ │ ├── green_detect_3-F_Paste.gbr │ │ ├── green_detect_3-F_SilkS.gbr │ │ ├── green_detect_3-NPTH-drl_map.ps │ │ ├── green_detect_3-NPTH.drl │ │ ├── green_detect_3-PTH-drl_map.ps │ │ └── green_detect_3-PTH.drl ├── fp-5B3E.tmp ├── fp-info-cache ├── fp-lib-table ├── green_detect_3-cache.lib ├── green_detect_3-rescue.dcm ├── green_detect_3-rescue.lib ├── green_detect_3.kicad_pcb ├── green_detect_3.kicad_pcb-bak ├── green_detect_3.lib ├── green_detect_3.net ├── green_detect_3.old.pro ├── green_detect_3.old.sch ├── green_detect_3.pro ├── green_detect_3.sch ├── green_detect_3.sch-bak ├── green_detect_3.txt ├── pdf │ └── Green detect module electrical drawing 0_01.pdf └── sym-lib-table ├── 01 Module software Arduino ide └── greendetect_0_00 │ ├── functions_5.h │ └── greendetect_0_00.ino ├── 02 Sensors ├── Sensor type 01 │ ├── 3d printer box │ │ ├── SR04 case v0.3_box.stl │ │ └── SR04 case v0.3_cover.stl │ └── Sensor1_SR04 diagram.pdf ├── Sensor type 02 │ ├── 3d printer box │ │ ├── Sensor2 case v0.0.stl │ │ └── Sensor2 case v0.0_cover.stl │ └── Sensor 2 diagram.pdf ├── Sensor type 03 │ └── Sensor 3 ds18b20 diagram.pdf └── Sensor type 04 │ ├── 3d printer box │ ├── Soil moinsture case v0.0.stl │ └── Soil moinsture case v0.0_cover.stl │ └── Sensor 4 soil moinsture.pdf ├── 03 Solar panel ├── 3d printer case │ ├── GreenDetect solar case back v.1.1.stl │ └── GreenDetect solar case front v.1.0.stl └── Solar Panel diagram.pdf ├── 04 Win application ├── Application Files │ └── GreenDetect_1_0_0_44 │ │ ├── EntityFramework.SqlServer.dll.deploy │ │ ├── EntityFramework.dll.deploy │ │ ├── GMap.NET.Core.dll.deploy │ │ ├── GMap.NET.WindowsForms.dll.deploy │ │ ├── GMap.NET.WindowsPresentation.dll.deploy │ │ ├── GreenDetect.application │ │ ├── GreenDetect.exe.config.deploy │ │ ├── GreenDetect.exe.deploy │ │ ├── GreenDetect.exe.manifest │ │ ├── Newtonsoft.Json.dll.deploy │ │ ├── System.Data.SQLite.EF6.dll.deploy │ │ ├── System.Data.SQLite.Linq.dll.deploy │ │ ├── System.Data.SQLite.dll.deploy │ │ ├── System.Data.SqlClient.dll.deploy │ │ ├── System.Security.Principal.Windows.dll.deploy │ │ ├── media │ │ └── red_01.png.deploy │ │ ├── x64 │ │ └── SQLite.Interop.dll.deploy │ │ └── x86 │ │ └── SQLite.Interop.dll.deploy ├── Documents_GreenDetect │ ├── alarms.csv │ ├── cache │ │ └── TileDBv5 │ │ │ └── en │ │ │ └── Data.gmdb │ ├── general_settings.csv │ ├── log │ │ ├── 2022_4_21_log.csv │ │ ├── 2022_4_22_log.csv │ │ ├── 2022_4_23_log.csv │ │ ├── 2022_5_26_log.csv │ │ ├── 2022_5_29_log.csv │ │ ├── 2022_5_30_log.csv │ │ ├── 2022_5_31_log.csv │ │ ├── 2022_5_8_log.csv │ │ ├── 2022_6_10_log.csv │ │ ├── 2022_6_11_log.csv │ │ ├── 2022_6_12_log.csv │ │ ├── 2022_6_13_log.csv │ │ ├── 2022_6_17_log.csv │ │ ├── 2022_6_18_log.csv │ │ ├── 2022_6_19_log.csv │ │ ├── 2022_6_1_log.csv │ │ ├── 2022_6_20_log.csv │ │ ├── 2022_6_24_log.csv │ │ ├── 2022_6_25_log.csv │ │ ├── 2022_6_26_log.csv │ │ ├── 2022_6_27_log.csv │ │ ├── 2022_6_2_log.csv │ │ ├── 2022_6_3_log.csv │ │ ├── 2022_6_5_log.csv │ │ ├── 2022_6_6_log.csv │ │ ├── 2022_6_8_log.csv │ │ └── 2022_6_9_log.csv │ ├── map flags │ │ ├── green.png │ │ ├── green_1.png │ │ ├── red.png │ │ ├── red_01.odg │ │ ├── red_04.png │ │ ├── red_05.png │ │ ├── red_06.png │ │ ├── red_07.png │ │ ├── red_08.png │ │ ├── red_09.png │ │ ├── red_1.png │ │ ├── red_2.png │ │ └── red_3.png │ └── module_settings.csv ├── GreenDetect.application ├── Readme.txt └── setup.exe └── README.md /00 Module PCB Kicad files/Library/lib/1051330001.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | #(c) SnapEDA 2016 (snapeda.com) 4 | #This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) with Design Exception 1.0 5 | # 6 | # 1051330001 7 | # 8 | DEF 1051330001 J 0 40 Y Y 1 L N 9 | F0 "J" -200 450 50 H V L BNN 10 | F1 "1051330001" -200 -500 50 H V L BNN 11 | F2 "MOLEX_1051330001" 0 0 50 H I L BNN 12 | F3 "" 0 0 50 H I L BNN 13 | F4 "Manufacturer Recommendations" 0 0 50 H I L BNN "STANDARD" 14 | F5 "6.70 mm" 0 0 50 H I L BNN "MAXIMUM_PACKAGE_HEIGHT" 15 | F6 "Molex" 0 0 50 H I L BNN "MANUFACTURER" 16 | F7 "E" 0 0 50 H I L BNN "PARTREV" 17 | DRAW 18 | S -200 -400 200 400 0 0 10 f 19 | X D- 2 -400 200 200 R 40 40 0 0 B 20 | X D+ 3 -400 100 200 R 40 40 0 0 B 21 | X ID 4 -400 0 200 R 40 40 0 0 B 22 | X VBUS 1 -400 300 200 R 40 40 0 0 W 23 | X GND 5 -400 -100 200 R 40 40 0 0 W 24 | X SHIELD S1 -400 -300 200 R 40 40 0 0 P 25 | X SHIELD S2 -400 -300 200 R 40 40 0 0 P 26 | X SHIELD S3 -400 -300 200 R 40 40 0 0 P 27 | ENDDRAW 28 | ENDDEF 29 | # 30 | # End Library -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/lib/CJS-1200TA.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | #(c) SnapEDA 2016 (snapeda.com) 4 | #This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) with Design Exception 1.0 5 | # 6 | # CJS-1200TA 7 | # 8 | DEF CJS-1200TA S 0 40 Y N 1 L N 9 | F0 "S" -200 210 50 H V L BNN 10 | F1 "CJS-1200TA" -204 -280 50 H V L BNN 11 | F2 "SW_CJS-1200TA" 0 0 50 H I L BNN 12 | F3 "" 0 0 50 H I L BNN 13 | F4 "NA" 0 0 50 H I L BNN "PARTREV" 14 | F5 "Nidec Copal" 0 0 50 H I L BNN "MANUFACTURER" 15 | F6 "Manufacturer Recommendation" 0 0 50 H I L BNN "STANDARD" 16 | DRAW 17 | C -60 100 20 0 0 10 N 18 | C -60 -100 20 0 0 10 N 19 | C 60 0 20 0 0 10 N 20 | P 2 0 0 6 -200 200 -200 100 N 21 | P 2 0 0 6 -200 100 -200 -100 N 22 | P 2 0 0 6 -200 -100 -200 -200 N 23 | P 2 0 0 6 -200 -200 200 -200 N 24 | P 2 0 0 6 200 -200 200 0 N 25 | P 2 0 0 6 200 0 200 200 N 26 | P 2 0 0 6 200 200 -200 200 N 27 | P 2 0 0 6 -200 100 -60 100 N 28 | P 2 0 0 6 -200 -100 -80 -100 N 29 | P 2 0 0 6 80 0 200 0 N 30 | P 2 0 0 6 40 0 -50 -80 N 31 | X ~ 1 -400 100 200 R 40 40 0 0 P 32 | X ~ 3 -400 -100 200 R 40 40 0 0 P 33 | X ~ 2 400 0 200 L 40 40 0 0 P 34 | ENDDRAW 35 | ENDDEF 36 | # 37 | # End Library -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/lib/MAX8815AETB_.bck: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | #(c) SnapEDA 2016 (snapeda.com) 4 | #This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) with Design Exception 1.0 5 | # 6 | # MAX8815AETB+ 7 | # 8 | DEF MAX8815AETB+ U 0 40 Y Y 1 L N 9 | F0 "U" -500 739 50 H V L BNN 10 | F1 "MAX8815AETB+" -500 -857 50 H V L BNN 11 | F2 "DFN300X300X80-11N" 0 0 50 H I L BNN 12 | F3 "" 0 0 50 H I L BNN 13 | DRAW 14 | S -500 -700 500 700 0 0 16 f 15 | X BATT 3 -700 400 200 R 40 40 0 0 I 16 | X FB 6 -700 300 200 R 40 40 0 0 I 17 | X ON 4 -700 200 200 R 40 40 0 0 I 18 | X OUTS 7 -700 100 200 R 40 40 0 0 I 19 | X SKIPB 8 -700 0 200 R 40 40 0 0 I 20 | X LX@1 1 -700 -200 200 R 40 40 0 0 B 21 | X LX@2 2 -700 -300 200 R 40 40 0 0 B 22 | X EP 11 700 600 200 L 40 40 0 0 W 23 | X POUT@1 9 700 400 200 L 40 40 0 0 O 24 | X POUT@2 10 700 300 200 L 40 40 0 0 O 25 | X GND 5 700 -500 200 L 40 40 0 0 W 26 | ENDDRAW 27 | ENDDEF 28 | # 29 | # End Library -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/lib/MAX8815AETB_.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/lib/MAX8815AETB_.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # MAX8815AETB+ 5 | # 6 | DEF MAX8815AETB+ U 0 40 Y Y 1 L N 7 | F0 "U" -500 739 50 H V L BNN 8 | F1 "MAX8815AETB+" -500 -857 50 H V L BNN 9 | F2 "DFN300X300X80-11N" 0 0 50 H I L BNN 10 | F3 "" 0 0 50 H I L BNN 11 | DRAW 12 | S -500 -700 500 700 0 0 16 f 13 | X LX@1 1 -700 -200 200 R 40 40 0 0 B 14 | X POUT@2 10 700 300 200 L 40 40 0 0 O 15 | X EP 11 700 600 200 L 40 40 0 0 W 16 | X LX@2 2 -700 -300 200 R 40 40 0 0 B 17 | X BATT 3 -700 400 200 R 40 40 0 0 I 18 | X ON 4 -700 200 200 R 40 40 0 0 I 19 | X GND 5 700 -500 200 L 40 40 0 0 W 20 | X FB 6 -700 300 200 R 40 40 0 0 I 21 | X OUTS 7 -700 100 200 R 40 40 0 0 I 22 | X SKIPB 8 -700 0 200 R 40 40 0 0 I 23 | X POUT@1 9 700 400 200 L 40 40 0 0 O 24 | ENDDRAW 25 | ENDDEF 26 | # 27 | # MAX8815_01_board 28 | # 29 | DEF MAX8815_01_board U 0 40 Y Y 1 F N 30 | F0 "U" 0 500 50 H V C CNN 31 | F1 "MAX8815_01_board" 0 400 50 H V C CNN 32 | F2 "" 0 500 50 H I C CNN 33 | F3 "" 0 500 50 H I C CNN 34 | DRAW 35 | S -350 350 350 -350 0 1 0 N 36 | X Vin 1 -450 200 100 R 50 50 1 1 I 37 | X GND 2 -450 -200 100 R 50 50 1 1 I 38 | X Vout 3 450 200 100 L 50 50 1 1 O 39 | X GND 4 450 -200 100 L 50 50 1 1 O 40 | ENDDRAW 41 | ENDDEF 42 | # 43 | #End Library 44 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/lib/MCP3221A5T-I_OT.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | #(c) SnapEDA 2016 (snapeda.com) 4 | #This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) with Design Exception 1.0 5 | # 6 | # MCP3221A5T-I/OT 7 | # 8 | DEF MCP3221A5T-I/OT U 0 40 Y Y 1 L N 9 | F0 "U" -500 539 50 H V L BNN 10 | F1 "MCP3221A5T-I/OT" -500 -657 50 H V L BNN 11 | F2 "SOT95P280X145-5N" 0 0 50 H I L BNN 12 | F3 "" 0 0 50 H I L BNN 13 | DRAW 14 | S -500 -500 500 500 0 0 16 f 15 | X AIN 3 -700 200 200 R 40 40 0 0 I 16 | X SCL 5 -700 100 200 R 40 40 0 0 I 17 | X SDA 4 -700 -100 200 R 40 40 0 0 B 18 | X VDD 1 700 400 200 L 40 40 0 0 W 19 | X VSS 2 700 -300 200 L 40 40 0 0 W 20 | ENDDRAW 21 | ENDDEF 22 | # 23 | # End Library -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/lib/PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical.kicad_mod: -------------------------------------------------------------------------------- 1 | (module PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical (layer F.Cu) (tedit 5B784ED0) 2 | (descr "Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical || order number: 1843606 8A 160V") 3 | (tags "phoenix_contact connector MCV_01x02_G_3.5mm") 4 | (fp_text reference REF** (at 1.75 -5.45) (layer F.SilkS) 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical (at 1.75 4.2) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_arc (start 0 3.95) (end -0.75 2.25) (angle 47.6) (layer F.SilkS) (width 0.12)) 11 | (fp_arc (start 3.5 3.95) (end 2.75 2.25) (angle 47.6) (layer F.SilkS) (width 0.12)) 12 | (fp_line (start -2.56 -4.36) (end -2.56 3.11) (layer F.SilkS) (width 0.12)) 13 | (fp_line (start -2.56 3.11) (end 6.06 3.11) (layer F.SilkS) (width 0.12)) 14 | (fp_line (start 6.06 3.11) (end 6.06 -4.36) (layer F.SilkS) (width 0.12)) 15 | (fp_line (start 6.06 -4.36) (end -2.56 -4.36) (layer F.SilkS) (width 0.12)) 16 | (fp_line (start -2.45 -4.25) (end -2.45 3) (layer F.Fab) (width 0.1)) 17 | (fp_line (start -2.45 3) (end 5.95 3) (layer F.Fab) (width 0.1)) 18 | (fp_line (start 5.95 3) (end 5.95 -4.25) (layer F.Fab) (width 0.1)) 19 | (fp_line (start 5.95 -4.25) (end -2.45 -4.25) (layer F.Fab) (width 0.1)) 20 | (fp_line (start -0.75 2.25) (end -1.5 2.25) (layer F.SilkS) (width 0.12)) 21 | (fp_line (start -1.5 2.25) (end -1.5 -2.05) (layer F.SilkS) (width 0.12)) 22 | (fp_line (start -1.5 -2.05) (end -0.75 -2.05) (layer F.SilkS) (width 0.12)) 23 | (fp_line (start -0.75 -2.05) (end -0.75 -2.4) (layer F.SilkS) (width 0.12)) 24 | (fp_line (start -0.75 -2.4) (end -1.25 -2.4) (layer F.SilkS) (width 0.12)) 25 | (fp_line (start -1.25 -2.4) (end -1.5 -3.4) (layer F.SilkS) (width 0.12)) 26 | (fp_line (start -1.5 -3.4) (end 1.5 -3.4) (layer F.SilkS) (width 0.12)) 27 | (fp_line (start 1.5 -3.4) (end 1.25 -2.4) (layer F.SilkS) (width 0.12)) 28 | (fp_line (start 1.25 -2.4) (end 0.75 -2.4) (layer F.SilkS) (width 0.12)) 29 | (fp_line (start 0.75 -2.4) (end 0.75 -2.05) (layer F.SilkS) (width 0.12)) 30 | (fp_line (start 0.75 -2.05) (end 1.5 -2.05) (layer F.SilkS) (width 0.12)) 31 | (fp_line (start 1.5 -2.05) (end 1.5 2.25) (layer F.SilkS) (width 0.12)) 32 | (fp_line (start 1.5 2.25) (end 0.75 2.25) (layer F.SilkS) (width 0.12)) 33 | (fp_line (start 2.75 2.25) (end 2 2.25) (layer F.SilkS) (width 0.12)) 34 | (fp_line (start 2 2.25) (end 2 -2.05) (layer F.SilkS) (width 0.12)) 35 | (fp_line (start 2 -2.05) (end 2.75 -2.05) (layer F.SilkS) (width 0.12)) 36 | (fp_line (start 2.75 -2.05) (end 2.75 -2.4) (layer F.SilkS) (width 0.12)) 37 | (fp_line (start 2.75 -2.4) (end 2.25 -2.4) (layer F.SilkS) (width 0.12)) 38 | (fp_line (start 2.25 -2.4) (end 2 -3.4) (layer F.SilkS) (width 0.12)) 39 | (fp_line (start 2 -3.4) (end 5 -3.4) (layer F.SilkS) (width 0.12)) 40 | (fp_line (start 5 -3.4) (end 4.75 -2.4) (layer F.SilkS) (width 0.12)) 41 | (fp_line (start 4.75 -2.4) (end 4.25 -2.4) (layer F.SilkS) (width 0.12)) 42 | (fp_line (start 4.25 -2.4) (end 4.25 -2.05) (layer F.SilkS) (width 0.12)) 43 | (fp_line (start 4.25 -2.05) (end 5 -2.05) (layer F.SilkS) (width 0.12)) 44 | (fp_line (start 5 -2.05) (end 5 2.25) (layer F.SilkS) (width 0.12)) 45 | (fp_line (start 5 2.25) (end 4.25 2.25) (layer F.SilkS) (width 0.12)) 46 | (fp_line (start -2.95 -4.75) (end -2.95 3.5) (layer F.CrtYd) (width 0.05)) 47 | (fp_line (start -2.95 3.5) (end 6.45 3.5) (layer F.CrtYd) (width 0.05)) 48 | (fp_line (start 6.45 3.5) (end 6.45 -4.75) (layer F.CrtYd) (width 0.05)) 49 | (fp_line (start 6.45 -4.75) (end -2.95 -4.75) (layer F.CrtYd) (width 0.05)) 50 | (fp_line (start -2.95 -3.5) (end -2.95 -4.75) (layer F.SilkS) (width 0.12)) 51 | (fp_line (start -2.95 -4.75) (end -0.95 -4.75) (layer F.SilkS) (width 0.12)) 52 | (fp_line (start -2.95 -3.5) (end -2.95 -4.75) (layer F.Fab) (width 0.1)) 53 | (fp_line (start -2.95 -4.75) (end -0.95 -4.75) (layer F.Fab) (width 0.1)) 54 | (pad 1 thru_hole roundrect (at 0 0) (size 1.8 3.6) (drill 1.2) (layers *.Cu *.Mask) (roundrect_rratio 0.138889)) 55 | (pad 2 thru_hole oval (at 3.5 0) (size 1.8 3.6) (drill 1.2) (layers *.Cu *.Mask)) 56 | (fp_text user %R (at 1.75 -3.55) (layer F.Fab) 57 | (effects (font (size 1 1) (thickness 0.15))) 58 | ) 59 | (model ${KISYS3DMOD}/Connector_Phoenix_MC.3dshapes/PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical.wrl 60 | (at (xyz 0 0 0)) 61 | (scale (xyz 1 1 1)) 62 | (rotate (xyz 0 0 0)) 63 | ) 64 | ) -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/lib/TL3305AF260QG.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.3 2 | #encoding utf-8 3 | #(c) SnapEDA 2016 (snapeda.com) 4 | #This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) with Design Exception 1.0 5 | # 6 | # TL3305AF260QG 7 | # 8 | DEF TL3305AF260QG U 0 40 Y N 1 L N 9 | F0 "U" -200 200 50 H V L BNN 10 | F1 "TL3305AF260QG" -200 -200 50 H V L BNN 11 | F2 "SW_TL3305AF260QG" 0 0 50 H I L BNN 12 | F3 "" 0 0 50 H I L BNN 13 | F4 "E-Switch" 0 0 50 H I L BNN "MANUFACTURER" 14 | F5 "C" 0 0 50 H I L BNN "PARTREV" 15 | F6 "Manufacturer recommendations" 0 0 50 H I L BNN "STANDARD" 16 | F7 "3.8mm" 0 0 50 H I L BNN "MAXIMUM_PACKAGE_HEIGHT" 17 | DRAW 18 | P 2 0 0 6 -200 0 -100 0 N 19 | C -100 0 10 0 0 20 N 20 | P 2 0 0 6 200 0 100 0 N 21 | C 100 0 10 0 0 20 N 22 | P 2 0 0 6 -100 60 0 60 N 23 | P 2 0 0 6 0 60 100 60 N 24 | P 2 0 0 6 0 100 0 60 N 25 | P 2 0 0 6 -200 100 -200 -100 N 26 | P 2 0 0 6 200 100 200 -100 N 27 | X ~ 1 -400 100 200 R 40 40 0 0 P 28 | X ~ 2 -400 -100 200 R 40 40 0 0 P 29 | X ~ 3 400 100 200 L 40 40 0 0 P 30 | X ~ 4 400 -100 200 L 40 40 0 0 P 31 | ENDDRAW 32 | ENDDEF 33 | # 34 | # End Library -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/module/green_detect.pretty/DFN300X300X80-11N.kicad_mod: -------------------------------------------------------------------------------- 1 | (module DFN300X300X80-11N (layer F.Cu) (tedit 621B77AC) 2 | (descr "Standalone OCV Based Fuel Gauge 10-Pin TDFN EP") 3 | (fp_text reference REF** (at 0.32685 -2.70847) (layer F.SilkS) 4 | (effects (font (size 1 1) (thickness 0.15))) 5 | ) 6 | (fp_text value DFN300X300X80-11N (at 7.94685 2.53692) (layer F.Fab) 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | ) 9 | (fp_poly (pts (xy -0.474 -0.727) (xy 0.474 -0.727) (xy 0.474 0.727) (xy -0.474 0.727)) (layer F.Paste) (width 0.01)) 10 | (fp_line (start -2.12 1.8) (end -2.12 -1.8) (layer F.CrtYd) (width 0.05)) 11 | (fp_line (start 2.12 1.8) (end -2.12 1.8) (layer F.CrtYd) (width 0.05)) 12 | (fp_line (start 2.12 -1.8) (end 2.12 1.8) (layer F.CrtYd) (width 0.05)) 13 | (fp_line (start -2.12 -1.8) (end 2.12 -1.8) (layer F.CrtYd) (width 0.05)) 14 | (fp_circle (center -2.436 -1.216) (end -2.336 -1.216) (layer F.Fab) (width 0.2)) 15 | (fp_circle (center -2.436 -1.216) (end -2.336 -1.216) (layer F.SilkS) (width 0.2)) 16 | (fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.Fab) (width 0.127)) 17 | (fp_line (start 1.55 -1.55) (end -1.55 -1.55) (layer F.Fab) (width 0.127)) 18 | (fp_line (start 1.55 1.55) (end 1.55 -1.55) (layer F.Fab) (width 0.127)) 19 | (fp_line (start -1.55 1.55) (end 1.55 1.55) (layer F.Fab) (width 0.127)) 20 | (fp_line (start 1.55 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.127)) 21 | (fp_line (start -1.55 1.55) (end 1.55 1.55) (layer F.SilkS) (width 0.127)) 22 | (pad 1 smd rect (at -1.485 -1) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at -1.485 -0.5) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 24 | (pad 3 smd rect (at -1.485 0) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 25 | (pad 4 smd rect (at -1.485 0.5) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 26 | (pad 5 smd rect (at -1.485 1) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 27 | (pad 6 smd rect (at 1.485 1) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 28 | (pad 7 smd rect (at 1.485 0.5) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 29 | (pad 8 smd rect (at 1.485 0) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 30 | (pad 9 smd rect (at 1.485 -0.5) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 31 | (pad 10 smd rect (at 1.485 -1) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 32 | (pad 11 smd rect (at 0 0) (size 1.5 2.3) (layers F.Cu F.Mask)) 33 | (model ${KIPRJMOD}/Library/module/3d/DFN-10-1EP_3x3mm_P0.5mm_EP1.55x2.48mm.step 34 | (at (xyz 0 0 0)) 35 | (scale (xyz 1 1 1)) 36 | (rotate (xyz 0 0 0)) 37 | ) 38 | ) 39 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/module/green_detect.pretty/Heatsink_Fischer_FK24413D2PAK_26x13mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Heatsink_Fischer_FK24413D2PAK_26x13mm (layer F.Cu) (tedit 621B7FC2) 2 | (descr "26x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d2_pak.pdf") 3 | (tags "heatsink TO-252 TO-263 TO-268") 4 | (attr smd) 5 | (fp_text reference REF** (at -11.5 -8 180) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value Heatsink_Fischer_FK24413D2PAK_26x13mm (at 0 8) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_line (start 13.25 6.85) (end -13.25 6.85) (layer F.CrtYd) (width 0.05)) 12 | (fp_line (start 13.25 6.85) (end 13.25 -6.85) (layer F.CrtYd) (width 0.05)) 13 | (fp_line (start -13.25 -6.85) (end -13.25 6.85) (layer F.CrtYd) (width 0.05)) 14 | (fp_line (start -13.25 -6.85) (end 13.25 -6.85) (layer F.CrtYd) (width 0.05)) 15 | (fp_line (start 12.9 -6.4) (end 9.5 -6.4) (layer Cmts.User) (width 0.12)) 16 | (fp_line (start 9.5 6.4) (end 12.9 6.4) (layer Cmts.User) (width 0.12)) 17 | (fp_line (start 9.5 6.4) (end 9.5 -6.4) (layer Cmts.User) (width 0.12)) 18 | (fp_line (start 12.9 6.4) (end 12.9 -6.4) (layer Cmts.User) (width 0.12)) 19 | (fp_line (start -12.9 6.4) (end -12.9 -6.4) (layer Cmts.User) (width 0.12)) 20 | (fp_line (start -9.5 6.4) (end -12.9 6.4) (layer Cmts.User) (width 0.12)) 21 | (fp_line (start -9.5 -6.4) (end -9.5 6.4) (layer Cmts.User) (width 0.12)) 22 | (fp_line (start -12.9 -6.4) (end -9.5 -6.4) (layer Cmts.User) (width 0.12)) 23 | (fp_line (start 6 7) (end 13.5 7) (layer F.SilkS) (width 0.12)) 24 | (fp_line (start -13.5 7) (end -6 7) (layer F.SilkS) (width 0.12)) 25 | (fp_line (start 6 -7) (end 13.5 -7) (layer F.SilkS) (width 0.12)) 26 | (fp_line (start -13 6.5) (end -13 -6.5) (layer F.Fab) (width 0.1)) 27 | (fp_line (start 13 6.5) (end -13 6.5) (layer F.Fab) (width 0.1)) 28 | (fp_line (start 13 -6.5) (end 13 6.5) (layer F.Fab) (width 0.1)) 29 | (fp_line (start -13 -6.5) (end 13 -6.5) (layer F.Fab) (width 0.1)) 30 | (fp_line (start -13.5 7) (end -13.5 -7) (layer F.SilkS) (width 0.12)) 31 | (fp_line (start -13.5 -7) (end -6 -7) (layer F.SilkS) (width 0.12)) 32 | (fp_line (start 13.5 -7) (end 13.5 7) (layer F.SilkS) (width 0.12)) 33 | (fp_text user %R (at 0 0) (layer F.Fab) 34 | (effects (font (size 1 1) (thickness 0.15))) 35 | ) 36 | (fp_text user H10mm (at -11 0 90) (layer Cmts.User) 37 | (effects (font (size 1 1) (thickness 0.15))) 38 | ) 39 | (fp_text user H10mm (at 11 0 90) (layer Cmts.User) 40 | (effects (font (size 1 1) (thickness 0.15))) 41 | ) 42 | (pad 1 smd rect (at 7.7 0) (size 3.25 13.2) (layers F.Cu F.Paste F.Mask) 43 | (zone_connect 2)) 44 | (pad 1 smd rect (at -7.7 0 180) (size 3.25 13.2) (layers F.Cu F.Paste F.Mask) 45 | (zone_connect 2)) 46 | (model ${KIPRJMOD}/Library/module/3d/fk_244_13_d_pak_1.step 47 | (offset (xyz 0 0 5)) 48 | (scale (xyz 1 1 1)) 49 | (rotate (xyz -90 0 0)) 50 | ) 51 | ) 52 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/module/green_detect.pretty/MOLEX_1051330001.kicad_mod: -------------------------------------------------------------------------------- 1 | (module MOLEX_1051330001 (layer F.Cu) (tedit 621D2FE4) 2 | (fp_text reference REF** (at 0.245 -2.489) (layer F.SilkS) 3 | (effects (font (size 1.4 1.4) (thickness 0.15))) 4 | ) 5 | (fp_text value MOLEX_1051330001 (at 10.024 4.611) (layer F.Fab) 6 | (effects (font (size 1.4 1.4) (thickness 0.15))) 7 | ) 8 | (fp_circle (center -1.3 -1) (end -1.2 -1) (layer F.Fab) (width 0.2)) 9 | (fp_circle (center -1.3 -1) (end -1.2 -1) (layer F.SilkS) (width 0.2)) 10 | (fp_line (start -4.25 3.55) (end -4.25 -1.4) (layer F.CrtYd) (width 0.05)) 11 | (fp_line (start 4.25 3.55) (end -4.25 3.55) (layer F.CrtYd) (width 0.05)) 12 | (fp_line (start 4.25 -1.4) (end 4.25 3.55) (layer F.CrtYd) (width 0.05)) 13 | (fp_line (start -4.25 -1.4) (end 4.25 -1.4) (layer F.CrtYd) (width 0.05)) 14 | (fp_line (start 4 2.65) (end 1.42 2.65) (layer F.SilkS) (width 0.127)) 15 | (fp_line (start 4 0.87) (end 4 2.65) (layer F.SilkS) (width 0.127)) 16 | (fp_line (start -4 2.65) (end -1.42 2.65) (layer F.SilkS) (width 0.127)) 17 | (fp_line (start -4 0.87) (end -4 2.65) (layer F.SilkS) (width 0.127)) 18 | (fp_line (start -4 2.65) (end -4 -0.25) (layer F.Fab) (width 0.127)) 19 | (fp_line (start 4 2.65) (end -4 2.65) (layer F.Fab) (width 0.127)) 20 | (fp_line (start 4 -0.25) (end 4 2.65) (layer F.Fab) (width 0.127)) 21 | (fp_line (start -4 -0.25) (end 4 -0.25) (layer F.Fab) (width 0.127)) 22 | (pad 1 smd rect (at -1.3 0.25) (size 0.45 1.5) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at -0.65 0.25) (size 0.45 1.5) (layers F.Cu F.Paste F.Mask)) 24 | (pad 3 smd rect (at 0 0.25) (size 0.45 1.5) (layers F.Cu F.Paste F.Mask)) 25 | (pad 4 smd rect (at 0.65 0.25) (size 0.45 1.5) (layers F.Cu F.Paste F.Mask)) 26 | (pad 5 smd rect (at 1.3 0.25) (size 0.45 1.5) (layers F.Cu F.Paste F.Mask)) 27 | (pad S3 thru_hole oval (at 0 2.15) (size 2.2 1.1) (drill oval 1.6 0.5) (layers *.Cu *.Mask)) 28 | (pad S1 thru_hole oval (at -2.8 0) (size 2.2 1.1) (drill oval 1.2 0.5) (layers *.Cu *.Mask)) 29 | (pad S2 thru_hole oval (at 2.8 0) (size 2.2 1.1) (drill oval 1.2 0.5) (layers *.Cu *.Mask)) 30 | (model ${KIPRJMOD}/Library/module/3d/1051330001.step 31 | (at (xyz 0 0 0)) 32 | (scale (xyz 1 1 1)) 33 | (rotate (xyz -90 0 0)) 34 | ) 35 | ) 36 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/module/green_detect.pretty/SOT95P280X145-5N.kicad_mod: -------------------------------------------------------------------------------- 1 | (module SOT95P280X145-5N (layer F.Cu) (tedit 621B640E) 2 | (fp_text reference REF** (at 0.032 -2.2064) (layer F.SilkS) 3 | (effects (font (size 0.64 0.64) (thickness 0.15))) 4 | ) 5 | (fp_text value SOT95P280X145-5N (at 4.5024 2.1936) (layer F.Fab) 6 | (effects (font (size 0.64 0.64) (thickness 0.15))) 7 | ) 8 | (fp_circle (center -2.5 -1) (end -2.4 -1) (layer F.Fab) (width 0.2)) 9 | (fp_circle (center -2.5 -1) (end -2.4 -1) (layer F.SilkS) (width 0.2)) 10 | (fp_line (start 2.11 1.5) (end 2.11 -1.5) (layer F.CrtYd) (width 0.05)) 11 | (fp_line (start -2.11 -1.5) (end -2.11 1.5) (layer F.CrtYd) (width 0.05)) 12 | (fp_line (start -1.13 1.5) (end -2.11 1.5) (layer F.CrtYd) (width 0.05)) 13 | (fp_line (start -1.13 1.75) (end -1.13 1.5) (layer F.CrtYd) (width 0.05)) 14 | (fp_line (start 1.13 1.75) (end -1.13 1.75) (layer F.CrtYd) (width 0.05)) 15 | (fp_line (start 1.13 1.5) (end 1.13 1.75) (layer F.CrtYd) (width 0.05)) 16 | (fp_line (start 2.11 1.5) (end 1.13 1.5) (layer F.CrtYd) (width 0.05)) 17 | (fp_line (start 1.13 -1.5) (end 2.11 -1.5) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start 1.13 -1.75) (end 1.13 -1.5) (layer F.CrtYd) (width 0.05)) 19 | (fp_line (start -1.13 -1.75) (end 1.13 -1.75) (layer F.CrtYd) (width 0.05)) 20 | (fp_line (start -1.13 -1.5) (end -1.13 -1.75) (layer F.CrtYd) (width 0.05)) 21 | (fp_line (start -2.11 -1.5) (end -1.13 -1.5) (layer F.CrtYd) (width 0.05)) 22 | (fp_line (start -0.88 1.57) (end 0.88 1.57) (layer F.SilkS) (width 0.127)) 23 | (fp_line (start -0.88 -1.57) (end 0.88 -1.57) (layer F.SilkS) (width 0.127)) 24 | (fp_line (start 0.88 1.5) (end -0.88 1.5) (layer F.Fab) (width 0.127)) 25 | (fp_line (start 0.88 -1.5) (end 0.88 1.5) (layer F.Fab) (width 0.127)) 26 | (fp_line (start -0.88 -1.5) (end 0.88 -1.5) (layer F.Fab) (width 0.127)) 27 | (fp_line (start -0.88 1.5) (end -0.88 -1.5) (layer F.Fab) (width 0.127)) 28 | (pad 1 smd roundrect (at -1.245 -0.95) (size 1.22 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.15)) 29 | (pad 2 smd roundrect (at -1.245 0) (size 1.22 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.15)) 30 | (pad 3 smd roundrect (at -1.245 0.95) (size 1.22 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.15)) 31 | (pad 4 smd roundrect (at 1.245 0.95) (size 1.22 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.15)) 32 | (pad 5 smd roundrect (at 1.245 -0.95) (size 1.22 0.6) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.15)) 33 | (model ${KIPRJMOD}/Library/module/3d/SOT-23-5.step 34 | (at (xyz 0 0 0)) 35 | (scale (xyz 1 1 1)) 36 | (rotate (xyz 0 0 0)) 37 | ) 38 | ) 39 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/module/green_detect.pretty/SW_CJS-1200TA.kicad_mod: -------------------------------------------------------------------------------- 1 | (module SW_CJS-1200TA (layer F.Cu) (tedit 621B605A) 2 | (fp_text reference REF** (at 0.63571 -3.43282) (layer F.SilkS) 3 | (effects (font (size 1.401559 1.401559) (thickness 0.15))) 4 | ) 5 | (fp_text value SW_CJS-1200TA (at 7.503365 3.694135) (layer F.Fab) 6 | (effects (font (size 1.401189 1.401189) (thickness 0.15))) 7 | ) 8 | (fp_circle (center -1.75 2.365) (end -1.65 2.365) (layer F.SilkS) (width 0.2)) 9 | (fp_line (start -2.95 1.5) (end -2.95 -1.5) (layer F.CrtYd) (width 0.05)) 10 | (fp_line (start -2.55 1.5) (end -2.95 1.5) (layer F.CrtYd) (width 0.05)) 11 | (fp_line (start -2.55 2.15) (end -2.55 1.5) (layer F.CrtYd) (width 0.05)) 12 | (fp_line (start 2.55 2.15) (end -2.55 2.15) (layer F.CrtYd) (width 0.05)) 13 | (fp_line (start 2.55 1.5) (end 2.55 2.15) (layer F.CrtYd) (width 0.05)) 14 | (fp_line (start 2.95 1.5) (end 2.55 1.5) (layer F.CrtYd) (width 0.05)) 15 | (fp_line (start 2.95 -1.5) (end 2.95 1.5) (layer F.CrtYd) (width 0.05)) 16 | (fp_line (start 0.8 -1.5) (end 2.95 -1.5) (layer F.CrtYd) (width 0.05)) 17 | (fp_line (start 0.8 -2.25) (end 0.8 -1.5) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start -0.8 -2.25) (end 0.8 -2.25) (layer F.CrtYd) (width 0.05)) 19 | (fp_line (start -0.8 -1.5) (end -0.8 -2.25) (layer F.CrtYd) (width 0.05)) 20 | (fp_line (start -2.95 -1.5) (end -0.8 -1.5) (layer F.CrtYd) (width 0.05)) 21 | (fp_line (start 2.7 -1.25) (end 0.85 -1.25) (layer F.SilkS) (width 0.127)) 22 | (fp_line (start 2.7 1.25) (end 2.7 -1.25) (layer F.SilkS) (width 0.127)) 23 | (fp_line (start 2.55 1.25) (end 2.7 1.25) (layer F.SilkS) (width 0.127)) 24 | (fp_line (start -0.95 1.25) (end 0.95 1.25) (layer F.SilkS) (width 0.127)) 25 | (fp_line (start -2.7 1.25) (end -2.55 1.25) (layer F.SilkS) (width 0.127)) 26 | (fp_line (start -2.7 -1.25) (end -2.7 1.25) (layer F.SilkS) (width 0.127)) 27 | (fp_line (start -0.9 -1.25) (end -2.7 -1.25) (layer F.SilkS) (width 0.127)) 28 | (fp_line (start -2.7 1.25) (end -2.7 -1.25) (layer F.Fab) (width 0.127)) 29 | (fp_line (start 2.7 1.25) (end -2.7 1.25) (layer F.Fab) (width 0.127)) 30 | (fp_line (start 2.7 -1.25) (end 2.7 1.25) (layer F.Fab) (width 0.127)) 31 | (fp_line (start -2.7 -1.25) (end 2.7 -1.25) (layer F.Fab) (width 0.127)) 32 | (pad 2 smd rect (at 0 -1.15) (size 1 1.6) (layers F.Cu F.Paste F.Mask)) 33 | (pad 1 smd rect (at -1.75 1.15) (size 1 1.6) (layers F.Cu F.Paste F.Mask)) 34 | (pad 3 smd rect (at 1.75 1.15) (size 1 1.6) (layers F.Cu F.Paste F.Mask)) 35 | (model ${KIPRJMOD}/Library/module/3d/CJS-1200TA.step 36 | (at (xyz 0 0 0)) 37 | (scale (xyz 0.97 0.97 0.97)) 38 | (rotate (xyz -90 0 0)) 39 | ) 40 | ) 41 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/module/green_detect.pretty/SW_TL3305AF260QG.kicad_mod: -------------------------------------------------------------------------------- 1 | (module SW_TL3305AF260QG (layer F.Cu) (tedit 621B5F29) 2 | (fp_text reference REF** (at 0.16155 -5.48386) (layer F.SilkS) 3 | (effects (font (size 0.8 0.8) (thickness 0.15))) 4 | ) 5 | (fp_text value SW_TL3305AF260QG (at 5.91801 5.57039) (layer F.Fab) 6 | (effects (font (size 0.8 0.8) (thickness 0.15))) 7 | ) 8 | (fp_line (start 2.25 2.25) (end -2.25 2.25) (layer F.SilkS) (width 0.127)) 9 | (fp_line (start 2.25 2.25) (end 2.25 -2.25) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start -2.25 -2.25) (end 2.25 -2.25) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -2.25 -2.25) (end -2.25 2.25) (layer F.SilkS) (width 0.127)) 12 | (fp_line (start 2.25 2.25) (end -2.25 2.25) (layer F.Fab) (width 0.127)) 13 | (fp_line (start 2.25 2.25) (end 2.25 -2.25) (layer F.Fab) (width 0.127)) 14 | (fp_line (start -2.25 -2.25) (end 2.25 -2.25) (layer F.Fab) (width 0.127)) 15 | (fp_line (start -2.25 -2.25) (end -2.25 2.25) (layer F.Fab) (width 0.127)) 16 | (fp_line (start 2.5 4.65) (end -2.5 4.65) (layer F.CrtYd) (width 0.05)) 17 | (fp_line (start 2.5 4.65) (end 2.5 -4.65) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start -2.5 -4.65) (end 2.5 -4.65) (layer F.CrtYd) (width 0.05)) 19 | (fp_line (start -2.5 -4.65) (end -2.5 4.65) (layer F.CrtYd) (width 0.05)) 20 | (fp_circle (center -2.7 -3.6) (end -2.6 -3.6) (layer F.SilkS) (width 0.2)) 21 | (fp_circle (center -2.7 -3.6) (end -2.6 -3.6) (layer F.Fab) (width 0.2)) 22 | (pad 1 smd rect (at -1.5 -3.6) (size 1.4 1.6) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at -1.5 3.6) (size 1.4 1.6) (layers F.Cu F.Paste F.Mask)) 24 | (pad 3 smd rect (at 1.5 -3.6) (size 1.4 1.6) (layers F.Cu F.Paste F.Mask)) 25 | (pad 4 smd rect (at 1.5 3.6) (size 1.4 1.6) (layers F.Cu F.Paste F.Mask)) 26 | (model ${KIPRJMOD}/Library/module/3d/TL3305AF260QG.step 27 | (at (xyz 0 0 0)) 28 | (scale (xyz 1 1 1)) 29 | (rotate (xyz 0 0 90)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/module/green_detect.pretty/Supercap_400f_horiz.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Supercap_400f_horiz (layer F.Cu) (tedit 62B88EF6) 2 | (descr "Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical || order number: 1843606 8A 160V") 3 | (tags "phoenix_contact connector MCV_01x02_G_3.5mm") 4 | (fp_text reference REF** (at 1.75 -5.45) (layer F.SilkS) 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical (at 1.75 4.2) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_line (start -18 71) (end -18 15) (layer F.SilkS) (width 0.12)) 11 | (fp_line (start 22 71) (end -18 71) (layer F.SilkS) (width 0.12)) 12 | (fp_line (start 22 15) (end 22 71) (layer F.SilkS) (width 0.12)) 13 | (fp_line (start -18 15) (end 22 15) (layer F.SilkS) (width 0.12)) 14 | (fp_line (start -2.95 -4.75) (end -0.95 -4.75) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -2.95 -3.5) (end -2.95 -4.75) (layer F.Fab) (width 0.1)) 16 | (fp_line (start -2.95 -4.75) (end -0.95 -4.75) (layer F.SilkS) (width 0.12)) 17 | (fp_line (start -2.95 -3.5) (end -2.95 -4.75) (layer F.SilkS) (width 0.12)) 18 | (fp_line (start 6.45 -4.75) (end -2.95 -4.75) (layer F.CrtYd) (width 0.05)) 19 | (fp_line (start 6.45 3.5) (end 6.45 -4.75) (layer F.CrtYd) (width 0.05)) 20 | (fp_line (start -2.95 3.5) (end 6.45 3.5) (layer F.CrtYd) (width 0.05)) 21 | (fp_line (start -2.95 -4.75) (end -2.95 3.5) (layer F.CrtYd) (width 0.05)) 22 | (fp_line (start 5 2.25) (end 4.25 2.25) (layer F.SilkS) (width 0.12)) 23 | (fp_line (start 5 -2.05) (end 5 2.25) (layer F.SilkS) (width 0.12)) 24 | (fp_line (start 4.25 -2.05) (end 5 -2.05) (layer F.SilkS) (width 0.12)) 25 | (fp_line (start 4.25 -2.4) (end 4.25 -2.05) (layer F.SilkS) (width 0.12)) 26 | (fp_line (start 4.75 -2.4) (end 4.25 -2.4) (layer F.SilkS) (width 0.12)) 27 | (fp_line (start 5 -3.4) (end 4.75 -2.4) (layer F.SilkS) (width 0.12)) 28 | (fp_line (start 2 -3.4) (end 5 -3.4) (layer F.SilkS) (width 0.12)) 29 | (fp_line (start 2.25 -2.4) (end 2 -3.4) (layer F.SilkS) (width 0.12)) 30 | (fp_line (start 2.75 -2.4) (end 2.25 -2.4) (layer F.SilkS) (width 0.12)) 31 | (fp_line (start 2.75 -2.05) (end 2.75 -2.4) (layer F.SilkS) (width 0.12)) 32 | (fp_line (start 2 -2.05) (end 2.75 -2.05) (layer F.SilkS) (width 0.12)) 33 | (fp_line (start 2 2.25) (end 2 -2.05) (layer F.SilkS) (width 0.12)) 34 | (fp_line (start 2.75 2.25) (end 2 2.25) (layer F.SilkS) (width 0.12)) 35 | (fp_line (start 1.5 2.25) (end 0.75 2.25) (layer F.SilkS) (width 0.12)) 36 | (fp_line (start 1.5 -2.05) (end 1.5 2.25) (layer F.SilkS) (width 0.12)) 37 | (fp_line (start 0.75 -2.05) (end 1.5 -2.05) (layer F.SilkS) (width 0.12)) 38 | (fp_line (start 0.75 -2.4) (end 0.75 -2.05) (layer F.SilkS) (width 0.12)) 39 | (fp_line (start 1.25 -2.4) (end 0.75 -2.4) (layer F.SilkS) (width 0.12)) 40 | (fp_line (start 1.5 -3.4) (end 1.25 -2.4) (layer F.SilkS) (width 0.12)) 41 | (fp_line (start -1.5 -3.4) (end 1.5 -3.4) (layer F.SilkS) (width 0.12)) 42 | (fp_line (start -1.25 -2.4) (end -1.5 -3.4) (layer F.SilkS) (width 0.12)) 43 | (fp_line (start -0.75 -2.4) (end -1.25 -2.4) (layer F.SilkS) (width 0.12)) 44 | (fp_line (start -0.75 -2.05) (end -0.75 -2.4) (layer F.SilkS) (width 0.12)) 45 | (fp_line (start -1.5 -2.05) (end -0.75 -2.05) (layer F.SilkS) (width 0.12)) 46 | (fp_line (start -1.5 2.25) (end -1.5 -2.05) (layer F.SilkS) (width 0.12)) 47 | (fp_line (start -0.75 2.25) (end -1.5 2.25) (layer F.SilkS) (width 0.12)) 48 | (fp_line (start 5.95 -4.25) (end -2.45 -4.25) (layer F.Fab) (width 0.1)) 49 | (fp_line (start 5.95 3) (end 5.95 -4.25) (layer F.Fab) (width 0.1)) 50 | (fp_line (start -2.45 3) (end 5.95 3) (layer F.Fab) (width 0.1)) 51 | (fp_line (start -2.45 -4.25) (end -2.45 3) (layer F.Fab) (width 0.1)) 52 | (fp_line (start 6.06 -4.36) (end -2.56 -4.36) (layer F.SilkS) (width 0.12)) 53 | (fp_line (start 6.06 3.11) (end 6.06 -4.36) (layer F.SilkS) (width 0.12)) 54 | (fp_line (start -2.56 3.11) (end 6.06 3.11) (layer F.SilkS) (width 0.12)) 55 | (fp_line (start -2.56 -4.36) (end -2.56 3.11) (layer F.SilkS) (width 0.12)) 56 | (fp_arc (start 0 3.95) (end -0.75 2.25) (angle 47.6) (layer F.SilkS) (width 0.12)) 57 | (fp_arc (start 3.5 3.95) (end 2.75 2.25) (angle 47.6) (layer F.SilkS) (width 0.12)) 58 | (fp_text user %R (at 1.75 -3.55) (layer F.Fab) 59 | (effects (font (size 1 1) (thickness 0.15))) 60 | ) 61 | (pad 1 thru_hole roundrect (at 0 0) (size 1.8 3.6) (drill 1.2) (layers *.Cu *.Mask) (roundrect_rratio 0.138889)) 62 | (pad 2 thru_hole oval (at 3.5 0) (size 1.8 3.6) (drill 1.2) (layers *.Cu *.Mask)) 63 | (model ${KISYS3DMOD}/Connector_Phoenix_MC.3dshapes/PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical.wrl 64 | (at (xyz 0 0 0)) 65 | (scale (xyz 1 1 1)) 66 | (rotate (xyz 0 0 0)) 67 | ) 68 | (model ${KIPRJMOD}/Library/module/3d/Eaton_-_XV3560-2R7407-R.step 69 | (offset (xyz 0 -8 17.5)) 70 | (scale (xyz 1 1 1)) 71 | (rotate (xyz -90 180 0)) 72 | ) 73 | ) 74 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/module/green_detect.pretty/fuse_pad_littelfuse_01110505Z.kicad_mod: -------------------------------------------------------------------------------- 1 | (module fuse_pad_littelfuse_01110505Z (layer F.Cu) (tedit 6223A702) 2 | (attr smd) 3 | (fp_text reference REF** (at 0 3) (layer F.SilkS) 4 | (effects (font (size 1 1) (thickness 0.15))) 5 | ) 6 | (fp_text value fuse_pad_littelfuse_01110505Z (at 0 -3) (layer F.Fab) 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | ) 9 | (pad 1 smd rect (at 0 0) (size 5 3.8) (layers F.Cu F.Paste F.Mask)) 10 | (model ${KIPRJMOD}/Library/module/3d/01110505Z--3DModel-STEP-56544.STEP 11 | (at (xyz 0 0 0)) 12 | (scale (xyz 1 1 1)) 13 | (rotate (xyz -90 0 90)) 14 | ) 15 | ) 16 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/module/max8815_01.pretty/DFN300X300X80-11N.kicad_mod: -------------------------------------------------------------------------------- 1 | (module DFN300X300X80-11N (layer F.Cu) (tedit 61AC6A9D) 2 | (descr "Standalone OCV Based Fuel Gauge 10-Pin TDFN EP") 3 | (fp_text reference REF** (at 0.32685 -2.70847) (layer F.SilkS) 4 | (effects (font (size 1 1) (thickness 0.15))) 5 | ) 6 | (fp_text value DFN300X300X80-11N (at 7.94685 2.53692) (layer F.Fab) 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | ) 9 | (fp_line (start -1.55 1.55) (end 1.55 1.55) (layer F.SilkS) (width 0.127)) 10 | (fp_line (start 1.55 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.127)) 11 | (fp_line (start -1.55 1.55) (end 1.55 1.55) (layer F.Fab) (width 0.127)) 12 | (fp_line (start 1.55 1.55) (end 1.55 -1.55) (layer F.Fab) (width 0.127)) 13 | (fp_line (start 1.55 -1.55) (end -1.55 -1.55) (layer F.Fab) (width 0.127)) 14 | (fp_line (start -1.55 -1.55) (end -1.55 1.55) (layer F.Fab) (width 0.127)) 15 | (fp_circle (center -2.436 -1.216) (end -2.336 -1.216) (layer F.SilkS) (width 0.2)) 16 | (fp_circle (center -2.436 -1.216) (end -2.336 -1.216) (layer F.Fab) (width 0.2)) 17 | (fp_line (start -2.12 -1.8) (end 2.12 -1.8) (layer F.CrtYd) (width 0.05)) 18 | (fp_line (start 2.12 -1.8) (end 2.12 1.8) (layer F.CrtYd) (width 0.05)) 19 | (fp_line (start 2.12 1.8) (end -2.12 1.8) (layer F.CrtYd) (width 0.05)) 20 | (fp_line (start -2.12 1.8) (end -2.12 -1.8) (layer F.CrtYd) (width 0.05)) 21 | (fp_poly (pts (xy -0.474 -0.727) (xy 0.474 -0.727) (xy 0.474 0.727) (xy -0.474 0.727)) (layer F.Paste) (width 0.01)) 22 | (pad 11 smd rect (at 0 0) (size 1.5 2.3) (layers F.Cu F.Mask)) 23 | (pad 10 smd rect (at 1.485 -1) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 24 | (pad 9 smd rect (at 1.485 -0.5) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 25 | (pad 8 smd rect (at 1.485 0) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 26 | (pad 7 smd rect (at 1.485 0.5) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 27 | (pad 6 smd rect (at 1.485 1) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 28 | (pad 5 smd rect (at -1.485 1) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 29 | (pad 4 smd rect (at -1.485 0.5) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 30 | (pad 3 smd rect (at -1.485 0) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 31 | (pad 2 smd rect (at -1.485 -0.5) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 32 | (pad 1 smd rect (at -1.485 -1) (size 0.76 0.27) (layers F.Cu F.Paste F.Mask)) 33 | ) 34 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/Library/module/max8815_01.pretty/Max8815_01_board.kicad_mod: -------------------------------------------------------------------------------- 1 | (module Max8815_01_board (layer F.Cu) (tedit 62B8928D) 2 | (fp_text reference "STEP-UP CONVERTER" (at 12.5 1) (layer F.SilkS) 3 | (effects (font (size 1 1) (thickness 0.15))) 4 | ) 5 | (fp_text value Max8815_01_board (at 12.5 -1.5) (layer F.Fab) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_line (start -2.5 13.5) (end -2.5 -11.5) (layer F.SilkS) (width 0.12)) 9 | (fp_line (start 27.5 13.5) (end -2.5 13.5) (layer F.SilkS) (width 0.12)) 10 | (fp_line (start 27.5 -11.5) (end 27.5 13.5) (layer F.SilkS) (width 0.12)) 11 | (fp_line (start -2.5 -11.5) (end 27.5 -11.5) (layer F.SilkS) (width 0.12)) 12 | (pad 1 thru_hole circle (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 13 | (pad 2 thru_hole circle (at 0 2.5) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 14 | (pad 3 thru_hole circle (at 25 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 15 | (pad 4 thru_hole circle (at 25 2.5) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) 16 | (pad "" thru_hole circle (at 0 -9) (size 3 3) (drill 3) (layers *.Cu *.Mask)) 17 | (pad "" thru_hole circle (at 25 -9) (size 3 3) (drill 3) (layers *.Cu *.Mask)) 18 | (pad "" thru_hole circle (at 25 11) (size 3 3) (drill 3) (layers *.Cu *.Mask)) 19 | (pad "" thru_hole circle (at 0 11) (size 3 3) (drill 3) (layers *.Cu *.Mask)) 20 | (model ${KIPRJMOD}/Library/module/3d/max8815_01.step 21 | (offset (xyz 12.5 -1 0)) 22 | (scale (xyz 1 1 1)) 23 | (rotate (xyz 0 0 0)) 24 | ) 25 | ) 26 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/cartiglio/detect_Logo_kicad.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/00 Module PCB Kicad files/cartiglio/detect_Logo_kicad.bmp -------------------------------------------------------------------------------- /00 Module PCB Kicad files/export/Bom and pick and place/Green Detect 0_01 Bom and pick and place.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/00 Module PCB Kicad files/export/Bom and pick and place/Green Detect 0_01 Bom and pick and place.rar -------------------------------------------------------------------------------- /00 Module PCB Kicad files/export/Bom and pick and place/bom_green_detect_module_0_01.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/00 Module PCB Kicad files/export/Bom and pick and place/bom_green_detect_module_0_01.xls -------------------------------------------------------------------------------- /00 Module PCB Kicad files/export/Bom and pick and place/green_detect_3-bottom-pos.csv: -------------------------------------------------------------------------------- 1 | Ref,Val,Package,PosX,PosY,Rot,Side 2 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/export/Bom and pick and place/green_detect_3-top-pos.csv: -------------------------------------------------------------------------------- 1 | Ref,Val,Package,PosX,PosY,Rot,Side 2 | "C1","10uF","C_1206_3216Metric",189.800000,-87.400000,90.000000,top 3 | "C2","100nF","C_1206_3216Metric",175.400000,-87.400000,90.000000,top 4 | "D1","LED","LED_1206_3216Metric",159.500000,-104.100000,90.000000,top 5 | "D2","D_Schottky","D_SMA",99.000000,-63.000000,270.000000,top 6 | "D3","D_Schottky","D_SMA",100.100000,-123.100000,180.000000,top 7 | "D4","D_Schottky","D_SMA",109.300000,-123.100000,270.000000,top 8 | "D5","LED","LED_1206_3216Metric",105.500000,-115.500000,90.000000,top 9 | "D6","LED","LED_1206_3216Metric",111.000000,-115.500000,90.000000,top 10 | "F1_1","clip","fuse_pad_littelfuse_01110505Z",98.000000,-52.900000,0.000000,top 11 | "F1_2","clip","fuse_pad_littelfuse_01110505Z",115.200000,-52.900000,180.000000,top 12 | "F2_1","clip","fuse_pad_littelfuse_01110505Z",125.000000,-102.750000,270.000000,top 13 | "F2_2","clip","fuse_pad_littelfuse_01110505Z",125.000000,-120.000000,90.000000,top 14 | "F3_1","clip","fuse_pad_littelfuse_01110505Z",135.000000,-102.750000,270.000000,top 15 | "F3_2","clip","fuse_pad_littelfuse_01110505Z",135.000000,-120.000000,90.000000,top 16 | "HS1","Heatsink_Pad","Heatsink_Fischer_FK24413D2PAK_26x13mm",89.000000,-105.500000,90.000000,top 17 | "Q1","AO3400A","SOT-23",154.100000,-111.700000,0.000000,top 18 | "Q2","TIP42C","TO-252-2",94.100000,-105.500000,180.000000,top 19 | "Q3","BC857","SOT-23",116.000000,-100.000000,180.000000,top 20 | "Q4","PMBT2222","SOT-23-3",91.000000,-86.000000,0.000000,top 21 | "R1","2K","R_1206_3216Metric",179.700000,-123.600000,0.000000,top 22 | "R2","4,7K","R_1206_3216Metric",163.700000,-123.100000,0.000000,top 23 | "R3","1K","R_1206_3216Metric",165.600000,-104.100000,90.000000,top 24 | "R4","4,7K","R_1206_3216Metric",200.600000,-87.400000,90.000000,top 25 | "R5","4,7K","R_1206_3216Metric",195.600000,-87.400000,90.000000,top 26 | "R6","150","R_1206_3216Metric",163.600000,-116.300000,180.000000,top 27 | "R7","3,3K","R_1206_3216Metric",163.337500,-110.700000,180.000000,top 28 | "R8","6,8k","R_1206_3216Metric",146.900000,-111.800000,180.000000,top 29 | "R9","1k","R_1206_3216Metric",96.000000,-73.000000,0.000000,top 30 | "R11","560","R_1206_3216Metric",99.000000,-115.500000,90.000000,top 31 | "R13","560","R_1206_3216Metric",82.500000,-86.000000,90.000000,top 32 | "R14","47","R_1206_3216Metric",117.500000,-123.500000,0.000000,top 33 | "R15","47","R_1206_3216Metric",117.500000,-119.500000,0.000000,top 34 | "R16","47","R_1206_3216Metric",117.500000,-115.500000,0.000000,top 35 | "R17","47","R_1206_3216Metric",117.500000,-111.000000,0.000000,top 36 | "R18","1k","R_1206_3216Metric",105.500000,-108.000000,270.000000,top 37 | "R21","1k","R_1206_3216Metric",111.000000,-108.000000,270.000000,top 38 | "SW1","Button1","SW_TL3305AF260QG",148.800000,-104.070000,90.000000,top 39 | "SW2","Button2","SW_TL3305AF260QG",148.800000,-119.400000,90.000000,top 40 | "SW4","SW_DIP_x04","SW_DIP_SPSTx04_Slide_9.78x12.34mm_W8.61mm_P2.54mm",195.000000,-75.800000,90.000000,top 41 | "U4","MCP3221A5T-I_OT","SOT95P280X145-5N",183.100000,-87.500000,180.000000,top 42 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/export/Gerber/Green Detect 0_01 Gerber and drill.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/00 Module PCB Kicad files/export/Gerber/Green Detect 0_01 Gerber and drill.rar -------------------------------------------------------------------------------- /00 Module PCB Kicad files/export/Gerber/green_detect_3-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.9)-1* 2 | G04 #@! TF.CreationDate,2022-06-27T08:21:43+02:00* 3 | G04 #@! TF.ProjectId,green_detect_3,67726565-6e5f-4646-9574-6563745f332e,0.00* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Soldermask,Bot* 6 | G04 #@! TF.FilePolarity,Negative* 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.1.9)-1) date 2022-06-27 08:21:43* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,3.100000*% 15 | %ADD11C,1.800000*% 16 | %ADD12O,3.700000X1.900000*% 17 | %ADD13C,1.540000*% 18 | %ADD14O,1.700000X2.100000*% 19 | %ADD15C,4.400000*% 20 | %ADD16O,1.200000X2.300000*% 21 | %ADD17C,3.300000*% 22 | %ADD18O,1.900000X3.700000*% 23 | G04 APERTURE END LIST* 24 | D10* 25 | X163500000Y-53000000D03* 26 | X163500000Y-78000000D03* 27 | X183500000Y-78000000D03* 28 | X183500000Y-53000000D03* 29 | D11* 30 | X172000000Y-78000000D03* 31 | X174500000Y-78000000D03* 32 | X172000000Y-53000000D03* 33 | X174500000Y-53000000D03* 34 | D12* 35 | X86500000Y-74500000D03* 36 | G36* 37 | G01* 38 | X88086112Y-78950000D02* 39 | X84913888Y-78950000D01* 40 | G75* 41 | G02* 42 | X84650000Y-78686112I0J263888D01* 43 | G01* 44 | X84650000Y-77313888D01* 45 | G75* 46 | G02* 47 | X84913888Y-77050000I263888J0D01* 48 | G01* 49 | X88086112Y-77050000D01* 50 | G75* 51 | G02* 52 | X88350000Y-77313888I0J-263888D01* 53 | G01* 54 | X88350000Y-78686112D01* 55 | G75* 56 | G02* 57 | X88086112Y-78950000I-263888J0D01* 58 | G01* 59 | G37* 60 | D13* 61 | X108580000Y-100000000D03* 62 | X106040000Y-100000000D03* 63 | X103500000Y-100000000D03* 64 | D14* 65 | X197500000Y-118110000D03* 66 | X194960000Y-118110000D03* 67 | X192420000Y-118110000D03* 68 | X189880000Y-118110000D03* 69 | X187340000Y-118110000D03* 70 | X184800000Y-118110000D03* 71 | X182260000Y-118110000D03* 72 | X179720000Y-118110000D03* 73 | X179720000Y-95250000D03* 74 | X182260000Y-95250000D03* 75 | X184800000Y-95250000D03* 76 | X187340000Y-95250000D03* 77 | X189880000Y-95250000D03* 78 | X192420000Y-95250000D03* 79 | G36* 80 | G01* 81 | X196500000Y-94200000D02* 82 | X198500000Y-94200000D01* 83 | G75* 84 | G02* 85 | X198550000Y-94250000I0J-50000D01* 86 | G01* 87 | X198550000Y-96250000D01* 88 | G75* 89 | G02* 90 | X198500000Y-96300000I-50000J0D01* 91 | G01* 92 | X196500000Y-96300000D01* 93 | G75* 94 | G02* 95 | X196450000Y-96250000I0J50000D01* 96 | G01* 97 | X196450000Y-94250000D01* 98 | G75* 99 | G02* 100 | X196500000Y-94200000I50000J0D01* 101 | G01* 102 | G37* 103 | X194960000Y-95250000D03* 104 | D15* 105 | X136200000Y-76000000D03* 106 | D16* 107 | X111850000Y-131000000D03* 108 | X114000000Y-128200000D03* 109 | X114000000Y-133800000D03* 110 | D17* 111 | X75500000Y-95000000D03* 112 | X165500000Y-143500000D03* 113 | X122500000Y-143500000D03* 114 | X212500000Y-95000000D03* 115 | X165500000Y-46500000D03* 116 | X122500000Y-46500000D03* 117 | D18* 118 | X188600000Y-132100000D03* 119 | X185100000Y-132100000D03* 120 | X181600000Y-132100000D03* 121 | X178100000Y-132100000D03* 122 | X174600000Y-132100000D03* 123 | X171100000Y-132100000D03* 124 | X167600000Y-132100000D03* 125 | G36* 126 | G01* 127 | X163150000Y-133686112D02* 128 | X163150000Y-130513888D01* 129 | G75* 130 | G02* 131 | X163413888Y-130250000I263888J0D01* 132 | G01* 133 | X164786112Y-130250000D01* 134 | G75* 135 | G02* 136 | X165050000Y-130513888I0J-263888D01* 137 | G01* 138 | X165050000Y-133686112D01* 139 | G75* 140 | G02* 141 | X164786112Y-133950000I-263888J0D01* 142 | G01* 143 | X163413888Y-133950000D01* 144 | G75* 145 | G02* 146 | X163150000Y-133686112I0J263888D01* 147 | G01* 148 | G37* 149 | X149500000Y-132000000D03* 150 | X146000000Y-132000000D03* 151 | X142500000Y-132000000D03* 152 | X139000000Y-132000000D03* 153 | X135500000Y-132000000D03* 154 | X132000000Y-132000000D03* 155 | X128500000Y-132000000D03* 156 | G36* 157 | G01* 158 | X124050000Y-133586112D02* 159 | X124050000Y-130413888D01* 160 | G75* 161 | G02* 162 | X124313888Y-130150000I263888J0D01* 163 | G01* 164 | X125686112Y-130150000D01* 165 | G75* 166 | G02* 167 | X125950000Y-130413888I0J-263888D01* 168 | G01* 169 | X125950000Y-133586112D01* 170 | G75* 171 | G02* 172 | X125686112Y-133850000I-263888J0D01* 173 | G01* 174 | X124313888Y-133850000D01* 175 | G75* 176 | G02* 177 | X124050000Y-133586112I0J263888D01* 178 | G01* 179 | G37* 180 | X102500000Y-132000000D03* 181 | G36* 182 | G01* 183 | X98050000Y-133586112D02* 184 | X98050000Y-130413888D01* 185 | G75* 186 | G02* 187 | X98313888Y-130150000I263888J0D01* 188 | G01* 189 | X99686112Y-130150000D01* 190 | G75* 191 | G02* 192 | X99950000Y-130413888I0J-263888D01* 193 | G01* 194 | X99950000Y-133586112D01* 195 | G75* 196 | G02* 197 | X99686112Y-133850000I-263888J0D01* 198 | G01* 199 | X98313888Y-133850000D01* 200 | G75* 201 | G02* 202 | X98050000Y-133586112I0J263888D01* 203 | G01* 204 | G37* 205 | M02* 206 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/export/Gerber/green_detect_3-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.9)-1* 2 | G04 #@! TF.CreationDate,2022-06-27T08:21:43+02:00* 3 | G04 #@! TF.ProjectId,green_detect_3,67726565-6e5f-4646-9574-6563745f332e,0.00* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Paste,Bot* 6 | G04 #@! TF.FilePolarity,Positive* 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.1.9)-1) date 2022-06-27 08:21:43* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/export/Gerber/green_detect_3-B_SilkS.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.9)-1* 2 | G04 #@! TF.CreationDate,2022-06-27T08:21:43+02:00* 3 | G04 #@! TF.ProjectId,green_detect_3,67726565-6e5f-4646-9574-6563745f332e,0.00* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Legend,Bot* 6 | G04 #@! TF.FilePolarity,Positive* 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.1.9)-1) date 2022-06-27 08:21:43* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/export/Gerber/green_detect_3-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.9)-1* 2 | G04 #@! TF.CreationDate,2022-06-27T08:21:43+02:00* 3 | G04 #@! TF.ProjectId,green_detect_3,67726565-6e5f-4646-9574-6563745f332e,0.00* 4 | G04 #@! TF.SameCoordinates,Original* 5 | G04 #@! TF.FileFunction,Profile,NP* 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW (5.1.9)-1) date 2022-06-27 08:21:43* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | G04 #@! TA.AperFunction,Profile* 14 | %ADD10C,0.050000*% 15 | G04 #@! TD* 16 | G04 APERTURE END LIST* 17 | D10* 18 | X78000000Y-65000000D02* 19 | X78000000Y-90000000D01* 20 | X94000000Y-65000000D02* 21 | X78000000Y-65000000D01* 22 | X94000000Y-49000000D02* 23 | X94000000Y-65000000D01* 24 | X117500000Y-49000000D02* 25 | X94000000Y-49000000D01* 26 | X117500000Y-42500000D02* 27 | X117500000Y-49000000D01* 28 | X127500000Y-42500000D02* 29 | X117500000Y-42500000D01* 30 | X127500000Y-49000000D02* 31 | X127500000Y-42500000D01* 32 | X160500000Y-49000000D02* 33 | X127500000Y-49000000D01* 34 | X160500000Y-42500000D02* 35 | X160500000Y-49000000D01* 36 | X170500000Y-42500000D02* 37 | X160500000Y-42500000D01* 38 | X170500000Y-49000000D02* 39 | X170500000Y-42500000D01* 40 | X194000000Y-49000000D02* 41 | X170500000Y-49000000D01* 42 | X194000000Y-65000000D02* 43 | X194000000Y-49000000D01* 44 | X210000000Y-65000000D02* 45 | X194000000Y-65000000D01* 46 | X210000000Y-90000000D02* 47 | X210000000Y-65000000D01* 48 | X216500000Y-90000000D02* 49 | X210000000Y-90000000D01* 50 | X216500000Y-100000000D02* 51 | X216500000Y-90000000D01* 52 | X210000000Y-100000000D02* 53 | X216500000Y-100000000D01* 54 | X210000000Y-125000000D02* 55 | X210000000Y-100000000D01* 56 | X194000000Y-125000000D02* 57 | X210000000Y-125000000D01* 58 | X194000000Y-141000000D02* 59 | X194000000Y-125000000D01* 60 | X170500000Y-141000000D02* 61 | X194000000Y-141000000D01* 62 | X170500000Y-147500000D02* 63 | X170500000Y-141000000D01* 64 | X160500000Y-147500000D02* 65 | X170500000Y-147500000D01* 66 | X160500000Y-141000000D02* 67 | X160500000Y-147500000D01* 68 | X127500000Y-141000000D02* 69 | X160500000Y-141000000D01* 70 | X127500000Y-147500000D02* 71 | X127500000Y-141000000D01* 72 | X117500000Y-147500000D02* 73 | X127500000Y-147500000D01* 74 | X117500000Y-141000000D02* 75 | X117500000Y-147500000D01* 76 | X94000000Y-141000000D02* 77 | X117500000Y-141000000D01* 78 | X94000000Y-125000000D02* 79 | X94000000Y-141000000D01* 80 | X78000000Y-125000000D02* 81 | X94000000Y-125000000D01* 82 | X78000000Y-100000000D02* 83 | X78000000Y-125000000D01* 84 | X71500000Y-100000000D02* 85 | X78000000Y-100000000D01* 86 | X71500000Y-90000000D02* 87 | X71500000Y-100000000D01* 88 | X78000000Y-90000000D02* 89 | X71500000Y-90000000D01* 90 | M02* 91 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/export/Gerber/green_detect_3-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (5.1.9)-1} date 06/27/22 08:22:05 3 | ; FORMAT={3:3/ absolute / metric / suppress leading zeros} 4 | ; #@! TF.CreationDate,2022-06-27T08:22:05+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.1.9)-1 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | METRIC,TZ 9 | T1C3.200 10 | T2C4.300 11 | % 12 | G90 13 | G05 14 | T1 15 | X75500Y-95000 16 | X122500Y-46500 17 | X122500Y-143500 18 | X165500Y-46500 19 | X165500Y-143500 20 | X212500Y-95000 21 | T2 22 | X136200Y-76000 23 | T0 24 | M30 25 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/export/Gerber/green_detect_3-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (5.1.9)-1} date 06/27/22 08:22:05 3 | ; FORMAT={3:3/ absolute / metric / suppress leading zeros} 4 | ; #@! TF.CreationDate,2022-06-27T08:22:05+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.1.9)-1 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | METRIC,TZ 9 | T1C0.400 10 | T2C0.500 11 | T3C0.800 12 | T4C1.000 13 | T5C1.200 14 | T6C3.000 15 | % 16 | G90 17 | G05 18 | T1 19 | X95000Y-86000 20 | X99000Y-111000 21 | X117000Y-103500 22 | X146550Y-97850 23 | X150100Y-115000 24 | X155400Y-120600 25 | X156550Y-130250 26 | X159950Y-133600 27 | X160250Y-123100 28 | X160350Y-113950 29 | X162600Y-107300 30 | X168900Y-108750 31 | X169550Y-104300 32 | X175300Y-117450 33 | X175400Y-84050 34 | X177950Y-108800 35 | X183300Y-123100 36 | X186350Y-85300 37 | X193400Y-76550 38 | X201650Y-121200 39 | T3 40 | X103500Y-100000 41 | X106040Y-100000 42 | X108580Y-100000 43 | T4 44 | X81000Y-92000 45 | X81000Y-94500 46 | X81000Y-101000 47 | X81000Y-104000 48 | X81000Y-107000 49 | X81000Y-110000 50 | X81000Y-116500 51 | X81000Y-119500 52 | X81000Y-122500 53 | X85000Y-92000 54 | X85000Y-94500 55 | X85000Y-101000 56 | X85000Y-104000 57 | X85000Y-107000 58 | X85000Y-110000 59 | X85000Y-116500 60 | X85000Y-119500 61 | X85000Y-122500 62 | X90000Y-92000 63 | X90000Y-94500 64 | X90000Y-101000 65 | X90000Y-110000 66 | X90000Y-116500 67 | X90000Y-119500 68 | X90000Y-122500 69 | X94500Y-92000 70 | X94500Y-94500 71 | X94500Y-101000 72 | X94500Y-110000 73 | X94500Y-116500 74 | X94500Y-119500 75 | X94500Y-122500 76 | X168900Y-97850 77 | X172000Y-53000 78 | X172000Y-78000 79 | X174500Y-53000 80 | X174500Y-78000 81 | X179720Y-95250 82 | X179720Y-118110 83 | X182260Y-95250 84 | X182260Y-118110 85 | X184800Y-95250 86 | X184800Y-118110 87 | X187340Y-95250 88 | X187340Y-118110 89 | X187400Y-67050 90 | X189880Y-95250 91 | X189880Y-118110 92 | X192420Y-95250 93 | X192420Y-118110 94 | X194960Y-95250 95 | X194960Y-118110 96 | X197500Y-95250 97 | X197500Y-118110 98 | T5 99 | X86500Y-74500 100 | X86500Y-78000 101 | X99000Y-132000 102 | X102500Y-132000 103 | X125000Y-132000 104 | X128500Y-132000 105 | X132000Y-132000 106 | X135500Y-132000 107 | X139000Y-132000 108 | X142500Y-132000 109 | X146000Y-132000 110 | X149500Y-132000 111 | X164100Y-132100 112 | X167600Y-132100 113 | X171100Y-132100 114 | X174600Y-132100 115 | X178100Y-132100 116 | X181600Y-132100 117 | X185100Y-132100 118 | X188600Y-132100 119 | T6 120 | X163500Y-53000 121 | X163500Y-78000 122 | X183500Y-53000 123 | X183500Y-78000 124 | T2 125 | G00X111850Y-130450 126 | M15 127 | G01X111850Y-131550 128 | M16 129 | G05 130 | G00X114000Y-127850 131 | M15 132 | G01X114000Y-128550 133 | M16 134 | G05 135 | G00X114000Y-133450 136 | M15 137 | G01X114000Y-134150 138 | M16 139 | G05 140 | T0 141 | M30 142 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | ) 3 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/green_detect_3-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # 1051330001_1051330001 5 | # 6 | DEF 1051330001_1051330001 J 0 40 Y Y 1 L N 7 | F0 "J" -200 450 50 H V L BNN 8 | F1 "1051330001_1051330001" -200 -500 50 H V L BNN 9 | F2 "MOLEX_1051330001" 0 0 50 H I L BNN 10 | F3 "" 0 0 50 H I L BNN 11 | F4 "Manufacturer Recommendations" 0 0 50 H I L BNN "STANDARD" 12 | F5 "6.70 mm" 0 0 50 H I L BNN "MAXIMUM_PACKAGE_HEIGHT" 13 | F6 "Molex" 0 0 50 H I L BNN "MANUFACTURER" 14 | F7 "E" 0 0 50 H I L BNN "PARTREV" 15 | DRAW 16 | S -200 -400 200 400 0 0 10 f 17 | X VBUS 1 -400 300 200 R 40 40 0 0 W 18 | X D- 2 -400 200 200 R 40 40 0 0 B 19 | X D+ 3 -400 100 200 R 40 40 0 0 B 20 | X ID 4 -400 0 200 R 40 40 0 0 B 21 | X GND 5 -400 -100 200 R 40 40 0 0 W 22 | X SHIELD S1 -400 -300 200 R 40 40 0 0 P 23 | X SHIELD S2 -400 -300 200 R 40 40 0 0 P 24 | X SHIELD S3 -400 -300 200 R 40 40 0 0 P 25 | ENDDRAW 26 | ENDDEF 27 | # 28 | # Connector_Generic_Conn_01x01 29 | # 30 | DEF Connector_Generic_Conn_01x01 J 0 40 Y N 1 F N 31 | F0 "J" 0 100 50 H V C CNN 32 | F1 "Connector_Generic_Conn_01x01" 0 -100 50 H V C CNN 33 | F2 "" 0 0 50 H I C CNN 34 | F3 "" 0 0 50 H I C CNN 35 | $FPLIST 36 | Connector*:*_1x??_* 37 | $ENDFPLIST 38 | DRAW 39 | S -50 5 0 -5 1 1 6 N 40 | S -50 50 50 -50 1 1 10 f 41 | X Pin_1 1 -200 0 150 R 50 50 1 1 P 42 | ENDDRAW 43 | ENDDEF 44 | # 45 | # Connector_Generic_Conn_01x02 46 | # 47 | DEF Connector_Generic_Conn_01x02 J 0 40 Y N 1 F N 48 | F0 "J" 0 100 50 H V C CNN 49 | F1 "Connector_Generic_Conn_01x02" 0 -200 50 H V C CNN 50 | F2 "" 0 0 50 H I C CNN 51 | F3 "" 0 0 50 H I C CNN 52 | $FPLIST 53 | Connector*:*_1x??_* 54 | $ENDFPLIST 55 | DRAW 56 | S -50 -95 0 -105 1 1 6 N 57 | S -50 5 0 -5 1 1 6 N 58 | S -50 50 50 -150 1 1 10 f 59 | X Pin_1 1 -200 0 150 R 50 50 1 1 P 60 | X Pin_2 2 -200 -100 150 R 50 50 1 1 P 61 | ENDDRAW 62 | ENDDEF 63 | # 64 | # Connector_Generic_Conn_01x08 65 | # 66 | DEF Connector_Generic_Conn_01x08 J 0 40 Y N 1 F N 67 | F0 "J" 0 400 50 H V C CNN 68 | F1 "Connector_Generic_Conn_01x08" 0 -500 50 H V C CNN 69 | F2 "" 0 0 50 H I C CNN 70 | F3 "" 0 0 50 H I C CNN 71 | $FPLIST 72 | Connector*:*_1x??_* 73 | $ENDFPLIST 74 | DRAW 75 | S -50 -395 0 -405 1 1 6 N 76 | S -50 -295 0 -305 1 1 6 N 77 | S -50 -195 0 -205 1 1 6 N 78 | S -50 -95 0 -105 1 1 6 N 79 | S -50 5 0 -5 1 1 6 N 80 | S -50 105 0 95 1 1 6 N 81 | S -50 205 0 195 1 1 6 N 82 | S -50 305 0 295 1 1 6 N 83 | S -50 350 50 -450 1 1 10 f 84 | X Pin_1 1 -200 300 150 R 50 50 1 1 P 85 | X Pin_2 2 -200 200 150 R 50 50 1 1 P 86 | X Pin_3 3 -200 100 150 R 50 50 1 1 P 87 | X Pin_4 4 -200 0 150 R 50 50 1 1 P 88 | X Pin_5 5 -200 -100 150 R 50 50 1 1 P 89 | X Pin_6 6 -200 -200 150 R 50 50 1 1 P 90 | X Pin_7 7 -200 -300 150 R 50 50 1 1 P 91 | X Pin_8 8 -200 -400 150 R 50 50 1 1 P 92 | ENDDRAW 93 | ENDDEF 94 | # 95 | # Device_C 96 | # 97 | DEF Device_C C 0 10 N Y 1 F N 98 | F0 "C" 25 100 50 H V L CNN 99 | F1 "Device_C" 25 -100 50 H V L CNN 100 | F2 "" 38 -150 50 H I C CNN 101 | F3 "" 0 0 50 H I C CNN 102 | $FPLIST 103 | C_* 104 | $ENDFPLIST 105 | DRAW 106 | P 2 0 1 20 -80 -30 80 -30 N 107 | P 2 0 1 20 -80 30 80 30 N 108 | X ~ 1 0 150 110 D 50 50 1 1 P 109 | X ~ 2 0 -150 110 U 50 50 1 1 P 110 | ENDDRAW 111 | ENDDEF 112 | # 113 | # Device_CP 114 | # 115 | DEF Device_CP C 0 10 N Y 1 F N 116 | F0 "C" 25 100 50 H V L CNN 117 | F1 "Device_CP" 25 -100 50 H V L CNN 118 | F2 "" 38 -150 50 H I C CNN 119 | F3 "" 0 0 50 H I C CNN 120 | $FPLIST 121 | CP_* 122 | $ENDFPLIST 123 | DRAW 124 | S -90 20 90 40 0 1 0 N 125 | S 90 -20 -90 -40 0 1 0 F 126 | P 2 0 1 0 -70 90 -30 90 N 127 | P 2 0 1 0 -50 110 -50 70 N 128 | X ~ 1 0 150 110 D 50 50 1 1 P 129 | X ~ 2 0 -150 110 U 50 50 1 1 P 130 | ENDDRAW 131 | ENDDEF 132 | # 133 | # Device_D_Schottky 134 | # 135 | DEF Device_D_Schottky D 0 40 N N 1 F N 136 | F0 "D" 0 100 50 H V C CNN 137 | F1 "Device_D_Schottky" 0 -100 50 H V C CNN 138 | F2 "" 0 0 50 H I C CNN 139 | F3 "" 0 0 50 H I C CNN 140 | $FPLIST 141 | TO-???* 142 | *_Diode_* 143 | *SingleDiode* 144 | D_* 145 | $ENDFPLIST 146 | DRAW 147 | P 2 0 1 0 50 0 -50 0 N 148 | P 4 0 1 10 50 50 50 -50 -50 0 50 50 N 149 | P 6 0 1 10 -75 25 -75 50 -50 50 -50 -50 -25 -50 -25 -25 N 150 | X K 1 -150 0 100 R 50 50 1 1 P 151 | X A 2 150 0 100 L 50 50 1 1 P 152 | ENDDRAW 153 | ENDDEF 154 | # 155 | # Device_LED 156 | # 157 | DEF Device_LED D 0 40 N N 1 F N 158 | F0 "D" 0 100 50 H V C CNN 159 | F1 "Device_LED" 0 -100 50 H V C CNN 160 | F2 "" 0 0 50 H I C CNN 161 | F3 "" 0 0 50 H I C CNN 162 | $FPLIST 163 | LED* 164 | LED_SMD:* 165 | LED_THT:* 166 | $ENDFPLIST 167 | DRAW 168 | P 2 0 1 10 -50 -50 -50 50 N 169 | P 2 0 1 0 -50 0 50 0 N 170 | P 4 0 1 10 50 -50 50 50 -50 0 50 -50 N 171 | P 5 0 1 0 -120 -30 -180 -90 -150 -90 -180 -90 -180 -60 N 172 | P 5 0 1 0 -70 -30 -130 -90 -100 -90 -130 -90 -130 -60 N 173 | X K 1 -150 0 100 R 50 50 1 1 P 174 | X A 2 150 0 100 L 50 50 1 1 P 175 | ENDDRAW 176 | ENDDEF 177 | # 178 | # Device_R 179 | # 180 | DEF Device_R R 0 0 N Y 1 F N 181 | F0 "R" 80 0 50 V V C CNN 182 | F1 "Device_R" 0 0 50 V V C CNN 183 | F2 "" -70 0 50 V I C CNN 184 | F3 "" 0 0 50 H I C CNN 185 | $FPLIST 186 | R_* 187 | $ENDFPLIST 188 | DRAW 189 | S -40 -100 40 100 0 1 10 N 190 | X ~ 1 0 150 50 D 50 50 1 1 P 191 | X ~ 2 0 -150 50 U 50 50 1 1 P 192 | ENDDRAW 193 | ENDDEF 194 | # 195 | # Device_R_POT 196 | # 197 | DEF Device_R_POT RV 0 40 Y N 1 F N 198 | F0 "RV" -175 0 50 V V C CNN 199 | F1 "Device_R_POT" -100 0 50 V V C CNN 200 | F2 "" 0 0 50 H I C CNN 201 | F3 "" 0 0 50 H I C CNN 202 | $FPLIST 203 | Potentiometer* 204 | $ENDFPLIST 205 | DRAW 206 | S 40 100 -40 -100 0 1 10 N 207 | P 2 0 1 0 100 0 60 0 N 208 | P 4 0 1 0 45 0 90 20 90 -20 45 0 F 209 | X 1 1 0 150 50 D 50 50 1 1 P 210 | X 2 2 150 0 50 L 50 50 1 1 P 211 | X 3 3 0 -150 50 U 50 50 1 1 P 212 | ENDDRAW 213 | ENDDEF 214 | # 215 | # MCP3221A5T-I_OT_MCP3221A5T-I_OT 216 | # 217 | DEF MCP3221A5T-I_OT_MCP3221A5T-I_OT U 0 40 Y Y 1 L N 218 | F0 "U" -500 539 50 H V L BNN 219 | F1 "MCP3221A5T-I_OT_MCP3221A5T-I_OT" -500 -657 50 H V L BNN 220 | F2 "SOT95P280X145-5N" 0 0 50 H I L BNN 221 | F3 "" 0 0 50 H I L BNN 222 | DRAW 223 | S -500 -500 500 500 0 0 16 f 224 | X VDD 1 700 400 200 L 40 40 0 0 W 225 | X VSS 2 700 -300 200 L 40 40 0 0 W 226 | X AIN 3 -700 200 200 R 40 40 0 0 I 227 | X SDA 4 -700 -100 200 R 40 40 0 0 B 228 | X SCL 5 -700 100 200 R 40 40 0 0 I 229 | ENDDRAW 230 | ENDDEF 231 | # 232 | # MCU_Module_WeMos_D1_mini 233 | # 234 | DEF MCU_Module_WeMos_D1_mini U 0 20 Y Y 1 F N 235 | F0 "U" 150 750 50 H V L CNN 236 | F1 "MCU_Module_WeMos_D1_mini" 50 -750 50 H V L CNN 237 | F2 "Module:WEMOS_D1_mini_light" 0 -1150 50 H I C CNN 238 | F3 "" -1850 -1150 50 H I C CNN 239 | $FPLIST 240 | WEMOS*D1*mini* 241 | $ENDFPLIST 242 | DRAW 243 | S -300 700 300 -700 1 1 10 f 244 | X ~RST 1 -400 400 100 R 50 50 1 1 I 245 | X GND 10 0 -800 100 U 50 50 1 1 W 246 | X D4 11 400 0 100 L 50 50 1 1 B 247 | X D3 12 400 100 100 L 50 50 1 1 B 248 | X SDA/D2 13 400 200 100 L 50 50 1 1 B 249 | X SCL/D1 14 400 300 100 L 50 50 1 1 B 250 | X RX 15 -400 100 100 R 50 50 1 1 I 251 | X TX 16 -400 0 100 R 50 50 1 1 O 252 | X A0 2 400 500 100 L 50 50 1 1 I 253 | X D0 3 400 400 100 L 50 50 1 1 B 254 | X SCK/D5 4 400 -100 100 L 50 50 1 1 B 255 | X MISO/D6 5 400 -200 100 L 50 50 1 1 B 256 | X MOSI/D7 6 400 -300 100 L 50 50 1 1 B 257 | X CS/D8 7 400 -400 100 L 50 50 1 1 B 258 | X 3V3 8 100 800 100 D 50 50 1 1 w 259 | X 5V 9 -100 800 100 D 50 50 1 1 W 260 | ENDDRAW 261 | ENDDEF 262 | # 263 | # Mechanical_Heatsink_Pad 264 | # 265 | DEF Mechanical_Heatsink_Pad HS 0 0 Y Y 1 F N 266 | F0 "HS" 0 225 50 H V C CNN 267 | F1 "Mechanical_Heatsink_Pad" 0 150 50 H V C CNN 268 | F2 "" 12 -50 50 H I C CNN 269 | F3 "" 12 -50 50 H I C CNN 270 | $FPLIST 271 | Heatsink_* 272 | $ENDFPLIST 273 | DRAW 274 | P 10 0 1 10 -13 0 -38 0 -38 100 -63 100 -63 0 -88 0 -88 100 -113 100 -113 -50 -38 -50 f 275 | P 13 0 1 10 -13 0 -13 100 12 100 12 0 37 0 37 100 62 100 62 0 87 0 87 100 112 100 112 -50 -38 -50 f 276 | X ~ 1 0 -100 50 U 50 50 1 1 P 277 | ENDDRAW 278 | ENDDEF 279 | # 280 | # Mechanical_MountingHole 281 | # 282 | DEF Mechanical_MountingHole H 0 40 Y Y 1 F N 283 | F0 "H" 0 200 50 H V C CNN 284 | F1 "Mechanical_MountingHole" 0 125 50 H V C CNN 285 | F2 "" 0 0 50 H I C CNN 286 | F3 "" 0 0 50 H I C CNN 287 | $FPLIST 288 | MountingHole* 289 | $ENDFPLIST 290 | DRAW 291 | C 0 0 50 0 1 50 N 292 | ENDDRAW 293 | ENDDEF 294 | # 295 | # Switch_SW_DIP_x04 296 | # 297 | DEF Switch_SW_DIP_x04 SW 0 0 Y N 1 F N 298 | F0 "SW" 0 350 50 H V C CNN 299 | F1 "Switch_SW_DIP_x04" 0 -250 50 H V C CNN 300 | F2 "" 0 0 50 H I C CNN 301 | F3 "" 0 0 50 H I C CNN 302 | $FPLIST 303 | SW?DIP?x4* 304 | $ENDFPLIST 305 | DRAW 306 | C -80 -100 20 0 0 0 N 307 | C -80 0 20 0 0 0 N 308 | C -80 100 20 0 0 0 N 309 | C -80 200 20 0 0 0 N 310 | C 80 -100 20 0 0 0 N 311 | C 80 0 20 0 0 0 N 312 | C 80 100 20 0 0 0 N 313 | C 80 200 20 0 0 0 N 314 | S -150 300 150 -200 0 1 10 f 315 | P 2 0 0 0 -60 -94 93 -53 N 316 | P 2 0 0 0 -60 5 93 46 N 317 | P 2 0 0 0 -60 105 93 146 N 318 | P 2 0 0 0 -60 205 93 246 N 319 | X ~ 1 -300 200 200 R 50 50 1 1 P 320 | X ~ 2 -300 100 200 R 50 50 1 1 P 321 | X ~ 3 -300 0 200 R 50 50 1 1 P 322 | X ~ 4 -300 -100 200 R 50 50 1 1 P 323 | X ~ 5 300 -100 200 L 50 50 1 1 P 324 | X ~ 6 300 0 200 L 50 50 1 1 P 325 | X ~ 7 300 100 200 L 50 50 1 1 P 326 | X ~ 8 300 200 200 L 50 50 1 1 P 327 | ENDDRAW 328 | ENDDEF 329 | # 330 | # TL3305switch_TL3305AF260QG 331 | # 332 | DEF TL3305switch_TL3305AF260QG U 0 40 Y N 1 L N 333 | F0 "U" -200 200 50 H V L BNN 334 | F1 "TL3305switch_TL3305AF260QG" -200 -200 50 H V L BNN 335 | F2 "SW_TL3305AF260QG" 0 0 50 H I L BNN 336 | F3 "" 0 0 50 H I L BNN 337 | F4 "E-Switch" 0 0 50 H I L BNN "MANUFACTURER" 338 | F5 "C" 0 0 50 H I L BNN "PARTREV" 339 | F6 "Manufacturer recommendations" 0 0 50 H I L BNN "STANDARD" 340 | F7 "3.8mm" 0 0 50 H I L BNN "MAXIMUM_PACKAGE_HEIGHT" 341 | DRAW 342 | C -100 0 10 0 0 20 N 343 | C 100 0 10 0 0 20 N 344 | P 2 0 0 6 -200 0 -100 0 N 345 | P 2 0 0 6 -200 100 -200 -100 N 346 | P 2 0 0 6 -100 60 0 60 N 347 | P 2 0 0 6 0 60 100 60 N 348 | P 2 0 0 6 0 100 0 60 N 349 | P 2 0 0 6 200 0 100 0 N 350 | P 2 0 0 6 200 100 200 -100 N 351 | X ~ 1 -400 100 200 R 40 40 0 0 P 352 | X ~ 2 -400 -100 200 R 40 40 0 0 P 353 | X ~ 3 400 100 200 L 40 40 0 0 P 354 | X ~ 4 400 -100 200 L 40 40 0 0 P 355 | ENDDRAW 356 | ENDDEF 357 | # 358 | # Transistor_BJT_BC857 359 | # 360 | DEF Transistor_BJT_BC857 Q 0 0 Y N 1 F N 361 | F0 "Q" 200 75 50 H V L CNN 362 | F1 "Transistor_BJT_BC857" 200 0 50 H V L CNN 363 | F2 "Package_TO_SOT_SMD:SOT-23" 200 -75 50 H I L CIN 364 | F3 "" 0 0 50 H I L CNN 365 | ALIAS BC808 BC856 BC857 BC858 BC859 BC860 MMBT3906 366 | $FPLIST 367 | SOT?23* 368 | $ENDFPLIST 369 | DRAW 370 | C 50 0 111 0 1 10 N 371 | P 2 0 1 0 25 25 100 100 N 372 | P 3 0 1 0 25 -25 100 -100 100 -100 N 373 | P 3 0 1 20 25 75 25 -75 25 -75 N 374 | P 5 0 1 0 90 -70 70 -90 50 -50 90 -70 90 -70 F 375 | X B 1 -200 0 225 R 50 50 1 1 I 376 | X E 2 100 -200 100 U 50 50 1 1 P 377 | X C 3 100 200 100 D 50 50 1 1 P 378 | ENDDRAW 379 | ENDDEF 380 | # 381 | # Transistor_BJT_TIP42C 382 | # 383 | DEF Transistor_BJT_TIP42C Q 0 0 Y N 1 F N 384 | F0 "Q" 250 75 50 H V L CNN 385 | F1 "Transistor_BJT_TIP42C" 250 0 50 H V L CNN 386 | F2 "Package_TO_SOT_THT:TO-220-3_Vertical" 250 -75 50 H I L CIN 387 | F3 "" 0 0 50 H I L CNN 388 | ALIAS BD912 TIP42 TIP42A TIP42B TIP42C 389 | $FPLIST 390 | TO?220* 391 | $ENDFPLIST 392 | DRAW 393 | C 50 0 111 0 1 10 N 394 | P 2 0 1 0 25 25 100 100 N 395 | P 3 0 1 0 25 -25 100 -100 100 -100 N 396 | P 3 0 1 20 25 75 25 -75 25 -75 N 397 | P 5 0 1 0 90 -70 70 -90 50 -50 90 -70 90 -70 F 398 | X B 1 -200 0 225 R 50 50 1 1 I 399 | X C 2 100 200 100 D 50 50 1 1 P 400 | X E 3 100 -200 100 U 50 50 1 1 P 401 | ENDDRAW 402 | ENDDEF 403 | # 404 | # Transistor_FET_AO3400A 405 | # 406 | DEF Transistor_FET_AO3400A Q 0 20 Y N 1 F N 407 | F0 "Q" 200 75 50 H V L CNN 408 | F1 "Transistor_FET_AO3400A" 200 0 50 H V L CNN 409 | F2 "Package_TO_SOT_SMD:SOT-23" 200 -75 50 H I L CIN 410 | F3 "" 0 0 50 H I L CNN 411 | ALIAS 2N7002 2N7002E 2N7002H 2N7002K BS170F BS870 BSN20 BSS123 BSS127S DMG2302U DMG3402L DMG3404L DMG3406L DMG3414U DMG3418L DMN10H220L DMN10H700S DMN13H750S DMN2041L DMN2050L DMN2056U DMN2058U DMN2075U DMN2230U DMN24H11DS DMN24H3D5L DMN3042L DMN3051L DMN30H4D0L DMN3110S DMN3150L DMN3300U DMN3404L DMN6075S DMN6140L DMN67D7L DMN67D8L MMBF170 VN10LF ZVN3306F ZVN3310F ZVN3320F ZVN4106F ZXM61N02F ZXM61N03F ZXMN10A07F ZXMN2A01F ZXMN2A14F ZXMN2B01F ZXMN2B14FH ZXMN2F30FH ZXMN2F34FH ZXMN3A01F ZXMN3A14F ZXMN3B01F ZXMN3B14F ZXMN3F30FH ZXMN6A07F IRLML0030 IRLML2060 TSM2302CX AO3400A 412 | $FPLIST 413 | SOT?23* 414 | $ENDFPLIST 415 | DRAW 416 | C 65 0 110 0 1 10 N 417 | C 100 -70 10 0 1 0 F 418 | C 100 70 10 0 1 0 F 419 | P 2 0 1 0 10 0 -100 0 N 420 | P 2 0 1 10 10 75 10 -75 N 421 | P 2 0 1 10 30 -50 30 -90 N 422 | P 2 0 1 10 30 20 30 -20 N 423 | P 2 0 1 10 30 90 30 50 N 424 | P 2 0 1 0 100 100 100 70 N 425 | P 3 0 1 0 100 -100 100 0 30 0 N 426 | P 4 0 1 0 30 -70 130 -70 130 70 30 70 N 427 | P 4 0 1 0 40 0 80 15 80 -15 40 0 F 428 | P 4 0 1 0 110 20 115 15 145 15 150 10 N 429 | P 4 0 1 0 130 15 115 -10 145 -10 130 15 N 430 | X G 1 -200 0 100 R 50 50 1 1 I 431 | X S 2 100 -200 100 U 50 50 1 1 P 432 | X D 3 100 200 100 D 50 50 1 1 P 433 | ENDDRAW 434 | ENDDEF 435 | # 436 | # dk_Transistors-Bipolar-BJT-Single_PMBT2222A_215 437 | # 438 | DEF dk_Transistors-Bipolar-BJT-Single_PMBT2222A_215 Q 0 0 Y Y 1 F N 439 | F0 "Q" -126 166 60 H V L CNN 440 | F1 "dk_Transistors-Bipolar-BJT-Single_PMBT2222A_215" 206 0 60 V V C CNN 441 | F2 "digikey-footprints:SOT-23-3" 200 200 60 H I L CNN 442 | F3 "https://assets.nexperia.com/documents/data-sheet/PMBT2222_PMBT2222A.pdf" 200 300 60 H I L CNN 443 | F4 "1727-2956-1-ND" 200 400 60 H I L CNN "Digi-Key_PN" 444 | F5 "PMBT2222A,215" 200 500 60 H I L CNN "MPN" 445 | F6 "Discrete Semiconductor Products" 200 600 60 H I L CNN "Category" 446 | F7 "Transistors - Bipolar (BJT) - Single" 200 700 60 H I L CNN "Family" 447 | F8 "https://assets.nexperia.com/documents/data-sheet/PMBT2222_PMBT2222A.pdf" 200 800 60 H I L CNN "DK_Datasheet_Link" 448 | F9 "/product-detail/en/nexperia-usa-inc/PMBT2222A,215/1727-2956-1-ND/763512" 200 900 60 H I L CNN "DK_Detail_Page" 449 | F10 "TRANS NPN 40V 0.6A SOT23" 200 1000 60 H I L CNN "Description" 450 | F11 "Nexperia USA Inc." 200 1100 60 H I L CNN "Manufacturer" 451 | F12 "Active" 200 1200 60 H I L CNN "Status" 452 | DRAW 453 | C 0 0 128 0 1 0 f 454 | P 2 0 1 0 -150 0 -100 0 N 455 | P 2 0 1 0 -140 0 0 0 N 456 | P 2 0 1 0 0 -50 100 -100 N 457 | P 2 0 1 0 0 50 100 100 N 458 | P 2 0 1 0 0 100 0 -100 N 459 | P 4 0 1 0 60 -50 80 -90 40 -100 60 -50 F 460 | X B 1 -200 0 100 R 50 50 1 1 I 461 | X E 2 100 -200 100 U 50 50 1 1 P 462 | X C 3 100 200 100 D 50 50 1 1 P 463 | ENDDRAW 464 | ENDDEF 465 | # 466 | # max8815_MAX8815_01_board 467 | # 468 | DEF max8815_MAX8815_01_board U 0 40 Y Y 1 F N 469 | F0 "U" 0 500 50 H V C CNN 470 | F1 "max8815_MAX8815_01_board" 0 400 50 H V C CNN 471 | F2 "" 0 500 50 H I C CNN 472 | F3 "" 0 500 50 H I C CNN 473 | DRAW 474 | S -350 350 350 -350 0 1 0 N 475 | X Vin 1 -450 200 100 R 50 50 1 1 I 476 | X GND 2 -450 -200 100 R 50 50 1 1 I 477 | X Vout 3 450 200 100 L 50 50 1 1 O 478 | X GND 4 450 -200 100 L 50 50 1 1 O 479 | ENDDRAW 480 | ENDDEF 481 | # 482 | # power_+3V3 483 | # 484 | DEF power_+3V3 #PWR 0 0 Y Y 1 F P 485 | F0 "#PWR" 0 -150 50 H I C CNN 486 | F1 "power_+3V3" 0 140 50 H V C CNN 487 | F2 "" 0 0 50 H I C CNN 488 | F3 "" 0 0 50 H I C CNN 489 | ALIAS +3.3V 490 | DRAW 491 | P 2 0 1 0 -30 50 0 100 N 492 | P 2 0 1 0 0 0 0 100 N 493 | P 2 0 1 0 0 100 30 50 N 494 | X +3V3 1 0 0 0 U 50 50 1 1 W N 495 | ENDDRAW 496 | ENDDEF 497 | # 498 | # power_+5V 499 | # 500 | DEF power_+5V #PWR 0 0 Y Y 1 F P 501 | F0 "#PWR" 0 -150 50 H I C CNN 502 | F1 "power_+5V" 0 140 50 H V C CNN 503 | F2 "" 0 0 50 H I C CNN 504 | F3 "" 0 0 50 H I C CNN 505 | DRAW 506 | P 2 0 1 0 -30 50 0 100 N 507 | P 2 0 1 0 0 0 0 100 N 508 | P 2 0 1 0 0 100 30 50 N 509 | X +5V 1 0 0 0 U 50 50 1 1 W N 510 | ENDDRAW 511 | ENDDEF 512 | # 513 | # power_GND 514 | # 515 | DEF power_GND #PWR 0 0 Y Y 1 F P 516 | F0 "#PWR" 0 -250 50 H I C CNN 517 | F1 "power_GND" 0 -150 50 H V C CNN 518 | F2 "" 0 0 50 H I C CNN 519 | F3 "" 0 0 50 H I C CNN 520 | DRAW 521 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 522 | X GND 1 0 0 0 D 50 50 1 1 W N 523 | ENDDRAW 524 | ENDDEF 525 | # 526 | # power_PWR_FLAG 527 | # 528 | DEF power_PWR_FLAG #FLG 0 0 N N 1 F P 529 | F0 "#FLG" 0 75 50 H I C CNN 530 | F1 "power_PWR_FLAG" 0 150 50 H V C CNN 531 | F2 "" 0 0 50 H I C CNN 532 | F3 "" 0 0 50 H I C CNN 533 | DRAW 534 | P 6 0 1 0 0 0 0 50 -40 75 0 100 40 75 0 50 N 535 | X pwr 1 0 0 0 U 50 50 0 0 w 536 | ENDDRAW 537 | ENDDEF 538 | # 539 | #End Library 540 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/green_detect_3-rescue.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/green_detect_3-rescue.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # -BATT-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue-mod_cell_1_00-rescue-green_sensor_0-rescue 5 | # 6 | DEF -BATT-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue-mod_cell_1_00-rescue-green_sensor_0-rescue #PWR 0 0 Y Y 1 F P 7 | F0 "#PWR" 0 -150 50 H I C CNN 8 | F1 "-BATT-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue-mod_cell_1_00-rescue-green_sensor_0-rescue" 0 140 50 H V C CNN 9 | F2 "" 0 0 50 H I C CNN 10 | F3 "" 0 0 50 H I C CNN 11 | DRAW 12 | P 2 0 1 0 0 0 0 100 N 13 | P 4 0 1 0 30 50 -30 50 0 100 30 50 F 14 | X -BATT 1 0 0 0 U 50 50 1 1 W N 15 | ENDDRAW 16 | ENDDEF 17 | # 18 | # LED-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue-mod_cell_1_00-rescue-green_sensor_0-rescue 19 | # 20 | DEF LED-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue-mod_cell_1_00-rescue-green_sensor_0-rescue D 0 40 N N 1 F N 21 | F0 "D" 0 100 50 H V C CNN 22 | F1 "LED-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue-mod_cell_1_00-rescue-green_sensor_0-rescue" 0 -100 50 H V C CNN 23 | F2 "" 0 0 50 H I C CNN 24 | F3 "" 0 0 50 H I C CNN 25 | $FPLIST 26 | LED* 27 | LED_SMD:* 28 | LED_THT:* 29 | $ENDFPLIST 30 | DRAW 31 | P 2 0 1 10 -50 -50 -50 50 N 32 | P 2 0 1 0 -50 0 50 0 N 33 | P 4 0 1 10 50 -50 50 50 -50 0 50 -50 N 34 | P 5 0 1 0 -120 -30 -180 -90 -150 -90 -180 -90 -180 -60 N 35 | P 5 0 1 0 -70 -30 -130 -90 -100 -90 -130 -90 -130 -60 N 36 | X K 1 -150 0 100 R 50 50 1 1 P 37 | X A 2 150 0 100 L 50 50 1 1 P 38 | ENDDRAW 39 | ENDDEF 40 | # 41 | # R-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue-mod_cell_1_00-rescue-green_sensor_0-rescue 42 | # 43 | DEF R-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue-mod_cell_1_00-rescue-green_sensor_0-rescue R 0 0 N Y 1 F N 44 | F0 "R" 80 0 50 V V C CNN 45 | F1 "R-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue-mod_cell_1_00-rescue-green_sensor_0-rescue" 0 0 50 V V C CNN 46 | F2 "" -70 0 50 V I C CNN 47 | F3 "" 0 0 50 H I C CNN 48 | $FPLIST 49 | R_* 50 | $ENDFPLIST 51 | DRAW 52 | S -40 -100 40 100 0 1 10 N 53 | X ~ 1 0 150 50 D 50 50 1 1 P 54 | X ~ 2 0 -150 50 U 50 50 1 1 P 55 | ENDDRAW 56 | ENDDEF 57 | # 58 | #End Library 59 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/green_detect_3.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # MCU_Module_WeMos_D1_mini 5 | # 6 | DEF MCU_Module_WeMos_D1_mini U 0 20 Y Y 1 F N 7 | F0 "U" 150 750 50 H V L CNN 8 | F1 "MCU_Module_WeMos_D1_mini" 50 -750 50 H V L CNN 9 | F2 "Module:WEMOS_D1_mini_light" 0 -1150 50 H I C CNN 10 | F3 "" -1850 -1150 50 H I C CNN 11 | $FPLIST 12 | WEMOS*D1*mini* 13 | $ENDFPLIST 14 | DRAW 15 | S -300 700 300 -700 1 1 10 f 16 | X ~RST 1 -400 400 100 R 50 50 1 1 I 17 | X GND 10 0 -800 100 U 50 50 1 1 W 18 | X D4 11 400 0 100 L 50 50 1 1 B 19 | X D3 12 400 100 100 L 50 50 1 1 B 20 | X SDA/D2 13 400 200 100 L 50 50 1 1 B 21 | X SCL/D1 14 400 300 100 L 50 50 1 1 B 22 | X RX 15 -400 100 100 R 50 50 1 1 I 23 | X TX 16 -400 0 100 R 50 50 1 1 O 24 | X A0 2 400 500 100 L 50 50 1 1 I 25 | X D0 3 400 400 100 L 50 50 1 1 B 26 | X SCK/D5 4 400 -100 100 L 50 50 1 1 B 27 | X MISO/D6 5 400 -200 100 L 50 50 1 1 B 28 | X MOSI/D7 6 400 -300 100 L 50 50 1 1 B 29 | X CS/D8 7 400 -400 100 L 50 50 1 1 B 30 | X 3V3 8 100 800 100 D 50 50 1 1 w 31 | X 5V 9 -100 800 100 D 50 50 1 1 W 32 | ENDDRAW 33 | ENDDEF 34 | # 35 | # Transistor_FET_AO3400A 36 | # 37 | DEF Transistor_FET_AO3400A Q 0 20 Y N 1 F N 38 | F0 "Q" 200 75 50 H V L CNN 39 | F1 "Transistor_FET_AO3400A" 200 0 50 H V L CNN 40 | F2 "Package_TO_SOT_SMD:SOT-23" 200 -75 50 H I L CIN 41 | F3 "" 0 0 50 H I L CNN 42 | ALIAS 2N7002 2N7002E 2N7002H 2N7002K BS170F BS870 BSN20 BSS123 BSS127S DMG2302U DMG3402L DMG3404L DMG3406L DMG3414U DMG3418L DMN10H220L DMN10H700S DMN13H750S DMN2041L DMN2050L DMN2056U DMN2058U DMN2075U DMN2230U DMN24H11DS DMN24H3D5L DMN3042L DMN3051L DMN30H4D0L DMN3110S DMN3150L DMN3300U DMN3404L DMN6075S DMN6140L DMN67D7L DMN67D8L MMBF170 VN10LF ZVN3306F ZVN3310F ZVN3320F ZVN4106F ZXM61N02F ZXM61N03F ZXMN10A07F ZXMN2A01F ZXMN2A14F ZXMN2B01F ZXMN2B14FH ZXMN2F30FH ZXMN2F34FH ZXMN3A01F ZXMN3A14F ZXMN3B01F ZXMN3B14F ZXMN3F30FH ZXMN6A07F IRLML0030 IRLML2060 TSM2302CX AO3400A 43 | $FPLIST 44 | SOT?23* 45 | $ENDFPLIST 46 | DRAW 47 | C 65 0 110 0 1 10 N 48 | C 100 -70 10 0 1 0 F 49 | C 100 70 10 0 1 0 F 50 | P 2 0 1 0 10 0 -100 0 N 51 | P 2 0 1 10 10 75 10 -75 N 52 | P 2 0 1 10 30 -50 30 -90 N 53 | P 2 0 1 10 30 20 30 -20 N 54 | P 2 0 1 10 30 90 30 50 N 55 | P 2 0 1 0 100 100 100 70 N 56 | P 3 0 1 0 100 -100 100 0 30 0 N 57 | P 4 0 1 0 30 -70 130 -70 130 70 30 70 N 58 | P 4 0 1 0 40 0 80 15 80 -15 40 0 F 59 | P 4 0 1 0 110 20 115 15 145 15 150 10 N 60 | P 4 0 1 0 130 15 115 -10 145 -10 130 15 N 61 | X G 1 -200 0 100 R 50 50 1 1 I 62 | X S 2 100 -200 100 U 50 50 1 1 P 63 | X D 3 100 200 100 D 50 50 1 1 P 64 | ENDDRAW 65 | ENDDEF 66 | # 67 | # Transistor_FET_AO3401A 68 | # 69 | DEF Transistor_FET_AO3401A Q 0 20 Y N 1 F N 70 | F0 "Q" 200 75 50 H V L CNN 71 | F1 "Transistor_FET_AO3401A" 200 0 50 H V L CNN 72 | F2 "Package_TO_SOT_SMD:SOT-23" 200 -75 50 H I L CIN 73 | F3 "" 0 0 50 H I L CNN 74 | ALIAS VP0610T BSS84 NTR2101P BSS83P Si2319CDS IRLML6401 IRLML6402 DMG2301L AO3401A IRLML9301 IRLML5203 Si2371EDS TSM2301ACX FDN340P 75 | $FPLIST 76 | SOT?23* 77 | $ENDFPLIST 78 | DRAW 79 | C 65 0 110 0 1 10 N 80 | C 100 -70 10 0 1 0 F 81 | C 100 70 10 0 1 0 F 82 | P 2 0 1 0 10 0 -100 0 N 83 | P 2 0 1 10 10 75 10 -75 N 84 | P 2 0 1 10 30 -50 30 -90 N 85 | P 2 0 1 10 30 20 30 -20 N 86 | P 2 0 1 10 30 90 30 50 N 87 | P 2 0 1 0 100 100 100 70 N 88 | P 3 0 1 0 100 -100 100 0 30 0 N 89 | P 4 0 1 0 30 70 130 70 130 -70 30 -70 N 90 | P 4 0 1 0 90 0 50 15 50 -15 90 0 F 91 | P 4 0 1 0 110 -20 115 -15 145 -15 150 -10 N 92 | P 4 0 1 0 130 -15 115 10 145 10 130 -15 N 93 | X G 1 -200 0 100 R 50 50 1 1 I 94 | X S 2 100 -200 100 U 50 50 1 1 P 95 | X D 3 100 200 100 D 50 50 1 1 P 96 | ENDDRAW 97 | ENDDEF 98 | # 99 | # mod_cell_1_00-rescue_+BATT-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue 100 | # 101 | DEF mod_cell_1_00-rescue_+BATT-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue #PWR 0 0 Y Y 1 F P 102 | F0 "#PWR" 0 -150 50 H I C CNN 103 | F1 "mod_cell_1_00-rescue_+BATT-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue" 0 140 50 H V C CNN 104 | F2 "" 0 0 50 H I C CNN 105 | F3 "" 0 0 50 H I C CNN 106 | DRAW 107 | P 2 0 1 0 -30 50 0 100 N 108 | P 2 0 1 0 0 0 0 100 N 109 | P 2 0 1 0 0 100 30 50 N 110 | X +BATT 1 0 0 0 U 50 50 1 1 W N 111 | ENDDRAW 112 | ENDDEF 113 | # 114 | # mod_cell_1_00-rescue_-BATT-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue 115 | # 116 | DEF mod_cell_1_00-rescue_-BATT-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue #PWR 0 0 Y Y 1 F P 117 | F0 "#PWR" 0 -150 50 H I C CNN 118 | F1 "mod_cell_1_00-rescue_-BATT-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue" 0 140 50 H V C CNN 119 | F2 "" 0 0 50 H I C CNN 120 | F3 "" 0 0 50 H I C CNN 121 | DRAW 122 | P 2 0 1 0 0 0 0 100 N 123 | P 4 0 1 0 30 50 -30 50 0 100 30 50 F 124 | X -BATT 1 0 0 0 U 50 50 1 1 W N 125 | ENDDRAW 126 | ENDDEF 127 | # 128 | # mod_cell_1_00-rescue_Conn_01x01-Connector_Generic-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue 129 | # 130 | DEF mod_cell_1_00-rescue_Conn_01x01-Connector_Generic-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue J 0 40 Y N 1 F N 131 | F0 "J" 0 100 50 H V C CNN 132 | F1 "mod_cell_1_00-rescue_Conn_01x01-Connector_Generic-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue" 0 -100 50 H V C CNN 133 | F2 "" 0 0 50 H I C CNN 134 | F3 "" 0 0 50 H I C CNN 135 | $FPLIST 136 | Connector*:*_1x??_* 137 | $ENDFPLIST 138 | DRAW 139 | S -50 5 0 -5 1 1 6 N 140 | S -50 50 50 -50 1 1 10 f 141 | X Pin_1 1 -200 0 150 R 50 50 1 1 P 142 | ENDDRAW 143 | ENDDEF 144 | # 145 | # mod_cell_1_00-rescue_Fuse-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue 146 | # 147 | DEF mod_cell_1_00-rescue_Fuse-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue F 0 0 N Y 1 F N 148 | F0 "F" 80 0 50 V V C CNN 149 | F1 "mod_cell_1_00-rescue_Fuse-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue" -75 0 50 V V C CNN 150 | F2 "" -70 0 50 V I C CNN 151 | F3 "" 0 0 50 H I C CNN 152 | $FPLIST 153 | *Fuse* 154 | $ENDFPLIST 155 | DRAW 156 | S -30 -100 30 100 0 1 10 N 157 | P 2 0 1 0 0 100 0 -100 N 158 | X ~ 1 0 150 50 D 50 50 1 1 P 159 | X ~ 2 0 -150 50 U 50 50 1 1 P 160 | ENDDRAW 161 | ENDDEF 162 | # 163 | # mod_cell_1_00-rescue_LED-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue 164 | # 165 | DEF mod_cell_1_00-rescue_LED-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue D 0 40 N N 1 F N 166 | F0 "D" 0 100 50 H V C CNN 167 | F1 "mod_cell_1_00-rescue_LED-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue" 0 -100 50 H V C CNN 168 | F2 "" 0 0 50 H I C CNN 169 | F3 "" 0 0 50 H I C CNN 170 | $FPLIST 171 | LED* 172 | LED_SMD:* 173 | LED_THT:* 174 | $ENDFPLIST 175 | DRAW 176 | P 2 0 1 10 -50 -50 -50 50 N 177 | P 2 0 1 0 -50 0 50 0 N 178 | P 4 0 1 10 50 -50 50 50 -50 0 50 -50 N 179 | P 5 0 1 0 -120 -30 -180 -90 -150 -90 -180 -90 -180 -60 N 180 | P 5 0 1 0 -70 -30 -130 -90 -100 -90 -130 -90 -130 -60 N 181 | X K 1 -150 0 100 R 50 50 1 1 P 182 | X A 2 150 0 100 L 50 50 1 1 P 183 | ENDDRAW 184 | ENDDEF 185 | # 186 | # mod_cell_1_00-rescue_PWR_FLAG-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue 187 | # 188 | DEF mod_cell_1_00-rescue_PWR_FLAG-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue #FLG 0 0 N N 1 F P 189 | F0 "#FLG" 0 75 50 H I C CNN 190 | F1 "mod_cell_1_00-rescue_PWR_FLAG-power-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue" 0 150 50 H V C CNN 191 | F2 "" 0 0 50 H I C CNN 192 | F3 "" 0 0 50 H I C CNN 193 | DRAW 194 | P 6 0 1 0 0 0 0 50 -40 75 0 100 40 75 0 50 N 195 | X pwr 1 0 0 0 U 50 50 0 0 w 196 | ENDDRAW 197 | ENDDEF 198 | # 199 | # mod_cell_1_00-rescue_R-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue 200 | # 201 | DEF mod_cell_1_00-rescue_R-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue R 0 0 N Y 1 F N 202 | F0 "R" 80 0 50 V V C CNN 203 | F1 "mod_cell_1_00-rescue_R-Device-mod_cell_0_00-rescue-mod_cell_0_01-rescue-mod_cell_0_02-rescue-mod_cell_0_02-rescue" 0 0 50 V V C CNN 204 | F2 "" -70 0 50 V I C CNN 205 | F3 "" 0 0 50 H I C CNN 206 | $FPLIST 207 | R_* 208 | $ENDFPLIST 209 | DRAW 210 | S -40 -100 40 100 0 1 10 N 211 | X ~ 1 0 150 50 D 50 50 1 1 P 212 | X ~ 2 0 -150 50 U 50 50 1 1 P 213 | ENDDRAW 214 | ENDDEF 215 | # 216 | #End Library 217 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/green_detect_3.old.pro: -------------------------------------------------------------------------------- 1 | update=22/05/2015 07:44:53 2 | version=1 3 | last_client=kicad 4 | [general] 5 | version=1 6 | RootSch= 7 | BoardNm= 8 | [pcbnew] 9 | version=1 10 | LastNetListRead= 11 | UseCmpFile=1 12 | PadDrill=0.600000000000 13 | PadDrillOvalY=0.600000000000 14 | PadSizeH=1.500000000000 15 | PadSizeV=1.500000000000 16 | PcbTextSizeV=1.500000000000 17 | PcbTextSizeH=1.500000000000 18 | PcbTextThickness=0.300000000000 19 | ModuleTextSizeV=1.000000000000 20 | ModuleTextSizeH=1.000000000000 21 | ModuleTextSizeThickness=0.150000000000 22 | SolderMaskClearance=0.000000000000 23 | SolderMaskMinWidth=0.000000000000 24 | DrawSegmentWidth=0.200000000000 25 | BoardOutlineThickness=0.100000000000 26 | ModuleOutlineThickness=0.150000000000 27 | [cvpcb] 28 | version=1 29 | NetIExt=net 30 | [eeschema] 31 | version=1 32 | LibDir= 33 | [eeschema/libraries] 34 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/green_detect_3.old.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | EELAYER 30 0 3 | EELAYER END 4 | $Descr A4 11693 8268 5 | encoding utf-8 6 | Sheet 1 1 7 | Title "Cell module" 8 | Date "" 9 | Rev "0" 10 | Comp "" 11 | Comment1 "" 12 | Comment2 "" 13 | Comment3 "" 14 | Comment4 "" 15 | $EndDescr 16 | Wire Wire Line 17 | 3850 3750 4400 3750 18 | Wire Wire Line 19 | 3850 3900 3850 3750 20 | Wire Wire Line 21 | 4000 3800 4000 3950 22 | Wire Wire Line 23 | 4000 3800 3650 3800 24 | Wire Wire Line 25 | 3850 3900 3650 3900 26 | Wire Wire Line 27 | 6800 3550 7650 3550 28 | Wire Wire Line 29 | 6800 2700 6800 3550 30 | Wire Wire Line 31 | 6200 2700 6800 2700 32 | Wire Wire Line 33 | 7200 3450 7650 3450 34 | Wire Wire Line 35 | 7200 1750 7200 3450 36 | $Comp 37 | L dk_Temperature-Sensors-Analog-and-Digital-Output:TMP36GT9Z U1 38 | U 1 1 5F06272E 39 | P 5800 2700 40 | F 0 "U1" H 5673 2753 60 0000 R CNN 41 | F 1 "TMP36GT9Z" H 5673 2647 60 0000 R CNN 42 | F 2 "digikey-footprints:TO-92-3" H 6000 2900 60 0001 L CNN 43 | F 3 "https://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf" H 6000 3000 60 0001 L CNN 44 | F 4 "TMP36GT9Z-ND" H 6000 3100 60 0001 L CNN "Digi-Key_PN" 45 | F 5 "TMP36GT9Z" H 6000 3200 60 0001 L CNN "MPN" 46 | F 6 "Sensors, Transducers" H 6000 3300 60 0001 L CNN "Category" 47 | F 7 "Temperature Sensors - Analog and Digital Output" H 6000 3400 60 0001 L CNN "Family" 48 | F 8 "https://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf" H 6000 3500 60 0001 L CNN "DK_Datasheet_Link" 49 | F 9 "/product-detail/en/analog-devices-inc/TMP36GT9Z/TMP36GT9Z-ND/820404" H 6000 3600 60 0001 L CNN "DK_Detail_Page" 50 | F 10 "SENSOR ANALOG -40C-125C TO92-3" H 6000 3700 60 0001 L CNN "Description" 51 | F 11 "Analog Devices Inc." H 6000 3800 60 0001 L CNN "Manufacturer" 52 | F 12 "Active" H 6000 3900 60 0001 L CNN "Status" 53 | 1 5800 2700 54 | 1 0 0 -1 55 | $EndComp 56 | Wire Wire Line 57 | 5900 6150 5900 6500 58 | Wire Wire Line 59 | 5450 3650 5450 5750 60 | $Comp 61 | L Switch:SW_Push SW1 62 | U 1 1 5F0513E8 63 | P 5450 5950 64 | F 0 "SW1" H 5450 6235 50 0000 C CNN 65 | F 1 "SW_Push" H 5450 6144 50 0000 C CNN 66 | F 2 "" H 5450 6150 50 0001 C CNN 67 | F 3 "~" H 5450 6150 50 0001 C CNN 68 | 1 5450 5950 69 | 0 -1 -1 0 70 | $EndComp 71 | Wire Wire Line 72 | 5900 5750 5900 4050 73 | $Comp 74 | L Switch:SW_Push SW2 75 | U 1 1 5F04DE67 76 | P 5900 5950 77 | F 0 "SW2" H 5900 6235 50 0000 C CNN 78 | F 1 "SW_Push" H 5900 6144 50 0000 C CNN 79 | F 2 "" H 5900 6150 50 0001 C CNN 80 | F 3 "~" H 5900 6150 50 0001 C CNN 81 | 1 5900 5950 82 | 0 -1 -1 0 83 | $EndComp 84 | Wire Wire Line 85 | 6300 4250 6300 5550 86 | Wire Wire Line 87 | 7650 4250 6300 4250 88 | Wire Wire Line 89 | 6850 5550 6850 4350 90 | Wire Wire Line 91 | 6300 5850 6300 6000 92 | $Comp 93 | L Device:R R3 94 | U 1 1 5F048F9A 95 | P 6300 5700 96 | F 0 "R3" H 6370 5746 50 0000 L CNN 97 | F 1 "330" H 6370 5655 50 0000 L CNN 98 | F 2 "Resistor_SMD:R_1206_3216Metric" V 6230 5700 50 0001 C CNN 99 | F 3 "~" H 6300 5700 50 0001 C CNN 100 | 1 6300 5700 101 | 1 0 0 -1 102 | $EndComp 103 | Wire Wire Line 104 | 6850 6300 6850 6500 105 | Wire Wire Line 106 | 6850 5850 6850 6000 107 | $Comp 108 | L Device:LED D2 109 | U 1 1 5F04507A 110 | P 6850 6150 111 | F 0 "D2" V 6889 6032 50 0000 R CNN 112 | F 1 "LED" V 6798 6032 50 0000 R CNN 113 | F 2 "" H 6850 6150 50 0001 C CNN 114 | F 3 "~" H 6850 6150 50 0001 C CNN 115 | 1 6850 6150 116 | 0 -1 -1 0 117 | $EndComp 118 | $Comp 119 | L Device:R R4 120 | U 1 1 5F045074 121 | P 6850 5700 122 | F 0 "R4" H 6920 5746 50 0000 L CNN 123 | F 1 "330" H 6920 5655 50 0000 L CNN 124 | F 2 "Resistor_SMD:R_1206_3216Metric" V 6780 5700 50 0001 C CNN 125 | F 3 "~" H 6850 5700 50 0001 C CNN 126 | 1 6850 5700 127 | 1 0 0 -1 128 | $EndComp 129 | Wire Wire Line 130 | 7800 1850 7800 1950 131 | Connection ~ 7800 1850 132 | Wire Wire Line 133 | 7550 3350 7650 3350 134 | Wire Wire Line 135 | 7550 1850 7550 3350 136 | Wire Wire Line 137 | 7800 1850 7550 1850 138 | $Comp 139 | L Device:R R5 140 | U 1 1 5F0383E5 141 | P 7800 1600 142 | F 0 "R5" H 7870 1646 50 0000 L CNN 143 | F 1 "6,8k" H 7870 1555 50 0000 L CNN 144 | F 2 "Resistor_SMD:R_1206_3216Metric" V 7730 1600 50 0001 C CNN 145 | F 3 "~" H 7800 1600 50 0001 C CNN 146 | 1 7800 1600 147 | 1 0 0 -1 148 | $EndComp 149 | $Comp 150 | L Device:R R6 151 | U 1 1 5F037CFF 152 | P 7800 2100 153 | F 0 "R6" H 7870 2146 50 0000 L CNN 154 | F 1 "10k" H 7870 2055 50 0000 L CNN 155 | F 2 "Resistor_SMD:R_1206_3216Metric" V 7730 2100 50 0001 C CNN 156 | F 3 "~" H 7800 2100 50 0001 C CNN 157 | 1 7800 2100 158 | 1 0 0 -1 159 | $EndComp 160 | Wire Wire Line 161 | 8250 4950 8250 6500 162 | Wire Wire Line 163 | 7650 4550 7550 4550 164 | $Comp 165 | L Switch:SW_Push SW3 166 | U 1 1 5F029F6C 167 | P 7550 5950 168 | F 0 "SW3" H 7550 6235 50 0000 C CNN 169 | F 1 "SW_Push" H 7550 6144 50 0000 C CNN 170 | F 2 "" H 7550 6150 50 0001 C CNN 171 | F 3 "~" H 7550 6150 50 0001 C CNN 172 | 1 7550 5950 173 | 0 -1 -1 0 174 | $EndComp 175 | Wire Wire Line 176 | 4750 3000 4750 3950 177 | Wire Wire Line 178 | 4400 3000 4400 3750 179 | $Comp 180 | L Device:R R2 181 | U 1 1 5F02693C 182 | P 4750 2850 183 | F 0 "R2" H 4820 2896 50 0000 L CNN 184 | F 1 "4,7k" H 4820 2805 50 0000 L CNN 185 | F 2 "Resistor_SMD:R_1206_3216Metric" V 4680 2850 50 0001 C CNN 186 | F 3 "~" H 4750 2850 50 0001 C CNN 187 | 1 4750 2850 188 | 1 0 0 -1 189 | $EndComp 190 | $Comp 191 | L Device:R R1 192 | U 1 1 5F0262B0 193 | P 4400 2850 194 | F 0 "R1" H 4470 2896 50 0000 L CNN 195 | F 1 "4,7k" H 4470 2805 50 0000 L CNN 196 | F 2 "Resistor_SMD:R_1206_3216Metric" V 4330 2850 50 0001 C CNN 197 | F 3 "~" H 4400 2850 50 0001 C CNN 198 | 1 4400 2850 199 | 1 0 0 -1 200 | $EndComp 201 | Wire Wire Line 202 | 3950 3350 3950 3600 203 | Wire Wire Line 204 | 4200 3350 3950 3350 205 | Wire Wire Line 206 | 4200 4200 4200 3350 207 | Connection ~ 3950 4500 208 | Wire Wire Line 209 | 4200 4500 3950 4500 210 | $Comp 211 | L Device:CP C2 212 | U 1 1 5F024913 213 | P 4200 4350 214 | F 0 "C2" H 4318 4396 50 0000 L CNN 215 | F 1 "100/16v" H 4318 4305 50 0000 L CNN 216 | F 2 "Capacitor_SMD:CP_Elec_6.3x5.8" H 4238 4200 50 0001 C CNN 217 | F 3 "~" H 4200 4350 50 0001 C CNN 218 | 1 4200 4350 219 | 1 0 0 -1 220 | $EndComp 221 | Wire Wire Line 222 | 3950 3600 3650 3600 223 | Wire Wire Line 224 | 3950 4100 3650 4100 225 | Connection ~ 8250 6500 226 | Wire Wire Line 227 | 3950 4100 3950 4500 228 | Wire Wire Line 229 | 10500 4400 10500 4600 230 | Wire Wire Line 231 | 10500 3950 10500 4100 232 | Wire Wire Line 233 | 7100 4450 7650 4450 234 | Wire Wire Line 235 | 7100 5250 7100 4450 236 | Wire Wire Line 237 | 9250 6100 9250 6500 238 | Wire Wire Line 239 | 9250 5250 9700 5250 240 | Connection ~ 9250 5250 241 | Wire Wire Line 242 | 9250 5800 9250 5250 243 | Wire Wire Line 244 | 9050 5250 9250 5250 245 | $Comp 246 | L Device:LED D3 247 | U 1 1 5F01BF07 248 | P 10500 4250 249 | F 0 "D3" V 10539 4132 50 0000 R CNN 250 | F 1 "LED" V 10448 4132 50 0000 R CNN 251 | F 2 "" H 10500 4250 50 0001 C CNN 252 | F 3 "~" H 10500 4250 50 0001 C CNN 253 | 1 10500 4250 254 | 0 -1 -1 0 255 | $EndComp 256 | $Comp 257 | L Device:R R7 258 | U 1 1 5F01B62A 259 | P 10500 3800 260 | F 0 "R7" H 10570 3846 50 0000 L CNN 261 | F 1 "330" H 10570 3755 50 0000 L CNN 262 | F 2 "Resistor_SMD:R_1206_3216Metric" V 10430 3800 50 0001 C CNN 263 | F 3 "~" H 10500 3800 50 0001 C CNN 264 | 1 10500 3800 265 | 1 0 0 -1 266 | $EndComp 267 | $Comp 268 | L Device:R R9 269 | U 1 1 5F01AE07 270 | P 9250 5950 271 | F 0 "R9" H 9320 5996 50 0000 L CNN 272 | F 1 "1k" H 9320 5905 50 0000 L CNN 273 | F 2 "Resistor_SMD:R_1206_3216Metric" V 9180 5950 50 0001 C CNN 274 | F 3 "~" H 9250 5950 50 0001 C CNN 275 | 1 9250 5950 276 | 1 0 0 -1 277 | $EndComp 278 | $Comp 279 | L Device:R R8 280 | U 1 1 5F01A58A 281 | P 8900 5250 282 | F 0 "R8" V 8693 5250 50 0000 C CNN 283 | F 1 "10" V 8784 5250 50 0000 C CNN 284 | F 2 "Resistor_SMD:R_1206_3216Metric" V 8830 5250 50 0001 C CNN 285 | F 3 "~" H 8900 5250 50 0001 C CNN 286 | 1 8900 5250 287 | 0 1 1 0 288 | $EndComp 289 | Wire Wire Line 290 | 10000 4200 10000 4600 291 | Wire Wire Line 292 | 10000 3900 10000 3500 293 | $Comp 294 | L Device:R R10 295 | U 1 1 5F019455 296 | P 10000 4050 297 | F 0 "R10" H 10070 4096 50 0000 L CNN 298 | F 1 "3" H 10070 4005 50 0000 L CNN 299 | F 2 "" V 9930 4050 50 0001 C CNN 300 | F 3 "~" H 10000 4050 50 0001 C CNN 301 | 1 10000 4050 302 | 1 0 0 -1 303 | $EndComp 304 | Wire Wire Line 305 | 10000 5450 10000 6850 306 | $Comp 307 | L Transistor_FET:IRLZ44N Q1 308 | U 1 1 5F0161A4 309 | P 9900 5250 310 | F 0 "Q1" H 10104 5296 50 0000 L CNN 311 | F 1 "IRLZ44N" H 10104 5205 50 0000 L CNN 312 | F 2 "Package_TO_SOT_THT:TO-220-3_Vertical" H 10150 5175 50 0001 L CIN 313 | F 3 "http://www.irf.com/product-info/datasheets/data/irlz44n.pdf" H 9900 5250 50 0001 L CNN 314 | 1 9900 5250 315 | 1 0 0 -1 316 | $EndComp 317 | Connection ~ 8250 4950 318 | Wire Wire Line 319 | 8250 4850 8250 4950 320 | Wire Wire Line 321 | 11000 6850 10000 6850 322 | Wire Wire Line 323 | 8950 4950 8250 4950 324 | Wire Wire Line 325 | 8950 4250 8950 4950 326 | $Comp 327 | L MCU_Microchip_ATtiny:ATtiny84A-SSU U3 328 | U 1 1 5F00A417 329 | P 8250 3950 330 | F 0 "U3" H 8150 4100 50 0000 R CNN 331 | F 1 "ATtiny84A-SSU" H 8400 3900 50 0000 R CNN 332 | F 2 "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm" H 8250 3950 50 0001 C CIN 333 | F 3 "http://ww1.microchip.com/downloads/en/DeviceDoc/doc8183.pdf" H 8250 3950 50 0001 C CNN 334 | 1 8250 3950 335 | -1 0 0 -1 336 | $EndComp 337 | $Comp 338 | L power:-BATT #PWR05 339 | U 1 1 5F00FDD7 340 | P 11000 6850 341 | F 0 "#PWR05" H 11000 6700 50 0001 C CNN 342 | F 1 "-BATT" H 11015 7023 50 0000 C CNN 343 | F 2 "" H 11000 6850 50 0001 C CNN 344 | F 3 "" H 11000 6850 50 0001 C CNN 345 | 1 11000 6850 346 | -1 0 0 1 347 | $EndComp 348 | $Comp 349 | L Device:C C3 350 | U 1 1 5F00D9E1 351 | P 8950 4100 352 | F 0 "C3" H 9065 4146 50 0000 L CNN 353 | F 1 "100n" H 9065 4055 50 0000 L CNN 354 | F 2 "Capacitor_SMD:C_1206_3216Metric" H 8988 3950 50 0001 C CNN 355 | F 3 "~" H 8950 4100 50 0001 C CNN 356 | 1 8950 4100 357 | 1 0 0 -1 358 | $EndComp 359 | Wire Wire Line 360 | 1250 4850 1250 3900 361 | Wire Wire Line 362 | 1600 3600 2000 3600 363 | Connection ~ 1600 3600 364 | Wire Wire Line 365 | 1600 4400 1600 3600 366 | Connection ~ 2450 4100 367 | Wire Wire Line 368 | 1450 4100 2450 4100 369 | Wire Wire Line 370 | 1450 4000 1450 4100 371 | Wire Wire Line 372 | 1500 3600 1600 3600 373 | Wire Wire Line 374 | 1500 3700 1500 3600 375 | Wire Wire Line 376 | 2450 4100 2450 4800 377 | Wire Wire Line 378 | 2450 4800 2000 4800 379 | $Comp 380 | L Device:C C1 381 | U 1 1 5F0A8F0A 382 | P 1600 4550 383 | F 0 "C1" H 1715 4596 50 0000 L CNN 384 | F 1 "100n" H 1715 4505 50 0000 L CNN 385 | F 2 "Capacitor_SMD:C_1206_3216Metric" H 1638 4400 50 0001 C CNN 386 | F 3 "~" H 1600 4550 50 0001 C CNN 387 | 1 1600 4550 388 | 1 0 0 -1 389 | $EndComp 390 | $Comp 391 | L ADUM1250:ADUM1250 IC1 392 | U 1 1 5F07C719 393 | P 3050 3850 394 | F 0 "IC1" H 3050 4342 50 0000 C CNN 395 | F 1 "ADUM1250" H 3050 4251 50 0000 C CNN 396 | F 2 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" H 3050 3850 50 0001 L BNN 397 | F 3 "" H 3050 3850 50 0001 C CNN 398 | 1 3050 3850 399 | -1 0 0 -1 400 | $EndComp 401 | Wire Wire Line 402 | 1600 4700 1600 4800 403 | $Comp 404 | L Device:LED D1 405 | U 1 1 5F048FA0 406 | P 6300 6150 407 | F 0 "D1" V 6339 6032 50 0000 R CNN 408 | F 1 "LED" V 6248 6032 50 0000 R CNN 409 | F 2 "" H 6300 6150 50 0001 C CNN 410 | F 3 "~" H 6300 6150 50 0001 C CNN 411 | 1 6300 6150 412 | 0 -1 -1 0 413 | $EndComp 414 | Wire Wire Line 415 | 6300 6300 6300 6500 416 | $Comp 417 | L Device:D_Schottky D4 418 | U 1 1 5F0BA5E9 419 | P 2000 4550 420 | F 0 "D4" V 1954 4630 50 0000 L CNN 421 | F 1 "D_Sch." V 2045 4630 50 0000 L CNN 422 | F 2 "Diode_SMD:D_SMA" H 2000 4550 50 0001 C CNN 423 | F 3 "~" H 2000 4550 50 0001 C CNN 424 | 1 2000 4550 425 | 0 1 1 0 426 | $EndComp 427 | Wire Wire Line 428 | 1150 4750 1150 3800 429 | Wire Wire Line 430 | 1050 4650 1050 3700 431 | $Comp 432 | L Connector_Generic:Conn_01x04 J1 433 | U 1 1 5F0AF784 434 | P 700 3800 435 | F 0 "J1" H 618 4117 50 0000 C CNN 436 | F 1 "Conn_01x04" H 618 4026 50 0000 C CNN 437 | F 2 "" H 700 3800 50 0001 C CNN 438 | F 3 "~" H 700 3800 50 0001 C CNN 439 | 1 700 3800 440 | -1 0 0 -1 441 | $EndComp 442 | Wire Wire Line 443 | 900 3700 1050 3700 444 | Wire Wire Line 445 | 900 4000 1350 4000 446 | $Comp 447 | L Connector_Generic:Conn_01x04 J2 448 | U 1 1 5F0D5262 449 | P 700 4750 450 | F 0 "J2" H 618 5067 50 0000 C CNN 451 | F 1 "Conn_01x04" H 618 4976 50 0000 C CNN 452 | F 2 "" H 700 4750 50 0001 C CNN 453 | F 3 "~" H 700 4750 50 0001 C CNN 454 | 1 700 4750 455 | -1 0 0 -1 456 | $EndComp 457 | Wire Wire Line 458 | 900 4650 1050 4650 459 | Wire Wire Line 460 | 900 4750 1150 4750 461 | Wire Wire Line 462 | 900 3800 1150 3800 463 | Wire Wire Line 464 | 900 4850 1250 4850 465 | Wire Wire Line 466 | 900 4950 1350 4950 467 | Connection ~ 1050 3700 468 | Connection ~ 1150 3800 469 | Connection ~ 1250 3900 470 | Wire Wire Line 471 | 1250 3900 900 3900 472 | Connection ~ 1350 4000 473 | Wire Wire Line 474 | 1350 4000 1450 4000 475 | Wire Wire Line 476 | 1150 3800 2450 3800 477 | Wire Wire Line 478 | 1050 3700 1500 3700 479 | Wire Wire Line 480 | 1250 3900 2450 3900 481 | Wire Wire Line 482 | 1350 4000 1350 4950 483 | Wire Wire Line 484 | 2000 4400 2000 3600 485 | Connection ~ 2000 3600 486 | Wire Wire Line 487 | 2000 3600 2450 3600 488 | Wire Wire Line 489 | 2000 4700 2000 4800 490 | Connection ~ 2000 4800 491 | Wire Wire Line 492 | 2000 4800 1600 4800 493 | Wire Wire Line 494 | 8250 6500 9250 6500 495 | Wire Wire Line 496 | 10500 3650 10500 3500 497 | Wire Wire Line 498 | 10500 3500 10000 3500 499 | Wire Wire Line 500 | 10500 4600 10000 4600 501 | Connection ~ 10000 4600 502 | Wire Wire Line 503 | 10000 4600 10000 5050 504 | Wire Wire Line 505 | 7100 5250 8750 5250 506 | $Comp 507 | L Connector_Generic:Conn_02x06_Top_Bottom J3 508 | U 1 1 5F14268F 509 | P 1750 1350 510 | F 0 "J3" H 1800 1767 50 0000 C CNN 511 | F 1 "Conn_02x06_Top_Bottom" H 1800 1676 50 0000 C CNN 512 | F 2 "" H 1750 1350 50 0001 C CNN 513 | F 3 "~" H 1750 1350 50 0001 C CNN 514 | 1 1750 1350 515 | 1 0 0 -1 516 | $EndComp 517 | Connection ~ 10000 3500 518 | Connection ~ 3950 3350 519 | $Comp 520 | L power:+BATT #PWR04 521 | U 1 1 5F00F160 522 | P 10950 800 523 | F 0 "#PWR04" H 10950 650 50 0001 C CNN 524 | F 1 "+BATT" H 10965 973 50 0000 C CNN 525 | F 2 "" H 10950 800 50 0001 C CNN 526 | F 3 "" H 10950 800 50 0001 C CNN 527 | 1 10950 800 528 | 1 0 0 -1 529 | $EndComp 530 | Wire Wire Line 531 | 3950 800 4400 800 532 | Wire Wire Line 533 | 3950 800 3950 3350 534 | Wire Wire Line 535 | 4400 2700 4400 800 536 | Wire Wire Line 537 | 4750 2700 4750 800 538 | Connection ~ 4750 800 539 | Connection ~ 4400 800 540 | Wire Wire Line 541 | 4400 800 4750 800 542 | $Comp 543 | L dk_Temperature-Sensors-Analog-and-Digital-Output:TMP36GT9Z U2 544 | U 1 1 5F06042B 545 | P 6800 1750 546 | F 0 "U2" H 6673 1803 60 0000 R CNN 547 | F 1 "TMP36GT9Z" H 6673 1697 60 0000 R CNN 548 | F 2 "digikey-footprints:TO-92-3" H 7000 1950 60 0001 L CNN 549 | F 3 "https://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf" H 7000 2050 60 0001 L CNN 550 | F 4 "TMP36GT9Z-ND" H 7000 2150 60 0001 L CNN "Digi-Key_PN" 551 | F 5 "TMP36GT9Z" H 7000 2250 60 0001 L CNN "MPN" 552 | F 6 "Sensors, Transducers" H 7000 2350 60 0001 L CNN "Category" 553 | F 7 "Temperature Sensors - Analog and Digital Output" H 7000 2450 60 0001 L CNN "Family" 554 | F 8 "https://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf" H 7000 2550 60 0001 L CNN "DK_Datasheet_Link" 555 | F 9 "/product-detail/en/analog-devices-inc/TMP36GT9Z/TMP36GT9Z-ND/820404" H 7000 2650 60 0001 L CNN "DK_Detail_Page" 556 | F 10 "SENSOR ANALOG -40C-125C TO92-3" H 7000 2750 60 0001 L CNN "Description" 557 | F 11 "Analog Devices Inc." H 7000 2850 60 0001 L CNN "Manufacturer" 558 | F 12 "Active" H 7000 2950 60 0001 L CNN "Status" 559 | 1 6800 1750 560 | 1 0 0 -1 561 | $EndComp 562 | Text Notes 9550 600 0 50 ~ 0 563 | Cell positive (from 2,8V to 4,2 V) 564 | Wire Wire Line 565 | 3950 800 1150 800 566 | Wire Wire Line 567 | 1150 800 1150 1150 568 | Wire Wire Line 569 | 1150 1150 1550 1150 570 | Connection ~ 3950 800 571 | Text GLabel 2250 1150 2 50 Input ~ 0 572 | vcc_tiny 573 | Wire Wire Line 574 | 2050 1150 2250 1150 575 | Text GLabel 5400 1150 0 50 Input ~ 0 576 | vcc_tiny 577 | Wire Wire Line 578 | 5800 1150 5800 2400 579 | Wire Wire Line 580 | 6800 1150 6800 1450 581 | Wire Wire Line 582 | 5400 1150 5800 1150 583 | Connection ~ 5800 1150 584 | Wire Wire Line 585 | 7800 1150 7800 1450 586 | Wire Wire Line 587 | 5800 1150 6800 1150 588 | Connection ~ 6800 1150 589 | Wire Wire Line 590 | 6800 1150 7800 1150 591 | Wire Wire Line 592 | 7800 1150 8250 1150 593 | Wire Wire Line 594 | 8250 1150 8250 3050 595 | Connection ~ 7800 1150 596 | Wire Wire Line 597 | 8250 1150 8950 1150 598 | Wire Wire Line 599 | 8950 1150 8950 3950 600 | Connection ~ 8250 1150 601 | Text GLabel 5000 3750 2 50 Input ~ 0 602 | scl_cel 603 | Wire Wire Line 604 | 4400 3750 5000 3750 605 | Connection ~ 4400 3750 606 | Text GLabel 5000 3950 2 50 Input ~ 0 607 | sda_cel 608 | Wire Wire Line 609 | 4000 3950 4750 3950 610 | Connection ~ 4750 3950 611 | Wire Wire Line 612 | 4750 3950 5000 3950 613 | Text GLabel 850 1250 0 50 Input ~ 0 614 | sda_cel 615 | Text GLabel 1000 1350 0 50 Input ~ 0 616 | scl_cel 617 | Wire Wire Line 618 | 1550 1250 850 1250 619 | Wire Wire Line 620 | 1550 1350 1000 1350 621 | Text GLabel 2350 1250 2 50 Input ~ 0 622 | sda_tiny 623 | Text GLabel 2550 1350 2 50 Input ~ 0 624 | scl_tiny 625 | Wire Wire Line 626 | 2350 1250 2050 1250 627 | Wire Wire Line 628 | 2050 1350 2550 1350 629 | Text GLabel 6200 3750 0 50 Input ~ 0 630 | scl_tiny 631 | Text GLabel 6200 3950 0 50 Input ~ 0 632 | sda_tiny 633 | Wire Wire Line 634 | 6200 3750 7650 3750 635 | Wire Wire Line 636 | 6200 3950 7650 3950 637 | Text GLabel 2700 1450 2 50 Input ~ 0 638 | spr_tiny 639 | Wire Wire Line 640 | 2700 1450 2050 1450 641 | Text GLabel 7250 3850 0 50 Input ~ 0 642 | spr_tiny 643 | Wire Wire Line 644 | 7250 3850 7650 3850 645 | Wire Wire Line 646 | 10000 800 10000 3500 647 | $Comp 648 | L Device:Fuse F1 649 | U 1 1 5F2214CC 650 | P 10400 800 651 | F 0 "F1" V 10512 800 50 0000 C CNN 652 | F 1 "3A" V 10591 800 50 0000 C CNN 653 | F 2 "Fuse:Fuse_1206_3216Metric" V 10330 800 50 0001 C CNN 654 | F 3 "~" H 10400 800 50 0001 C CNN 655 | 1 10400 800 656 | 0 1 1 0 657 | $EndComp 658 | Wire Wire Line 659 | 10000 800 10250 800 660 | Connection ~ 10000 800 661 | Wire Wire Line 662 | 5450 3650 7650 3650 663 | Wire Wire Line 664 | 5900 4050 7650 4050 665 | Connection ~ 5900 6500 666 | Connection ~ 6300 6500 667 | Wire Wire Line 668 | 6850 4350 7650 4350 669 | Connection ~ 6850 6500 670 | Wire Wire Line 671 | 6850 6500 7550 6500 672 | Wire Wire Line 673 | 6300 6500 6850 6500 674 | Wire Wire Line 675 | 5450 6500 5900 6500 676 | Wire Wire Line 677 | 5900 6500 6300 6500 678 | Wire Wire Line 679 | 7550 6150 7550 6500 680 | Connection ~ 7550 6500 681 | Wire Wire Line 682 | 7550 6500 8250 6500 683 | Wire Wire Line 684 | 10000 6850 3950 6850 685 | Wire Wire Line 686 | 3950 4500 3950 6850 687 | Connection ~ 10000 6850 688 | $Comp 689 | L power:-BATT #PWR0101 690 | U 1 1 5F2FF679 691 | P 1400 1800 692 | F 0 "#PWR0101" H 1400 1650 50 0001 C CNN 693 | F 1 "-BATT" H 1415 1973 50 0000 C CNN 694 | F 2 "" H 1400 1800 50 0001 C CNN 695 | F 3 "" H 1400 1800 50 0001 C CNN 696 | 1 1400 1800 697 | -1 0 0 1 698 | $EndComp 699 | Wire Wire Line 700 | 1400 1650 1550 1650 701 | Text GLabel 2900 1650 2 50 Input ~ 0 702 | gnd_tiny 703 | Wire Wire Line 704 | 2900 1650 2050 1650 705 | Text GLabel 4800 6500 0 50 Input ~ 0 706 | gnd_tiny 707 | Wire Wire Line 708 | 4800 6500 5450 6500 709 | Connection ~ 5450 6500 710 | Text GLabel 1450 1550 0 50 Input ~ 0 711 | rst_cel 712 | Wire Wire Line 713 | 1450 1550 1550 1550 714 | Wire Wire Line 715 | 5450 6150 5450 6500 716 | Text GLabel 2850 1550 2 50 Input ~ 0 717 | rst_tiny 718 | Wire Wire Line 719 | 2850 1550 2050 1550 720 | Text GLabel 7550 5700 1 50 Input ~ 0 721 | rst_cel 722 | Wire Wire Line 723 | 7550 5700 7550 5750 724 | Text GLabel 7550 4700 3 50 Input ~ 0 725 | rst_tiny 726 | Wire Wire Line 727 | 7550 4550 7550 4700 728 | Wire Notes Line 729 | 3300 2200 3300 2800 730 | Wire Notes Line 731 | 3300 2800 650 2800 732 | Wire Notes Line 733 | 650 2800 650 2200 734 | Wire Notes Line 735 | 650 2200 3300 2200 736 | Text Notes 850 2650 0 50 ~ 0 737 | J3 connector.\n\nNormal Functions: connect a 6 jumpers connector\n\nProgramming: connect the arduino uno connector 738 | Wire Wire Line 739 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/green_detect_3.pro: -------------------------------------------------------------------------------- 1 | update=27/06/2022 11:00:13 2 | version=1 3 | last_client=eeschema 4 | [general] 5 | version=1 6 | RootSch= 7 | BoardNm= 8 | [cvpcb] 9 | version=1 10 | NetIExt=net 11 | [eeschema] 12 | version=1 13 | LibDir= 14 | [eeschema/libraries] 15 | [pcbnew] 16 | version=1 17 | PageLayoutDescrFile=cartiglio/cartiglio2.kicad_wks 18 | LastNetListRead=green_detect_0.net 19 | CopperLayerCount=2 20 | BoardThickness=1.6 21 | AllowMicroVias=0 22 | AllowBlindVias=0 23 | RequireCourtyardDefinitions=0 24 | ProhibitOverlappingCourtyards=1 25 | MinTrackWidth=0.2 26 | MinViaDiameter=0.4 27 | MinViaDrill=0.3 28 | MinMicroViaDiameter=0.2 29 | MinMicroViaDrill=0.09999999999999999 30 | MinHoleToHole=0.25 31 | TrackWidth1=0.25 32 | TrackWidth2=0.4064 33 | TrackWidth3=1.27 34 | TrackWidth4=1.905 35 | TrackWidth5=2.54 36 | ViaDiameter1=0.8 37 | ViaDrill1=0.4 38 | ViaDiameter2=2 39 | ViaDrill2=0.4 40 | ViaDiameter3=2 41 | ViaDrill3=1 42 | ViaDiameter4=5 43 | ViaDrill4=0.4 44 | ViaDiameter5=12 45 | ViaDrill5=6 46 | dPairWidth1=0.2 47 | dPairGap1=0.25 48 | dPairViaGap1=0.25 49 | SilkLineWidth=0.12 50 | SilkTextSizeV=1 51 | SilkTextSizeH=1 52 | SilkTextSizeThickness=0.15 53 | SilkTextItalic=0 54 | SilkTextUpright=1 55 | CopperLineWidth=0.2 56 | CopperTextSizeV=1.5 57 | CopperTextSizeH=1.5 58 | CopperTextThickness=0.3 59 | CopperTextItalic=0 60 | CopperTextUpright=1 61 | EdgeCutLineWidth=0.05 62 | CourtyardLineWidth=0.05 63 | OthersLineWidth=0.15 64 | OthersTextSizeV=1 65 | OthersTextSizeH=1 66 | OthersTextSizeThickness=0.15 67 | OthersTextItalic=0 68 | OthersTextUpright=1 69 | SolderMaskClearance=0.05 70 | SolderMaskMinWidth=0 71 | SolderPasteClearance=0 72 | SolderPasteRatio=0 73 | [pcbnew/Layer.F.Cu] 74 | Name=F.Cu 75 | Type=0 76 | Enabled=1 77 | [pcbnew/Layer.In1.Cu] 78 | Name=In1.Cu 79 | Type=0 80 | Enabled=0 81 | [pcbnew/Layer.In2.Cu] 82 | Name=In2.Cu 83 | Type=0 84 | Enabled=0 85 | [pcbnew/Layer.In3.Cu] 86 | Name=In3.Cu 87 | Type=0 88 | Enabled=0 89 | [pcbnew/Layer.In4.Cu] 90 | Name=In4.Cu 91 | Type=0 92 | Enabled=0 93 | [pcbnew/Layer.In5.Cu] 94 | Name=In5.Cu 95 | Type=0 96 | Enabled=0 97 | [pcbnew/Layer.In6.Cu] 98 | Name=In6.Cu 99 | Type=0 100 | Enabled=0 101 | [pcbnew/Layer.In7.Cu] 102 | Name=In7.Cu 103 | Type=0 104 | Enabled=0 105 | [pcbnew/Layer.In8.Cu] 106 | Name=In8.Cu 107 | Type=0 108 | Enabled=0 109 | [pcbnew/Layer.In9.Cu] 110 | Name=In9.Cu 111 | Type=0 112 | Enabled=0 113 | [pcbnew/Layer.In10.Cu] 114 | Name=In10.Cu 115 | Type=0 116 | Enabled=0 117 | [pcbnew/Layer.In11.Cu] 118 | Name=In11.Cu 119 | Type=0 120 | Enabled=0 121 | [pcbnew/Layer.In12.Cu] 122 | Name=In12.Cu 123 | Type=0 124 | Enabled=0 125 | [pcbnew/Layer.In13.Cu] 126 | Name=In13.Cu 127 | Type=0 128 | Enabled=0 129 | [pcbnew/Layer.In14.Cu] 130 | Name=In14.Cu 131 | Type=0 132 | Enabled=0 133 | [pcbnew/Layer.In15.Cu] 134 | Name=In15.Cu 135 | Type=0 136 | Enabled=0 137 | [pcbnew/Layer.In16.Cu] 138 | Name=In16.Cu 139 | Type=0 140 | Enabled=0 141 | [pcbnew/Layer.In17.Cu] 142 | Name=In17.Cu 143 | Type=0 144 | Enabled=0 145 | [pcbnew/Layer.In18.Cu] 146 | Name=In18.Cu 147 | Type=0 148 | Enabled=0 149 | [pcbnew/Layer.In19.Cu] 150 | Name=In19.Cu 151 | Type=0 152 | Enabled=0 153 | [pcbnew/Layer.In20.Cu] 154 | Name=In20.Cu 155 | Type=0 156 | Enabled=0 157 | [pcbnew/Layer.In21.Cu] 158 | Name=In21.Cu 159 | Type=0 160 | Enabled=0 161 | [pcbnew/Layer.In22.Cu] 162 | Name=In22.Cu 163 | Type=0 164 | Enabled=0 165 | [pcbnew/Layer.In23.Cu] 166 | Name=In23.Cu 167 | Type=0 168 | Enabled=0 169 | [pcbnew/Layer.In24.Cu] 170 | Name=In24.Cu 171 | Type=0 172 | Enabled=0 173 | [pcbnew/Layer.In25.Cu] 174 | Name=In25.Cu 175 | Type=0 176 | Enabled=0 177 | [pcbnew/Layer.In26.Cu] 178 | Name=In26.Cu 179 | Type=0 180 | Enabled=0 181 | [pcbnew/Layer.In27.Cu] 182 | Name=In27.Cu 183 | Type=0 184 | Enabled=0 185 | [pcbnew/Layer.In28.Cu] 186 | Name=In28.Cu 187 | Type=0 188 | Enabled=0 189 | [pcbnew/Layer.In29.Cu] 190 | Name=In29.Cu 191 | Type=0 192 | Enabled=0 193 | [pcbnew/Layer.In30.Cu] 194 | Name=In30.Cu 195 | Type=0 196 | Enabled=0 197 | [pcbnew/Layer.B.Cu] 198 | Name=B.Cu 199 | Type=0 200 | Enabled=1 201 | [pcbnew/Layer.B.Adhes] 202 | Enabled=1 203 | [pcbnew/Layer.F.Adhes] 204 | Enabled=1 205 | [pcbnew/Layer.B.Paste] 206 | Enabled=1 207 | [pcbnew/Layer.F.Paste] 208 | Enabled=1 209 | [pcbnew/Layer.B.SilkS] 210 | Enabled=1 211 | [pcbnew/Layer.F.SilkS] 212 | Enabled=1 213 | [pcbnew/Layer.B.Mask] 214 | Enabled=1 215 | [pcbnew/Layer.F.Mask] 216 | Enabled=1 217 | [pcbnew/Layer.Dwgs.User] 218 | Enabled=1 219 | [pcbnew/Layer.Cmts.User] 220 | Enabled=1 221 | [pcbnew/Layer.Eco1.User] 222 | Enabled=1 223 | [pcbnew/Layer.Eco2.User] 224 | Enabled=1 225 | [pcbnew/Layer.Edge.Cuts] 226 | Enabled=1 227 | [pcbnew/Layer.Margin] 228 | Enabled=1 229 | [pcbnew/Layer.B.CrtYd] 230 | Enabled=1 231 | [pcbnew/Layer.F.CrtYd] 232 | Enabled=1 233 | [pcbnew/Layer.B.Fab] 234 | Enabled=1 235 | [pcbnew/Layer.F.Fab] 236 | Enabled=1 237 | [pcbnew/Layer.Rescue] 238 | Enabled=0 239 | [pcbnew/Netclasses] 240 | [pcbnew/Netclasses/Default] 241 | Name=Default 242 | Clearance=0.2 243 | TrackWidth=0.25 244 | ViaDiameter=0.8 245 | ViaDrill=0.4 246 | uViaDiameter=0.3 247 | uViaDrill=0.1 248 | dPairWidth=0.2 249 | dPairGap=0.25 250 | dPairViaGap=0.25 251 | [schematic_editor] 252 | version=1 253 | PageLayoutDescrFile=cartiglio/cartiglio1.kicad_wks 254 | PlotDirectoryName= 255 | SubpartIdSeparator=0 256 | SubpartFirstId=65 257 | NetFmtName=Pcbnew 258 | SpiceAjustPassiveValues=0 259 | LabSize=50 260 | ERC_TestSimilarLabels=1 261 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/green_detect_3.txt: -------------------------------------------------------------------------------- 1 | "Source:" "\\NAS-GHIRA\Public\doc\scooter elettrico\Green BMS new\Versioni ufficiali\2021_00\Cell Module\H_0_00\mod_cell_0_00.sch" 2 | "Date:" "08/01/2021 16:44:10" 3 | "Tool:" "Eeschema (5.1.6)-1" 4 | "Component Count:" "32" 5 | "Ref" "Value" "Part" "Footprint" "Description" "Vendor" 6 | "C1" "100n" "Device:C" "Capacitor_SMD:C_1206_3216Metric" "Unpolarized capacitor" "" 7 | "C2" "100/16v" "Device:CP" "Capacitor_SMD:CP_Elec_6.3x5.8" "Polarized capacitor" "" 8 | "C3" "100n" "Device:C" "Capacitor_SMD:C_1206_3216Metric" "Unpolarized capacitor" "" 9 | "D1" "LED" "Device:LED" "LED_SMD:LED_1206_3216Metric" "Light emitting diode" "" 10 | "D2" "LED" "Device:LED" "LED_SMD:LED_1206_3216Metric" "Light emitting diode" "" 11 | "D3" "LED" "Device:LED" "LED_SMD:LED_1206_3216Metric" "Light emitting diode" "" 12 | "D4" "D_Sch." "Device:D_Schottky" "Diode_SMD:D_SMA" "Schottky diode" "" 13 | "F1" "3A" "Device:Fuse" "Fuse:Fuse_1206_3216Metric" "Fuse" "" 14 | "IC1" "ADUM1250" "ADUM1250:ADUM1250" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" "" "" 15 | "J1" "Conn_01x04" "Connector_Generic:Conn_01x04" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 16 | "J2" "Conn_01x04" "Connector_Generic:Conn_01x04" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 17 | "J3" "Conn_01x01" "Connector_Generic:Conn_01x01" "Green_bms_library:SolderWire-battery_cell_pole" "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 18 | "J4" "Conn_01x07" "Connector_Generic:Conn_01x07" "Connector_JST:JST_PH_B7B-PH-K_1x07_P2.00mm_Vertical" "Generic connector, single row, 01x07, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 19 | "J5" "Conn_01x07" "Connector_Generic:Conn_01x07" "Connector_JST:JST_PH_B7B-PH-K_1x07_P2.00mm_Vertical" "Generic connector, single row, 01x07, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 20 | "J6" "Conn_01x01" "Connector_Generic:Conn_01x01" "Green_bms_library:SolderWire-battery_cell_for_wire_2" "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)" "" 21 | "Q1" "IRLZ44N" "Transistor_FET:IRLZ44N" "Package_TO_SOT_THT:TO-220-3_Vertical" "47A Id, 55V Vds, Single N-Channel HEXFET Power MOSFET, 22mOhm Ron, TO-220AB" "" 22 | "R1" "4,7k" "Device:R" "Resistor_SMD:R_1206_3216Metric" "Resistor" "" 23 | "R2" "4,7k" "Device:R" "Resistor_SMD:R_1206_3216Metric" "Resistor" "" 24 | "R3" "330" "Device:R" "Resistor_SMD:R_1206_3216Metric" "Resistor" "" 25 | "R4" "330" "Device:R" "Resistor_SMD:R_1206_3216Metric" "Resistor" "" 26 | "R7" "330" "Device:R" "Resistor_SMD:R_1206_3216Metric" "Resistor" "" 27 | "R8" "10" "Device:R" "Resistor_SMD:R_1206_3216Metric" "Resistor" "" 28 | "R9" "1k" "Device:R" "Resistor_SMD:R_1206_3216Metric" "Resistor" "" 29 | "R10" "12" "Device:R" "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal" "Resistor" "" 30 | "R11" "12" "Device:R" "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal" "Resistor" "" 31 | "R12" "12" "Device:R" "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal" "Resistor" "" 32 | "R13" "12" "Device:R" "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal" "Resistor" "" 33 | "SW1" "SW_Push" "Switch:SW_Push" "Button_Switch_SMD:SW_Push_SPST_NO_Alps_SKRK" "Push button switch, generic, two pins" "" 34 | "SW2" "SW_Push" "Switch:SW_Push" "Button_Switch_SMD:SW_Push_SPST_NO_Alps_SKRK" "Push button switch, generic, two pins" "" 35 | "U1" "TMP36GT9Z" "dk_Temperature-Sensors-Analog-and-Digital-Output:TMP36GT9Z" "digikey-footprints:TO-92-3" "SENSOR ANALOG -40C-125C TO92-3" "" 36 | "U2" "TMP36GT9Z" "dk_Temperature-Sensors-Analog-and-Digital-Output:TMP36GT9Z" "digikey-footprints:TO-92-3" "SENSOR ANALOG -40C-125C TO92-3" "" 37 | "U3" "ATtiny84A-SSU" "MCU_Microchip_ATtiny:ATtiny84A-SSU" "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm" "20MHz, 8kB Flash, 512B SRAM, 512B EEPROM, debugWIRE, SOIC-14" "" 38 | -------------------------------------------------------------------------------- /00 Module PCB Kicad files/pdf/Green detect module electrical drawing 0_01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/00 Module PCB Kicad files/pdf/Green detect module electrical drawing 0_01.pdf -------------------------------------------------------------------------------- /00 Module PCB Kicad files/sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | ) 3 | -------------------------------------------------------------------------------- /01 Module software Arduino ide/greendetect_0_00/functions_5.h: -------------------------------------------------------------------------------- 1 | #ifndef functions_5_h 2 | #define functions_5_h 3 | 4 | #include 5 | 6 | /* TON Timer function.*/ 7 | 8 | bool TON(bool en, unsigned long preset, unsigned long &elapsed, unsigned long &count){ 9 | if (en==true) 10 | { 11 | if (elapsed=thr),preset,elapsed,count); 36 | if (trans_high==true) {high=true;} 37 | if ((high==true)&&(valuethr_hys)) {low=false;} 50 | if (value>thr_hys){low=false;} 51 | return low; 52 | } 53 | 54 | 55 | /*FILTER_INT - function that filter an integer number making the average of the last 10 values*/ 56 | 57 | int FILTER_INT (int input,int &index, int val_mem[10]){ 58 | val_mem[index]=input; 59 | int output=(val_mem[0]+val_mem[1]+val_mem[2]+val_mem[3]+val_mem[4]+val_mem[5]+val_mem[6]+val_mem[7]+val_mem[8]+val_mem[9])/10; 60 | if (index >= 9){index=0;} 61 | else {index++;} 62 | return output; 63 | } 64 | 65 | 66 | /*FILTER_LONG - function that filter a long number making the average of the last 10 values*/ 67 | 68 | long FILTER_LONG (long input,long &index, long val_mem[10]){ 69 | val_mem[index]=input; 70 | long output=(val_mem[0]+val_mem[1]+val_mem[2]+val_mem[3]+val_mem[4]+val_mem[5]+val_mem[6]+val_mem[7]+val_mem[8]+val_mem[9])/10; 71 | if (index >= 9){index=0;} 72 | else {index++;} 73 | return output; 74 | } 75 | 76 | 77 | /*FILTER_FLOAT - function that filter a float number making the average of the last 10 values*/ 78 | 79 | float FILTER_FLOAT (float input,int &index, float val_mem[10]){ 80 | val_mem[index]=input; 81 | int output=(val_mem[0]+val_mem[1]+val_mem[2]+val_mem[3]+val_mem[4]+val_mem[5]+val_mem[6]+val_mem[7]+val_mem[8]+val_mem[9])/10; 82 | if (index >= 9){index=0;} 83 | else {index++;} 84 | return output; 85 | } 86 | 87 | 88 | /*PosTrig - function that return the positive edge of a boolean variable*/ 89 | 90 | bool PosTrig (bool in, bool &memory) 91 | { 92 | if (!in) { memory = false;} 93 | if (in && !memory) { memory = true; return 1; } 94 | else { return 0; } 95 | } 96 | 97 | 98 | /*NegTrig - function that return the negative edge of a boolean variable*/ 99 | 100 | bool NegTrig (bool in, bool &memory) 101 | { 102 | if (in) { memory = true;} 103 | if (!in && memory) { memory = false; return 1; } 104 | else { return 0; } 105 | } 106 | 107 | 108 | 109 | /*readVcc - function that return the supply voltage of the microcontroller*/ 110 | /* 111 | long readVcc() { 112 | uint8_t low; 113 | uint8_t high; 114 | long result; 115 | // Read 1.1V reference against AVcc 116 | // set the reference to Vcc and the measurement to the internal 1.1V reference 117 | #if defined(__AVR_ATmega32U4__) || defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) 118 | ADMUX = _BV(REFS0) | _BV(MUX4) | _BV(MUX3) | _BV(MUX2) | _BV(MUX1); 119 | #elif defined (__AVR_ATtiny24__) || defined(__AVR_ATtiny44__) || defined(__AVR_ATtiny84__) 120 | ADMUX = _BV(MUX5) | _BV(MUX0); 121 | #elif defined (__AVR_ATtiny25__) || defined(__AVR_ATtiny45__) || defined(__AVR_ATtiny85__) 122 | ADMUX = _BV(MUX3) | _BV(MUX2); 123 | #else 124 | ADMUX = _BV(REFS0) | _BV(MUX3) | _BV(MUX2) | _BV(MUX1); 125 | #endif 126 | delay(2); // Wait for Vref to settle 127 | ADCSRA |= _BV(ADSC); // Start conversion 128 | while (bit_is_set(ADCSRA, ADSC)); // measuring 129 | low = ADCL; // must read ADCL first - it then locks ADCH 130 | high = ADCH; // unlocks both 131 | result = (high << 8) | low; 132 | result = 1125300L / result; // Calculate Vcc (in mV); 1125300 = 1.1*1023*1000 133 | return result; // Vcc in millivolts 134 | } 135 | *7 136 | /* Life - Funcion that check the comunication with other microcontrollers using a sign of life byte*/ 137 | 138 | bool Life (byte number, unsigned long sample, byte &mem, unsigned long &t){ 139 | if (millis() - t >= sample) 140 | { 141 | mem=number; 142 | t += sample; 143 | } 144 | if (mem==number){return true;} 145 | else {return false;} 146 | } 147 | 148 | #endif 149 | -------------------------------------------------------------------------------- /02 Sensors/Sensor type 01/3d printer box/SR04 case v0.3_box.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/02 Sensors/Sensor type 01/3d printer box/SR04 case v0.3_box.stl -------------------------------------------------------------------------------- /02 Sensors/Sensor type 01/3d printer box/SR04 case v0.3_cover.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/02 Sensors/Sensor type 01/3d printer box/SR04 case v0.3_cover.stl -------------------------------------------------------------------------------- /02 Sensors/Sensor type 01/Sensor1_SR04 diagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/02 Sensors/Sensor type 01/Sensor1_SR04 diagram.pdf -------------------------------------------------------------------------------- /02 Sensors/Sensor type 02/3d printer box/Sensor2 case v0.0.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/02 Sensors/Sensor type 02/3d printer box/Sensor2 case v0.0.stl -------------------------------------------------------------------------------- /02 Sensors/Sensor type 02/3d printer box/Sensor2 case v0.0_cover.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/02 Sensors/Sensor type 02/3d printer box/Sensor2 case v0.0_cover.stl -------------------------------------------------------------------------------- /02 Sensors/Sensor type 02/Sensor 2 diagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/02 Sensors/Sensor type 02/Sensor 2 diagram.pdf -------------------------------------------------------------------------------- /02 Sensors/Sensor type 03/Sensor 3 ds18b20 diagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/02 Sensors/Sensor type 03/Sensor 3 ds18b20 diagram.pdf -------------------------------------------------------------------------------- /02 Sensors/Sensor type 04/3d printer box/Soil moinsture case v0.0.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/02 Sensors/Sensor type 04/3d printer box/Soil moinsture case v0.0.stl -------------------------------------------------------------------------------- /02 Sensors/Sensor type 04/3d printer box/Soil moinsture case v0.0_cover.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/02 Sensors/Sensor type 04/3d printer box/Soil moinsture case v0.0_cover.stl -------------------------------------------------------------------------------- /02 Sensors/Sensor type 04/Sensor 4 soil moinsture.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/02 Sensors/Sensor type 04/Sensor 4 soil moinsture.pdf -------------------------------------------------------------------------------- /03 Solar panel/3d printer case/GreenDetect solar case back v.1.1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/03 Solar panel/3d printer case/GreenDetect solar case back v.1.1.stl -------------------------------------------------------------------------------- /03 Solar panel/3d printer case/GreenDetect solar case front v.1.0.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/03 Solar panel/3d printer case/GreenDetect solar case front v.1.0.stl -------------------------------------------------------------------------------- /03 Solar panel/Solar Panel diagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/03 Solar panel/Solar Panel diagram.pdf -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/EntityFramework.SqlServer.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/EntityFramework.SqlServer.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/EntityFramework.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/EntityFramework.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/GMap.NET.Core.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/GMap.NET.Core.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/GMap.NET.WindowsForms.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/GMap.NET.WindowsForms.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/GMap.NET.WindowsPresentation.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/GMap.NET.WindowsPresentation.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/GreenDetect.application: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | gXSWeF8oTZ3QYd6RmJd9p0hi0cpr5hYa/mDtWXVMCsw= 18 | 19 | 20 | 21 | +lIXt1luF9u4iQYgJamLNwcMd8I=auK6GZf0zAN/6aTX9OlCKvI1wwp8vYgcMq46blfP2LDEcbU1sLBFsZZoT4PLZypGnjfsmtk+PXrS1EUNY8hl/zik3vYwLQv2wk6oSjKbfKXpCSIXYlXJ9O3zaiCWHa5SQpO1Q44tTkiDHI29uXHIV95R0tq2UuLfFuDsv9HYZpk=soD2vVzDyohRTSaIB+3HMCPNiPJiej4d3wkLApx2MgC6SSAI15IeUXl2iGt3wvASKAmDy2Uc5SPz+yT/8/D9xtdwIf7wwMmn9k0RcGo/NF4S0WZI2p08slanaioMia4EXvYg7tFtXbFmOvmMRmuXxFjL0cqQy5yZworxStXjTy0=AQABCN=DESKTOP-3PGOJP1\Sergio51COx2eNJ9IM5KwQ/SzuPuiJt64=O7YmmLS7oprvNznTmUVdWPdGOLS51bjqG4KMuwCWboDRRgypKHNWAZodyaOWLzWr7krYGPftsv5SMk3HmG58/Dlxo31w2vryTS0M+fp7T336gtRNepsNny1qxXD/72kxdo+Bm/qLneTUaRnRY5J92TgZ2tz0j4Ypc5ZAWK2m14g=soD2vVzDyohRTSaIB+3HMCPNiPJiej4d3wkLApx2MgC6SSAI15IeUXl2iGt3wvASKAmDy2Uc5SPz+yT/8/D9xtdwIf7wwMmn9k0RcGo/NF4S0WZI2p08slanaioMia4EXvYg7tFtXbFmOvmMRmuXxFjL0cqQy5yZworxStXjTy0=AQABMIIB8TCCAVqgAwIBAgIQcMIpC1K354FN+FVYNPZAvzANBgkqhkiG9w0BAQUFADA3MTUwMwYDVQQDHiwARABFAFMASwBUAE8AUAAtADMAUABHAE8ASgBQADEAXABTAGUAcgBnAGkAbzAeFw0yMjAzMTUxNjEzNThaFw0yMzAzMTUyMjEzNThaMDcxNTAzBgNVBAMeLABEAEUAUwBLAFQATwBQAC0AMwBQAEcATwBKAFAAMQBcAFMAZQByAGcAaQBvMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCygPa9XMPKiFFNJogH7ccwI82I8mJ6Ph3fCQsCnHYyALpJIAjXkh5ReXaIa3fC8BIoCYPLZRzlI/P7JP/z8P3G13Ah/vDAyaf2TRFwaj80XhLRZkjanTyyVqdqKgyJrgRe9iDu0W1dsWY6+YxGa5fEWMvRypDLnJnCivFK1eNPLQIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAGufQa2XBMkf1odb/felrm60ypFlK+TTfBHz0bDt6BfR0a6YpS5rx0NClvgQRZEp9pjjgxc+SLF+lKlKGzrH4BzNemTOFcB4qoOrr1jhRMdSAjQPJd9pO61NYavvxp37MbZ7GXgZVpyflgPzfp/VRpt9eN3l9YHwklqO69cFvUGo -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/GreenDetect.exe.config.deploy: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/GreenDetect.exe.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/GreenDetect.exe.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/GreenDetect.exe.manifest: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 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 | /0K8pwRgXhh6u0VSOGixUSjWrxworUCkV51QfTSpU7I= 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | qWDdTS8PN7PAn/uVZ8MkJrh5ExDX65NcBMgZw9Rr1J4= 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | BVf0aErvklbWs8vUcXZwTEwLfP8cY3Pnm1ZwE/aFDFQ= 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | exTyXLe8xOSHQmdaArCgRIVGBy03OqCAIv1bI/cXOgk= 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | MZG+sK/v1dhA5IeY3Rn1tV97GmafEc7WJiOVzS3FKnE= 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | EZJi3Z/5J33rKKNOpHPHV7c1+VCPx7pqPNJRkS0i+xM= 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | tiSUnfiw46YVP9+3MKfG9JkLZZLuDZIuF4hDPSdmEPM= 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 2B9KQLDNiijqVS2TX/inuG9w10a9lprps6eDpcjmVG8= 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | X6xanpuLva1s9mHb8xh+OVkUzXE540tyWQbvu2ASLA0= 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | hXoof385CXwvcP8M5oHTUZba7mC0PyVbxyuEKjUSCMQ= 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | T6PMifXDz6D3lMH4SbDqjQgeXA5p1/stg0yu0I0RQMA= 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | tNjhWtwjXQ6Fjjm1Ez5dAKS6qMlPTznjteeRsPnAyAY= 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | AYZNP3Ili0y2W6obG5dQTV24TAs2OxLil/j7jq1RsmE= 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | /z1wrO3N32w8GaosX3l5c89FdKPYzzR9VPw2UoGS2+0= 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | kwn7Kj8ybQ8sw/Krg3z9AuT4y2uSOzsr4mVZH9OPSWE= 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | g/My6pU1gU8Yvk7naGguzHcgeUrtwwZZ6xZeRiV6fK4= 222 | 223 | 224 | 225 | 226 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | o5uHZdP9aQOKxor22EaxHZABshk=M/gKM8G2s20jVbnBBCuEg5RpexEOHivxLtpeuQeyBcp+/MjSVChSr/SOivkcXyuvpsgTV6GP/jqWNnb9QlrEay1glHwcEn1bKUg4fx0Ph1StdMHnr//Y+U1tmEugXjEnHdA6C+pY8JXFZSCVEijrPVz/wHTp8fyV9vTahpo470s=soD2vVzDyohRTSaIB+3HMCPNiPJiej4d3wkLApx2MgC6SSAI15IeUXl2iGt3wvASKAmDy2Uc5SPz+yT/8/D9xtdwIf7wwMmn9k0RcGo/NF4S0WZI2p08slanaioMia4EXvYg7tFtXbFmOvmMRmuXxFjL0cqQy5yZworxStXjTy0=AQABCN=DESKTOP-3PGOJP1\SergioKwOgYTSz6fPO42NAcN9GsL8qv2o=mtZU7+2lRdr8pYupx3PQGOUTF5G64i1ZGhRf3FDDYEFUk0C2ORWaWRLxv8x4uxfWajQlibeKX2dUCKTDUEIQjJledPqb5H1UcIi7m66ISYgwO88B+smhphpNNkRiu/oB5VuZ7uw5cxYSn3N4E3ai3kdqodO+Z70FBGWNH1+wOII=soD2vVzDyohRTSaIB+3HMCPNiPJiej4d3wkLApx2MgC6SSAI15IeUXl2iGt3wvASKAmDy2Uc5SPz+yT/8/D9xtdwIf7wwMmn9k0RcGo/NF4S0WZI2p08slanaioMia4EXvYg7tFtXbFmOvmMRmuXxFjL0cqQy5yZworxStXjTy0=AQABMIIB8TCCAVqgAwIBAgIQcMIpC1K354FN+FVYNPZAvzANBgkqhkiG9w0BAQUFADA3MTUwMwYDVQQDHiwARABFAFMASwBUAE8AUAAtADMAUABHAE8ASgBQADEAXABTAGUAcgBnAGkAbzAeFw0yMjAzMTUxNjEzNThaFw0yMzAzMTUyMjEzNThaMDcxNTAzBgNVBAMeLABEAEUAUwBLAFQATwBQAC0AMwBQAEcATwBKAFAAMQBcAFMAZQByAGcAaQBvMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCygPa9XMPKiFFNJogH7ccwI82I8mJ6Ph3fCQsCnHYyALpJIAjXkh5ReXaIa3fC8BIoCYPLZRzlI/P7JP/z8P3G13Ah/vDAyaf2TRFwaj80XhLRZkjanTyyVqdqKgyJrgRe9iDu0W1dsWY6+YxGa5fEWMvRypDLnJnCivFK1eNPLQIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAGufQa2XBMkf1odb/felrm60ypFlK+TTfBHz0bDt6BfR0a6YpS5rx0NClvgQRZEp9pjjgxc+SLF+lKlKGzrH4BzNemTOFcB4qoOrr1jhRMdSAjQPJd9pO61NYavvxp37MbZ7GXgZVpyflgPzfp/VRpt9eN3l9YHwklqO69cFvUGo -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/Newtonsoft.Json.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/Newtonsoft.Json.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/System.Data.SQLite.EF6.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/System.Data.SQLite.EF6.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/System.Data.SQLite.Linq.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/System.Data.SQLite.Linq.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/System.Data.SQLite.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/System.Data.SQLite.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/System.Data.SqlClient.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/System.Data.SqlClient.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/System.Security.Principal.Windows.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/System.Security.Principal.Windows.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/media/red_01.png.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/media/red_01.png.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/x64/SQLite.Interop.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/x64/SQLite.Interop.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Application Files/GreenDetect_1_0_0_44/x86/SQLite.Interop.dll.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Application Files/GreenDetect_1_0_0_44/x86/SQLite.Interop.dll.deploy -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/cache/TileDBv5/en/Data.gmdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/cache/TileDBv5/en/Data.gmdb -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/general_settings.csv: -------------------------------------------------------------------------------- 1 | parameter;type;description;f1_en;f1_size;f1_unit;f1_high;f1_low;f1_scale;f2_en;f2_size;f2_unit;f2_high;f2_low;f2_scale;f3_en;f3_size;f3_unit;f3_high;f3_low;f3_scale 2 | 4;1;SR01 Ultrasonic sensor to measure distance in cm.;true;Distance;cm;380;10;n.d;false;0;0;0;0;0;false;0;0;0;0;0 3 | 4;2;HTU21D + IR. These sensors detect temperature relative humidity and proximity object;true;Temp;°C;60;-20;n.d;true;Hum;%;90;15;0;true;IR;B;n.d.;n.d.;n.d. 4 | 44,3126869;3;DS18B20 onewire digital temperature sensor;true;Temp;°C;45;0;n.d;false;0;0;0;0;0;false;0;0;0;0;0 5 | 9,3367696;4;SEN-13322 Sparkfun soil moisture sensor to measure the soil humidity;true;Soil Hum;%;101;0;836;false;0;0;0;0;0;false;0;0;0;0;0 6 | 15;5;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 7 | 16;6;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 8 | 44,3128098;7;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 9 | 9,3366408;8;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 10 | -15;9;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 11 | 16;10;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 12 | 0;11;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 13 | 0;12;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 14 | 0;13;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 15 | 0;14;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 16 | 0;15;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 17 | 0;16;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 18 | 0;17;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 19 | 0;18;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 20 | 0;19;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 21 | 0;20;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 22 | 0;21;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 23 | 0;22;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 24 | 0;23;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 25 | 0;24;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 26 | 0;25;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 27 | 0;26;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 28 | 0;27;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 29 | 0;28;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 30 | 0;29;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 31 | 0;30;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 32 | 0;31;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 33 | 0;32;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 34 | 0;33;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 35 | 0;34;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 36 | 0;35;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 37 | 0;36;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 38 | 0;37;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 39 | 0;38;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 40 | 0;39;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 41 | 0;40;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 42 | 0;41;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 43 | 0;42;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 44 | 0;43;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 45 | 0;44;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 46 | 0;45;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 47 | 0;46;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 48 | 0;47;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 49 | 0;48;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 50 | 0;49;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 51 | 0;50;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 52 | 0;51;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 53 | 0;52;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 54 | 0;53;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 55 | 0;54;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 56 | 0;55;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 57 | 0;56;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 58 | 0;57;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 59 | 0;58;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 60 | 0;59;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 61 | 0;60;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 62 | 0;61;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 63 | 0;62;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 64 | 0;63;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 65 | 0;64;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 66 | 0;65;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 67 | 0;66;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 68 | 0;67;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 69 | 0;68;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 70 | 0;69;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 71 | 0;70;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 72 | 0;71;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 73 | 0;72;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 74 | 0;73;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 75 | 0;74;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 76 | 0;75;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 77 | 0;76;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 78 | 0;77;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 79 | 0;78;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 80 | 0;79;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 81 | 0;80;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 82 | 0;81;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 83 | 0;82;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 84 | 0;83;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 85 | 0;84;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 86 | 0;85;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 87 | 0;86;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 88 | 0;87;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 89 | 0;88;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 90 | 0;89;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 91 | 0;90;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 92 | 0;91;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 93 | 0;92;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 94 | 0;93;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 95 | 0;94;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 96 | 0;95;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 97 | 0;96;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 98 | 0;97;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 99 | 0;98;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 100 | 0;99;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 101 | 0;0;Repeater;true;Status;B;n.d.;n.d.;n.d.;false;0;0;0;0;0;false;0;0;0;0;0 102 | -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/log/2022_4_21_log.csv: -------------------------------------------------------------------------------- 1 | 21/04/2022 11:33:41;ciao;miao 2 | 21/04/2022 11:33:45;ciao;miao 3 | 21/04/2022 11:33:45;ciao;miao 4 | 21/04/2022 11:33:45;ciao;miao 5 | 21/04/2022 11:33:46;ciao;miao 6 | 21/04/2022 11:33:46;ciao;miao 7 | 21/04/2022 11:33:46;ciao;miao 8 | 21/04/2022 11:33:46;ciao;miao 9 | 21/04/2022 11:33:46;ciao;miao 10 | 21/04/2022 11:33:46;ciao;miao 11 | 21/04/2022 11:34:19;ciao;miao 12 | 21/04/2022 11:34:22;ciao;miao 13 | 21/04/2022 11:34:22;ciao;miao 14 | 21/04/2022 11:34:23;ciao;miao 15 | 21/04/2022 11:35:16;ciao;miao 16 | 21/04/2022 11:35:17;ciao;miao 17 | 21/04/2022 11:35:17;ciao;miao 18 | 21/04/2022 11:35:18;ciao;miao 19 | 21/04/2022 11:35:18;ciao;miao 20 | 21/04/2022 11:35:19;ciao;miao 21 | 21/04/2022 11:36:08;ciao;miao 22 | 21/04/2022 11:36:08;ciao;miao 23 | 21/04/2022 11:36:09;ciao;miao 24 | 21/04/2022 11:36:09;ciao;miao 25 | 21/04/2022 11:36:10;ciao;miao 26 | -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/log/2022_4_22_log.csv: -------------------------------------------------------------------------------- 1 | Date and time;S.1 Cap Volt;S.1 Val1;S.1 Val2;S.1 Val3;S.2 Cap Volt;S.2 Val1;S.2 Val2;S.2 Val3;S.3 Cap Volt;S.3 Val1;S.3 Val2;S.3 Val3;S.4 Cap Volt;S.4 Val1;S.4 Val2;S.4 Val3 2 | 22/04/2022 10:37:10;2550;21,5;0;0;2650;89;0;0;2550;23;50;false;2450;159;0;0 3 | 22/04/2022 12:19:58;2525;21,5;0;0;2650;16;0;0;2500;23;48;false;2950;0;0;0 4 | -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/log/2022_4_23_log.csv: -------------------------------------------------------------------------------- 1 | Date and time;S.1 Cap Volt;S.1 Val1;S.1 Val2;S.1 Val3;S.2 Cap Volt;S.2 Val1;S.2 Val2;S.2 Val3;S.3 Cap Volt;S.3 Val1;S.3 Val2;S.3 Val3;S.4 Cap Volt;S.4 Val1;S.4 Val2;S.4 Val3 2 | 23/04/2022 17:41:07;2500;21,5;0;0;2650;77;0;0;2500;23;52;false;2625;57;0;0 3 | 23/04/2022 17:41:37;2500;21,5;0;0;2650;79;0;0;2500;23;52;false;2600;172;0;0 4 | 23/04/2022 17:42:07;2500;21,5;0;0;2650;79;0;0;2500;23;52;false;2625;60;0;0 5 | 23/04/2022 17:42:37;2500;21,5;0;0;2650;78;0;0;2500;23;52;TRUE;2625;60;0;0 6 | 23/04/2022 17:43:07;2500;21,5;0;0;2650;78;0;0;2500;23;52;false;2625;70;0;0 7 | 23/04/2022 17:44:51;1700;25;0;0;2650;79;0;0;2500;23;52;false;2625;60;0;0 8 | 23/04/2022 17:45:57;2500;21,5;0;0;2650;80;0;0;2500;23;53;false;2625;134;0;0 9 | 23/04/2022 17:46:27;2500;21,5;0;0;2650;80;0;0;2500;23;53;false;2625;59;0;0 10 | 23/04/2022 17:46:57;2500;21,5;0;0;2650;81;0;0;2500;23;52;false;2625;60;0;0 11 | 23/04/2022 17:47:27;2500;21,5;0;0;2650;80;0;0;2500;23;52;false;2625;75;0;0 12 | 23/04/2022 17:47:57;2500;21,5;0;0;2650;81;0;0;2500;23;52;false;2625;162;0;0 13 | 23/04/2022 17:48:27;2500;21,5;0;0;2650;81;0;0;2500;23;54;false;2600;161;0;0 14 | 23/04/2022 17:48:57;2500;21,5;0;0;2650;80;0;0;2500;23;53;false;2600;162;0;0 15 | 23/04/2022 17:49:26;2500;21,5;0;0;2650;81;0;0;2500;23;53;false;2600;162;0;0 16 | 23/04/2022 17:49:56;2500;21,5;0;0;2650;80;0;0;2500;23;53;false;2600;161;0;0 17 | 23/04/2022 17:50:26;2500;21,5;0;0;2650;82;0;0;2500;23;54;false;2600;69;0;0 18 | 23/04/2022 17:50:56;2500;21,5;0;0;2650;82;0;0;2500;23;53;false;2600;59;0;0 19 | 23/04/2022 17:51:26;2500;21,5;0;0;2650;82;0;0;2500;23;53;false;2600;34;0;0 20 | 23/04/2022 17:51:56;2500;21,5;0;0;2650;81;0;0;2500;23;53;false;2600;34;0;0 21 | 23/04/2022 17:52:26;2500;21,5;0;0;2650;82;0;0;2500;23;53;false;2600;219;0;0 22 | 23/04/2022 17:52:56;2500;21,5;0;0;2650;82;0;0;2500;23;53;false;2600;22;0;0 23 | 23/04/2022 17:53:26;2500;21,5;0;0;2650;82;0;0;2500;23;53;false;2600;90;0;0 24 | 23/04/2022 17:53:56;2500;21,5;0;0;2650;82;0;0;2500;23;54;false;2600;173;0;0 25 | 23/04/2022 17:54:26;2500;21,5;0;0;2650;82;0;0;2500;23;54;false;2600;162;0;0 26 | 23/04/2022 17:54:56;2500;21,5;0;0;2650;82;0;0;2500;23;54;false;2600;161;0;0 27 | 23/04/2022 17:55:26;2500;21,5;0;0;2650;81;0;0;2500;23;54;false;2600;171;0;0 28 | 23/04/2022 17:55:56;2500;21,5;0;0;2650;83;0;0;2500;23;54;false;2600;173;0;0 29 | 23/04/2022 17:56:26;2500;21,5;0;0;2650;82;0;0;2500;23;54;false;2600;171;0;0 30 | 23/04/2022 17:56:56;2500;21,5;0;0;2650;82;0;0;2500;22;54;false;2600;75;0;0 31 | 23/04/2022 17:57:26;2500;21,5;0;0;2650;82;0;0;2500;22;54;false;2600;171;0;0 32 | 23/04/2022 17:57:56;2500;21,5;0;0;2650;82;0;0;2500;22;54;false;2600;173;0;0 33 | 23/04/2022 17:58:26;2500;21,5;0;0;2650;82;0;0;2500;22;54;false;2600;172;0;0 34 | -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/log/2022_5_26_log.csv: -------------------------------------------------------------------------------- 1 | Date and time;S.1 Cap Volt;S.1 Val1;S.1 Val2;S.1 Val3;S.2 Cap Volt;S.2 Val1;S.2 Val2;S.2 Val3;S.3 Cap Volt;S.3 Val1;S.3 Val2;S.3 Val3;S.4 Cap Volt;S.4 Val1;S.4 Val2;S.4 Val3 2 | 26/05/2022 19:38:16;2650;17;0;0;2475;0;0;0;2675;34;0;0 3 | 26/05/2022 19:38:46;2650;15;0;0;2475;0;0;0;2675;34;0;0 4 | 26/05/2022 19:39:16;2650;15;0;0;2475;0;0;0;2675;43;0;0 5 | 26/05/2022 19:40:15;2650;15;0;0;2475;0;0;0;2675;23;0;0 6 | 26/05/2022 19:40:45;2650;15;0;0;2450;0;0;0;2675;62;0;0 7 | 26/05/2022 19:42:15;2650;16;0;0;2425;0;0;0;2675;10;0;0 8 | 26/05/2022 19:42:45;2650;16;0;0;2425;0;0;0;2675;15;0;0 9 | 26/05/2022 19:43:15;2650;16;0;0;2425;0;0;0;2675;37;0;0 10 | 26/05/2022 19:43:45;2650;16;0;0;2425;0;0;0;2675;22;0;0 11 | 26/05/2022 19:44:15;2650;16;0;0;2425;0;0;0;2675;30;0;0 12 | 26/05/2022 19:44:45;2650;16;0;0;2425;0;0;0;2675;29;0;0 13 | 26/05/2022 19:45:15;2650;15;0;0;2425;0;0;0;2675;29;0;0 14 | 26/05/2022 19:45:45;2650;16;0;0;2425;0;0;0;2675;29;0;0 15 | 26/05/2022 19:46:15;2650;16;0;0;2425;0;0;0;2675;24;0;0 16 | 26/05/2022 19:46:45;2650;18;0;0;2425;0;0;0;2675;34;0;0 17 | 26/05/2022 19:48:16;2650;100;0;0;2425;0;0;0;2675;25;0;0 18 | 26/05/2022 19:48:54;2650;100;0;0;2400;0;0;0;2675;25;0;0 19 | 26/05/2022 19:49:34;2650;100;0;0;2400;0;0;0;2675;33;0;0 20 | 26/05/2022 19:50:14;2650;100;0;0;2400;0;0;0;2675;34;0;0 21 | 26/05/2022 19:50:53;2650;0;0;0;2400;0;0;0;2675;33;0;0 22 | 26/05/2022 19:51:33;2650;0;0;0;2400;0;0;0;2675;89;0;0 23 | 26/05/2022 19:52:13;2650;0;0;0;2400;0;0;0;2675;29;0;0 24 | 26/05/2022 19:52:53;2650;0;0;0;2400;0;0;0;2675;48;0;0 25 | 26/05/2022 19:53:32;2650;0;0;0;2400;0;0;0;2675;30;0;0 26 | 26/05/2022 19:54:12;2650;0;0;0;2400;0;0;0;2675;51;0;0 27 | 26/05/2022 19:54:52;2650;0;0;0;2400;0;0;0;2675;71;0;0 28 | 26/05/2022 19:56:11;2650;0;0;0;2375;0;0;0;2675;84;0;0 29 | 26/05/2022 19:56:50;2650;0;0;0;2375;0;0;0;2675;28;0;0 30 | 26/05/2022 19:57:30;2650;0;0;0;2375;0;0;0;2675;29;0;0 31 | 26/05/2022 19:58:10;2650;0;0;0;2375;0;0;0;2675;31;0;0 32 | 26/05/2022 19:58:50;2650;0;0;0;2375;0;0;0;2675;27;0;0 33 | 26/05/2022 19:59:30;2650;0;0;0;2375;0;0;0;2675;33;0;0 34 | 26/05/2022 20:00:09;2650;0;0;0;2350;0;0;0;2675;30;0;0 35 | 26/05/2022 20:00:49;2650;0;0;0;2350;0;0;0;2675;25;0;0 36 | 26/05/2022 20:08:07;2650;0;0;0;2350;0;0;0;2650;37;0;0 37 | 26/05/2022 20:10:48;1500;0;0;0;2350;0;0;0;2650;130;0;0 38 | 26/05/2022 20:11:17;1500;0;0;0;2275;0;0;0;2675;133;0;0 39 | 26/05/2022 20:11:47;1500;0;0;0;2275;0;0;0;2675;119;0;0 40 | 26/05/2022 20:12:17;1500;0;0;0;2275;0;0;0;2675;119;0;0 41 | 26/05/2022 20:12:46;1500;0;0;0;2275;0;0;0;2675;119;0;0 42 | 26/05/2022 20:13:16;1500;0;0;0;2275;0;0;0;2675;121;0;0 43 | 26/05/2022 20:13:46;1500;0;0;0;2275;0;0;0;2675;121;0;0 44 | 26/05/2022 20:14:16;1500;0;0;0;2275;0;0;0;2675;80;0;0 45 | 26/05/2022 20:14:46;1500;0;0;0;2275;0;0;0;2675;119;0;0 46 | 26/05/2022 20:15:16;1500;0;0;0;2275;0;0;0;2675;132;0;0 47 | 26/05/2022 20:15:46;1500;0;0;0;2275;0;0;0;2675;132;0;0 48 | 26/05/2022 20:16:16;1500;0;0;0;2275;0;0;0;2675;121;0;0 49 | 26/05/2022 20:16:46;1500;0;0;0;2275;0;0;0;2675;133;0;0 50 | 26/05/2022 20:17:16;1500;0;0;0;2275;0;0;0;2650;133;0;0 51 | 26/05/2022 20:17:46;1500;0;0;0;2275;0;0;0;2675;132;0;0 52 | 26/05/2022 20:18:16;1500;0;0;0;2275;0;0;0;2675;133;0;0 53 | 26/05/2022 20:18:46;1500;0;0;0;2275;0;0;0;2675;132;0;0 54 | 26/05/2022 20:19:16;1500;0;0;0;2275;0;0;0;2675;133;0;0 55 | 26/05/2022 20:19:46;1500;0;0;0;2275;0;0;0;2675;131;0;0 56 | 26/05/2022 20:20:16;1500;0;0;0;2275;0;0;0;2650;133;0;0 57 | 26/05/2022 20:20:46;1500;0;0;0;2275;0;0;0;2650;132;0;0 58 | 26/05/2022 20:21:16;1500;0;0;0;2275;0;0;0;2675;133;0;0 59 | 26/05/2022 20:21:46;1500;0;0;0;2275;0;0;0;2675;133;0;0 60 | 26/05/2022 20:22:16;1500;0;0;0;2275;0;0;0;2675;133;0;0 61 | 26/05/2022 20:22:46;1500;0;0;0;2275;0;0;0;2675;132;0;0 62 | 26/05/2022 20:23:16;1500;0;0;0;2275;0;0;0;2650;133;0;0 63 | 26/05/2022 20:23:46;1500;0;0;0;2275;0;0;0;2675;133;0;0 64 | 26/05/2022 20:24:16;1500;0;0;0;2275;0;0;0;2650;133;0;0 65 | 26/05/2022 20:24:46;1500;0;0;0;2275;0;0;0;2675;132;0;0 66 | 26/05/2022 20:25:16;1500;0;0;0;2275;0;0;0;2675;132;0;0 67 | 26/05/2022 20:25:46;1500;0;0;0;2275;0;0;0;2675;132;0;0 68 | 26/05/2022 20:26:15;1500;0;0;0;2275;0;0;0;2675;131;0;0 69 | 26/05/2022 20:26:45;1500;0;0;0;2275;0;0;0;2675;132;0;0 70 | 26/05/2022 20:27:15;1500;0;0;0;2275;0;0;0;2675;131;0;0 71 | 26/05/2022 20:27:45;1500;0;0;0;2275;0;0;0;2675;131;0;0 72 | 26/05/2022 20:28:15;1500;0;0;0;2275;0;0;0;2675;132;0;0 73 | 26/05/2022 20:28:45;1500;0;0;0;2275;0;0;0;2675;59;0;0 74 | 26/05/2022 20:51:00;1500;0;0;0;2275;0;0;0;2675;131;0;0 75 | 26/05/2022 20:51:30;1500;0;0;0;2275;0;0;0;2675;119;0;0 76 | 26/05/2022 20:52:08;1500;0;0;0;2275;0;0;0;2675;76;0;0 77 | 26/05/2022 20:52:42;1500;0;0;0;2275;0;0;0;2675;58;0;0 78 | 26/05/2022 20:54:29;1500;0;0;0;2275;0;0;0;2675;121;0;0 79 | 26/05/2022 20:54:58;1500;0;0;0;2250;0;0;0;2675;126;0;0 80 | 26/05/2022 20:55:28;1500;0;0;0;2275;0;0;0;2675;108;0;0 81 | 26/05/2022 20:58:00;1500;0;0;0;1500;0;0;0;2675;58;0;0 82 | 26/05/2022 20:58:29;1500;0;0;0;1500;0;0;0;2675;13;0;0 83 | 26/05/2022 20:58:59;1500;0;0;0;1500;0;0;0;2675;13;0;0 84 | 26/05/2022 20:59:29;1500;0;0;0;1500;0;0;0;2675;144;0;0 85 | 26/05/2022 20:59:58;1500;0;0;0;1500;0;0;0;2675;55;0;0 86 | 26/05/2022 21:00:28;1500;0;0;0;1500;0;0;0;2650;142;0;0 87 | 26/05/2022 21:00:58;1500;0;0;0;1500;0;0;0;2650;89;0;0 88 | 26/05/2022 21:01:28;1500;0;0;0;1500;0;0;0;2650;26;0;0 89 | 26/05/2022 21:01:58;1500;0;0;0;1500;0;0;0;2675;129;0;0 90 | 26/05/2022 21:02:28;1500;0;0;0;1500;0;0;0;2675;97;0;0 91 | 26/05/2022 21:02:58;1500;0;0;0;1500;0;0;0;2650;87;0;0 92 | 26/05/2022 21:04:25;2650;0;0;0;2575;0;0;0;2650;41;0;0 93 | 26/05/2022 21:05:05;2650;0;0;0;2575;0;0;0;2650;36;0;0 94 | 26/05/2022 21:05:45;2650;0;0;0;2575;0;0;0;2650;37;0;0 95 | 26/05/2022 21:06:25;2650;0;0;0;2575;0;0;0;2650;38;0;0 96 | 26/05/2022 21:07:04;2650;0;0;0;2575;0;0;0;2650;21;0;0 97 | 26/05/2022 21:07:44;2650;0;0;0;2575;0;0;0;2650;32;0;0 98 | 26/05/2022 21:08:24;2650;0;0;0;2575;0;0;0;2650;121;0;0 99 | 26/05/2022 21:09:04;2650;0;0;0;2575;0;0;0;2650;91;0;0 100 | 26/05/2022 21:09:43;2650;0;0;0;2575;0;0;0;2650;60;0;0 101 | 26/05/2022 21:10:23;2650;0;0;0;2575;0;0;0;2650;77;0;0 102 | 26/05/2022 21:11:03;2650;0;0;0;2575;0;0;0;2650;81;0;0 103 | 26/05/2022 21:11:43;2650;0;0;0;2575;0;0;0;2650;82;0;0 104 | 26/05/2022 21:12:23;2650;0;0;0;2575;0;0;0;2650;80;0;0 105 | 26/05/2022 21:13:02;2650;0;0;0;2575;0;0;0;2650;138;0;0 106 | 26/05/2022 21:13:42;2650;0;0;0;2575;0;0;0;2675;82;0;0 107 | 26/05/2022 21:15:01;2650;0;0;0;2550;0;0;0;2650;139;0;0 108 | 26/05/2022 21:16:21;2650;0;0;0;2525;0;0;0;2675;91;0;0 109 | 26/05/2022 21:17:40;2650;0;0;0;2500;44;0;0;2675;130;0;0 110 | 26/05/2022 21:18:59;2650;0;0;0;2500;19;0;0;2650;128;0;0 111 | 26/05/2022 21:20:18;2650;0;0;0;2475;71;0;0;2675;87;0;0 112 | 26/05/2022 21:21:38;2650;0;0;0;2450;41;0;0;2675;127;0;0 113 | 26/05/2022 21:22:57;2650;0;0;0;2450;87;0;0;2675;131;0;0 114 | 26/05/2022 21:24:16;2650;0;0;0;2425;42;0;0;2675;129;0;0 115 | 26/05/2022 21:25:46;2550;0;0;0;2400;42;0;0;2650;33;0;0 116 | 26/05/2022 21:26:55;2550;0;0;0;2375;41;0;0;2650;36;0;0 117 | 26/05/2022 21:27:53;2550;26;0;0;2350;42;0;0;2650;131;0;0 118 | 26/05/2022 21:28:53;2550;26;0;0;2350;41;0;0;2650;130;0;0 119 | 26/05/2022 21:29:52;2550;26;0;0;2325;41;0;0;2650;40;0;0 120 | 26/05/2022 21:30:52;2550;26;0;0;2325;40;0;0;2675;48;0;0 121 | 26/05/2022 21:31:52;2550;26;0;0;2300;42;0;0;2675;49;0;0 122 | 26/05/2022 21:34:36;2550;26;0;0;2275;7;0;0;2650;130;0;0 123 | 26/05/2022 21:36:58;1500;0;0;0;1500;0;0;0;2650;38;0;0 124 | 26/05/2022 21:37:27;1500;0;0;0;1500;0;0;0;2650;34;0;0 125 | 26/05/2022 21:37:57;1500;0;0;0;1500;0;0;0;2650;13;0;0 126 | 26/05/2022 21:38:27;1500;0;0;0;1500;0;0;0;2650;14;0;0 127 | 26/05/2022 21:38:56;1500;0;0;0;1500;0;0;0;2650;15;0;0 128 | 26/05/2022 21:39:26;1500;0;0;0;1500;0;0;0;2650;14;0;0 129 | 26/05/2022 21:39:56;1500;0;0;0;1500;0;0;0;2650;14;0;0 130 | 26/05/2022 21:40:26;1500;0;0;0;1500;0;0;0;2650;14;0;0 131 | 26/05/2022 21:40:56;1500;0;0;0;1500;0;0;0;2650;14;0;0 132 | 26/05/2022 21:41:26;1500;0;0;0;1500;0;0;0;2650;14;0;0 133 | 26/05/2022 21:41:56;1500;0;0;0;1500;0;0;0;2650;14;0;0 134 | 26/05/2022 21:42:26;1500;0;0;0;1500;0;0;0;2625;14;0;0 135 | 26/05/2022 21:42:56;1500;0;0;0;1500;0;0;0;2625;15;0;0 136 | 26/05/2022 21:43:26;1500;0;0;0;1500;0;0;0;2650;14;0;0 137 | 26/05/2022 21:43:56;1500;0;0;0;1500;0;0;0;2650;15;0;0 138 | 26/05/2022 21:44:26;1500;0;0;0;1500;0;0;0;2650;70;0;0 139 | 26/05/2022 21:44:56;1500;0;0;0;1500;0;0;0;2650;36;0;0 140 | 26/05/2022 21:45:26;1500;0;0;0;1500;0;0;0;2650;38;0;0 141 | 26/05/2022 21:45:55;1500;0;0;0;1500;0;0;0;2625;37;0;0 142 | 26/05/2022 21:46:25;1500;0;0;0;1500;0;0;0;2650;38;0;0 143 | 26/05/2022 21:46:55;1500;0;0;0;1500;0;0;0;2650;36;0;0 144 | 26/05/2022 21:47:25;1500;0;0;0;1500;0;0;0;2675;104;0;0 145 | 26/05/2022 21:47:55;1500;0;0;0;1500;0;0;0;2675;103;0;0 146 | 26/05/2022 21:48:25;1500;0;0;0;1500;0;0;0;2650;106;0;0 147 | 26/05/2022 21:48:55;1500;0;0;0;1500;0;0;0;2650;88;0;0 148 | 26/05/2022 21:49:25;1500;0;0;0;1500;0;0;0;2650;89;0;0 149 | 26/05/2022 21:49:55;1500;0;0;0;1500;0;0;0;2650;75;0;0 150 | 26/05/2022 21:51:54;2550;25,5;0;0;2600;41;0;0;2675;44;0;0 151 | 26/05/2022 21:52:23;2550;25,5;0;0;2600;40;0;0;2650;131;0;0 152 | 26/05/2022 21:53:05;2550;26;0;0;2575;40;0;0;2650;129;0;0 153 | 26/05/2022 21:53:25;2550;26;0;0;2575;9;0;0;2650;28;0;0 154 | 26/05/2022 21:53:46;2550;26;0;0;2575;41;0;0;2625;30;0;0 155 | 26/05/2022 21:59:33;2550;25,5;0;0;2575;40;0;0;2675;18;0;0 156 | 26/05/2022 21:59:53;2550;25,5;0;0;2550;40;0;0;2675;32;0;0 157 | 26/05/2022 22:00:14;2550;25,5;0;0;2550;42;0;0;2675;33;0;0 158 | 26/05/2022 22:00:34;2550;25,5;0;0;2550;41;0;0;2675;33;0;0 159 | 26/05/2022 22:00:55;2550;25,5;0;0;2550;40;0;0;2675;47;0;0 160 | 26/05/2022 22:01:15;2550;25,5;0;0;2550;40;0;0;2675;47;0;0 161 | 26/05/2022 22:01:36;2550;25,5;0;0;2525;40;0;0;2675;49;0;0 162 | 26/05/2022 22:01:56;2550;25,5;0;0;2525;40;0;0;2675;18;0;0 163 | 26/05/2022 22:02:16;2550;25,5;0;0;2525;40;0;0;2675;19;0;0 164 | 26/05/2022 22:02:37;2550;25,5;0;0;2525;40;0;0;2675;21;0;0 165 | 26/05/2022 22:02:57;2550;25,5;0;0;2525;40;0;0;2675;26;0;0 166 | 26/05/2022 22:03:18;2550;25,5;0;0;2500;42;0;0;2675;29;0;0 167 | 26/05/2022 22:03:39;2550;25,5;0;0;2500;40;0;0;2675;28;0;0 168 | 26/05/2022 22:03:59;2550;25,5;0;0;2500;40;0;0;2675;95;0;0 169 | 26/05/2022 22:04:19;2550;25,5;0;0;2500;40;0;0;2675;26;0;0 170 | 26/05/2022 22:04:40;2550;25,5;0;0;2500;41;0;0;2675;85;0;0 171 | 26/05/2022 22:05:00;2550;25,5;0;0;2500;40;0;0;2675;78;0;0 172 | 26/05/2022 22:05:21;2550;25,5;0;0;2475;40;0;0;2675;74;0;0 173 | 26/05/2022 22:05:41;2550;25,5;0;0;2475;41;0;0;2675;31;0;0 174 | 26/05/2022 22:06:02;2550;25,5;0;0;2475;40;0;0;2675;30;0;0 175 | 26/05/2022 22:06:22;2550;25,5;0;0;2475;40;0;0;2675;34;0;0 176 | 26/05/2022 22:06:43;2550;25,5;0;0;2475;40;0;0;2675;17;0;0 177 | 26/05/2022 22:07:03;2550;25,5;0;0;2450;40;0;0;2675;86;0;0 178 | 26/05/2022 22:07:24;2550;25,5;0;0;2450;40;0;0;2675;132;0;0 179 | 26/05/2022 22:07:44;2550;25,5;0;0;2450;41;0;0;2675;33;0;0 180 | 26/05/2022 22:08:05;2550;25,5;0;0;2450;40;0;0;2675;33;0;0 181 | 26/05/2022 22:08:25;2550;25,5;0;0;2450;41;0;0;2675;131;0;0 182 | 26/05/2022 22:08:46;2550;25,5;0;0;2450;40;0;0;2675;133;0;0 183 | 26/05/2022 22:09:06;2550;25,5;0;0;2425;40;0;0;2675;145;0;0 184 | 26/05/2022 22:09:27;2550;25,5;0;0;2425;40;0;0;2675;135;0;0 185 | 26/05/2022 22:09:47;2550;25,5;0;0;2425;41;0;0;2675;33;0;0 186 | 26/05/2022 22:10:08;2550;25,5;0;0;2425;41;0;0;2675;143;0;0 187 | 26/05/2022 22:10:28;2550;25,5;0;0;2400;40;0;0;2675;33;0;0 188 | 26/05/2022 22:10:48;2550;25,5;0;0;2400;42;0;0;2675;33;0;0 189 | 26/05/2022 22:11:09;2550;25,5;0;0;2400;40;0;0;2675;34;0;0 190 | 26/05/2022 22:11:29;2575;25,5;0;0;2400;41;0;0;2675;35;0;0 191 | 26/05/2022 22:13:42;1500;0;0;0;1500;0;0;0;2675;88;0;0 192 | 26/05/2022 22:14:11;1500;0;0;0;1500;0;0;0;2675;30;0;0 193 | 26/05/2022 22:14:40;1500;0;0;0;1500;0;0;0;2675;30;0;0 194 | 26/05/2022 22:15:10;1500;0;0;0;1500;0;0;0;2675;30;0;0 195 | 26/05/2022 22:15:40;1500;0;0;0;1500;0;0;0;2675;24;0;0 196 | 26/05/2022 22:16:10;1500;0;0;0;1500;0;0;0;2675;31;0;0 197 | 26/05/2022 22:16:40;1500;0;0;0;1500;0;0;0;2675;80;0;0 198 | 26/05/2022 22:17:10;1500;0;0;0;1500;0;0;0;2675;72;0;0 199 | 26/05/2022 22:17:40;1500;0;0;0;1500;0;0;0;2675;21;0;0 200 | 26/05/2022 22:18:10;1500;0;0;0;1500;0;0;0;2675;13;0;0 201 | 26/05/2022 22:18:40;1500;0;0;0;1500;0;0;0;2675;13;0;0 202 | 26/05/2022 22:19:10;1500;0;0;0;1500;0;0;0;2675;13;0;0 203 | 26/05/2022 22:19:39;1500;0;0;0;1500;0;0;0;2675;13;0;0 204 | 26/05/2022 22:20:09;1500;0;0;0;1500;0;0;0;2675;13;0;0 205 | 26/05/2022 22:20:39;1500;0;0;0;1500;0;0;0;2675;13;0;0 206 | 26/05/2022 22:21:09;1500;0;0;0;1500;0;0;0;2675;14;0;0 207 | 26/05/2022 22:21:39;1500;0;0;0;1500;0;0;0;2675;13;0;0 208 | 26/05/2022 22:22:09;1500;0;0;0;1500;0;0;0;2675;12;0;0 209 | 26/05/2022 22:22:39;1500;0;0;0;1500;0;0;0;2675;81;0;0 210 | 26/05/2022 22:23:09;1500;0;0;0;1500;0;0;0;2675;59;0;0 211 | 26/05/2022 22:23:39;1500;0;0;0;1500;0;0;0;2675;47;0;0 212 | 26/05/2022 22:24:09;1500;0;0;0;1500;0;0;0;2675;66;0;0 213 | 26/05/2022 22:24:39;1500;0;0;0;1500;0;0;0;2675;111;0;0 214 | 26/05/2022 22:26:08;2575;25,5;0;0;2625;9980;0;0;2675;95;0;0 215 | 26/05/2022 22:26:39;2575;25,5;0;0;2600;998;252;false;2675;26;0;0 216 | 26/05/2022 22:27:20;2550;25,5;0;0;2600;998;252;false;2675;125;0;0 217 | 26/05/2022 22:28:01;2575;25,5;0;0;2600;998;252;false;2675;102;0;0 218 | 26/05/2022 22:28:52;2550;25,5;0;0;2575;998;252;false;2675;86;0;0 219 | 26/05/2022 22:29:02;2575;25,5;0;0;2575;998;252;false;2675;65;0;0 220 | 26/05/2022 22:29:12;2550;25,5;0;0;2575;998;252;false;2675;103;0;0 221 | 26/05/2022 22:29:43;2550;25,5;0;0;2550;998;252;false;2675;79;0;0 222 | 26/05/2022 22:31:55;1500;0;0;0;1500;0;22;false;2675;91;0;0 223 | 26/05/2022 22:32:24;1500;0;0;0;1500;0;22;false;2675;60;0;0 224 | 26/05/2022 22:32:54;1500;0;0;0;1500;0;22;false;2675;60;0;0 225 | 26/05/2022 22:33:24;1500;0;0;0;1500;0;22;false;2675;59;0;0 226 | 26/05/2022 22:33:53;1500;0;0;0;1500;0;22;false;2675;63;0;0 227 | 26/05/2022 22:34:23;1500;0;0;0;1500;0;22;false;2675;61;0;0 228 | 26/05/2022 22:34:53;1500;0;0;0;1500;0;22;false;2675;131;0;0 229 | 26/05/2022 22:35:23;1500;0;0;0;1500;0;22;false;2675;100;0;0 230 | 26/05/2022 22:35:53;1500;0;0;0;1500;0;22;false;2675;97;0;0 231 | 26/05/2022 22:36:52;2550;25,5;0;0;2525;0;22;false;2675;17;0;0 232 | 26/05/2022 22:37:02;2550;25,5;0;0;2525;0;22;false;2675;16;0;0 233 | 26/05/2022 22:37:12;2550;25,5;0;0;2525;0;22;false;2675;17;0;0 234 | 26/05/2022 22:37:23;2550;25,5;0;0;2525;0;22;false;2675;17;0;0 235 | 26/05/2022 22:37:43;2550;25,5;0;0;2525;0;22;false;2675;65;0;0 236 | 26/05/2022 22:38:03;2550;25,5;0;0;2525;0;22;false;2675;64;0;0 237 | 26/05/2022 22:38:24;2550;25,5;0;0;2500;98;22;false;2675;61;0;0 238 | 26/05/2022 22:38:44;2550;25;0;0;2500;0;22;false;2675;114;0;0 239 | 26/05/2022 22:38:55;2550;25,5;0;0;2500;0;22;false;2675;80;0;0 240 | 26/05/2022 22:39:05;2550;25,5;0;0;2500;0;22;false;2675;67;0;0 241 | 26/05/2022 22:39:15;2550;25;0;0;2500;0;22;false;2675;139;0;0 242 | 26/05/2022 22:39:26;2550;25,5;0;0;2500;0;22;false;2675;90;0;0 243 | 26/05/2022 22:39:36;2575;25,5;0;0;2500;0;22;false;2675;132;0;0 244 | 26/05/2022 22:39:46;2550;25,5;0;0;2500;0;22;false;2675;130;0;0 245 | 26/05/2022 22:39:56;2550;25,5;0;0;2500;0;22;false;2675;131;0;0 246 | 26/05/2022 22:40:07;2550;25,5;0;0;2500;0;22;false;2675;132;0;0 247 | 26/05/2022 22:40:17;2575;25,5;0;0;2500;0;22;false;2675;131;0;0 248 | 26/05/2022 22:40:27;2575;25,5;0;0;2500;0;22;false;2675;75;0;0 249 | 26/05/2022 22:40:48;2550;25,5;0;0;2500;100;22;false;2675;132;0;0 250 | 26/05/2022 22:41:08;2550;25,5;0;0;2500;1;22;false;2675;72;0;0 251 | 26/05/2022 22:41:29;2550;25,5;0;0;2500;2;22;false;2675;131;0;0 252 | 26/05/2022 22:41:49;2550;25,5;0;0;2500;2;22;false;2675;130;0;0 253 | 26/05/2022 22:42:09;2550;25,5;0;0;2475;99;22;false;2675;131;0;0 254 | 26/05/2022 22:42:30;2550;25,5;0;0;2475;99;22;false;2675;131;0;0 255 | 26/05/2022 22:42:50;2550;25,5;0;0;2475;98;22;false;2675;139;0;0 256 | 26/05/2022 22:43:11;2575;25,5;0;0;2475;98;22;false;2675;132;0;0 257 | 26/05/2022 22:43:31;2550;25,5;0;0;2475;98;22;false;2675;130;0;0 258 | 26/05/2022 22:43:52;2550;25,5;0;0;2450;98;22;false;2675;131;0;0 259 | 26/05/2022 22:44:12;2550;25,5;0;0;2450;97;22;false;2675;131;0;0 260 | 26/05/2022 22:44:33;2550;25,5;0;0;2450;97;22;false;2675;130;0;0 261 | 26/05/2022 22:44:53;2550;25,5;0;0;2450;97;22;false;2675;132;0;0 262 | 26/05/2022 22:45:14;2575;25,5;0;0;2450;97;22;false;2675;131;0;0 263 | 26/05/2022 22:45:34;2550;25,5;0;0;2425;99;22;false;2675;134;0;0 264 | 26/05/2022 22:45:55;2575;25,5;0;0;2425;98;22;false;2675;131;0;0 265 | 26/05/2022 22:46:15;2550;25,5;0;0;2425;86;22;false;2675;114;0;0 266 | 26/05/2022 22:46:36;2575;25,5;0;0;2425;0;22;false;2675;139;0;0 267 | 26/05/2022 22:46:56;2550;25;0;0;2425;98;22;false;2675;131;0;0 268 | 26/05/2022 22:47:17;2550;25,5;0;0;2400;98;22;false;2675;130;0;0 269 | 26/05/2022 22:47:37;2550;25,5;0;0;2400;97;22;false;2675;131;0;0 270 | 26/05/2022 22:47:58;2550;25,5;0;0;2400;97;22;false;2675;132;0;0 271 | 26/05/2022 22:48:18;2550;25,5;0;0;2400;97;22;false;2675;44;0;0 272 | 26/05/2022 22:48:38;2550;25,5;0;0;2400;97;22;false;2675;96;0;0 273 | 26/05/2022 22:48:59;2575;25,5;0;0;2375;97;22;false;2675;132;0;0 274 | 26/05/2022 22:49:19;2550;25,5;0;0;2375;97;22;false;2675;128;0;0 275 | 26/05/2022 22:49:40;2550;25,5;0;0;2375;97;22;false;2675;129;0;0 276 | 26/05/2022 22:50:00;2575;25,5;0;0;2375;97;22;false;2675;128;0;0 277 | 26/05/2022 22:50:21;2550;25,5;0;0;2375;97;22;false;2675;85;0;0 278 | 26/05/2022 22:50:41;2575;25,5;0;0;2375;97;22;false;2675;129;0;0 279 | 26/05/2022 22:51:02;2575;25,5;0;0;2350;97;22;false;2675;131;0;0 280 | 26/05/2022 22:51:22;2575;25,5;0;0;2350;97;22;false;2675;130;0;0 281 | 26/05/2022 22:51:43;2550;25;0;0;2350;97;22;false;2675;130;0;0 282 | 26/05/2022 22:52:03;2550;25;0;0;2350;97;22;false;2675;130;0;0 283 | 26/05/2022 22:52:24;2550;25;0;0;2350;97;22;false;2675;106;0;0 284 | 26/05/2022 22:52:44;2550;25;0;0;2325;97;22;false;2675;106;0;0 285 | 26/05/2022 22:53:05;2550;25;0;0;2325;97;22;false;2675;105;0;0 286 | 26/05/2022 22:53:25;2550;25,5;0;0;2325;97;22;false;2675;104;0;0 287 | 26/05/2022 22:53:46;2550;25;0;0;2325;97;22;false;2675;88;0;0 288 | 26/05/2022 22:54:06;2550;25;0;0;2325;97;22;false;2675;107;0;0 289 | 26/05/2022 22:54:27;2550;25;0;0;2300;97;22;false;2675;105;0;0 290 | 26/05/2022 22:54:47;2550;25;0;0;2300;97;22;false;2675;104;0;0 291 | 26/05/2022 22:55:08;2550;25;0;0;2300;97;22;false;2675;104;0;0 292 | 26/05/2022 22:56:50;2550;25;0;0;2275;96;22;false;2675;105;0;0 293 | 26/05/2022 22:57:10;2550;25;0;0;2275;96;22;false;2675;105;0;0 294 | 26/05/2022 22:57:31;2550;25;0;0;2275;96;22;false;2675;105;0;0 295 | 26/05/2022 22:57:51;2575;25;0;0;2275;96;22;false;2675;104;0;0 296 | 26/05/2022 22:58:12;2550;25;0;0;2250;96;22;false;2675;105;0;0 297 | 26/05/2022 22:58:32;2550;25;0;0;2250;97;22;false;2675;32;0;0 298 | 26/05/2022 22:58:52;2550;25;0;0;2250;96;22;false;2675;106;0;0 299 | 26/05/2022 22:59:13;2550;25;0;0;2250;95;22;false;2675;105;0;0 300 | 26/05/2022 22:59:33;2550;25;0;0;2250;95;22;false;2675;106;0;0 301 | 26/05/2022 22:59:54;2550;25;0;0;2225;95;22;false;2675;106;0;0 302 | 26/05/2022 23:00:14;2550;25;0;0;2225;95;22;false;2675;106;0;0 303 | 26/05/2022 23:00:35;2550;25;0;0;2225;96;22;false;2675;106;0;0 304 | 26/05/2022 23:02:47;1500;0;0;0;1500;0;22;false;2675;104;0;0 305 | 26/05/2022 23:03:16;1500;0;0;0;1500;0;22;false;2675;103;0;0 306 | 26/05/2022 23:03:46;1500;0;0;0;1500;0;22;false;2675;77;0;0 307 | 26/05/2022 23:04:15;1500;0;0;0;1500;0;22;false;2675;80;0;0 308 | 26/05/2022 23:04:45;1500;0;0;0;1500;0;22;false;2675;86;0;0 309 | 26/05/2022 23:05:15;1500;0;0;0;1500;0;22;false;2675;91;0;0 310 | 26/05/2022 23:05:45;1500;0;0;0;1500;0;22;false;2675;107;0;0 311 | 26/05/2022 23:09:27;2575;25,5;0;0;2200;24,7;0;0;2675;105;0;0 312 | 26/05/2022 23:09:37;2550;25,5;0;0;2200;24,6;0;0;2675;107;0;0 313 | 26/05/2022 23:09:47;2575;25,5;0;0;2200;24,6;0;0;2650;108;0;0 314 | 26/05/2022 23:09:58;2550;25,5;0;0;2200;27,1;0;0;2675;104;0;0 315 | 26/05/2022 23:10:08;2550;25,5;0;0;2200;31,2;0;0;2675;105;0;0 316 | 26/05/2022 23:10:28;2550;25,5;0;0;2200;31,8;0;0;2675;106;0;0 317 | 26/05/2022 23:10:38;2575;25,5;0;0;2200;31,6;0;0;2675;107;0;0 318 | 26/05/2022 23:10:49;2550;25;0;0;2200;44,8;0;0;2675;104;0;0 319 | 26/05/2022 23:10:59;2575;25;0;0;2200;50;0;0;2675;107;0;0 320 | 26/05/2022 23:11:09;2550;25;0;0;2200;56;0;0;2675;104;0;0 321 | 26/05/2022 23:11:20;2550;25;0;0;2200;75,7;0;0;2675;105;0;0 322 | 26/05/2022 23:11:30;2550;25;0;0;2200;78,5;0;0;2675;104;0;0 323 | 26/05/2022 23:11:50;2550;25;0;0;2200;76,4;0;0;2675;105;0;0 324 | 26/05/2022 23:12:01;2550;25;0;0;2200;73,1;0;0;2675;104;0;0 325 | 26/05/2022 23:12:11;2550;25;0;0;2200;67,8;0;0;2675;106;0;0 326 | 26/05/2022 23:12:21;2550;25;0;0;2200;63,8;0;0;2675;107;0;0 327 | 26/05/2022 23:12:42;2550;25;0;0;2200;60,3;0;0;2675;107;0;0 328 | 26/05/2022 23:12:52;2575;25;0;0;2200;57,1;0;0;2675;96;0;0 329 | 26/05/2022 23:15:04;1500;0;0;0;1500;0;0;0;2675;106;0;0 330 | 26/05/2022 23:15:33;1500;0;0;0;1500;0;0;0;2675;74;0;0 331 | 26/05/2022 23:16:03;1500;0;0;0;1500;0;0;0;2675;36;0;0 332 | 26/05/2022 23:16:33;1500;0;0;0;1500;0;0;0;2675;36;0;0 333 | 26/05/2022 23:17:03;1500;0;0;0;1500;0;0;0;2675;37;0;0 334 | 26/05/2022 23:17:32;1500;0;0;0;1500;0;0;0;2675;37;0;0 335 | 26/05/2022 23:18:02;1500;0;0;0;1500;0;0;0;2675;41;0;0 336 | 26/05/2022 23:18:32;1500;0;0;0;1500;0;0;0;2675;37;0;0 337 | 26/05/2022 23:19:02;1500;0;0;0;1500;0;0;0;2675;36;0;0 338 | 26/05/2022 23:19:32;1500;0;0;0;1500;0;0;0;2675;89;0;0 339 | 26/05/2022 23:20:02;1500;0;0;0;1500;0;0;0;2675;78;0;0 340 | 26/05/2022 23:20:32;1500;0;0;0;1500;0;0;0;2675;79;0;0 341 | 26/05/2022 23:21:02;1500;0;0;0;1500;0;0;0;2675;79;0;0 342 | 26/05/2022 23:21:32;1500;0;0;0;1500;0;0;0;2675;86;0;0 343 | 26/05/2022 23:22:44;2575;25;0;0;2600;26,1;0;0;2675;115;0;0 344 | 26/05/2022 23:23:04;2550;25;0;0;2600;26;0;0;2675;118;0;0 345 | -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/log/2022_5_29_log.csv: -------------------------------------------------------------------------------- 1 | Date and time;S.1 Cap Volt;S.1 Val1;S.1 Val2;S.1 Val3;S.2 Cap Volt;S.2 Val1;S.2 Val2;S.2 Val3;S.3 Cap Volt;S.3 Val1;S.3 Val2;S.3 Val3 2 | 29/05/2022 22:19:08;2650;0;0;0;2675;0;0;0;2575;0;0;0 3 | 29/05/2022 22:20:08;2650;0;0;0;2675;0;0;0;2575;0;0;0 4 | 29/05/2022 22:21:07;2650;0;0;0;2675;0;0;0;2575;0;0;0 5 | 29/05/2022 22:22:07;2650;0;0;0;2675;0;0;0;2575;0;0;0 6 | 29/05/2022 22:23:06;2650;0;0;0;2675;0;0;0;2575;0;0;0 7 | 29/05/2022 22:24:06;2650;0;0;0;2675;0;0;0;2575;0;0;0 8 | 29/05/2022 22:25:05;2625;0;0;0;2675;0;0;0;2575;0;0;0 9 | 29/05/2022 22:26:05;2625;0;0;0;2675;0;0;0;2575;0;0;0 10 | 29/05/2022 22:27:04;2625;0;0;0;2675;0;0;0;2575;0;0;0 11 | 29/05/2022 22:28:04;2625;0;0;0;2675;0;0;0;2575;0;0;0 12 | 29/05/2022 22:29:03;2625;0;0;0;2675;0;0;0;2575;0;0;0 13 | 29/05/2022 22:30:02;2625;0;0;0;2650;0;0;0;2575;0;0;0 14 | 29/05/2022 22:31:02;2625;0;0;0;2650;0;0;0;2575;0;0;0 15 | 29/05/2022 22:32:01;2625;0;0;0;2650;0;0;0;2575;0;0;0 16 | 29/05/2022 22:33:01;2600;0;0;0;2650;0;0;0;2575;0;0;0 17 | 29/05/2022 22:34:00;2600;0;0;0;2650;0;0;0;2575;0;0;0 18 | 29/05/2022 22:35:00;2600;0;0;0;2650;0;0;0;2575;0;0;0 19 | 29/05/2022 22:35:59;2600;0;0;0;2650;0;0;0;2575;0;0;0 20 | 29/05/2022 22:36:59;2600;0;0;0;2650;0;0;0;2575;0;0;0 21 | 29/05/2022 22:37:58;2600;0;0;0;2650;0;0;0;2575;0;0;0 22 | 29/05/2022 22:38:58;2600;0;0;0;2650;0;0;0;2575;0;0;0 23 | 29/05/2022 22:39:57;2600;0;0;0;2650;0;0;0;2575;0;0;0 24 | 29/05/2022 22:40:57;2600;0;0;0;2650;0;0;0;2575;0;0;0 25 | 29/05/2022 22:41:56;2600;0;0;0;2650;0;0;0;2575;0;0;0 26 | 29/05/2022 22:42:56;2600;0;0;0;2650;0;0;0;2575;0;0;0 27 | 29/05/2022 22:43:55;2575;0;0;0;2650;0;0;0;2575;0;0;0 28 | 29/05/2022 22:44:54;2575;0;0;0;2650;0;0;0;2550;0;0;0 29 | 29/05/2022 22:45:54;2575;0;0;0;2650;0;0;0;2575;0;0;0 30 | 29/05/2022 22:46:53;2575;0;0;0;2650;0;0;0;2550;0;0;0 31 | 29/05/2022 22:48:52;2575;0;0;0;2625;0;0;0;2550;0;0;0;2175;0;0;0 32 | 29/05/2022 22:49:52;2575;0;0;0;2625;0;0;0;2525;0;0;0;2325;0;0;0 33 | 29/05/2022 22:50:51;2575;0;0;0;2625;0;0;0;2525;0;0;0;2400;0;0;0 34 | 29/05/2022 22:51:51;2550;0;0;0;2625;0;0;0;2525;0;0;0;2475;0;0;0 35 | 29/05/2022 22:52:50;2550;0;0;0;2625;0;0;0;2525;0;0;0;2525;0;0;0 36 | 29/05/2022 22:53:50;2550;0;0;0;2625;0;0;0;2525;0;0;0;2600;0;0;0 37 | 29/05/2022 22:54:49;2550;0;0;0;2625;0;0;0;2525;0;0;0;2650;0;0;0 38 | 29/05/2022 22:55:49;2550;0;0;0;2625;0;0;0;2525;0;0;0;2675;0;0;0 39 | 29/05/2022 22:56:48;2550;0;0;0;2625;0;0;0;2525;0;0;0;2675;0;0;0 40 | 29/05/2022 22:57:48;2550;0;0;0;2625;0;0;0;2525;0;0;0;2675;0;0;0 41 | 29/05/2022 22:58:47;2550;0;0;0;2625;0;0;0;2525;0;0;0;2675;0;0;0 42 | 29/05/2022 22:59:47;2550;0;0;0;2625;0;0;0;2525;0;0;0;2675;0;0;0 43 | 29/05/2022 23:00:46;2525;0;0;0;2625;0;0;0;2525;0;0;0;2675;0;0;0 44 | 29/05/2022 23:01:45;2525;0;0;0;2625;0;0;0;2525;0;0;0;2675;0;0;0 45 | 29/05/2022 23:02:45;2525;0;0;0;2600;0;0;0;2500;0;0;0;2675;0;0;0 46 | 29/05/2022 23:03:44;2525;0;0;0;2600;0;0;0;2500;0;0;0;2675;0;0;0 47 | 29/05/2022 23:04:44;2525;0;0;0;2600;0;0;0;2500;0;0;0;2675;0;0;0 48 | 29/05/2022 23:05:43;2525;0;0;0;2600;0;0;0;2500;0;0;0;2675;0;0;0 49 | 29/05/2022 23:06:43;2525;0;0;0;2600;0;0;0;2500;0;0;0;2650;0;0;0 50 | 29/05/2022 23:07:42;2525;0;0;0;2600;0;0;0;2500;0;0;0;2650;0;0;0 51 | 29/05/2022 23:08:42;2525;0;0;0;2600;0;0;0;2500;0;0;0;2650;0;0;0 52 | 29/05/2022 23:09:41;2500;0;0;0;2600;0;0;0;2500;0;0;0;2650;0;0;0 53 | 29/05/2022 23:10:41;2500;0;0;0;2600;0;0;0;2500;0;0;0;2650;0;0;0 54 | 29/05/2022 23:11:40;2500;0;0;0;2600;0;0;0;2500;0;0;0;2650;0;0;0 55 | 29/05/2022 23:12:40;2500;0;0;0;2600;0;0;0;2500;0;0;0;2650;0;0;0 56 | 29/05/2022 23:13:39;2500;0;0;0;2600;0;0;0;2500;0;0;0;2650;0;0;0 57 | 29/05/2022 23:14:39;2500;0;0;0;2600;0;0;0;2500;0;0;0;2650;0;0;0 58 | 29/05/2022 23:15:38;2500;0;0;0;2600;0;0;0;2500;0;0;0;2650;0;0;0 59 | 29/05/2022 23:16:38;2500;0;0;0;2600;0;0;0;2500;0;0;0;2650;0;0;0 60 | 29/05/2022 23:17:37;2500;0;0;0;2600;0;0;0;2500;0;0;0;2625;0;0;0 61 | 29/05/2022 23:18:37;2500;0;0;0;2600;0;0;0;2500;0;0;0;2625;0;0;0 62 | 29/05/2022 23:19:36;2475;0;0;0;2600;0;0;0;2500;0;0;0;2625;0;0;0 63 | 29/05/2022 23:20:36;2475;0;0;0;2600;0;0;0;2500;0;0;0;2625;0;0;0 64 | 29/05/2022 23:21:35;2475;0;0;0;2600;0;0;0;2500;0;0;0;2625;0;0;0 65 | 29/05/2022 23:22:34;2475;0;0;0;2600;0;0;0;2500;0;0;0;2625;0;0;0 66 | 29/05/2022 23:23:34;2475;0;0;0;2575;0;0;0;2500;0;0;0;2625;0;0;0 67 | 29/05/2022 23:24:33;2475;0;0;0;2575;0;0;0;2500;0;0;0;2625;0;0;0 68 | 29/05/2022 23:25:33;2475;0;0;0;2575;0;0;0;2500;0;0;0;2625;0;0;0 69 | 29/05/2022 23:26:32;2450;0;0;0;2575;0;0;0;2500;0;0;0;2625;0;0;0 70 | 29/05/2022 23:27:32;2450;0;0;0;2575;0;0;0;2500;0;0;0;2625;0;0;0 71 | 29/05/2022 23:28:31;2450;0;0;0;2575;0;0;0;2500;0;0;0;2625;0;0;0 72 | 29/05/2022 23:29:31;2450;0;0;0;2575;0;0;0;2500;0;0;0;2600;0;0;0 73 | 29/05/2022 23:31:30;2450;0;0;0;2575;0;0;0;2500;0;0;0;2600;0;0;0 74 | 29/05/2022 23:32:29;2450;0;0;0;2575;0;0;0;2500;0;0;0;2575;0;0;0;0;0;0;0 75 | 29/05/2022 23:33:29;2450;0;0;0;2575;0;0;0;2500;0;0;0;2575;0;0;0;0;0;0;0 76 | 29/05/2022 23:34:28;2450;0;0;0;2575;0;0;0;2500;0;0;0;2575;0;0;0;0;0;0;0 77 | 29/05/2022 23:35:28;2450;0;0;0;2575;0;0;0;2500;0;0;0;2575;0;0;0;0;0;0;0 78 | 29/05/2022 23:36:27;2425;0;0;0;2575;0;0;0;2500;0;0;0;2575;0;0;0;0;0;0;0 79 | 29/05/2022 23:37:27;2425;0;0;0;2575;0;0;0;2475;0;0;0;2575;0;0;0;0;0;0;0 80 | 29/05/2022 23:38:26;2425;0;0;0;2575;0;0;0;2475;0;0;0;2575;0;0;0;0;0;0;0 81 | 29/05/2022 23:39:26;2425;0;0;0;2575;0;0;0;2475;0;0;0;2575;0;0;0;0;0;0;0 82 | 29/05/2022 23:40:25;2425;0;0;0;2575;0;0;0;2475;0;0;0;2575;0;0;0;0;0;0;0 83 | 29/05/2022 23:42:24;2425;0;0;0;2550;0;0;0;2475;0;0;0;2575;0;0;0;0;0;0;0 84 | 29/05/2022 23:43:23;2425;0;0;0;2550;0;0;0;2475;0;0;0;2575;0;0;0;0;0;0;0 85 | 29/05/2022 23:45:22;2400;0;0;0;2550;0;0;0;2475;0;0;0;2575;0;0;0;0;0;0;0 86 | 29/05/2022 23:58:16;2375;0;0;0;2525;0;0;0;2475;0;0;0;2525;0;0;0;0;0;0;0 87 | 29/05/2022 23:59:15;2375;0;0;0;2525;0;0;0;2475;0;0;0;2525;0;0;0;0;0;0;0 88 | -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/log/2022_5_8_log.csv: -------------------------------------------------------------------------------- 1 | Date and time;S.1 Cap Volt;S.1 Val1;S.1 Val2;S.1 Val3;S.2 Cap Volt;S.2 Val1;S.2 Val2;S.2 Val3;S.3 Cap Volt;S.3 Val1;S.3 Val2;S.3 Val3;S.4 Cap Volt;S.4 Val1;S.4 Val2;S.4 Val3 2 | 08/05/2022 14:43:35;2500;22,5;0;0;2650;28;0;0;2650;23;55;false;2625;50;0;0 3 | 08/05/2022 14:44:05;2500;22,5;0;0;2650;11;0;0;2650;23;55;false;2625;0;0;0 4 | 08/05/2022 14:44:35;2500;22,5;0;0;2650;23;0;0;2650;23;56;TRUE;2625;214;0;0 5 | 08/05/2022 14:45:05;2500;22,5;0;0;2650;26;0;0;2650;23;55;false;2625;30;0;0 6 | 08/05/2022 14:45:34;2500;22,5;0;0;2650;0;0;0;2650;23;56;TRUE;2625;41;0;0 7 | 08/05/2022 14:46:04;2500;22,5;0;0;2650;0;0;0;2650;23;56;TRUE;2625;220;0;0 8 | 08/05/2022 14:46:34;2500;22,5;0;0;2650;0;0;0;2650;23;56;TRUE;2625;219;0;0 9 | 08/05/2022 14:47:04;2500;22,5;0;0;2650;0;0;0;2650;23;56;TRUE;2625;222;0;0 10 | 08/05/2022 14:47:34;2500;22,5;0;0;2650;0;0;0;2650;23;56;TRUE;2625;220;0;0 11 | 08/05/2022 14:48:04;2500;22,5;0;0;2650;0;0;0;2650;23;56;TRUE;2625;65;0;0 12 | 08/05/2022 14:48:34;2500;22,5;0;0;2650;0;0;0;2650;23;56;TRUE;2625;222;0;0 13 | 08/05/2022 14:49:04;2500;22,5;0;0;2650;0;0;0;2650;23;56;TRUE;2625;21;0;0 14 | 08/05/2022 14:49:34;2500;22,5;0;0;2650;0;0;0;2650;23;56;TRUE;2625;77;0;0 15 | 08/05/2022 14:50:04;2500;22,5;0;0;2650;0;0;0;2650;23;56;TRUE;2625;169;0;0 16 | 08/05/2022 14:50:34;2500;22,5;0;0;2650;0;0;0;2650;23;56;TRUE;2625;168;0;0 17 | 08/05/2022 15:02:03;2500;23;0;0;2650;0;0;0;2650;23;57;false;2625;169;0;0 18 | 08/05/2022 15:02:33;2500;23;0;0;2650;0;0;0;2650;23;57;false;2625;169;0;0 19 | 08/05/2022 15:03:03;2500;23;0;0;2650;0;0;0;2650;23;57;TRUE;2625;171;0;0 20 | 08/05/2022 15:03:33;2500;23;0;0;2650;0;0;0;2650;23;57;TRUE;2625;169;0;0 21 | 08/05/2022 15:04:03;2500;23;0;0;2650;0;0;0;2650;23;57;TRUE;2625;170;0;0 22 | 08/05/2022 15:04:33;2500;23;0;0;2650;0;0;0;2650;23;57;TRUE;2625;84;0;0 23 | 08/05/2022 15:05:03;2500;23;0;0;2650;0;0;0;2650;23;57;TRUE;2625;169;0;0 24 | -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/log/2022_6_17_log.csv: -------------------------------------------------------------------------------- 1 | Date and time;S.1 Cap Volt;S.1 Val1;S.1 Val2;S.1 Val3;S.2 Cap Volt;S.2 Val1;S.2 Val2;S.2 Val3;S.3 Cap Volt;S.3 Val1;S.3 Val2;S.3 Val3;S.4 Cap Volt;S.4 Val1;S.4 Val2;S.4 Val3 2 | 17/06/2022 09:42:56;2475;0;0;0;2575;0;0;0;2575;0;0;0;2650;0;0;0 3 | 17/06/2022 09:43:26;2475;0;0;0;2575;0;0;0;2550;0;0;0;2650;0;0;0 4 | 17/06/2022 09:43:56;2475;0;0;0;2575;0;0;0;2550;0;0;0;2650;0;0;0 5 | 17/06/2022 09:44:26;2475;0;0;0;2575;0;0;0;2550;0;0;0;2650;0;0;0 6 | 17/06/2022 09:45:29;2475;0;0;0;2575;0;0;0;2550;0;0;0;2650;0;0;0 7 | 17/06/2022 09:45:59;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 8 | 17/06/2022 09:46:30;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 9 | 17/06/2022 09:47:00;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 10 | 17/06/2022 09:47:31;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 11 | 17/06/2022 09:48:01;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 12 | 17/06/2022 09:48:32;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 13 | 17/06/2022 09:49:02;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 14 | 17/06/2022 09:49:33;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 15 | 17/06/2022 09:50:03;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 16 | 17/06/2022 09:50:34;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 17 | 17/06/2022 09:51:04;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 18 | 17/06/2022 09:51:35;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 19 | 17/06/2022 09:52:05;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 20 | 17/06/2022 09:52:36;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 21 | 17/06/2022 09:53:06;2475;0;0;0;2550;0;0;0;2550;0;0;0;2650;0;0;0 22 | 17/06/2022 09:53:37;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 23 | 17/06/2022 09:54:38;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 24 | 17/06/2022 09:55:09;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 25 | 17/06/2022 09:55:39;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 26 | 17/06/2022 09:56:09;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 27 | 17/06/2022 09:56:40;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 28 | 17/06/2022 09:57:10;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 29 | 17/06/2022 09:57:41;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 30 | 17/06/2022 09:58:11;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 31 | 17/06/2022 09:58:42;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 32 | 17/06/2022 09:59:12;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 33 | 17/06/2022 09:59:43;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 34 | 17/06/2022 10:00:13;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 35 | 17/06/2022 10:00:44;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 36 | 17/06/2022 10:01:14;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 37 | 17/06/2022 10:01:45;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 38 | 17/06/2022 10:02:15;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 39 | 17/06/2022 10:02:46;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 40 | 17/06/2022 10:03:16;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 41 | 17/06/2022 10:03:47;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 42 | 17/06/2022 10:04:17;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 43 | 17/06/2022 10:04:48;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 44 | 17/06/2022 10:05:18;2475;0;0;0;2550;0;0;0;2525;0;0;0;2650;0;0;0 45 | 17/06/2022 10:35:52;2475;0;0;0;2525;0;0;0;2500;0;0;0;2650;0;0;0 46 | 17/06/2022 10:36:22;2475;0;0;0;2525;0;0;0;2500;0;0;0;2650;0;0;0 47 | 17/06/2022 10:36:53;2450;0;0;0;2525;0;0;0;2500;0;0;0;2650;0;0;0 48 | 17/06/2022 10:37:23;2475;0;0;0;2525;0;0;0;2500;0;0;0;2650;0;0;0 49 | 17/06/2022 10:37:54;2450;0;0;0;2525;0;0;0;2500;0;0;0;2650;0;0;0 50 | 17/06/2022 10:38:24;2475;0;0;0;2525;0;0;0;2525;0;0;0;2650;0;0;0 51 | 17/06/2022 10:38:55;2450;0;0;0;2525;0;0;0;2525;0;0;0;2625;0;0;0 52 | 17/06/2022 10:39:25;2450;0;0;0;2525;0;0;0;2525;0;0;0;2625;0;0;0 53 | 17/06/2022 10:39:56;2450;0;0;0;2525;0;0;0;2525;0;0;0;2650;0;0;0 54 | 17/06/2022 10:40:26;2450;0;0;0;2525;0;0;0;2525;0;0;0;2650;0;0;0 55 | 17/06/2022 10:40:57;2450;0;0;0;2525;0;0;0;2525;0;0;0;2625;0;0;0 56 | 17/06/2022 10:41:27;2450;0;0;0;2525;0;0;0;2550;0;0;0;2650;0;0;0 57 | 17/06/2022 10:41:58;2450;0;0;0;2525;0;0;0;2550;0;0;0;2650;0;0;0 58 | 17/06/2022 10:42:28;2450;0;0;0;2525;0;0;0;2550;0;0;0;2650;0;0;0 59 | 17/06/2022 10:42:59;2450;0;0;0;2525;0;0;0;2550;0;0;0;2650;0;0;0 60 | 17/06/2022 10:43:29;2475;0;0;0;2525;0;0;0;2550;0;0;0;2625;0;0;0 61 | 17/06/2022 10:44:00;2450;0;0;0;2525;0;0;0;2550;0;0;0;2650;0;0;0 62 | 17/06/2022 10:44:30;2450;0;0;0;2525;0;0;0;2575;0;0;0;2650;0;0;0 63 | 17/06/2022 10:45:01;2450;0;0;0;2525;0;0;0;2575;0;0;0;2650;0;0;0 64 | 17/06/2022 10:45:31;2450;0;0;0;2525;0;0;0;2575;0;0;0;2650;0;0;0 65 | 17/06/2022 10:46:02;2450;0;0;0;2525;0;0;0;2575;0;0;0;2650;0;0;0 66 | 17/06/2022 10:46:32;2450;0;0;0;2525;0;0;0;2575;0;0;0;2625;0;0;0 67 | 17/06/2022 10:47:03;2450;0;0;0;2525;0;0;0;2575;0;0;0;2625;0;0;0 68 | 17/06/2022 10:47:33;2450;0;0;0;2525;0;0;0;2600;0;0;0;2650;0;0;0 69 | 17/06/2022 10:48:04;2450;0;0;0;2525;0;0;0;2600;0;0;0;2650;0;0;0 70 | 17/06/2022 10:48:34;2450;0;0;0;2525;0;0;0;2600;0;0;0;2625;0;0;0 71 | 17/06/2022 10:49:05;2450;0;0;0;2525;0;0;0;2600;0;0;0;2650;0;0;0 72 | 17/06/2022 10:49:35;2450;0;0;0;2525;0;0;0;2600;0;0;0;2650;0;0;0 73 | 17/06/2022 10:50:06;2450;0;0;0;2525;0;0;0;2600;0;0;0;2650;0;0;0 74 | 17/06/2022 10:50:37;2450;0;0;0;2500;0;0;0;2600;0;0;0;2625;0;0;0 75 | 17/06/2022 10:51:07;2450;0;0;0;2525;0;0;0;2600;0;0;0;2625;0;0;0 76 | 17/06/2022 10:51:38;2450;0;0;0;2500;0;0;0;2600;0;0;0;2650;0;0;0 77 | 17/06/2022 10:52:08;2450;0;0;0;2525;0;0;0;2600;0;0;0;2625;0;0;0 78 | 17/06/2022 10:52:38;2450;0;0;0;2525;0;0;0;2600;0;0;0;2625;0;0;0 79 | 17/06/2022 10:53:09;2450;0;0;0;2525;0;0;0;2625;0;0;0;2625;0;0;0 80 | 17/06/2022 10:53:40;2450;0;0;0;2525;0;0;0;2625;0;0;0;2650;0;0;0 81 | 17/06/2022 10:54:10;2450;0;0;0;2525;0;0;0;2625;0;0;0;2625;0;0;0 82 | 17/06/2022 10:54:41;2450;0;0;0;2525;0;0;0;2625;0;0;0;2650;0;0;0 83 | 17/06/2022 10:55:11;2450;0;0;0;2525;0;0;0;2625;0;0;0;2650;0;0;0 84 | 17/06/2022 10:55:42;2450;0;0;0;2525;0;0;0;2625;0;0;0;2625;0;0;0 85 | 17/06/2022 10:56:12;2450;0;0;0;2525;0;0;0;2625;0;0;0;2650;0;0;0 86 | 17/06/2022 10:56:43;2450;0;0;0;2525;0;0;0;2625;0;0;0;2625;0;0;0 87 | 17/06/2022 10:57:13;2450;0;0;0;2525;0;0;0;2625;0;0;0;2625;0;0;0 88 | 17/06/2022 10:57:44;2450;0;0;0;2525;0;0;0;2625;0;0;0;2650;0;0;0 89 | 17/06/2022 10:58:14;2450;0;0;0;2500;0;0;0;2625;0;0;0;2650;0;0;0 90 | 17/06/2022 10:58:45;2450;0;0;0;2500;0;0;0;2625;0;0;0;2650;0;0;0 91 | 17/06/2022 10:59:15;2450;0;0;0;2500;0;0;0;2625;0;0;0;2625;0;0;0 92 | 17/06/2022 10:59:46;2450;0;0;0;2500;0;0;0;2625;0;0;0;2625;0;0;0 93 | 17/06/2022 11:00:16;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 94 | 17/06/2022 11:00:47;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 95 | 17/06/2022 11:01:17;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 96 | 17/06/2022 11:01:48;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 97 | 17/06/2022 11:02:18;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 98 | 17/06/2022 11:02:49;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 99 | 17/06/2022 11:03:19;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 100 | 17/06/2022 11:03:50;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 101 | 17/06/2022 11:04:20;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 102 | 17/06/2022 11:04:51;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 103 | 17/06/2022 11:05:21;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 104 | 17/06/2022 11:05:52;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 105 | 17/06/2022 11:06:22;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 106 | 17/06/2022 11:06:53;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 107 | 17/06/2022 11:07:23;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 108 | 17/06/2022 11:07:54;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 109 | 17/06/2022 11:08:24;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 110 | 17/06/2022 11:08:55;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 111 | 17/06/2022 11:09:25;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 112 | 17/06/2022 11:09:56;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 113 | 17/06/2022 11:10:26;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 114 | 17/06/2022 11:10:57;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 115 | 17/06/2022 11:11:27;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 116 | 17/06/2022 11:11:58;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 117 | 17/06/2022 11:12:29;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 118 | 17/06/2022 11:12:59;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 119 | 17/06/2022 11:13:30;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 120 | 17/06/2022 11:14:00;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 121 | 17/06/2022 11:14:31;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 122 | 17/06/2022 11:15:01;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 123 | 17/06/2022 11:15:32;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 124 | 17/06/2022 11:16:02;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 125 | 17/06/2022 11:16:33;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 126 | 17/06/2022 11:17:03;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 127 | 17/06/2022 11:17:34;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 128 | 17/06/2022 11:18:04;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 129 | 17/06/2022 11:18:35;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 130 | 17/06/2022 11:19:05;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 131 | 17/06/2022 11:19:36;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 132 | 17/06/2022 11:20:06;2450;0;0;0;2500;0;0;0;2650;0;0;0;2650;0;0;0 133 | 17/06/2022 11:20:37;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 134 | 17/06/2022 11:21:38;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 135 | 17/06/2022 11:22:08;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 136 | 17/06/2022 11:22:39;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 137 | 17/06/2022 11:23:09;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 138 | 17/06/2022 11:23:40;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 139 | 17/06/2022 11:24:10;2450;0;0;0;2500;0;0;0;2675;0;0;0;2625;0;0;0 140 | 17/06/2022 11:24:41;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 141 | 17/06/2022 11:25:11;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 142 | 17/06/2022 11:25:42;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 143 | 17/06/2022 11:26:12;2450;0;0;0;2500;0;0;0;2650;0;0;0;2625;0;0;0 144 | -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/log/2022_6_1_log.csv: -------------------------------------------------------------------------------- 1 | Date and time;S.1 Cap Volt;S.1 Val1;S.1 Val2;S.1 Val3;S.2 Cap Volt;S.2 Val1;S.2 Val2;S.2 Val3;S.3 Cap Volt;S.3 Val1;S.3 Val2;S.3 Val3;S.4 Cap Volt;S.4 Val1;S.4 Val2;S.4 Val3 2 | 01/06/2022 23:55:44;2675;0;0;0;2700;0;0;0;2725;0;0;0;2650;0;0;0 3 | 01/06/2022 23:56:44;2675;0;0;0;2700;0;0;0;2700;0;0;0;2650;0;0;0 4 | 01/06/2022 23:57:43;2675;0;0;0;2700;0;0;0;2700;0;0;0;2650;0;0;0 5 | 01/06/2022 23:58:43;2650;0;0;0;2700;0;0;0;2700;0;0;0;2650;0;0;0 6 | 01/06/2022 23:59:42;2650;0;0;0;2675;0;0;0;2700;0;0;0;2625;0;0;0 7 | -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/green.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/green_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/green_1.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/red.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/red_01.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/red_01.odg -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/red_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/red_04.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/red_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/red_05.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/red_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/red_06.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/red_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/red_07.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/red_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/red_08.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/red_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/red_09.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/red_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/red_1.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/red_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/red_2.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/map flags/red_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/Documents_GreenDetect/map flags/red_3.png -------------------------------------------------------------------------------- /04 Win application/Documents_GreenDetect/module_settings.csv: -------------------------------------------------------------------------------- 1 | address;type;offset1;offset2;offset3;offset4;lat;longt 2 | 0;0;0;0;0;0;0;0 3 | 1;0;0;0;0;0;0;0 4 | 2;0;0;0;0;0;0;0 5 | 3;0;0;0;0;0;0;0 6 | 4;0;0;0;0;0;0;0 7 | 5;0;0;0;0;0;0;0 8 | 6;0;0;0;0;0;0;0 9 | 7;0;0;0;0;0;0;0 10 | 8;0;0;0;0;0;0;0 11 | 9;0;0;0;0;0;0;0 12 | 10;0;0;0;0;0;0;0 13 | 11;0;0;0;0;0;0;0 14 | 12;0;0;0;0;0;0;0 15 | 13;0;0;0;0;0;0;0 16 | 14;0;0;0;0;0;0;0 17 | 15;0;0;0;0;0;0;0 18 | 16;0;0;0;0;0;0;0 19 | 17;0;0;0;0;0;0;0 20 | 18;0;0;0;0;0;0;0 21 | 19;0;0;0;0;0;0;0 22 | 20;0;0;0;0;0;0;0 23 | 21;0;0;0;0;0;0;0 24 | 22;0;0;0;0;0;0;0 25 | 23;0;0;0;0;0;0;0 26 | 24;0;0;0;0;0;0;0 27 | 25;0;0;0;0;0;0;0 28 | 26;0;0;0;0;0;0;0 29 | 27;0;0;0;0;0;0;0 30 | 28;0;0;0;0;0;0;0 31 | 29;0;0;0;0;0;0;0 32 | 30;0;0;0;0;0;0;0 33 | 31;0;0;0;0;0;0;0 34 | 32;0;0;0;0;0;0;0 35 | 33;0;0;0;0;0;0;0 36 | 34;0;0;0;0;0;0;0 37 | 35;0;0;0;0;0;0;0 38 | 36;0;0;0;0;0;0;0 39 | 37;0;0;0;0;0;0;0 40 | 38;0;0;0;0;0;0;0 41 | 39;0;0;0;0;0;0;0 42 | 40;0;0;0;0;0;0;0 43 | 41;0;0;0;0;0;0;0 44 | 42;0;0;0;0;0;0;0 45 | 43;0;0;0;0;0;0;0 46 | 44;0;0;0;0;0;0;0 47 | 45;0;0;0;0;0;0;0 48 | 46;0;0;0;0;0;0;0 49 | 47;0;0;0;0;0;0;0 50 | 48;0;0;0;0;0;0;0 51 | 49;0;0;0;0;0;0;0 52 | 50;0;0;0;0;0;0;0 53 | 51;0;0;0;0;0;0;0 54 | 52;0;0;0;0;0;0;0 55 | 53;0;0;0;0;0;0;0 56 | 54;0;0;0;0;0;0;0 57 | 55;0;0;0;0;0;0;0 58 | 56;0;0;0;0;0;0;0 59 | 57;0;0;0;0;0;0;0 60 | 58;0;0;0;0;0;0;0 61 | 59;0;0;0;0;0;0;0 62 | 60;0;0;0;0;0;0;0 63 | -------------------------------------------------------------------------------- /04 Win application/GreenDetect.application: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | gXSWeF8oTZ3QYd6RmJd9p0hi0cpr5hYa/mDtWXVMCsw= 18 | 19 | 20 | 21 | +lIXt1luF9u4iQYgJamLNwcMd8I=auK6GZf0zAN/6aTX9OlCKvI1wwp8vYgcMq46blfP2LDEcbU1sLBFsZZoT4PLZypGnjfsmtk+PXrS1EUNY8hl/zik3vYwLQv2wk6oSjKbfKXpCSIXYlXJ9O3zaiCWHa5SQpO1Q44tTkiDHI29uXHIV95R0tq2UuLfFuDsv9HYZpk=soD2vVzDyohRTSaIB+3HMCPNiPJiej4d3wkLApx2MgC6SSAI15IeUXl2iGt3wvASKAmDy2Uc5SPz+yT/8/D9xtdwIf7wwMmn9k0RcGo/NF4S0WZI2p08slanaioMia4EXvYg7tFtXbFmOvmMRmuXxFjL0cqQy5yZworxStXjTy0=AQABCN=DESKTOP-3PGOJP1\Sergio51COx2eNJ9IM5KwQ/SzuPuiJt64=O7YmmLS7oprvNznTmUVdWPdGOLS51bjqG4KMuwCWboDRRgypKHNWAZodyaOWLzWr7krYGPftsv5SMk3HmG58/Dlxo31w2vryTS0M+fp7T336gtRNepsNny1qxXD/72kxdo+Bm/qLneTUaRnRY5J92TgZ2tz0j4Ypc5ZAWK2m14g=soD2vVzDyohRTSaIB+3HMCPNiPJiej4d3wkLApx2MgC6SSAI15IeUXl2iGt3wvASKAmDy2Uc5SPz+yT/8/D9xtdwIf7wwMmn9k0RcGo/NF4S0WZI2p08slanaioMia4EXvYg7tFtXbFmOvmMRmuXxFjL0cqQy5yZworxStXjTy0=AQABMIIB8TCCAVqgAwIBAgIQcMIpC1K354FN+FVYNPZAvzANBgkqhkiG9w0BAQUFADA3MTUwMwYDVQQDHiwARABFAFMASwBUAE8AUAAtADMAUABHAE8ASgBQADEAXABTAGUAcgBnAGkAbzAeFw0yMjAzMTUxNjEzNThaFw0yMzAzMTUyMjEzNThaMDcxNTAzBgNVBAMeLABEAEUAUwBLAFQATwBQAC0AMwBQAEcATwBKAFAAMQBcAFMAZQByAGcAaQBvMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCygPa9XMPKiFFNJogH7ccwI82I8mJ6Ph3fCQsCnHYyALpJIAjXkh5ReXaIa3fC8BIoCYPLZRzlI/P7JP/z8P3G13Ah/vDAyaf2TRFwaj80XhLRZkjanTyyVqdqKgyJrgRe9iDu0W1dsWY6+YxGa5fEWMvRypDLnJnCivFK1eNPLQIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAGufQa2XBMkf1odb/felrm60ypFlK+TTfBHz0bDt6BfR0a6YpS5rx0NClvgQRZEp9pjjgxc+SLF+lKlKGzrH4BzNemTOFcB4qoOrr1jhRMdSAjQPJd9pO61NYavvxp37MbZ7GXgZVpyflgPzfp/VRpt9eN3l9YHwklqO69cFvUGo -------------------------------------------------------------------------------- /04 Win application/Readme.txt: -------------------------------------------------------------------------------- 1 | 2 | 1. on "Documents" folder create the folder: "GreenDetect" 3 | 2. on "GreenDetect" folder copy the files and the directories included in "Documents_GreenDetect" 4 | 3. Start the setup -------------------------------------------------------------------------------- /04 Win application/setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Green-bms/GreenDetect/0a1f5aec15f3837c5c0fb85908e80982d537dc61/04 Win application/setup.exe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # GreenDetect 2 | Opensource Wireless Sensor Network Platform (WSN) , for enviromental monitoring 3 | 4 | ## Description 5 | 6 | ![alt-text](https://cdn.hackaday.io/images/3430841656175470749.jpg) 7 | Green Detect project was created with the aim of providing the community with a tool to monitor and control the environment. 8 | The Green Detect network is independent of the Internet, so it can work even in geographic areas where the Internet is not present. 9 | In the Green Detect local network it is possible to connect from 1 to 60 sensors that transmit their data via wireless through the ESP-NOW protocol to a computer where through the Green Detect application it is possible to monitor each individual sensor, detect alarm conditions, locate the sensors in an animated geographic map and record all acquisitions in order to collect all data for preventive and statistical purposes. 10 | Each individual sensor module is powered by a supercapacitor (or Nimh batteries) charged by a solar panel. 11 | ![alt-text](https://cdn.hackaday.io/images/5015841656245950516.png) 12 | 13 | Green Detect is Opensource: anyone can modify and improve the project, for example by adding new types of sensors. 14 | 15 | ## Web site 16 | The project is described in detail at the following link: : https://hackaday.io/project/186064-green-detect 17 | 18 | ## Youtube presentation 19 | https://youtu.be/CE9HRHpV6fQ 20 | Subscribe please... :smile: 21 | 22 | ## Open source Development applications 23 | The project was created using the following Open source applications: 24 | - **KiCad** : to design sensor module 25 | - **Arduino IDE** : to design the code of sensor module (ESP8266) 26 | - **Visual Studio** : to design WIndows application in C# language 27 | - **TinkerCad** : to design sensors and solar panel case for 3D printer 28 | 29 | ## Green Detect Windows application source code 30 | The source code of Windows application is shared in the following repository: https://github.com/Green-bms/GreenDetect-Windows-Application 31 | 32 | ## Warning 33 | This project is not commercial. This project is for educational and technological purposes. 34 | No warrenty is foreseen. 35 | Green BMS assumes no responsibility for any errors or inaccuracies that may appear in any documentation or file or any software that may be provided. 36 | The use of this project is done entirely at your own risk and responsibility. 37 | The use of this project may not be compliant with local laws or regulations. 38 | 39 | ## Open Source Hardware Certification 40 | Green Detect has been certified as open source hardware by the Open Source Hardware Association, with the UID: IT000009. 41 | Certificate link: (https://certification.oshwa.org/it000009.html) 42 | 43 | ## License 44 | 45 | This work is licensed under a **Creative Commons Attribution-ShareAlike 4.0 International License**. 46 | https://creativecommons.org/licenses/by-sa/4.0/ 47 | 48 | ### You are free to: 49 | 50 | **Share** — copy and redistribute the material in any medium or format 51 | 52 | **Adapt** — remix, transform, and build upon the material 53 | for any purpose, even commercially. 54 | This license is acceptable for Free Cultural Works. 55 | The licensor cannot revoke these freedoms as long as you follow the license terms. 56 | 57 | ### Under the following terms: 58 | 59 | **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. 60 | 61 | **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. 62 | 63 | **No additional restrictions** — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. 64 | 65 | ### Notices: 66 | You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. 67 | No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material. 68 | 69 | --------------------------------------------------------------------------------