diff --git a/firmware/weckkubator/weckkubator.ino b/firmware/weckkubator/weckkubator.ino index a467f53..e1e2acf 100644 --- a/firmware/weckkubator/weckkubator.ino +++ b/firmware/weckkubator/weckkubator.ino @@ -1,24 +1,10 @@ -#include // Support for I2C --> LCD -#include // Support for PCF8574 --> LCD -#include // 1-Wiresupport for DS18B20 -#include // Easy reading of DS18B20 +#include // Support for I2C --> LCD +#include // Support for PCF8574 --> LCD -#define ONE_WIRE_BUS 10 // Enable 1-Wirebus on digital 10 (PB2 - Pin16) - -LiquidCrystal_I2C lcd(0x3F,20,4); // declare LCD -OneWire oneWire(ONE_WIRE_BUS); // declare 1-Wirebus -DallasTemperature sensors(&oneWire); // declare sensors - -float tempset; -float watertemp; -int poti; +LiquidCrystal_I2C lcd(0x3F,20,4); // declare LCD void setup() { - // Setup GPIO - pinMode(9, OUTPUT); // Output "Wecktopf" - pinMode(8, OUTPUT); // Fan - // Setup sensors - sensors.begin(); + // Setup I2C-LCD lcd.init(); lcd.backlight(); @@ -33,53 +19,15 @@ void setup() { void loop() { // - settemp(); - readtemp(); - lcdoutput(); - - delay(100); - - if (tempset >= watertemp) { - digitalWrite(9, HIGH); - - - } - else { - digitalWrite(9, LOW); - - } - -} - -//------------------------------------------ -// Read temp from DS18B20 -void readtemp() { - - /* Read temp of first sensor and take if for watertemp. - * In future we might add others. - */ - sensors.requestTemperatures(); - watertemp = sensors.getTempCByIndex(0); - -} - -//------------------------------------------ -// LCD output -void lcdoutput() { - // Output temperatureset - lcd.setCursor(0, 1); - lcd.print("s:"); - lcd.print(tempset); - - // Output watertemp + lcd.setCursor(6, 0); + lcd.print("Nothing"); lcd.setCursor(9, 1); - lcd.print("t:"); - lcd.print(watertemp); -} + lcd.print("to"); + lcd.setCursor(9, 2); + lcd.print("do"); + lcd.setCursor(8, 3); + lcd.print("jet."); + + delay(1000000000); -//------------------------------------------ -// Read Poti -void settemp() { - poti = analogRead(A3); - tempset = (poti*0.1); } diff --git a/hardware/weckkubator/weckkubator.kicad_sch b/hardware/weckkubator/weckkubator.kicad_sch index 07f3ae7..f31907b 100644 --- a/hardware/weckkubator/weckkubator.kicad_sch +++ b/hardware/weckkubator/weckkubator.kicad_sch @@ -3617,259 +3617,6 @@ ) ) ) - (symbol "Sensor_Temperature:DS18B20" - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "U" - (at -3.81 6.35 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "DS18B20" - (at 6.35 6.35 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" - (at -25.4 -6.35 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "http://datasheets.maximintegrated.com/en/ds/DS18B20.pdf" - (at -3.81 6.35 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Programmable Resolution 1-Wire Digital Thermometer TO-92" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "OneWire 1Wire Dallas Maxim" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "TO*92*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "DS18B20_0_1" - (rectangle - (start -5.08 5.08) - (end 5.08 -5.08) - (stroke - (width 0.254) - (type default) - ) - (fill - (type background) - ) - ) - (circle - (center -3.302 -2.54) - (radius 1.27) - (stroke - (width 0.254) - (type default) - ) - (fill - (type outline) - ) - ) - (rectangle - (start -2.667 -1.905) - (end -3.937 0) - (stroke - (width 0.254) - (type default) - ) - (fill - (type outline) - ) - ) - (arc - (start -2.667 3.175) - (mid -3.302 3.8073) - (end -3.937 3.175) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -3.937 0.635) (xy -3.302 0.635) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -3.937 1.27) (xy -3.302 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -3.937 1.905) (xy -3.302 1.905) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -3.937 2.54) (xy -3.302 2.54) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -3.937 3.175) (xy -3.937 0) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -3.937 3.175) (xy -3.302 3.175) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -2.667 3.175) (xy -2.667 0) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "DS18B20_1_1" - (pin power_in line - (at 0 -7.62 90) - (length 2.54) - (name "GND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 7.62 0 180) - (length 2.54) - (name "DQ" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at 0 7.62 270) - (length 2.54) - (name "V_{DD}" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) (symbol "Sensor_Temperature:PT100" (pin_numbers hide) (pin_names @@ -4676,30 +4423,12 @@ ) ) ) - (junction - (at 271.78 71.12) - (diameter 0) - (color 0 0 0 0) - (uuid "017043f7-a5fa-4a0b-aaad-207be6296a4a") - ) (junction (at 152.4 62.23) (diameter 0) (color 0 0 0 0) (uuid "031e5445-c88f-47ff-bb8b-b07eee6bbd1f") ) - (junction - (at 114.3 88.9) - (diameter 0) - (color 0 0 0 0) - (uuid "11eab57a-9e6f-45c2-bf15-88167154adc9") - ) - (junction - (at 114.3 100.33) - (diameter 0) - (color 0 0 0 0) - (uuid "1e09a39a-aa03-44c3-84ef-b82d5eb65d3c") - ) (junction (at 232.41 38.1) (diameter 0) @@ -4730,12 +4459,6 @@ (color 0 0 0 0) (uuid "434d8ced-793e-4840-be7f-a33389fa6eec") ) - (junction - (at 104.14 88.9) - (diameter 0) - (color 0 0 0 0) - (uuid "45919cdb-156c-42ae-925f-9b6d1ed899d3") - ) (junction (at 167.64 62.23) (diameter 0) @@ -4748,12 +4471,6 @@ (color 0 0 0 0) (uuid "5187a65f-2c69-402b-b1e5-af919698545a") ) - (junction - (at 214.63 57.15) - (diameter 0) - (color 0 0 0 0) - (uuid "59c25abf-5163-442c-b319-72b783a1cb63") - ) (junction (at 241.3 116.84) (diameter 0) @@ -4766,18 +4483,6 @@ (color 0 0 0 0) (uuid "643b9dad-9fea-4bfc-9ded-ad5ca2da7f67") ) - (junction - (at 104.14 97.79) - (diameter 0) - (color 0 0 0 0) - (uuid "68919abb-c4a6-4f6b-b009-7dbffd6669ac") - ) - (junction - (at 100.33 137.16) - (diameter 0) - (color 0 0 0 0) - (uuid "6f7152fc-bab0-40fa-b37c-09de768e00b6") - ) (junction (at 212.09 67.31) (diameter 0) @@ -4820,12 +4525,6 @@ (color 0 0 0 0) (uuid "db3f18be-605f-4e68-a34b-603412a60e5a") ) - (junction - (at 271.78 58.42) - (diameter 0) - (color 0 0 0 0) - (uuid "e78e6551-c0b2-4813-ada8-36864cbf2903") - ) (junction (at 182.88 35.56) (diameter 0) @@ -4850,7 +4549,7 @@ ) (wire (pts - (xy 173.99 105.41) (xy 179.07 105.41) + (xy 148.59 105.41) (xy 153.67 105.41) ) (stroke (width 0) @@ -4868,16 +4567,6 @@ ) (uuid "0ad3db6c-e5ea-4219-aba5-d32e528c211b") ) - (wire - (pts - (xy 104.14 88.9) (xy 96.52 88.9) - ) - (stroke - (width 0) - (type default) - ) - (uuid "0b47b97a-06fa-4ea3-af23-9e2eeb1f03d0") - ) (wire (pts (xy 55.88 130.81) (xy 55.88 177.8) @@ -4890,7 +4579,7 @@ ) (wire (pts - (xy 129.54 95.25) (xy 129.54 105.41) + (xy 105.41 93.98) (xy 105.41 104.14) ) (stroke (width 0) @@ -4898,16 +4587,6 @@ ) (uuid "0f0787b5-a1c7-428e-a05a-03a7d6c877c0") ) - (wire - (pts - (xy 128.27 143.51) (xy 128.27 129.54) - ) - (stroke - (width 0) - (type default) - ) - (uuid "10839c60-41a2-4345-8bc5-2777faf694bb") - ) (wire (pts (xy 201.93 20.32) (xy 182.88 20.32) @@ -4918,26 +4597,6 @@ ) (uuid "1165ed91-8240-459e-a66f-ef30cfddd0f4") ) - (wire - (pts - (xy 280.67 55.88) (xy 266.7 55.88) - ) - (stroke - (width 0) - (type default) - ) - (uuid "1285a933-aa73-4f7c-8e8e-4ed0839046d1") - ) - (wire - (pts - (xy 95.25 137.16) (xy 100.33 137.16) - ) - (stroke - (width 0) - (type default) - ) - (uuid "17bfed32-3b4b-4e55-bb28-5d680cb7689b") - ) (wire (pts (xy 85.09 147.32) (xy 82.55 147.32) @@ -4950,13 +4609,13 @@ ) (wire (pts - (xy 71.12 58.42) (xy 87.63 58.42) + (xy 271.78 53.34) (xy 271.78 52.07) ) (stroke (width 0) (type default) ) - (uuid "1a9883ad-758d-4b02-a54e-de91fa0e3b24") + (uuid "18c31eb6-55e8-4de9-b527-da790e22dc50") ) (wire (pts @@ -5060,23 +4719,13 @@ ) (wire (pts - (xy 271.78 68.58) (xy 271.78 71.12) + (xy 271.78 62.23) (xy 271.78 60.96) ) (stroke (width 0) (type default) ) - (uuid "24619309-a617-4f63-a7b8-3a5ad604dabc") - ) - (wire - (pts - (xy 222.25 69.85) (xy 222.25 86.36) - ) - (stroke - (width 0) - (type default) - ) - (uuid "258be1ac-24e2-400f-b615-7a84894766fd") + (uuid "256ed9c5-2bd3-464c-b984-c64671ff459a") ) (wire (pts @@ -5110,7 +4759,7 @@ ) (wire (pts - (xy 92.71 50.8) (xy 144.78 50.8) + (xy 92.71 50.8) (xy 133.35 50.8) ) (stroke (width 0) @@ -5120,7 +4769,7 @@ ) (wire (pts - (xy 229.87 72.39) (xy 229.87 74.93) + (xy 224.79 72.39) (xy 224.79 74.93) ) (stroke (width 0) @@ -5130,7 +4779,7 @@ ) (wire (pts - (xy 134.62 95.25) (xy 129.54 95.25) + (xy 110.49 93.98) (xy 105.41 93.98) ) (stroke (width 0) @@ -5138,16 +4787,6 @@ ) (uuid "2cbb1618-fc18-4184-aded-7b09692e00a8") ) - (wire - (pts - (xy 95.25 101.6) (xy 95.25 137.16) - ) - (stroke - (width 0) - (type default) - ) - (uuid "2cf0e007-79bc-42b0-a518-39584efa8445") - ) (wire (pts (xy 85.09 142.24) (xy 85.09 104.14) @@ -5158,16 +4797,6 @@ ) (uuid "2fb4d0fc-afde-4ef0-894e-d59325ebedec") ) - (wire - (pts - (xy 279.4 85.09) (xy 279.4 58.42) - ) - (stroke - (width 0) - (type default) - ) - (uuid "329e18b3-9285-4113-b8de-63316c7c3960") - ) (wire (pts (xy 111.76 29.21) (xy 91.44 29.21) @@ -5198,26 +4827,6 @@ ) (uuid "341998b0-602f-42d9-afea-91d85cade7b2") ) - (wire - (pts - (xy 222.25 69.85) (xy 229.87 69.85) - ) - (stroke - (width 0) - (type default) - ) - (uuid "383708a5-eab0-4d82-a37e-2a5404e23b02") - ) - (wire - (pts - (xy 124.46 147.32) (xy 124.46 153.67) - ) - (stroke - (width 0) - (type default) - ) - (uuid "39481d3b-62e9-4bb2-ba50-5eeebc573c69") - ) (wire (pts (xy 82.55 106.68) (xy 71.12 106.68) @@ -5238,6 +4847,16 @@ ) (uuid "3aa97aaf-f1a1-4c8b-adf4-b9f1f8c3f2cf") ) + (wire + (pts + (xy 100.33 142.24) (xy 102.87 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3aed090b-5151-41e1-9e2e-2d8b15a47415") + ) (wire (pts (xy 195.58 64.77) (xy 195.58 68.58) @@ -5298,16 +4917,6 @@ ) (uuid "410979d3-1e99-4acd-996b-ee8237c7e2ff") ) - (wire - (pts - (xy 95.25 101.6) (xy 71.12 101.6) - ) - (stroke - (width 0) - (type default) - ) - (uuid "413dd681-d70f-405c-a2eb-2f9c3db82073") - ) (wire (pts (xy 217.17 41.91) (xy 217.17 44.45) @@ -5318,16 +4927,6 @@ ) (uuid "419f6ed4-9c8d-4d5c-8fca-0c767b2285a0") ) - (wire - (pts - (xy 280.67 92.71) (xy 280.67 55.88) - ) - (stroke - (width 0) - (type default) - ) - (uuid "43ea69f7-73b4-4794-96ca-4f3046a71e7a") - ) (wire (pts (xy 102.87 71.12) (xy 102.87 76.2) @@ -5350,17 +4949,7 @@ ) (wire (pts - (xy 271.78 58.42) (xy 271.78 60.96) - ) - (stroke - (width 0) - (type default) - ) - (uuid "45c47a3e-cc58-48e4-bfc8-7e45707bfb32") - ) - (wire - (pts - (xy 173.99 110.49) (xy 180.34 110.49) + (xy 148.59 110.49) (xy 154.94 110.49) ) (stroke (width 0) @@ -5368,16 +4957,6 @@ ) (uuid "462923b8-3737-4f79-906a-1e690ea587b3") ) - (wire - (pts - (xy 274.32 36.83) (xy 274.32 34.29) - ) - (stroke - (width 0) - (type default) - ) - (uuid "468f4323-b88e-4e84-b960-cbe9efe44f95") - ) (wire (pts (xy 182.88 45.72) (xy 181.61 45.72) @@ -5400,7 +4979,7 @@ ) (wire (pts - (xy 180.34 110.49) (xy 180.34 124.46) + (xy 154.94 110.49) (xy 154.94 124.46) ) (stroke (width 0) @@ -5410,7 +4989,7 @@ ) (wire (pts - (xy 158.75 99.06) (xy 158.75 105.41) + (xy 133.35 95.25) (xy 133.35 105.41) ) (stroke (width 0) @@ -5420,7 +4999,7 @@ ) (wire (pts - (xy 214.63 67.31) (xy 229.87 67.31) + (xy 214.63 67.31) (xy 224.79 67.31) ) (stroke (width 0) @@ -5440,13 +5019,13 @@ ) (wire (pts - (xy 267.97 36.83) (xy 267.97 27.94) + (xy 271.78 62.23) (xy 262.89 62.23) ) (stroke (width 0) (type default) ) - (uuid "5827bb46-bae4-4d42-8f96-f09730af41b8") + (uuid "5286b829-111b-4781-a717-9a074e95494f") ) (wire (pts @@ -5470,13 +5049,13 @@ ) (wire (pts - (xy 128.27 129.54) (xy 97.79 129.54) + (xy 262.89 62.23) (xy 262.89 57.15) ) (stroke (width 0) (type default) ) - (uuid "628ef0b7-7c09-4d03-91ac-6bcc892d6024") + (uuid "626358f7-ae59-4ad1-a00d-70b458521a6d") ) (wire (pts @@ -5520,7 +5099,7 @@ ) (wire (pts - (xy 212.09 74.93) (xy 229.87 74.93) + (xy 212.09 74.93) (xy 224.79 74.93) ) (stroke (width 0) @@ -5588,26 +5167,6 @@ ) (uuid "77968bef-1120-45d3-81fa-e89c7a027bce") ) - (wire - (pts - (xy 214.63 57.15) (xy 229.87 57.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "7b289609-eae6-4f71-8f2c-460386e44ac2") - ) - (wire - (pts - (xy 134.62 88.9) (xy 134.62 92.71) - ) - (stroke - (width 0) - (type default) - ) - (uuid "7df81ad1-4b13-426b-9e19-07cb822a582b") - ) (wire (pts (xy 224.79 118.11) (xy 224.79 116.84) @@ -5620,7 +5179,7 @@ ) (wire (pts - (xy 86.36 76.2) (xy 86.36 85.09) + (xy 80.01 76.2) (xy 80.01 85.09) ) (stroke (width 0) @@ -5650,7 +5209,7 @@ ) (wire (pts - (xy 134.62 97.79) (xy 104.14 97.79) + (xy 110.49 96.52) (xy 78.74 96.52) ) (stroke (width 0) @@ -5670,13 +5229,13 @@ ) (wire (pts - (xy 265.43 22.86) (xy 274.32 22.86) + (xy 102.87 101.6) (xy 71.12 101.6) ) (stroke (width 0) (type default) ) - (uuid "8d0127b3-8b9f-4376-9aee-a074838f5c86") + (uuid "8a1cb03d-0a92-41f1-b397-e040cc816b43") ) (wire (pts @@ -5690,7 +5249,7 @@ ) (wire (pts - (xy 78.74 97.79) (xy 78.74 86.36) + (xy 78.74 96.52) (xy 78.74 86.36) ) (stroke (width 0) @@ -5698,16 +5257,6 @@ ) (uuid "8edd212f-772b-4856-8053-0147b17076da") ) - (wire - (pts - (xy 271.78 92.71) (xy 280.67 92.71) - ) - (stroke - (width 0) - (type default) - ) - (uuid "8fa27556-b825-4745-b548-cac14d73ace2") - ) (wire (pts (xy 82.55 147.32) (xy 82.55 106.68) @@ -5740,7 +5289,7 @@ ) (wire (pts - (xy 71.12 76.2) (xy 86.36 76.2) + (xy 71.12 76.2) (xy 80.01 76.2) ) (stroke (width 0) @@ -5750,7 +5299,17 @@ ) (wire (pts - (xy 134.62 88.9) (xy 114.3 88.9) + (xy 102.87 142.24) (xy 102.87 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "959b770d-c978-496d-be9b-2bfd2ccbf069") + ) + (wire + (pts + (xy 110.49 91.44) (xy 96.52 91.44) ) (stroke (width 0) @@ -5770,7 +5329,7 @@ ) (wire (pts - (xy 186.69 105.41) (xy 241.3 105.41) + (xy 161.29 105.41) (xy 241.3 105.41) ) (stroke (width 0) @@ -5788,26 +5347,6 @@ ) (uuid "9864f27c-cbbd-43ef-9292-573a2698af79") ) - (wire - (pts - (xy 114.3 100.33) (xy 134.62 100.33) - ) - (stroke - (width 0) - (type default) - ) - (uuid "98fb5e0a-1a18-4fee-9d50-cfe1cba4d0e9") - ) - (wire - (pts - (xy 100.33 137.16) (xy 100.33 142.24) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9912615b-541e-41db-b355-78ad55e542fe") - ) (wire (pts (xy 124.46 19.05) (xy 143.51 19.05) @@ -5830,7 +5369,7 @@ ) (wire (pts - (xy 157.48 118.11) (xy 157.48 110.49) + (xy 132.08 118.11) (xy 132.08 110.49) ) (stroke (width 0) @@ -5858,16 +5397,6 @@ ) (uuid "9e2fe9e4-03c3-497c-882d-6a92f6cce38a") ) - (wire - (pts - (xy 87.63 58.42) (xy 87.63 86.36) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9e54fef2-2940-4453-b4af-3fa6b54e46f8") - ) (wire (pts (xy 66.04 130.81) (xy 69.85 130.81) @@ -5878,16 +5407,6 @@ ) (uuid "9fd7a539-6535-44c7-b770-7fa217bb35ce") ) - (wire - (pts - (xy 267.97 27.94) (xy 265.43 27.94) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a2d791df-0e3e-4683-8c8c-92380726f96c") - ) (wire (pts (xy 55.88 41.91) (xy 55.88 45.72) @@ -5908,16 +5427,6 @@ ) (uuid "a79b6a9d-2612-4587-b476-dc95a6e81371") ) - (wire - (pts - (xy 214.63 57.15) (xy 214.63 59.69) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a8075051-787d-41bd-84a5-74c1cf098dd9") - ) (wire (pts (xy 55.88 41.91) (xy 58.42 41.91) @@ -5990,17 +5499,7 @@ ) (wire (pts - (xy 271.78 71.12) (xy 266.7 71.12) - ) - (stroke - (width 0) - (type default) - ) - (uuid "adf6c2d3-9d6b-4061-b64a-9c8488ee563a") - ) - (wire - (pts - (xy 267.97 36.83) (xy 274.32 36.83) + (xy 262.89 57.15) (xy 259.08 57.15) ) (stroke (width 0) @@ -6038,16 +5537,6 @@ ) (uuid "b73774ef-d66d-47be-898d-4fdb3263fde8") ) - (wire - (pts - (xy 214.63 50.8) (xy 214.63 57.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b7b1c2fb-0635-4f92-861f-57ef9a67b268") - ) (wire (pts (xy 182.88 20.32) (xy 182.88 35.56) @@ -6070,7 +5559,7 @@ ) (wire (pts - (xy 180.34 124.46) (xy 220.98 124.46) + (xy 154.94 124.46) (xy 220.98 124.46) ) (stroke (width 0) @@ -6080,7 +5569,7 @@ ) (wire (pts - (xy 96.52 88.9) (xy 96.52 41.91) + (xy 96.52 91.44) (xy 96.52 41.91) ) (stroke (width 0) @@ -6090,7 +5579,7 @@ ) (wire (pts - (xy 157.48 110.49) (xy 158.75 110.49) + (xy 132.08 110.49) (xy 133.35 110.49) ) (stroke (width 0) @@ -6098,16 +5587,6 @@ ) (uuid "c38e683c-ebe8-4c94-a145-f896288e20c5") ) - (wire - (pts - (xy 97.79 93.98) (xy 97.79 129.54) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c4fd6c7c-bc9e-4de2-a3d8-43d6d6e90c75") - ) (wire (pts (xy 92.71 63.5) (xy 92.71 68.58) @@ -6198,16 +5677,6 @@ ) (uuid "cdd913c6-6e34-4241-9500-fe7b7f4dbdb8") ) - (wire - (pts - (xy 114.3 96.52) (xy 114.3 100.33) - ) - (stroke - (width 0) - (type default) - ) - (uuid "cf5f7e17-6b4b-4de1-bebd-e1df7f645010") - ) (wire (pts (xy 241.3 147.32) (xy 241.3 140.97) @@ -6218,16 +5687,6 @@ ) (uuid "cfa660b4-9168-4cca-ad4e-3a248ddccc32") ) - (wire - (pts - (xy 144.78 91.44) (xy 158.75 91.44) - ) - (stroke - (width 0) - (type default) - ) - (uuid "cff889c9-3a94-4330-aa86-fd19d60226cd") - ) (wire (pts (xy 173.99 45.72) (xy 167.64 45.72) @@ -6250,7 +5709,7 @@ ) (wire (pts - (xy 86.36 85.09) (xy 137.16 85.09) + (xy 80.01 85.09) (xy 137.16 85.09) ) (stroke (width 0) @@ -6258,36 +5717,6 @@ ) (uuid "d425bd39-6fb3-4cf0-a391-a15d36b9e25d") ) - (wire - (pts - (xy 81.28 83.82) (xy 81.28 93.98) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d46df6b6-cbea-4d56-92e7-9bc60e15e00f") - ) - (wire - (pts - (xy 114.3 88.9) (xy 104.14 88.9) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d519fcd5-2397-41ef-b9d4-184f13daebde") - ) - (wire - (pts - (xy 124.46 137.16) (xy 124.46 139.7) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d5b892f9-c3f8-4ab7-acf4-088d8a0ef811") - ) (wire (pts (xy 246.38 143.51) (xy 256.54 143.51) @@ -6298,16 +5727,6 @@ ) (uuid "d6c3aa92-c371-4327-bd75-42a9d9ff4578") ) - (wire - (pts - (xy 279.4 58.42) (xy 271.78 58.42) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d7da5754-1cf5-4c22-85c8-ed028fcb095a") - ) (wire (pts (xy 120.65 63.5) (xy 120.65 76.2) @@ -6340,7 +5759,7 @@ ) (wire (pts - (xy 144.78 50.8) (xy 144.78 91.44) + (xy 133.35 50.8) (xy 133.35 87.63) ) (stroke (width 0) @@ -6350,17 +5769,7 @@ ) (wire (pts - (xy 104.14 97.79) (xy 78.74 97.79) - ) - (stroke - (width 0) - (type default) - ) - (uuid "e28f4210-2d66-4135-86b7-843813357598") - ) - (wire - (pts - (xy 76.2 100.33) (xy 114.3 100.33) + (xy 76.2 99.06) (xy 110.49 99.06) ) (stroke (width 0) @@ -6378,16 +5787,6 @@ ) (uuid "e9512dc2-0e60-48b8-8d08-bebe1130d5d2") ) - (wire - (pts - (xy 274.32 22.86) (xy 274.32 26.67) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ea1ecb3c-0057-4581-a4df-bdb01489b9b2") - ) (wire (pts (xy 96.52 41.91) (xy 124.46 41.91) @@ -6398,36 +5797,6 @@ ) (uuid "ebf2dd98-ecb0-43fa-8653-2d69ddbe3c37") ) - (wire - (pts - (xy 71.12 83.82) (xy 81.28 83.82) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f1e3acf7-4c7b-4a03-a109-811adee95436") - ) - (wire - (pts - (xy 271.78 58.42) (xy 266.7 58.42) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f38a138c-d80d-419d-95f5-64a7829b042b") - ) - (wire - (pts - (xy 101.6 137.16) (xy 100.33 137.16) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f4707c1a-cab5-4eb8-a851-fee1c2838f92") - ) (wire (pts (xy 24.13 177.8) (xy 55.88 177.8) @@ -6450,17 +5819,17 @@ ) (wire (pts - (xy 81.28 93.98) (xy 97.79 93.98) + (xy 271.78 52.07) (xy 259.08 52.07) ) (stroke (width 0) (type default) ) - (uuid "f8bf9229-12f5-4e0b-b66f-0398ad236d6a") + (uuid "f9bb2a41-8487-4ec3-b51f-5c408e0857bf") ) (wire (pts - (xy 76.2 100.33) (xy 76.2 88.9) + (xy 76.2 99.06) (xy 76.2 88.9) ) (stroke (width 0) @@ -6468,16 +5837,6 @@ ) (uuid "fba77b25-f99a-4d1b-811a-0acd0d3d4d0a") ) - (wire - (pts - (xy 104.14 96.52) (xy 104.14 97.79) - ) - (stroke - (width 0) - (type default) - ) - (uuid "fc158086-e119-48ff-80af-8ca7d5dcdf13") - ) (wire (pts (xy 182.88 64.77) (xy 186.69 64.77) @@ -6488,26 +5847,6 @@ ) (uuid "fd7f7e8a-a249-4b1c-ac76-f1290674fe59") ) - (wire - (pts - (xy 87.63 86.36) (xy 222.25 86.36) - ) - (stroke - (width 0) - (type default) - ) - (uuid "fdcc8c14-eaba-46d2-b044-e1084d73aeef") - ) - (wire - (pts - (xy 271.78 77.47) (xy 271.78 71.12) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ff520152-0888-403b-b1da-1bba7821b972") - ) (wire (pts (xy 91.44 29.21) (xy 91.44 66.04) @@ -6519,7 +5858,7 @@ (uuid "fff79fb6-0a70-4ef4-9aed-414a5c03caf2") ) (label "GND" - (at 134.62 95.25 180) + (at 110.49 93.98 180) (fields_autoplaced yes) (effects (font @@ -6530,7 +5869,7 @@ (uuid "218217b3-051d-47a7-9c64-266ceba0256b") ) (label "SCL" - (at 134.62 100.33 180) + (at 110.49 99.06 180) (fields_autoplaced yes) (effects (font @@ -6541,7 +5880,7 @@ (uuid "3b2bfca9-cb44-440e-aa4f-2aa4af1e3bad") ) (label "VCC" - (at 134.62 88.9 180) + (at 110.49 91.44 180) (fields_autoplaced yes) (effects (font @@ -6552,7 +5891,7 @@ (uuid "94268b1c-9c7d-426b-bedf-3cad66f050fe") ) (label "SDA" - (at 134.62 97.79 180) + (at 110.49 96.52 180) (fields_autoplaced yes) (effects (font @@ -6699,72 +6038,6 @@ ) ) ) - (symbol - (lib_id "power:+5V") - (at 124.46 137.16 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "09f54356-87fe-402a-a49f-5248eafda953") - (property "Reference" "#PWR017" - (at 124.46 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 124.46 132.08 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 124.46 137.16 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 124.46 137.16 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"+5V\"" - (at 124.46 137.16 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "85b97541-f312-4ff1-aa4b-71071aa8cd2e") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "#PWR017") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "MCU_Microchip_ATmega:ATmega328P-P") (at 55.88 83.82 0) @@ -6996,7 +6269,7 @@ ) (symbol (lib_id "power:GND") - (at 157.48 118.11 0) + (at 132.08 118.11 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7005,7 +6278,7 @@ (fields_autoplaced yes) (uuid "237459f2-79f7-4dc1-92ab-21faca817370") (property "Reference" "#PWR02" - (at 157.48 124.46 0) + (at 132.08 124.46 0) (effects (font (size 1.27 1.27) @@ -7014,7 +6287,7 @@ ) ) (property "Value" "GND" - (at 157.48 123.19 0) + (at 132.08 123.19 0) (effects (font (size 1.27 1.27) @@ -7022,7 +6295,7 @@ ) ) (property "Footprint" "" - (at 157.48 118.11 0) + (at 132.08 118.11 0) (effects (font (size 1.27 1.27) @@ -7031,7 +6304,7 @@ ) ) (property "Datasheet" "" - (at 157.48 118.11 0) + (at 132.08 118.11 0) (effects (font (size 1.27 1.27) @@ -7040,7 +6313,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 157.48 118.11 0) + (at 132.08 118.11 0) (effects (font (size 1.27 1.27) @@ -7060,79 +6333,6 @@ ) ) ) - (symbol - (lib_id "Sensor_Temperature:DS18B20") - (at 271.78 85.09 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "27dd8837-b0a5-457e-a9eb-137da28445c9") - (property "Reference" "U4" - (at 265.43 83.8199 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "DS18B20" - (at 265.43 86.3599 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92" - (at 246.38 91.44 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "http://datasheets.maximintegrated.com/en/ds/DS18B20.pdf" - (at 267.97 78.74 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Programmable Resolution 1-Wire Digital Thermometer TO-92" - (at 271.78 85.09 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f2e6f645-e8c0-4cb9-adda-18937b579466") - ) - (pin "2" - (uuid "927f43d5-e542-41fb-8a97-9d29f124f7d4") - ) - (pin "3" - (uuid "043b48d8-d191-4058-80fc-25c5aed6ccee") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "U4") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:R_Potentiometer") (at 217.17 38.1 270) @@ -7206,7 +6406,7 @@ ) (symbol (lib_id "Device:R") - (at 182.88 105.41 90) + (at 157.48 105.41 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7215,7 +6415,7 @@ (fields_autoplaced yes) (uuid "33030adf-ef4c-4a52-9af7-20be4fa5dbb1") (property "Reference" "R2" - (at 182.88 99.06 90) + (at 157.48 99.06 90) (effects (font (size 1.27 1.27) @@ -7223,7 +6423,7 @@ ) ) (property "Value" "1K" - (at 182.88 101.6 90) + (at 157.48 101.6 90) (effects (font (size 1.27 1.27) @@ -7231,7 +6431,7 @@ ) ) (property "Footprint" "" - (at 182.88 107.188 90) + (at 157.48 107.188 90) (effects (font (size 1.27 1.27) @@ -7240,7 +6440,7 @@ ) ) (property "Datasheet" "~" - (at 182.88 105.41 0) + (at 157.48 105.41 0) (effects (font (size 1.27 1.27) @@ -7249,7 +6449,7 @@ ) ) (property "Description" "Resistor" - (at 182.88 105.41 0) + (at 157.48 105.41 0) (effects (font (size 1.27 1.27) @@ -7408,7 +6608,7 @@ ) (symbol (lib_id "power:GND") - (at 129.54 105.41 0) + (at 105.41 104.14 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7417,7 +6617,7 @@ (fields_autoplaced yes) (uuid "45ebea22-3d67-43d7-8d94-e1b7d9094eeb") (property "Reference" "#PWR014" - (at 129.54 111.76 0) + (at 105.41 110.49 0) (effects (font (size 1.27 1.27) @@ -7426,7 +6626,7 @@ ) ) (property "Value" "GND" - (at 129.54 110.49 0) + (at 105.41 109.22 0) (effects (font (size 1.27 1.27) @@ -7434,7 +6634,7 @@ ) ) (property "Footprint" "" - (at 129.54 105.41 0) + (at 105.41 104.14 0) (effects (font (size 1.27 1.27) @@ -7443,7 +6643,7 @@ ) ) (property "Datasheet" "" - (at 129.54 105.41 0) + (at 105.41 104.14 0) (effects (font (size 1.27 1.27) @@ -7452,7 +6652,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 129.54 105.41 0) + (at 105.41 104.14 0) (effects (font (size 1.27 1.27) @@ -7739,76 +6939,6 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 104.14 92.71 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "58e4d59d-fc56-4fc5-b12c-d5ecee762fe2") - (property "Reference" "R4" - (at 106.68 91.4399 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "4,7K" - (at 106.68 93.9799 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 102.362 92.71 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 104.14 92.71 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 104.14 92.71 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "7da327b9-548d-4c86-b919-faaacdcf4262") - ) - (pin "2" - (uuid "029cf863-d9a6-44e3-99fa-ab5a9c8d47e2") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "R4") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:+5V") (at 232.41 20.32 0) @@ -7875,79 +7005,6 @@ ) ) ) - (symbol - (lib_id "Device:R_Potentiometer") - (at 124.46 143.51 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "649da962-3928-4564-89ac-116cacbf259e") - (property "Reference" "RV2" - (at 121.92 142.2399 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "temperatureset" - (at 121.92 144.7799 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 124.46 143.51 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 124.46 143.51 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Potentiometer" - (at 124.46 143.51 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "2" - (uuid "653313ce-833d-48d3-b3fc-8a02b0264c05") - ) - (pin "3" - (uuid "fdd2d1cd-fabc-4597-acd9-f265ce22602c") - ) - (pin "1" - (uuid "111f99db-72ac-4772-bc76-c2d53a12f79e") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "RV2") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:RotaryEncoder_Switch") (at 92.71 144.78 0) @@ -8609,95 +7666,6 @@ ) ) ) - (symbol - (lib_id "Connector:DE9_Plug") - (at 259.08 66.04 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "98a2ae88-995d-405b-9d0e-74e42fe0259d") - (property "Reference" "J7" - (at 259.08 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "DS18B20" - (at 259.08 50.8 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 259.08 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" " ~" - (at 259.08 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "9-pin male plug pin D-SUB connector" - (at 259.08 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "9" - (uuid "7f94f485-1d84-4e94-a2cf-2662f7aa680c") - ) - (pin "4" - (uuid "fac31dad-007b-4033-84b6-70045340b7e4") - ) - (pin "5" - (uuid "53297bc5-ec5a-40ba-bd3a-737807f2c18c") - ) - (pin "6" - (uuid "68e54a52-f497-4514-b460-e95328fb48a9") - ) - (pin "3" - (uuid "fcae0b3f-4020-4ceb-8c1f-8bbcdcd12c56") - ) - (pin "1" - (uuid "2ed45db4-384d-4570-b306-f78d234a0cac") - ) - (pin "2" - (uuid "7136ed43-f6ab-466b-91a1-0245e0241e74") - ) - (pin "7" - (uuid "cbede029-37d5-4d60-a004-147bccc630c5") - ) - (pin "8" - (uuid "cae0ddda-097c-4fa7-aa05-00a2bdefaba2") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "J7") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:C") (at 116.84 76.2 90) @@ -8910,149 +7878,9 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 271.78 64.77 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "a392ac4a-9fcd-47ea-8a23-51ec829312ac") - (property "Reference" "R12" - (at 274.32 63.4999 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "4.7K" - (at 274.32 66.0399 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 270.002 64.77 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 271.78 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 271.78 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "78eafa13-3fdb-4f45-b691-752327de5c72") - ) - (pin "2" - (uuid "06842077-15b0-4458-acd1-0d7f85390e52") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "R12") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 114.3 92.71 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "a56330ab-e1b4-47ea-9473-be3844f9a4b3") - (property "Reference" "R13" - (at 116.84 91.4399 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "4,7K" - (at 116.84 93.9799 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 112.522 92.71 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 114.3 92.71 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 114.3 92.71 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "2" - (uuid "536ca460-8b89-4464-a993-b1324c9163c3") - ) - (pin "1" - (uuid "cafe7517-8665-4f5d-8d93-7d5b481109c7") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "R13") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Connector:DE9_Plug") - (at 237.49 62.23 0) + (at 232.41 62.23 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9061,7 +7889,7 @@ (fields_autoplaced yes) (uuid "aefbffc4-e9ab-4ba1-a374-0729cab8f870") (property "Reference" "J3" - (at 242.57 60.9599 0) + (at 237.49 60.9599 0) (effects (font (size 1.27 1.27) @@ -9070,7 +7898,7 @@ ) ) (property "Value" "DE9_Plug" - (at 242.57 63.4999 0) + (at 237.49 63.4999 0) (effects (font (size 1.27 1.27) @@ -9079,7 +7907,7 @@ ) ) (property "Footprint" "Connector_Dsub:DSUB-9_Male_Vertical_P2.77x2.84mm" - (at 237.49 62.23 0) + (at 232.41 62.23 0) (effects (font (size 1.27 1.27) @@ -9088,7 +7916,7 @@ ) ) (property "Datasheet" " ~" - (at 237.49 62.23 0) + (at 232.41 62.23 0) (effects (font (size 1.27 1.27) @@ -9097,7 +7925,7 @@ ) ) (property "Description" "9-pin male plug pin D-SUB connector" - (at 237.49 62.23 0) + (at 232.41 62.23 0) (effects (font (size 1.27 1.27) @@ -9387,7 +8215,7 @@ ) (symbol (lib_id "Connector:Conn_01x04_Socket") - (at 139.7 95.25 0) + (at 115.57 93.98 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9396,7 +8224,7 @@ (fields_autoplaced yes) (uuid "bc884d18-9180-48ae-9b74-6c07cc333606") (property "Reference" "J5" - (at 140.97 95.2499 0) + (at 116.84 93.9799 0) (effects (font (size 1.27 1.27) @@ -9405,7 +8233,7 @@ ) ) (property "Value" "LCD-Display" - (at 140.97 97.7899 0) + (at 116.84 96.5199 0) (effects (font (size 1.27 1.27) @@ -9414,7 +8242,7 @@ ) ) (property "Footprint" "Connector:FanPinHeader_1x04_P2.54mm_Vertical" - (at 139.7 95.25 0) + (at 115.57 93.98 0) (effects (font (size 1.27 1.27) @@ -9423,7 +8251,7 @@ ) ) (property "Datasheet" "~" - (at 139.7 95.25 0) + (at 115.57 93.98 0) (effects (font (size 1.27 1.27) @@ -9432,7 +8260,7 @@ ) ) (property "Description" "Generic connector, single row, 01x04, script generated" - (at 139.7 95.25 0) + (at 115.57 93.98 0) (effects (font (size 1.27 1.27) @@ -9529,7 +8357,7 @@ ) (symbol (lib_id "Device:R") - (at 158.75 95.25 0) + (at 133.35 91.44 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9538,7 +8366,7 @@ (fields_autoplaced yes) (uuid "c178c5d3-19d4-405c-9324-74fc1b62ed12") (property "Reference" "R1" - (at 161.29 93.9799 0) + (at 135.89 90.1699 0) (effects (font (size 1.27 1.27) @@ -9547,7 +8375,7 @@ ) ) (property "Value" "330" - (at 161.29 96.5199 0) + (at 135.89 92.7099 0) (effects (font (size 1.27 1.27) @@ -9556,7 +8384,7 @@ ) ) (property "Footprint" "" - (at 156.972 95.25 90) + (at 131.572 91.44 90) (effects (font (size 1.27 1.27) @@ -9565,7 +8393,7 @@ ) ) (property "Datasheet" "~" - (at 158.75 95.25 0) + (at 133.35 91.44 0) (effects (font (size 1.27 1.27) @@ -9574,7 +8402,7 @@ ) ) (property "Description" "Resistor" - (at 158.75 95.25 0) + (at 133.35 91.44 0) (effects (font (size 1.27 1.27) @@ -9769,7 +8597,7 @@ ) (symbol (lib_id "Sensor_Temperature:PT100") - (at 274.32 30.48 0) + (at 271.78 57.15 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9778,7 +8606,7 @@ (fields_autoplaced yes) (uuid "d19b58b8-226a-4ea4-9a3d-df09e5c04569") (property "Reference" "TH1" - (at 276.86 29.5274 0) + (at 274.32 56.1974 0) (effects (font (size 1.27 1.27) @@ -9787,7 +8615,7 @@ ) ) (property "Value" "PT100" - (at 276.86 32.0674 0) + (at 274.32 58.7374 0) (effects (font (size 1.27 1.27) @@ -9796,7 +8624,7 @@ ) ) (property "Footprint" "" - (at 274.32 29.21 0) + (at 271.78 55.88 0) (effects (font (size 1.27 1.27) @@ -9805,7 +8633,7 @@ ) ) (property "Datasheet" "https://www.heraeus.com/media/media/group/doc_group/products_1/hst/sot_to/de_15/to_92_d.pdf" - (at 274.32 29.21 0) + (at 271.78 55.88 0) (effects (font (size 1.27 1.27) @@ -9814,7 +8642,7 @@ ) ) (property "Description" "PT100 platinum temperature sensor (RTD)" - (at 274.32 30.48 0) + (at 271.78 57.15 0) (effects (font (size 1.27 1.27) @@ -9839,7 +8667,7 @@ ) (symbol (lib_id "Connector:DE9_Plug") - (at 257.81 33.02 180) + (at 251.46 62.23 180) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9848,15 +8676,15 @@ (fields_autoplaced yes) (uuid "d48821f9-8339-47ec-9018-65b3b58d5a01") (property "Reference" "J4" - (at 257.81 15.24 0) + (at 251.46 44.45 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "PT100" - (at 257.81 17.78 0) + (property "Value" "DE9_Plug" + (at 251.46 46.99 0) (effects (font (size 1.27 1.27) @@ -9864,7 +8692,7 @@ ) ) (property "Footprint" "Connector_Dsub:DSUB-9_Female_Vertical_P2.77x2.84mm" - (at 257.81 33.02 0) + (at 251.46 62.23 0) (effects (font (size 1.27 1.27) @@ -9873,7 +8701,7 @@ ) ) (property "Datasheet" " ~" - (at 257.81 33.02 0) + (at 251.46 62.23 0) (effects (font (size 1.27 1.27) @@ -9882,7 +8710,7 @@ ) ) (property "Description" "9-pin male plug pin D-SUB connector" - (at 257.81 33.02 0) + (at 251.46 62.23 0) (effects (font (size 1.27 1.27) @@ -10198,75 +9026,9 @@ ) ) ) - (symbol - (lib_id "power:GND") - (at 124.46 153.67 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "de7b4a48-7070-4185-9734-aa9a3a08ba8d") - (property "Reference" "#PWR018" - (at 124.46 160.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 124.46 158.75 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 124.46 153.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 124.46 153.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 124.46 153.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "c7f69e1e-6478-4e2a-9e2f-f6ba53b5a0a0") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "#PWR018") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:+5V") - (at 214.63 50.8 0) + (at 214.63 59.69 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10275,7 +9037,7 @@ (fields_autoplaced yes) (uuid "e36e6299-ea2e-40a3-b87c-9452a555acff") (property "Reference" "#PWR08" - (at 214.63 54.61 0) + (at 214.63 63.5 0) (effects (font (size 1.27 1.27) @@ -10284,7 +9046,7 @@ ) ) (property "Value" "+5V" - (at 214.63 45.72 0) + (at 214.63 54.61 0) (effects (font (size 1.27 1.27) @@ -10292,7 +9054,7 @@ ) ) (property "Footprint" "" - (at 214.63 50.8 0) + (at 214.63 59.69 0) (effects (font (size 1.27 1.27) @@ -10301,7 +9063,7 @@ ) ) (property "Datasheet" "" - (at 214.63 50.8 0) + (at 214.63 59.69 0) (effects (font (size 1.27 1.27) @@ -10310,7 +9072,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+5V\"" - (at 214.63 50.8 0) + (at 214.63 59.69 0) (effects (font (size 1.27 1.27) @@ -10332,7 +9094,7 @@ ) (symbol (lib_id "Relay_SolidState:MOC3021M") - (at 166.37 107.95 0) + (at 140.97 107.95 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10341,7 +9103,7 @@ (fields_autoplaced yes) (uuid "ec02c9cf-d68c-463d-ae30-6352d0783fb9") (property "Reference" "U3" - (at 166.37 99.06 0) + (at 140.97 99.06 0) (effects (font (size 1.27 1.27) @@ -10349,7 +9111,7 @@ ) ) (property "Value" "MOC3021M" - (at 166.37 101.6 0) + (at 140.97 101.6 0) (effects (font (size 1.27 1.27) @@ -10357,7 +9119,7 @@ ) ) (property "Footprint" "Package_DIP:DIP-6_W7.62mm" - (at 161.29 113.03 0) + (at 135.89 113.03 0) (effects (font (size 1.27 1.27) @@ -10368,7 +9130,7 @@ ) ) (property "Datasheet" "https://www.onsemi.com/pub/Collateral/MOC3023M-D.PDF" - (at 166.37 107.95 0) + (at 140.97 107.95 0) (effects (font (size 1.27 1.27) @@ -10378,7 +9140,7 @@ ) ) (property "Description" "Random Phase Opto-Triac, Vdrm 400V, Ift 15mA, DIP6" - (at 166.37 107.95 0) + (at 140.97 107.95 0) (effects (font (size 1.27 1.27)