diff --git a/README.md b/README.md index 7cfd093..2b90e05 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # weckkubator -Weck(topf)-(In)kubator \ No newline at end of file +Weck(topf)-(In)kubator + +Control box: +![](/images/weckkubator_v1.x_small.JPG) + + + +Testrun with yoghurt: +![](/images/wecktopf_joghurt_small.JPG) \ No newline at end of file diff --git a/firmware/weckkubator/weckkubator.ino b/firmware/weckkubator/weckkubator.ino index 89ad8b9..b647ed3 100644 --- a/firmware/weckkubator/weckkubator.ino +++ b/firmware/weckkubator/weckkubator.ino @@ -1,13 +1,12 @@ /* Weckkubator - Weck(topf)-(In)kubator * - * Version 1.1.0 + * Version 0.1.0 * * Fliegerjohn - 06.05.2024 - * - * Have fun! */ + #include // Support for I2C --> LCD #include // Support for PCF8574 --> LCD #include // 1-Wiresupport for DS18B20 @@ -15,8 +14,8 @@ #include // PID-Controller #define ONE_WIRE_BUS 10 // Enable 1-Wirebus on digital 10 (PB2 - Pin16) -#define fan 8 // Fan for cooling the Triac -#define wecktopf 9 // Triac for wecktopf +#define fan 8 +#define wecktopf 9 LiquidCrystal_I2C lcd(0x3F,20,4); // declare LCD OneWire oneWire(ONE_WIRE_BUS); // declare 1-Wirebus @@ -34,8 +33,6 @@ unsigned long windowStartTime; // Temp adjustment float tempset; int poti; -int potiold; -int poticlean; // time unsigned long previousMillis; @@ -76,7 +73,7 @@ void setup() { myPID.SetMode(AUTOMATIC); //turn on the PID // Greetings - lcd.print("Weckkubator 1.1.0"); + lcd.print("Weckkubator 0.1.0"); delay(3000); @@ -87,16 +84,14 @@ void setup() { void loop() { - // read temp - readtemp(); - // run pid pid(); - // update LCD all 250ms + // update LCD unsigned long currentMillis = millis(); if (currentMillis - previousMillis >= 250) { settemp(); + readtemp(); lcdoutput(); previousMillis = currentMillis; } @@ -107,7 +102,6 @@ void loop() { else digitalWrite(fan, LOW); previousMillisFan = currentMillis; } - } //------------------------------------------ @@ -134,14 +128,13 @@ void readtemp() { sensors.requestTemperatures(); watertemp = sensors.getTempCByIndex(0); - if (watertemp == -127.00) missingsensor(); // print error if temp -127 (sensor not detected) + if (watertemp == -127.00) missingsensor(); } //------------------------------------------ // LCD output void lcdoutput() { - // Output temperatureset lcd.setCursor(8, 1); lcd.print(pidset); @@ -164,15 +157,11 @@ void lcdoutput() { //------------------------------------------ -// Read Poti and calculate the settemp +// Read Poti void settemp() { - poti = analogRead(A3); - poticlean = ((potiold+poti)/2); // Make average with last value so the tempset will not jump to much - tempset = (20+(poticlean*0.04)); - potiold = poti; + tempset = (20+(poti*0.04)); - // jump to 80 degrees if tempset above 51 degrees. if (tempset <= 50) { pidset = tempset; } @@ -186,28 +175,22 @@ void settemp() { //------------------------------------------ // Missing Sensor void missingsensor() { - - // turn of all output to stop heating + // turn of all output digitalWrite(wecktopf, LOW); digitalWrite(fan, LOW); // Clear LCD - lcd.clear(); + lcd.clear(); - // keep in loop until it reads a valid temp do { - // print errormessage lcd.setCursor(0, 0); lcd.print("Error:"); lcd.setCursor(0, 1); lcd.print("Missing Sensor"); - // read sensor sensors.requestTemperatures(); watertemp = sensors.getTempCByIndex(0); - } while (watertemp == -127.00); - // set back the display setupdisplay(); } diff --git a/hardware/weckkubator/weckkubator.kicad_sch b/hardware/weckkubator/weckkubator.kicad_sch index bb8b35c..07f3ae7 100644 --- a/hardware/weckkubator/weckkubator.kicad_sch +++ b/hardware/weckkubator/weckkubator.kicad_sch @@ -6,11 +6,400 @@ (paper "A4") (title_block (title "Temperatursteuerung für Einwecktopf") - (date "2024-05-07") - (rev "v1.x") - (company "Fliegerjohn") + (date "2024-04-06") + (rev "v1") + (company "Jonathan") ) (lib_symbols + (symbol "Amplifier_Operational:LM324" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM324" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at -1.27 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2902-n.pdf" + (at 1.27 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Quad-Operational Amplifiers, DIP-14/SOIC-14/SSOP-14" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "quad opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x8.7mm*P1.27mm* DIP*W7.62mm* TSSOP*4.4x5mm*P0.65mm* SSOP*5.3x6.2mm*P0.65mm* MSOP*3x3mm*P0.5mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LM324_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM324_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM324_3_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM324_4_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM324_5_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) (symbol "Connector:AVR-ISP-6" (pin_names (offset 1.016) @@ -1929,6 +2318,391 @@ ) ) ) + (symbol "Device:RotaryEncoder_Switch" + (pin_names + (offset 0.254) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "SW" + (at 0 6.604 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "RotaryEncoder_Switch" + (at 0 -6.604 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -3.81 4.064 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 6.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Rotary encoder, dual channel, incremental quadrate outputs, with switch" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "rotary switch encoder switch push button" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "RotaryEncoder*Switch*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "RotaryEncoder_Switch_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.81 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.381 0) + (radius 1.905) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.381 2.667) + (mid -3.0988 -0.0635) + (end -0.381 -2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.635 -1.778) (xy -0.635 1.778) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.381 -1.778) (xy -0.381 1.778) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.127 1.778) (xy -0.127 -1.778) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 0) (xy 3.429 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 1.016) (xy 3.81 -1.016) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 -2.54) (xy -3.81 -2.54) (xy -3.81 -2.032) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 2.54) (xy -3.81 2.54) (xy -3.81 2.032) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 -3.048) (xy -0.508 -2.794) (xy 0.127 -2.413) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 2.921) (xy -0.508 2.667) (xy 0.127 2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 -2.54) (xy 4.318 -2.54) (xy 4.318 -1.016) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 2.54) (xy 4.318 2.54) (xy 4.318 1.016) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 0) (xy -3.81 0) (xy -3.81 -1.016) (xy -3.302 -2.032) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -4.318 0) (xy -3.81 0) (xy -3.81 1.016) (xy -3.302 2.032) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 4.318 -1.016) + (radius 0.127) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 4.318 1.016) + (radius 0.127) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "RotaryEncoder_Switch_1_1" + (pin passive line + (at -7.62 2.54 0) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 -2.54 0) + (length 2.54) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 0 0) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 2.54) + (name "S1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 2.54) + (name "S2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) (symbol "MCU_Microchip_ATmega:ATmega328P-P" (exclude_from_sim no) (in_bom yes) @@ -2517,212 +3291,6 @@ ) ) ) - (symbol "Motor:Fan" - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "M" - (at 2.54 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Fan" - (at 2.54 -2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left top) - ) - ) - (property "Footprint" "" - (at 0 0.254 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0.254 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Fan" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "Fan Motor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "PinHeader*P2.54mm* TerminalBlock*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Fan_0_1" - (arc - (start -2.54 -0.508) - (mid 0.0028 0.9121) - (end 0 3.81) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 -5.08) (xy 0 -4.572) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 -2.2352) (xy 0 -2.6416) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 4.2672) (xy 0 4.6228) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 4.572) (xy 0 5.08) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 0 1.016) - (radius 3.2512) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 3.81) - (mid 0.053 0.921) - (end 2.54 -0.508) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 2.54 -0.508) - (mid 0 1.0618) - (end -2.54 -0.508) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "Fan_1_1" - (pin passive line - (at 0 7.62 270) - (length 2.54) - (name "+" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -5.08 90) - (length 2.54) - (name "-" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) (symbol "Relay_SolidState:MOC3021M" (exclude_from_sim no) (in_bom yes) @@ -3302,6 +3870,260 @@ ) ) ) + (symbol "Sensor_Temperature:PT100" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "TH" + (at -4.445 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PT100" + (at 3.175 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.heraeus.com/media/media/group/doc_group/products_1/hst/sot_to/de_15/to_92_d.pdf" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "PT100 platinum temperature sensor (RTD)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "platinum temperature sensor RTD" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO?92* PIN?ARRAY* bornier* Terminal?Block* SOD70* R*1206* R*0805*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PT100_0_1" + (arc + (start -3.048 2.159) + (mid -3.0495 2.3143) + (end -3.175 2.413) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -3.048 2.159) + (mid -2.9736 1.9794) + (end -2.794 1.905) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -3.048 2.794) + (mid -2.9736 2.6144) + (end -2.794 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -2.794 1.905) + (mid -2.6144 1.9794) + (end -2.54 2.159) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -2.794 2.54) + (mid -2.4393 2.5587) + (end -2.159 2.794) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -2.794 3.048) + (mid -2.9736 2.9736) + (end -3.048 2.794) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -2.54 2.794) + (mid -2.6144 2.9736) + (end -2.794 3.048) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.016 2.54) + (end 1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 2.159) (xy -2.54 2.794) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.54) (xy -1.778 1.524) (xy 1.778 -1.524) (xy 1.778 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -3.683) (xy -2.54 -1.397) (xy -2.794 -2.159) (xy -2.286 -2.159) (xy -2.54 -1.397) (xy -2.54 -1.651) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -1.778 -3.683) (xy -1.778 -1.397) (xy -2.032 -2.159) (xy -1.524 -2.159) (xy -1.778 -1.397) + (xy -1.778 -1.651) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "PT100_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) (symbol "Triac_Thyristor:BT138-600" (pin_names (offset 0) @@ -3860,6 +4682,12 @@ (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) @@ -3872,12 +4700,30 @@ (color 0 0 0 0) (uuid "1e09a39a-aa03-44c3-84ef-b82d5eb65d3c") ) + (junction + (at 232.41 38.1) + (diameter 0) + (color 0 0 0 0) + (uuid "22abd001-1d7a-4fa0-b077-f5343aa33b6c") + ) + (junction + (at 214.63 67.31) + (diameter 0) + (color 0 0 0 0) + (uuid "333a5aac-28fa-4ebb-878f-72790822a7d0") + ) (junction (at 102.87 71.12) (diameter 0) (color 0 0 0 0) (uuid "38945bc5-d66f-462d-9472-e5bf73304f8d") ) + (junction + (at 205.74 38.1) + (diameter 0) + (color 0 0 0 0) + (uuid "3c142e11-598f-44c5-b386-53197e992cd0") + ) (junction (at 58.42 41.91) (diameter 0) @@ -3891,11 +4737,29 @@ (uuid "45919cdb-156c-42ae-925f-9b6d1ed899d3") ) (junction - (at 243.84 140.97) + (at 167.64 62.23) + (diameter 0) + (color 0 0 0 0) + (uuid "490e369b-be6f-4ab6-b94d-37dd9390ffe3") + ) + (junction + (at 241.3 140.97) (diameter 0) (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) + (color 0 0 0 0) + (uuid "5b5e996c-5ed0-42e9-bc82-aa9d4bb648ae") + ) (junction (at 120.65 76.2) (diameter 0) @@ -3909,34 +4773,34 @@ (uuid "68919abb-c4a6-4f6b-b009-7dbffd6669ac") ) (junction - (at 177.8 91.44) + (at 100.33 137.16) (diameter 0) (color 0 0 0 0) - (uuid "6f4606a2-eb86-4317-a226-59fac47e339b") + (uuid "6f7152fc-bab0-40fa-b37c-09de768e00b6") ) (junction - (at 248.92 143.51) + (at 212.09 67.31) (diameter 0) (color 0 0 0 0) - (uuid "780838f2-6798-4cdd-a682-74ddfd96b96c") + (uuid "76d6f6f7-63ba-47b2-bd1e-be2b66a04c80") ) (junction - (at 156.21 139.7) + (at 182.88 45.72) (diameter 0) (color 0 0 0 0) - (uuid "98ce5616-8227-4ef3-a6f5-1d70b7f8e1e4") + (uuid "8a10bf78-a707-4e65-83b4-34e2625a22ce") ) (junction - (at 196.85 114.3) + (at 195.58 64.77) (diameter 0) (color 0 0 0 0) - (uuid "a243ccc1-ec4d-48ad-b384-e7dc40bda1d6") + (uuid "91200d7a-3109-4f89-b299-0e2f02af710a") ) (junction - (at 149.86 118.11) + (at 55.88 130.81) (diameter 0) (color 0 0 0 0) - (uuid "b01a70d6-3a81-40e3-b082-b472aac110df") + (uuid "b97d6399-e371-4895-9411-2bb4e85c93d3") ) (junction (at 96.52 41.91) @@ -3944,12 +4808,6 @@ (color 0 0 0 0) (uuid "bcf1777a-15c0-430f-915f-0ba31329c313") ) - (junction - (at 243.84 116.84) - (diameter 0) - (color 0 0 0 0) - (uuid "c058365a-e45e-46e8-aa68-5f4155d78d6c") - ) (junction (at 102.87 63.5) (diameter 0) @@ -3969,40 +4827,30 @@ (uuid "e78e6551-c0b2-4813-ada8-36864cbf2903") ) (junction - (at 226.06 116.84) + (at 182.88 35.56) (diameter 0) (color 0 0 0 0) - (uuid "f0a3bd27-d4ca-432d-be7c-47cb22f454a9") + (uuid "f1b5dddc-d6ef-4616-9a88-63c5aa52501d") ) (junction - (at 187.96 128.27) + (at 212.09 74.93) (diameter 0) (color 0 0 0 0) - (uuid "fcda46b5-6fa2-44bd-a015-ef90daeb0fc8") + (uuid "f22f63c6-c00e-4e99-9588-d21656e85ac4") ) (wire (pts - (xy 139.7 118.11) (xy 149.86 118.11) + (xy 85.09 104.14) (xy 71.12 104.14) ) (stroke (width 0) (type default) ) - (uuid "020adf1a-a331-4e53-bfe1-c7ce2999b9db") + (uuid "00d32752-cea7-4338-9820-ad3293dd2adb") ) (wire (pts - (xy 158.75 118.11) (xy 149.86 118.11) - ) - (stroke - (width 0) - (type default) - ) - (uuid "03b1f1ee-f56b-4376-a537-d108449be975") - ) - (wire - (pts - (xy 213.36 105.41) (xy 218.44 105.41) + (xy 173.99 105.41) (xy 179.07 105.41) ) (stroke (width 0) @@ -4012,23 +4860,13 @@ ) (wire (pts - (xy 149.86 125.73) (xy 149.86 128.27) + (xy 182.88 38.1) (xy 182.88 35.56) ) (stroke (width 0) (type default) ) - (uuid "0809a361-759a-4034-94dd-e9d25cceb879") - ) - (wire - (pts - (xy 187.96 162.56) (xy 224.79 162.56) - ) - (stroke - (width 0) - (type default) - ) - (uuid "08847034-3c12-47ec-943f-d3566e07adf9") + (uuid "0ad3db6c-e5ea-4219-aba5-d32e528c211b") ) (wire (pts @@ -4042,7 +4880,7 @@ ) (wire (pts - (xy 55.88 121.92) (xy 55.88 177.8) + (xy 55.88 130.81) (xy 55.88 177.8) ) (stroke (width 0) @@ -4062,7 +4900,7 @@ ) (wire (pts - (xy 96.52 93.98) (xy 96.52 115.57) + (xy 128.27 143.51) (xy 128.27 129.54) ) (stroke (width 0) @@ -4070,6 +4908,16 @@ ) (uuid "10839c60-41a2-4345-8bc5-2777faf694bb") ) + (wire + (pts + (xy 201.93 20.32) (xy 182.88 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1165ed91-8240-459e-a66f-ef30cfddd0f4") + ) (wire (pts (xy 280.67 55.88) (xy 266.7 55.88) @@ -4080,6 +4928,26 @@ ) (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) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1893ccb0-d749-45d4-aff1-4827996164d1") + ) (wire (pts (xy 71.12 58.42) (xy 87.63 58.42) @@ -4092,17 +4960,27 @@ ) (wire (pts - (xy 224.79 143.51) (xy 224.79 144.78) + (xy 80.01 130.81) (xy 80.01 109.22) ) (stroke (width 0) (type default) ) - (uuid "1b750a7e-d4f5-48d6-af05-68b5b2a1e187") + (uuid "1ca698c7-4fdb-4d22-80df-742f349ccf49") ) (wire (pts - (xy 243.84 140.97) (xy 259.08 140.97) + (xy 220.98 38.1) (xy 232.41 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e5c15d2-60a0-4bb9-8399-6924bf1f233e") + ) + (wire + (pts + (xy 241.3 140.97) (xy 256.54 140.97) ) (stroke (width 0) @@ -4112,7 +4990,7 @@ ) (wire (pts - (xy 226.06 133.35) (xy 226.06 138.43) + (xy 224.79 125.73) (xy 224.79 138.43) ) (stroke (width 0) @@ -4120,6 +4998,16 @@ ) (uuid "1fd7171b-5d98-4744-b976-5b2c95384b08") ) + (wire + (pts + (xy 232.41 36.83) (xy 232.41 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "20cd01cd-a0ab-4e25-86e8-f578184a331f") + ) (wire (pts (xy 27.94 27.94) (xy 55.88 27.94) @@ -4130,6 +5018,46 @@ ) (uuid "219910f4-617e-47d8-b3a7-43e153b54ada") ) + (wire + (pts + (xy 200.66 33.02) (xy 201.93 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "227932b1-6cfb-4c32-ac07-63984000c07f") + ) + (wire + (pts + (xy 194.31 64.77) (xy 195.58 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "22a84d44-5e91-43da-8610-954a3182dd56") + ) + (wire + (pts + (xy 55.88 130.81) (xy 58.42 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "232b907a-be0a-4f4d-8d4f-8304ef4604d0") + ) + (wire + (pts + (xy 205.74 44.45) (xy 205.74 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2377b6e3-d9e9-4fd3-9964-e7f9739040e9") + ) (wire (pts (xy 271.78 68.58) (xy 271.78 71.12) @@ -4140,16 +5068,6 @@ ) (uuid "24619309-a617-4f63-a7b8-3a5ad604dabc") ) - (wire - (pts - (xy 224.79 57.15) (xy 229.87 57.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "24923789-20fb-4cb2-a153-8a3585b9816a") - ) (wire (pts (xy 222.25 69.85) (xy 222.25 86.36) @@ -4162,13 +5080,13 @@ ) (wire (pts - (xy 203.2 128.27) (xy 203.2 116.84) + (xy 212.09 74.93) (xy 212.09 78.74) ) (stroke (width 0) (type default) ) - (uuid "266f2ad2-5787-46a3-b6f0-00797a169d9f") + (uuid "297d1314-f15a-4052-bbde-c810d68e8b1b") ) (wire (pts @@ -4192,7 +5110,7 @@ ) (wire (pts - (xy 102.87 50.8) (xy 144.78 50.8) + (xy 92.71 50.8) (xy 144.78 50.8) ) (stroke (width 0) @@ -4202,7 +5120,7 @@ ) (wire (pts - (xy 229.87 72.39) (xy 229.87 78.74) + (xy 229.87 72.39) (xy 229.87 74.93) ) (stroke (width 0) @@ -4222,23 +5140,23 @@ ) (wire (pts - (xy 224.79 53.34) (xy 224.79 57.15) + (xy 95.25 101.6) (xy 95.25 137.16) ) (stroke (width 0) (type default) ) - (uuid "2d1527da-fad2-499f-b9bb-01cb63103b77") + (uuid "2cf0e007-79bc-42b0-a518-39584efa8445") ) (wire (pts - (xy 177.8 91.44) (xy 198.12 91.44) + (xy 85.09 142.24) (xy 85.09 104.14) ) (stroke (width 0) (type default) ) - (uuid "320eafd6-bfda-43a7-9c00-3601aade3e60") + (uuid "2fb4d0fc-afde-4ef0-894e-d59325ebedec") ) (wire (pts @@ -4270,6 +5188,16 @@ ) (uuid "33f2b4d4-e814-4de9-83f9-ae2274ce2330") ) + (wire + (pts + (xy 71.12 109.22) (xy 80.01 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "341998b0-602f-42d9-afea-91d85cade7b2") + ) (wire (pts (xy 222.25 69.85) (xy 229.87 69.85) @@ -4282,7 +5210,7 @@ ) (wire (pts - (xy 92.71 119.38) (xy 92.71 125.73) + (xy 124.46 147.32) (xy 124.46 153.67) ) (stroke (width 0) @@ -4292,7 +5220,37 @@ ) (wire (pts - (xy 256.54 121.92) (xy 248.92 121.92) + (xy 82.55 106.68) (xy 71.12 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "396ace1f-d677-495f-9c52-40a8fe03def5") + ) + (wire + (pts + (xy 100.33 147.32) (xy 102.87 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3aa97aaf-f1a1-4c8b-adf4-b9f1f8c3f2cf") + ) + (wire + (pts + (xy 195.58 64.77) (xy 195.58 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3bb0d86a-af19-4978-a495-fc46ee85e1de") + ) + (wire + (pts + (xy 254 121.92) (xy 246.38 121.92) ) (stroke (width 0) @@ -4310,16 +5268,6 @@ ) (uuid "3cea3ae8-18cd-46ae-bf95-123eb169e7c2") ) - (wire - (pts - (xy 100.33 48.26) (xy 158.75 48.26) - ) - (stroke - (width 0) - (type default) - ) - (uuid "3e1be4cc-2dba-470b-8c27-43d3d6ee71e0") - ) (wire (pts (xy 90.17 63.5) (xy 71.12 63.5) @@ -4330,6 +5278,46 @@ ) (uuid "3e6a254f-e839-4538-bcc2-8fd99cb848bb") ) + (wire + (pts + (xy 217.17 44.45) (xy 205.74 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "407b433d-0643-4181-b1c0-6f3e7abd5da5") + ) + (wire + (pts + (xy 201.93 33.02) (xy 201.93 20.32) + ) + (stroke + (width 0) + (type default) + ) + (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) + ) + (stroke + (width 0) + (type default) + ) + (uuid "419f6ed4-9c8d-4d5c-8fca-0c767b2285a0") + ) (wire (pts (xy 280.67 92.71) (xy 280.67 55.88) @@ -4350,6 +5338,16 @@ ) (uuid "44292e8d-5f97-452b-8b93-a2c18ca20409") ) + (wire + (pts + (xy 77.47 130.81) (xy 80.01 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "44e644dc-2b56-4c9c-8a5b-45927c2f1722") + ) (wire (pts (xy 271.78 58.42) (xy 271.78 60.96) @@ -4362,7 +5360,7 @@ ) (wire (pts - (xy 213.36 110.49) (xy 219.71 110.49) + (xy 173.99 110.49) (xy 180.34 110.49) ) (stroke (width 0) @@ -4372,17 +5370,37 @@ ) (wire (pts - (xy 158.75 48.26) (xy 158.75 118.11) + (xy 274.32 36.83) (xy 274.32 34.29) ) (stroke (width 0) (type default) ) - (uuid "469f0375-2c91-4f9a-9af1-ac4a8c82beaa") + (uuid "468f4323-b88e-4e84-b960-cbe9efe44f95") ) (wire (pts - (xy 219.71 110.49) (xy 219.71 132.08) + (xy 182.88 45.72) (xy 181.61 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "489fb0f6-9c2d-4dcd-8490-d2080a5d9103") + ) + (wire + (pts + (xy 55.88 130.81) (xy 55.88 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4b2f4a82-1381-4e8f-9c65-3ed229ba53e9") + ) + (wire + (pts + (xy 180.34 110.49) (xy 180.34 124.46) ) (stroke (width 0) @@ -4392,7 +5410,7 @@ ) (wire (pts - (xy 198.12 99.06) (xy 198.12 105.41) + (xy 158.75 99.06) (xy 158.75 105.41) ) (stroke (width 0) @@ -4400,6 +5418,16 @@ ) (uuid "4c9e4027-9a59-4469-9255-d40283d11849") ) + (wire + (pts + (xy 214.63 67.31) (xy 229.87 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4e3a5e98-82e9-4cc4-ba2c-3b59394e5d68") + ) (wire (pts (xy 71.12 86.36) (xy 78.74 86.36) @@ -4412,13 +5440,23 @@ ) (wire (pts - (xy 173.99 133.35) (xy 173.99 144.78) + (xy 267.97 36.83) (xy 267.97 27.94) ) (stroke (width 0) (type default) ) - (uuid "53157ed7-6b4a-4b12-8b10-5ad50a0e24b8") + (uuid "5827bb46-bae4-4d42-8f96-f09730af41b8") + ) + (wire + (pts + (xy 210.82 62.23) (xy 210.82 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a5639cd-eb78-464d-a7b2-14393fd2c8ee") ) (wire (pts @@ -4432,7 +5470,17 @@ ) (wire (pts - (xy 226.06 138.43) (xy 259.08 138.43) + (xy 128.27 129.54) (xy 97.79 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "628ef0b7-7c09-4d03-91ac-6bcc892d6024") + ) + (wire + (pts + (xy 224.79 138.43) (xy 256.54 138.43) ) (stroke (width 0) @@ -4442,23 +5490,23 @@ ) (wire (pts - (xy 171.45 133.35) (xy 173.99 133.35) + (xy 182.88 59.69) (xy 182.88 45.72) ) (stroke (width 0) (type default) ) - (uuid "6429d9da-686f-4b2a-8e53-ae799c8fcb60") + (uuid "642341c1-958e-4981-a306-e0c369f6c1cf") ) (wire (pts - (xy 171.45 128.27) (xy 176.53 128.27) + (xy 152.4 64.77) (xy 152.4 62.23) ) (stroke (width 0) (type default) ) - (uuid "66245c86-0d9a-48c6-b963-14bab8445a36") + (uuid "6607a95f-e6f4-41c8-b07c-24a465e99281") ) (wire (pts @@ -4472,13 +5520,13 @@ ) (wire (pts - (xy 156.21 139.7) (xy 156.21 146.05) + (xy 212.09 74.93) (xy 229.87 74.93) ) (stroke (width 0) (type default) ) - (uuid "68c53adc-8dd0-48d7-aa08-b31ac44325aa") + (uuid "6760eff7-5f8b-43e9-b18b-b25c77299104") ) (wire (pts @@ -4492,17 +5540,37 @@ ) (wire (pts - (xy 173.99 144.78) (xy 184.15 144.78) + (xy 205.74 20.32) (xy 205.74 22.86) ) (stroke (width 0) (type default) ) - (uuid "744562f7-0a15-4bbe-869a-15a115095f1f") + (uuid "6d593ead-d67e-4f23-aecc-a767af0006fd") ) (wire (pts - (xy 226.06 116.84) (xy 243.84 116.84) + (xy 152.4 72.39) (xy 152.4 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6d72dc47-fc84-4edd-8552-ce597467b0f9") + ) + (wire + (pts + (xy 195.58 50.8) (xy 195.58 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "735307f9-aea2-4914-8242-e1c05ab3fc39") + ) + (wire + (pts + (xy 224.79 116.84) (xy 241.3 116.84) ) (stroke (width 0) @@ -4510,16 +5578,6 @@ ) (uuid "74e9a5cd-91fa-4a96-9605-7939884a6846") ) - (wire - (pts - (xy 187.96 128.27) (xy 203.2 128.27) - ) - (stroke - (width 0) - (type default) - ) - (uuid "758e9566-3d9f-4b2a-a1b6-a0bf8800557f") - ) (wire (pts (xy 93.98 91.44) (xy 71.12 91.44) @@ -4532,23 +5590,13 @@ ) (wire (pts - (xy 184.15 128.27) (xy 187.96 128.27) + (xy 214.63 57.15) (xy 229.87 57.15) ) (stroke (width 0) (type default) ) - (uuid "793e6d08-2917-4275-b858-0d672daebbb3") - ) - (wire - (pts - (xy 177.8 110.49) (xy 177.8 114.3) - ) - (stroke - (width 0) - (type default) - ) - (uuid "7b387ad6-b374-4321-8462-4f616676918a") + (uuid "7b289609-eae6-4f71-8f2c-460386e44ac2") ) (wire (pts @@ -4562,13 +5610,43 @@ ) (wire (pts - (xy 203.2 116.84) (xy 226.06 116.84) + (xy 224.79 118.11) (xy 224.79 116.84) ) (stroke (width 0) (type default) ) - (uuid "88adfa38-e443-4c70-8605-d9a1b23001b4") + (uuid "7e5bfbf2-86cb-49cd-aeeb-3c9e7e518a47") + ) + (wire + (pts + (xy 86.36 76.2) (xy 86.36 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8229d979-f092-4867-b204-72539cf83e22") + ) + (wire + (pts + (xy 210.82 50.8) (xy 195.58 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8302cccb-24da-4d8f-8dc4-1b4e62cf9e20") + ) + (wire + (pts + (xy 137.16 85.09) (xy 137.16 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "85375d9a-0f09-4275-b6d4-3eebc055024e") ) (wire (pts @@ -4582,13 +5660,33 @@ ) (wire (pts - (xy 187.96 146.05) (xy 187.96 162.56) + (xy 85.09 144.78) (xy 78.74 144.78) ) (stroke (width 0) (type default) ) - (uuid "8d98f196-6885-4629-b5c0-997f839cada6") + (uuid "89b552de-e1d5-444c-99b0-f90a5f6d155b") + ) + (wire + (pts + (xy 265.43 22.86) (xy 274.32 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8d0127b3-8b9f-4376-9aee-a074838f5c86") + ) + (wire + (pts + (xy 241.3 116.84) (xy 241.3 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8e5c3988-f173-4635-ae85-850ad71ee43c") ) (wire (pts @@ -4612,17 +5710,17 @@ ) (wire (pts - (xy 156.21 133.35) (xy 156.21 139.7) + (xy 82.55 147.32) (xy 82.55 106.68) ) (stroke (width 0) (type default) ) - (uuid "916891af-6113-4f20-80fd-00bf07a8f7f6") + (uuid "932ffe85-5c82-4418-8465-faee3b3ac84e") ) (wire (pts - (xy 102.87 50.8) (xy 102.87 55.88) + (xy 92.71 50.8) (xy 92.71 55.88) ) (stroke (width 0) @@ -4630,6 +5728,26 @@ ) (uuid "939127fb-e257-4dc2-8e91-8ed1e0a69f5e") ) + (wire + (pts + (xy 232.41 38.1) (xy 232.41 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "939eed2c-502b-4234-8ddb-df3bfeff96df") + ) + (wire + (pts + (xy 71.12 76.2) (xy 86.36 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "941d40a1-7d3d-4680-81d8-09978c8ceda5") + ) (wire (pts (xy 134.62 88.9) (xy 114.3 88.9) @@ -4642,7 +5760,17 @@ ) (wire (pts - (xy 226.06 105.41) (xy 243.84 105.41) + (xy 102.87 147.32) (xy 102.87 153.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "970d2cec-8e84-466a-937e-acf108976b31") + ) + (wire + (pts + (xy 186.69 105.41) (xy 241.3 105.41) ) (stroke (width 0) @@ -4670,6 +5798,16 @@ ) (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) @@ -4680,16 +5818,6 @@ ) (uuid "99426ad7-d6e7-4214-b596-30e1506671fb") ) - (wire - (pts - (xy 243.84 105.41) (xy 243.84 116.84) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9a6fcacf-41b0-472a-ae57-2e3448321121") - ) (wire (pts (xy 88.9 31.75) (xy 88.9 60.96) @@ -4702,7 +5830,7 @@ ) (wire (pts - (xy 196.85 118.11) (xy 196.85 114.3) + (xy 157.48 118.11) (xy 157.48 110.49) ) (stroke (width 0) @@ -4710,6 +5838,26 @@ ) (uuid "9b212bff-dfc1-42c6-9974-76d0d2dbf2b3") ) + (wire + (pts + (xy 205.74 30.48) (xy 205.74 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9ca4d0b8-529b-4ece-b3b6-2aa595096723") + ) + (wire + (pts + (xy 137.16 62.23) (xy 152.4 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e2fe9e4-03c3-497c-882d-6a92f6cce38a") + ) (wire (pts (xy 87.63 58.42) (xy 87.63 86.36) @@ -4722,13 +5870,23 @@ ) (wire (pts - (xy 177.8 99.06) (xy 177.8 102.87) + (xy 66.04 130.81) (xy 69.85 130.81) ) (stroke (width 0) (type default) ) - (uuid "a2eba1c5-e4ce-48ff-bc0b-d948dc8cf2f9") + (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 @@ -4742,17 +5900,7 @@ ) (wire (pts - (xy 224.79 157.48) (xy 224.79 162.56) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a4e32d82-5ac1-4d93-97bc-7a47bb4b9994") - ) - (wire - (pts - (xy 102.87 55.88) (xy 71.12 55.88) + (xy 92.71 55.88) (xy 71.12 55.88) ) (stroke (width 0) @@ -4760,6 +5908,16 @@ ) (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) @@ -4790,6 +5948,16 @@ ) (uuid "aa097992-3753-465b-8fda-0146c2a9f0c4") ) + (wire + (pts + (xy 182.88 35.56) (xy 185.42 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aba6558b-bc6a-4cf6-b1e4-e0634ad5ceaa") + ) (wire (pts (xy 93.98 26.67) (xy 93.98 91.44) @@ -4800,6 +5968,16 @@ ) (uuid "abe30259-9352-4223-a2aa-0a404e6fd85f") ) + (wire + (pts + (xy 205.74 38.1) (xy 213.36 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ac79f4a4-e13f-417d-b4af-d5c5fff25f5b") + ) (wire (pts (xy 102.87 76.2) (xy 113.03 76.2) @@ -4822,17 +6000,17 @@ ) (wire (pts - (xy 196.85 114.3) (xy 196.85 110.49) + (xy 267.97 36.83) (xy 274.32 36.83) ) (stroke (width 0) (type default) ) - (uuid "b2714148-afc6-4a18-8496-c16c95b3c0f7") + (uuid "aed93d1a-e456-41bf-b806-a80f498554fd") ) (wire (pts - (xy 256.54 116.84) (xy 243.84 116.84) + (xy 254 116.84) (xy 241.3 116.84) ) (stroke (width 0) @@ -4840,6 +6018,16 @@ ) (uuid "b3901e01-eaf5-4bf5-8204-7ba01f8298d4") ) + (wire + (pts + (xy 160.02 62.23) (xy 167.64 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b668dddb-fe2b-4565-8e7f-78097bd84949") + ) (wire (pts (xy 91.44 66.04) (xy 71.12 66.04) @@ -4852,13 +6040,23 @@ ) (wire (pts - (xy 139.7 139.7) (xy 156.21 139.7) + (xy 214.63 50.8) (xy 214.63 57.15) ) (stroke (width 0) (type default) ) - (uuid "b767c3a7-ac56-492d-8027-331604d8e7cf") + (uuid "b7b1c2fb-0635-4f92-861f-57ef9a67b268") + ) + (wire + (pts + (xy 182.88 20.32) (xy 182.88 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bcb98541-9893-4e59-9fac-6e699be77c6f") ) (wire (pts @@ -4872,7 +6070,7 @@ ) (wire (pts - (xy 219.71 132.08) (xy 222.25 132.08) + (xy 180.34 124.46) (xy 220.98 124.46) ) (stroke (width 0) @@ -4892,17 +6090,7 @@ ) (wire (pts - (xy 100.33 53.34) (xy 100.33 48.26) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c2dcde06-979a-40b0-86b7-a4be6b59bc0a") - ) - (wire - (pts - (xy 196.85 110.49) (xy 198.12 110.49) + (xy 157.48 110.49) (xy 158.75 110.49) ) (stroke (width 0) @@ -4912,13 +6100,13 @@ ) (wire (pts - (xy 224.79 143.51) (xy 248.92 143.51) + (xy 97.79 93.98) (xy 97.79 129.54) ) (stroke (width 0) (type default) ) - (uuid "c6c023e6-4702-4678-b51e-106e87e008f3") + (uuid "c4fd6c7c-bc9e-4de2-a3d8-43d6d6e90c75") ) (wire (pts @@ -4932,17 +6120,17 @@ ) (wire (pts - (xy 187.96 128.27) (xy 187.96 138.43) + (xy 195.58 76.2) (xy 195.58 78.74) ) (stroke (width 0) (type default) ) - (uuid "c87986ba-bd23-41f2-998d-aa52cac2403a") + (uuid "c92f52e3-6d91-4afe-9010-60b039e219ac") ) (wire (pts - (xy 248.92 121.92) (xy 248.92 143.51) + (xy 246.38 121.92) (xy 246.38 143.51) ) (stroke (width 0) @@ -4962,7 +6150,7 @@ ) (wire (pts - (xy 243.84 119.38) (xy 243.84 140.97) + (xy 241.3 119.38) (xy 241.3 140.97) ) (stroke (width 0) @@ -4970,16 +6158,6 @@ ) (uuid "ccd7cd35-d5aa-4426-aade-7f31835392d8") ) - (wire - (pts - (xy 139.7 135.89) (xy 139.7 139.7) - ) - (stroke - (width 0) - (type default) - ) - (uuid "cd414ca4-f1f3-456b-85df-cbdd649332d3") - ) (wire (pts (xy 92.71 68.58) (xy 71.12 68.58) @@ -4992,7 +6170,7 @@ ) (wire (pts - (xy 256.54 119.38) (xy 243.84 119.38) + (xy 254 119.38) (xy 241.3 119.38) ) (stroke (width 0) @@ -5002,13 +6180,23 @@ ) (wire (pts - (xy 149.86 128.27) (xy 156.21 128.27) + (xy 210.82 67.31) (xy 212.09 67.31) ) (stroke (width 0) (type default) ) - (uuid "cea87f16-96ec-41de-b8d0-7fcbba5c5bca") + (uuid "cd7e744a-4d29-454e-9e83-b657a0c61001") + ) + (wire + (pts + (xy 78.74 144.78) (xy 78.74 153.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cdd913c6-6e34-4241-9500-fe7b7f4dbdb8") ) (wire (pts @@ -5022,7 +6210,7 @@ ) (wire (pts - (xy 243.84 147.32) (xy 243.84 140.97) + (xy 241.3 147.32) (xy 241.3 140.97) ) (stroke (width 0) @@ -5032,7 +6220,7 @@ ) (wire (pts - (xy 144.78 91.44) (xy 177.8 91.44) + (xy 144.78 91.44) (xy 158.75 91.44) ) (stroke (width 0) @@ -5040,6 +6228,36 @@ ) (uuid "cff889c9-3a94-4330-aa86-fd19d60226cd") ) + (wire + (pts + (xy 173.99 45.72) (xy 167.64 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d26da206-111e-48cd-9a4e-4f651bfec792") + ) + (wire + (pts + (xy 232.41 20.32) (xy 232.41 21.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3091be7-81c6-49d5-85c2-c4e8a082fc15") + ) + (wire + (pts + (xy 86.36 85.09) (xy 137.16 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d425bd39-6fb3-4cf0-a391-a15d36b9e25d") + ) (wire (pts (xy 81.28 83.82) (xy 81.28 93.98) @@ -5062,17 +6280,7 @@ ) (wire (pts - (xy 226.06 116.84) (xy 226.06 125.73) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d5764b22-faaf-4e2d-83ab-c3d6a3a737dd") - ) - (wire - (pts - (xy 92.71 109.22) (xy 92.71 111.76) + (xy 124.46 137.16) (xy 124.46 139.7) ) (stroke (width 0) @@ -5082,7 +6290,7 @@ ) (wire (pts - (xy 248.92 143.51) (xy 259.08 143.51) + (xy 246.38 143.51) (xy 256.54 143.51) ) (stroke (width 0) @@ -5112,13 +6320,13 @@ ) (wire (pts - (xy 177.8 114.3) (xy 196.85 114.3) + (xy 212.09 67.31) (xy 214.63 67.31) ) (stroke (width 0) (type default) ) - (uuid "dc7f2940-d473-4c42-ab38-06ff02e89a85") + (uuid "d86cdfd1-dec3-4cf4-a6b2-d130fc2105d0") ) (wire (pts @@ -5160,6 +6368,26 @@ ) (uuid "e9079003-936e-4f02-8b1b-de55199022dc") ) + (wire + (pts + (xy 200.66 38.1) (xy 205.74 38.1) + ) + (stroke + (width 0) + (type default) + ) + (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) @@ -5170,16 +6398,6 @@ ) (uuid "ebf2dd98-ecb0-43fa-8653-2d69ddbe3c37") ) - (wire - (pts - (xy 139.7 125.73) (xy 139.7 128.27) - ) - (stroke - (width 0) - (type default) - ) - (uuid "efcbbc50-00f9-4197-9ca6-4ce04e4cb342") - ) (wire (pts (xy 71.12 83.82) (xy 81.28 83.82) @@ -5190,16 +6408,6 @@ ) (uuid "f1e3acf7-4c7b-4a03-a109-811adee95436") ) - (wire - (pts - (xy 71.12 53.34) (xy 100.33 53.34) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f276694f-68ca-4044-9c1b-e874a309b095") - ) (wire (pts (xy 271.78 58.42) (xy 266.7 58.42) @@ -5210,6 +6418,16 @@ ) (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) @@ -5222,7 +6440,17 @@ ) (wire (pts - (xy 81.28 93.98) (xy 96.52 93.98) + (xy 167.64 45.72) (xy 167.64 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f843c665-a784-4de1-8cfe-e69bab77f11b") + ) + (wire + (pts + (xy 81.28 93.98) (xy 97.79 93.98) ) (stroke (width 0) @@ -5250,6 +6478,16 @@ ) (uuid "fc158086-e119-48ff-80af-8ca7d5dcdf13") ) + (wire + (pts + (xy 182.88 64.77) (xy 186.69 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd7f7e8a-a249-4b1c-ac76-f1290674fe59") + ) (wire (pts (xy 87.63 86.36) (xy 222.25 86.36) @@ -5461,79 +6699,9 @@ ) ) ) - (symbol - (lib_id "Device:LED") - (at 177.8 106.68 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "07299ca6-561a-4a00-bc35-47c6aeae9c6c") - (property "Reference" "D1" - (at 181.61 106.9974 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "heating" - (at 181.61 109.5374 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "LED_THT:LED_D3.0mm_Clear" - (at 177.8 106.68 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 177.8 106.68 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Light emitting diode" - (at 177.8 106.68 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "8f798a6f-aae7-4b4f-b211-e84c630ab4b1") - ) - (pin "2" - (uuid "14e6cc59-68de-4689-ab33-4379de33d5a9") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "D1") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:+5V") - (at 92.71 109.22 0) + (at 124.46 137.16 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -5542,7 +6710,7 @@ (fields_autoplaced yes) (uuid "09f54356-87fe-402a-a49f-5248eafda953") (property "Reference" "#PWR017" - (at 92.71 113.03 0) + (at 124.46 140.97 0) (effects (font (size 1.27 1.27) @@ -5551,7 +6719,7 @@ ) ) (property "Value" "+5V" - (at 92.71 104.14 0) + (at 124.46 132.08 0) (effects (font (size 1.27 1.27) @@ -5559,7 +6727,7 @@ ) ) (property "Footprint" "" - (at 92.71 109.22 0) + (at 124.46 137.16 0) (effects (font (size 1.27 1.27) @@ -5568,7 +6736,7 @@ ) ) (property "Datasheet" "" - (at 92.71 109.22 0) + (at 124.46 137.16 0) (effects (font (size 1.27 1.27) @@ -5577,7 +6745,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+5V\"" - (at 92.71 109.22 0) + (at 124.46 137.16 0) (effects (font (size 1.27 1.27) @@ -5828,7 +6996,7 @@ ) (symbol (lib_id "power:GND") - (at 196.85 118.11 0) + (at 157.48 118.11 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -5837,7 +7005,7 @@ (fields_autoplaced yes) (uuid "237459f2-79f7-4dc1-92ab-21faca817370") (property "Reference" "#PWR02" - (at 196.85 124.46 0) + (at 157.48 124.46 0) (effects (font (size 1.27 1.27) @@ -5846,7 +7014,7 @@ ) ) (property "Value" "GND" - (at 196.85 123.19 0) + (at 157.48 123.19 0) (effects (font (size 1.27 1.27) @@ -5854,7 +7022,7 @@ ) ) (property "Footprint" "" - (at 196.85 118.11 0) + (at 157.48 118.11 0) (effects (font (size 1.27 1.27) @@ -5863,7 +7031,7 @@ ) ) (property "Datasheet" "" - (at 196.85 118.11 0) + (at 157.48 118.11 0) (effects (font (size 1.27 1.27) @@ -5872,7 +7040,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 196.85 118.11 0) + (at 157.48 118.11 0) (effects (font (size 1.27 1.27) @@ -5966,26 +7134,25 @@ ) ) (symbol - (lib_id "power:GND") - (at 156.21 146.05 0) + (lib_id "Device:R_Potentiometer") + (at 217.17 38.1 270) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "2bd9a5a5-6eb1-4250-85d1-1fa372fe649b") - (property "Reference" "#PWR08" - (at 156.21 152.4 0) + (uuid "28ab72c1-c0db-4723-b532-76092a940211") + (property "Reference" "RV1" + (at 217.17 31.75 90) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Value" "GND" - (at 156.21 151.13 0) + (property "Value" "10K" + (at 217.17 34.29 90) (effects (font (size 1.27 1.27) @@ -5993,72 +7160,7 @@ ) ) (property "Footprint" "" - (at 156.21 146.05 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 156.21 146.05 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 156.21 146.05 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "72f1e993-01fb-4442-9f4b-849df1bd0311") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "#PWR08") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 222.25 105.41 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "33030adf-ef4c-4a52-9af7-20be4fa5dbb1") - (property "Reference" "R2" - (at 222.25 99.06 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "1K" - (at 222.25 101.6 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 222.25 107.188 90) + (at 217.17 38.1 0) (effects (font (size 1.27 1.27) @@ -6067,7 +7169,78 @@ ) ) (property "Datasheet" "~" - (at 222.25 105.41 0) + (at 217.17 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 217.17 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "33229d0b-cb52-4b9c-9c06-64f8904eb9f6") + ) + (pin "3" + (uuid "ca14ba6a-6e15-4b63-b0b1-e0f2621bff27") + ) + (pin "1" + (uuid "1e625116-4344-4afc-9a8b-d3749b599e7a") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "RV1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 182.88 105.41 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "33030adf-ef4c-4a52-9af7-20be4fa5dbb1") + (property "Reference" "R2" + (at 182.88 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1K" + (at 182.88 101.6 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 182.88 107.188 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 182.88 105.41 0) (effects (font (size 1.27 1.27) @@ -6076,7 +7249,7 @@ ) ) (property "Description" "Resistor" - (at 222.25 105.41 0) + (at 182.88 105.41 0) (effects (font (size 1.27 1.27) @@ -6099,6 +7272,74 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 177.8 45.72 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "401afafd-6cbe-43e1-bdc5-6631779d2be0") + (property "Reference" "R8" + (at 177.8 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "47K" + (at 177.8 41.91 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 177.8 47.498 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 177.8 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 177.8 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "711346dc-91c0-4264-8714-102ed13dfb00") + ) + (pin "1" + (uuid "21943632-27e1-4ea7-8845-c82cc636b342") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "R8") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 120.65 78.74 0) @@ -6232,35 +7473,33 @@ ) ) (symbol - (lib_id "Motor:Fan") - (at 224.79 149.86 180) + (lib_id "Device:R") + (at 190.5 64.77 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "4f91fc8c-7a74-4b6d-a3c3-09a2e2a12fec") - (property "Reference" "M1" - (at 229.87 148.5899 0) + (uuid "491f09ab-56a6-4f76-8f97-71883698b26e") + (property "Reference" "R6" + (at 190.5 58.42 90) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Value" "Fan" - (at 229.87 151.1299 0) + (property "Value" "10K" + (at 190.5 60.96 90) (effects (font (size 1.27 1.27) ) - (justify right) ) ) (property "Footprint" "" - (at 224.79 150.114 0) + (at 190.5 66.548 90) (effects (font (size 1.27 1.27) @@ -6269,7 +7508,7 @@ ) ) (property "Datasheet" "~" - (at 224.79 150.114 0) + (at 190.5 64.77 0) (effects (font (size 1.27 1.27) @@ -6277,8 +7516,77 @@ (hide yes) ) ) - (property "Description" "Fan" - (at 224.79 149.86 0) + (property "Description" "Resistor" + (at 190.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "f1ec71a8-6ba8-48d0-b30d-f51fddcb0b17") + ) + (pin "1" + (uuid "6595b1c3-68d9-411e-a17a-a24f92c4d5a3") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 102.87 153.67 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5267f913-9f78-4792-a8e3-2443be2e8e6b") + (property "Reference" "#PWR07" + (at 102.87 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 102.87 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 102.87 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 102.87 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 102.87 153.67 0) (effects (font (size 1.27 1.27) @@ -6287,15 +7595,78 @@ ) ) (pin "1" - (uuid "f385fd15-8d7c-4663-9787-307ae6143b95") - ) - (pin "2" - (uuid "17764839-2c84-4b4f-8ada-0b012aa6ae45") + (uuid "236b04ac-3ebc-4834-b089-06cefb4770cc") ) (instances (project "weckkubator" (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "M1") + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 195.58 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "53c87b73-fc3a-43fa-b1b0-1f7d82e86de7") + (property "Reference" "#PWR09" + (at 195.58 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 195.58 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 195.58 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 195.58 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 195.58 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e05eaf7a-a08c-4542-82ed-8f12191ec7d8") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "#PWR09") (unit 1) ) ) @@ -6303,7 +7674,7 @@ ) (symbol (lib_id "power:Earth_Protective") - (at 243.84 147.32 0) + (at 241.3 147.32 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -6312,7 +7683,7 @@ (fields_autoplaced yes) (uuid "5777a6ee-109f-45b0-a3ba-81ef91e97d93") (property "Reference" "#PWR03" - (at 243.84 157.48 0) + (at 241.3 157.48 0) (effects (font (size 1.27 1.27) @@ -6321,7 +7692,7 @@ ) ) (property "Value" "Earth_Protective" - (at 247.65 150.4949 0) + (at 245.11 150.4949 0) (effects (font (size 1.27 1.27) @@ -6330,7 +7701,7 @@ ) ) (property "Footprint" "" - (at 243.84 149.86 0) + (at 241.3 149.86 0) (effects (font (size 1.27 1.27) @@ -6339,7 +7710,7 @@ ) ) (property "Datasheet" "~" - (at 243.84 149.86 0) + (at 241.3 149.86 0) (effects (font (size 1.27 1.27) @@ -6348,7 +7719,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"Earth_Protective\"" - (at 243.84 147.32 0) + (at 241.3 147.32 0) (effects (font (size 1.27 1.27) @@ -6438,9 +7809,75 @@ ) ) ) + (symbol + (lib_id "power:+5V") + (at 232.41 20.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6358468b-7b6a-49f0-9109-38691d924b1b") + (property "Reference" "#PWR012" + (at 232.41 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 232.41 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 232.41 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 232.41 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 232.41 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3f1fda64-6506-4e1b-a71d-9384c0e45f4b") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R_Potentiometer") - (at 92.71 115.57 0) + (at 124.46 143.51 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -6449,7 +7886,7 @@ (fields_autoplaced yes) (uuid "649da962-3928-4564-89ac-116cacbf259e") (property "Reference" "RV2" - (at 90.17 114.2999 0) + (at 121.92 142.2399 0) (effects (font (size 1.27 1.27) @@ -6458,7 +7895,7 @@ ) ) (property "Value" "temperatureset" - (at 90.17 116.8399 0) + (at 121.92 144.7799 0) (effects (font (size 1.27 1.27) @@ -6467,7 +7904,7 @@ ) ) (property "Footprint" "" - (at 92.71 115.57 0) + (at 124.46 143.51 0) (effects (font (size 1.27 1.27) @@ -6476,7 +7913,7 @@ ) ) (property "Datasheet" "~" - (at 92.71 115.57 0) + (at 124.46 143.51 0) (effects (font (size 1.27 1.27) @@ -6485,7 +7922,7 @@ ) ) (property "Description" "Potentiometer" - (at 92.71 115.57 0) + (at 124.46 143.51 0) (effects (font (size 1.27 1.27) @@ -6511,6 +7948,219 @@ ) ) ) + (symbol + (lib_id "Device:RotaryEncoder_Switch") + (at 92.71 144.78 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "69dbf5ab-3915-4e53-8c05-26a3a4b874fb") + (property "Reference" "SW1" + (at 92.71 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Menu" + (at 92.71 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 88.9 140.716 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 138.176 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Rotary encoder, dual channel, incremental quadrate outputs, with switch" + (at 92.71 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "A" + (uuid "021b1ab0-50df-4beb-928b-409bf57d4962") + ) + (pin "B" + (uuid "2d839958-fa05-4a34-8f8b-be8318a10834") + ) + (pin "S1" + (uuid "c97f30f1-d85a-45bc-a553-ec590bce060b") + ) + (pin "S2" + (uuid "676ed8a8-d82f-4c43-806b-a359e6752791") + ) + (pin "C" + (uuid "4070986a-9f65-4b9e-9b01-3f523b6ebe45") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "SW1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 212.09 71.12 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6c231ae5-9568-4096-81ab-6332e75d0c5f") + (property "Reference" "C3" + (at 215.9 69.8499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100uf" + (at 215.9 72.3899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 213.0552 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 212.09 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 212.09 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "e8d495d6-b87f-45a6-8858-2314c3cd4a14") + ) + (pin "1" + (uuid "0da11163-4e28-42b5-943b-e16353d84394") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 152.4 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "74c6792a-41c6-4c93-a4ba-02f06cd4d6d1") + (property "Reference" "#PWR010" + (at 152.4 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 152.4 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 152.4 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 152.4 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 152.4 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "036120a4-1463-4351-8cfb-d6239c7a3a9c") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 24.13 177.8 0) @@ -6577,6 +8227,182 @@ ) ) ) + (symbol + (lib_id "Device:C") + (at 152.4 68.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7ae445d2-dc5d-47df-a986-148bee03f344") + (property "Reference" "C4" + (at 156.21 67.3099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nf" + (at 156.21 69.8499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 153.3652 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 152.4 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 152.4 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1a51a1ea-aacb-43c1-8879-fb9d7a93dc21") + ) + (pin "2" + (uuid "463c9bc4-062e-4e7c-bac2-ed7d4639d2a5") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM324") + (at 234.95 29.21 0) + (unit 5) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "803861f7-f2f1-4e6a-a96c-6e6248b268b1") + (property "Reference" "U2" + (at 233.68 27.9399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM324" + (at 233.68 30.4799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 233.68 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2902-n.pdf" + (at 236.22 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Quad-Operational Amplifiers, DIP-14/SOIC-14/SSOP-14" + (at 234.95 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "c734e688-f452-4242-ac57-aacf9fe4ccde") + ) + (pin "5" + (uuid "f05389c4-3201-4cd2-8ff7-c73efa02f960") + ) + (pin "1" + (uuid "9108d68e-c124-465c-964e-cf2e74c630a4") + ) + (pin "2" + (uuid "4fcd5c4b-4ffa-4839-9cf3-40ae5afd6a25") + ) + (pin "10" + (uuid "ed0338f0-41cd-4f4e-85e3-3cd86a7f7e79") + ) + (pin "14" + (uuid "5bee079c-0936-4307-a71e-bf81cdc169e8") + ) + (pin "6" + (uuid "1dbbdddb-2d1f-4ed5-992f-186e6f45cff8") + ) + (pin "12" + (uuid "c6eb2e1f-49c5-4ced-ab09-1b7bb2d4cccc") + ) + (pin "9" + (uuid "a21caaea-2225-4e59-8d3a-f437824975fd") + ) + (pin "11" + (uuid "49acc15d-6326-4a12-8d54-edd4a5c89a0f") + ) + (pin "13" + (uuid "a9e64473-e6dd-4482-b914-e45aafbc2490") + ) + (pin "7" + (uuid "bf6c1b29-f73c-4bd5-85ab-a112ecb100bd") + ) + (pin "3" + (uuid "fa37b6e6-d1e8-4c43-b37c-494e8391c616") + ) + (pin "8" + (uuid "22d04f21-a74d-4a15-b4e3-e06929860261") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "U2") + (unit 5) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 143.51 19.05 0) @@ -6645,16 +8471,16 @@ ) (symbol (lib_id "Device:R") - (at 149.86 121.92 0) + (at 182.88 41.91 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "8ca9977b-bd97-4315-a09e-9599f17c501b") - (property "Reference" "R5" - (at 152.4 120.6499 0) + (uuid "8dac30ae-a13a-45ae-a50a-3b86084da5cf") + (property "Reference" "R10" + (at 185.42 40.6399 0) (effects (font (size 1.27 1.27) @@ -6662,8 +8488,8 @@ (justify left) ) ) - (property "Value" "330" - (at 152.4 123.1899 0) + (property "Value" "10K" + (at 185.42 43.1799 0) (effects (font (size 1.27 1.27) @@ -6672,7 +8498,7 @@ ) ) (property "Footprint" "" - (at 148.082 121.92 90) + (at 181.102 41.91 90) (effects (font (size 1.27 1.27) @@ -6681,7 +8507,7 @@ ) ) (property "Datasheet" "~" - (at 149.86 121.92 0) + (at 182.88 41.91 0) (effects (font (size 1.27 1.27) @@ -6690,7 +8516,7 @@ ) ) (property "Description" "Resistor" - (at 149.86 121.92 0) + (at 182.88 41.91 0) (effects (font (size 1.27 1.27) @@ -6699,69 +8525,50 @@ ) ) (pin "2" - (uuid "5fe2bf06-8273-476d-b220-a29eb78d0761") + (uuid "743dc44b-7308-4201-a572-cd36a2c8aa14") ) (pin "1" - (uuid "217d4332-e1af-4c7e-b4f5-ec53edf144b8") + (uuid "1305c7eb-0254-4b7d-879b-791c6d634c7b") ) (instances (project "weckkubator" (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "R5") + (reference "R10") (unit 1) ) ) ) ) (symbol - (lib_id "Relay_SolidState:MOC3021M") - (at 163.83 130.81 0) + (lib_id "Device:R") + (at 205.74 26.67 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "9380fafc-bb40-4da6-8afc-7675baa89685") - (property "Reference" "U2" - (at 163.83 121.92 0) + (uuid "9429f435-ea14-4335-9186-807efda3315d") + (property "Reference" "R11" + (at 208.28 25.3999 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "MOC3021M" - (at 163.83 124.46 0) + (property "Value" "47K" + (at 208.28 27.9399 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) (property "Footprint" "" - (at 158.75 135.89 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/MOC3023M-D.PDF" - (at 163.83 130.81 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Description" "Random Phase Opto-Triac, Vdrm 400V, Ift 15mA, DIP6" - (at 163.83 130.81 0) + (at 203.962 26.67 90) (effects (font (size 1.27 1.27) @@ -6769,28 +8576,34 @@ (hide yes) ) ) - (pin "5" - (uuid "9147fba2-0a68-4f28-8c81-ec06aac66d53") + (property "Datasheet" "~" + (at 205.74 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) ) - (pin "6" - (uuid "05e1709a-4cbc-4945-aef5-3407cfacc675") + (property "Description" "Resistor" + (at 205.74 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) ) (pin "1" - (uuid "19be77e2-410c-439b-8bb9-1fd9d76481ff") - ) - (pin "4" - (uuid "c9f202a8-c5da-4dda-9f35-0fbff3b6c70b") - ) - (pin "3" - (uuid "521d5aca-5733-4845-bcfd-a384401be29c") + (uuid "559a89e1-ce7e-4499-975f-4f0eb156e6ec") ) (pin "2" - (uuid "5291c489-d901-4faf-9e89-796c47f6b717") + (uuid "532c7d93-db71-4ac6-87ca-760f6632f9d8") ) (instances (project "weckkubator" (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "U2") + (reference "R11") (unit 1) ) ) @@ -6953,9 +8766,77 @@ ) ) ) + (symbol + (lib_id "Device:LED") + (at 62.23 130.81 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9f915bb7-e301-4ab7-b1ba-3ee6d1994004") + (property "Reference" "D1" + (at 60.6425 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "heating" + (at 60.6425 127 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm_Clear" + (at 62.23 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 62.23 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 62.23 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e51fd88b-0a7a-47bb-9117-100b945deeff") + ) + (pin "2" + (uuid "8c9b2a41-33c4-4889-ab11-b59178155de5") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "D1") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Triac_Thyristor:BT138-600") - (at 226.06 129.54 0) + (at 224.79 121.92 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -6964,7 +8845,7 @@ (fields_autoplaced yes) (uuid "a15d078b-2fb4-4d95-bcdc-d0658575c5b0") (property "Reference" "Q2" - (at 229.87 128.8541 0) + (at 228.6 121.2341 0) (effects (font (size 1.27 1.27) @@ -6972,8 +8853,8 @@ (justify left) ) ) - (property "Value" "BTA 140/800" - (at 229.87 131.3941 0) + (property "Value" "BT138-600" + (at 228.6 123.7741 0) (effects (font (size 1.27 1.27) @@ -6982,7 +8863,7 @@ ) ) (property "Footprint" "Package_TO_SOT_THT:TO-220-3_Vertical" - (at 231.14 131.445 0) + (at 229.87 123.825 0) (effects (font (size 1.27 1.27) @@ -6993,7 +8874,7 @@ ) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BT138_SER_D_E.pdf" - (at 226.06 129.54 0) + (at 224.79 121.92 0) (effects (font (size 1.27 1.27) @@ -7003,7 +8884,7 @@ ) ) (property "Description" "12A RMS, 600V Off-State Voltage, Triac, TO-220" - (at 226.06 129.54 0) + (at 224.79 121.92 0) (effects (font (size 1.27 1.27) @@ -7029,82 +8910,6 @@ ) ) ) - (symbol - (lib_id "Triac_Thyristor:BT138-600") - (at 187.96 142.24 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "a179d01f-b626-41d8-8db0-1fc1d4b3241c") - (property "Reference" "Q1" - (at 191.77 141.5541 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "BT138-600" - (at 191.77 144.0941 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-220-3_Vertical" - (at 193.04 144.145 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BT138_SER_D_E.pdf" - (at 187.96 142.24 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Description" "12A RMS, 600V Off-State Voltage, Triac, TO-220" - (at 187.96 142.24 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "2" - (uuid "0a689901-2e04-4978-8f05-833cf68e3f91") - ) - (pin "3" - (uuid "70100936-dfe3-4c3a-81b9-e679e711c0fd") - ) - (pin "1" - (uuid "bd7a3c11-6f9f-44cb-b01e-8c5bc72d11e6") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "Q1") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:R") (at 271.78 64.77 0) @@ -7175,72 +8980,6 @@ ) ) ) - (symbol - (lib_id "power:+5V") - (at 224.79 53.34 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "a411ce3b-6867-438e-a1b4-ff0a3ec5bc63") - (property "Reference" "#PWR07" - (at 224.79 57.15 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 224.79 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 224.79 53.34 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 224.79 53.34 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"+5V\"" - (at 224.79 53.34 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "33337aa1-3385-4bd9-9226-2a4703f332f3") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "#PWR07") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:R") (at 114.3 92.71 0) @@ -7311,74 +9050,6 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 180.34 128.27 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "ab122198-630c-4030-b84f-eece2fadb513") - (property "Reference" "R6" - (at 180.34 121.92 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "1K" - (at 180.34 124.46 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 180.34 126.492 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 180.34 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 180.34 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "6d1f5971-98f2-4f5d-be34-a58d995043ea") - ) - (pin "2" - (uuid "48c2f1a7-c123-48c7-bfe2-185b9ccb45b9") - ) - (instances - (project "weckkubator" - (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "R6") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Connector:DE9_Plug") (at 237.49 62.23 0) @@ -7472,7 +9143,7 @@ ) (symbol (lib_id "Connector:Conn_01x03_Socket") - (at 261.62 119.38 0) + (at 259.08 119.38 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7480,7 +9151,7 @@ (dnp no) (uuid "afdb347f-3c7b-48be-81d2-2b7676754ad4") (property "Reference" "J1" - (at 262.89 118.1099 0) + (at 260.35 118.1099 0) (effects (font (size 1.27 1.27) @@ -7489,7 +9160,7 @@ ) ) (property "Value" "Schuko Zuleitung" - (at 262.89 121.158 0) + (at 260.35 121.158 0) (effects (font (size 1.27 1.27) @@ -7498,7 +9169,7 @@ ) ) (property "Footprint" "" - (at 261.62 119.38 0) + (at 259.08 119.38 0) (effects (font (size 1.27 1.27) @@ -7507,7 +9178,7 @@ ) ) (property "Datasheet" "~" - (at 261.62 119.38 0) + (at 259.08 119.38 0) (effects (font (size 1.27 1.27) @@ -7516,7 +9187,7 @@ ) ) (property "Description" "Generic connector, single row, 01x03, script generated" - (at 261.62 119.38 0) + (at 259.08 119.38 0) (effects (font (size 1.27 1.27) @@ -7542,36 +9213,138 @@ ) ) ) + (symbol + (lib_id "Amplifier_Operational:LM324") + (at 193.04 35.56 180) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b1adb5ca-0797-4a28-a7b3-be58e159597a") + (property "Reference" "U2" + (at 193.04 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM324" + (at 193.04 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 194.31 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2902-n.pdf" + (at 191.77 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Quad-Operational Amplifiers, DIP-14/SOIC-14/SSOP-14" + (at 193.04 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "c734e688-f452-4242-ac57-aacf9fe4cce0") + ) + (pin "5" + (uuid "f05389c4-3201-4cd2-8ff7-c73efa02f962") + ) + (pin "1" + (uuid "9108d68e-c124-465c-964e-cf2e74c630a6") + ) + (pin "2" + (uuid "4fcd5c4b-4ffa-4839-9cf3-40ae5afd6a27") + ) + (pin "10" + (uuid "ed0338f0-41cd-4f4e-85e3-3cd86a7f7e7b") + ) + (pin "14" + (uuid "5bee079c-0936-4307-a71e-bf81cdc169ea") + ) + (pin "6" + (uuid "1dbbdddb-2d1f-4ed5-992f-186e6f45cffa") + ) + (pin "12" + (uuid "c6eb2e1f-49c5-4ced-ab09-1b7bb2d4ccce") + ) + (pin "9" + (uuid "a21caaea-2225-4e59-8d3a-f437824975ff") + ) + (pin "11" + (uuid "49acc15d-6326-4a12-8d54-edd4a5c89a11") + ) + (pin "13" + (uuid "a9e64473-e6dd-4482-b914-e45aafbc2492") + ) + (pin "7" + (uuid "bf6c1b29-f73c-4bd5-85ab-a112ecb100bf") + ) + (pin "3" + (uuid "fa37b6e6-d1e8-4c43-b37c-494e8391c618") + ) + (pin "8" + (uuid "22d04f21-a74d-4a15-b4e3-e06929860263") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "U2") + (unit 2) + ) + ) + ) + ) (symbol (lib_id "Device:R") - (at 139.7 121.92 0) + (at 73.66 130.81 270) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "bb6c29dd-5f92-4a3b-b6ac-7d1d0cb3ab02") - (property "Reference" "R7" - (at 142.24 120.6499 0) + (uuid "b9dce0ee-638d-473f-8a8e-6091a37b615e") + (property "Reference" "R3" + (at 73.66 124.46 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "330" - (at 142.24 123.1899 0) + (property "Value" "220" + (at 73.66 127 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) (property "Footprint" "" - (at 137.922 121.92 90) + (at 73.66 129.032 90) (effects (font (size 1.27 1.27) @@ -7580,7 +9353,7 @@ ) ) (property "Datasheet" "~" - (at 139.7 121.92 0) + (at 73.66 130.81 0) (effects (font (size 1.27 1.27) @@ -7589,7 +9362,7 @@ ) ) (property "Description" "Resistor" - (at 139.7 121.92 0) + (at 73.66 130.81 0) (effects (font (size 1.27 1.27) @@ -7597,16 +9370,16 @@ (hide yes) ) ) - (pin "2" - (uuid "0a88aae6-fa2d-44cd-922a-8a0225096606") - ) (pin "1" - (uuid "51388111-8959-4bd2-889d-232b5ce3a2f5") + (uuid "d1f54df6-c792-441f-ae87-5da76ec86986") + ) + (pin "2" + (uuid "5b9e03c3-3412-40ee-89a1-8211e9c77dee") ) (instances (project "weckkubator" (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "R7") + (reference "R3") (unit 1) ) ) @@ -7756,7 +9529,7 @@ ) (symbol (lib_id "Device:R") - (at 198.12 95.25 0) + (at 158.75 95.25 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7765,7 +9538,7 @@ (fields_autoplaced yes) (uuid "c178c5d3-19d4-405c-9324-74fc1b62ed12") (property "Reference" "R1" - (at 200.66 93.9799 0) + (at 161.29 93.9799 0) (effects (font (size 1.27 1.27) @@ -7774,7 +9547,7 @@ ) ) (property "Value" "330" - (at 200.66 96.5199 0) + (at 161.29 96.5199 0) (effects (font (size 1.27 1.27) @@ -7783,7 +9556,7 @@ ) ) (property "Footprint" "" - (at 196.342 95.25 90) + (at 156.972 95.25 90) (effects (font (size 1.27 1.27) @@ -7792,7 +9565,7 @@ ) ) (property "Datasheet" "~" - (at 198.12 95.25 0) + (at 158.75 95.25 0) (effects (font (size 1.27 1.27) @@ -7801,7 +9574,7 @@ ) ) (property "Description" "Resistor" - (at 198.12 95.25 0) + (at 158.75 95.25 0) (effects (font (size 1.27 1.27) @@ -7824,9 +9597,113 @@ ) ) ) + (symbol + (lib_id "Amplifier_Operational:LM324") + (at 203.2 64.77 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c51ed0c0-27f5-4980-8e51-4eb8ca27a7a0") + (property "Reference" "U2" + (at 203.2 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM324" + (at 203.2 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2902-n.pdf" + (at 201.93 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Quad-Operational Amplifiers, DIP-14/SOIC-14/SSOP-14" + (at 203.2 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "c734e688-f452-4242-ac57-aacf9fe4cce1") + ) + (pin "5" + (uuid "f05389c4-3201-4cd2-8ff7-c73efa02f963") + ) + (pin "1" + (uuid "9108d68e-c124-465c-964e-cf2e74c630a7") + ) + (pin "2" + (uuid "4fcd5c4b-4ffa-4839-9cf3-40ae5afd6a28") + ) + (pin "10" + (uuid "ed0338f0-41cd-4f4e-85e3-3cd86a7f7e7c") + ) + (pin "14" + (uuid "5bee079c-0936-4307-a71e-bf81cdc169eb") + ) + (pin "6" + (uuid "1dbbdddb-2d1f-4ed5-992f-186e6f45cffb") + ) + (pin "12" + (uuid "c6eb2e1f-49c5-4ced-ab09-1b7bb2d4cccf") + ) + (pin "9" + (uuid "a21caaea-2225-4e59-8d3a-f43782497600") + ) + (pin "11" + (uuid "49acc15d-6326-4a12-8d54-edd4a5c89a12") + ) + (pin "13" + (uuid "a9e64473-e6dd-4482-b914-e45aafbc2493") + ) + (pin "7" + (uuid "bf6c1b29-f73c-4bd5-85ab-a112ecb100c0") + ) + (pin "3" + (uuid "fa37b6e6-d1e8-4c43-b37c-494e8391c619") + ) + (pin "8" + (uuid "22d04f21-a74d-4a15-b4e3-e06929860264") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "U2") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") - (at 229.87 78.74 0) + (at 212.09 78.74 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7835,7 +9712,7 @@ (fields_autoplaced yes) (uuid "c6cc57a3-45bc-4ab3-bf7e-ac7428d5623c") (property "Reference" "#PWR06" - (at 229.87 85.09 0) + (at 212.09 85.09 0) (effects (font (size 1.27 1.27) @@ -7844,7 +9721,7 @@ ) ) (property "Value" "GND" - (at 229.87 83.82 0) + (at 212.09 83.82 0) (effects (font (size 1.27 1.27) @@ -7852,7 +9729,7 @@ ) ) (property "Footprint" "" - (at 229.87 78.74 0) + (at 212.09 78.74 0) (effects (font (size 1.27 1.27) @@ -7861,7 +9738,7 @@ ) ) (property "Datasheet" "" - (at 229.87 78.74 0) + (at 212.09 78.74 0) (effects (font (size 1.27 1.27) @@ -7870,7 +9747,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 229.87 78.74 0) + (at 212.09 78.74 0) (effects (font (size 1.27 1.27) @@ -7891,35 +9768,35 @@ ) ) (symbol - (lib_id "Device:LED") - (at 139.7 132.08 90) + (lib_id "Sensor_Temperature:PT100") + (at 274.32 30.48 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "d0eb6bbd-83c0-493b-9923-8bf107db3dfb") - (property "Reference" "D2" - (at 143.51 132.3974 90) + (uuid "d19b58b8-226a-4ea4-9a3d-df09e5c04569") + (property "Reference" "TH1" + (at 276.86 29.5274 0) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) ) ) - (property "Value" "LED" - (at 143.51 134.9374 90) + (property "Value" "PT100" + (at 276.86 32.0674 0) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) ) ) (property "Footprint" "" - (at 139.7 132.08 0) + (at 274.32 29.21 0) (effects (font (size 1.27 1.27) @@ -7927,8 +9804,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 139.7 132.08 0) + (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) (effects (font (size 1.27 1.27) @@ -7936,8 +9813,8 @@ (hide yes) ) ) - (property "Description" "Light emitting diode" - (at 139.7 132.08 0) + (property "Description" "PT100 platinum temperature sensor (RTD)" + (at 274.32 30.48 0) (effects (font (size 1.27 1.27) @@ -7946,15 +9823,104 @@ ) ) (pin "2" - (uuid "7e72e194-95f7-41fe-984a-bc5d4188fdd9") + (uuid "b64ba0bd-3b85-46cd-8e8e-fd2285bd3ba0") ) (pin "1" - (uuid "9b9f75ea-2e5a-4498-ac07-836f04e2b05f") + (uuid "a637939b-a2b8-4456-9e2f-6184798d7283") ) (instances (project "weckkubator" (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "D2") + (reference "TH1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:DE9_Plug") + (at 257.81 33.02 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d48821f9-8339-47ec-9018-65b3b58d5a01") + (property "Reference" "J4" + (at 257.81 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PT100" + (at 257.81 17.78 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_Dsub:DSUB-9_Female_Vertical_P2.77x2.84mm" + (at 257.81 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" " ~" + (at 257.81 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "9-pin male plug pin D-SUB connector" + (at 257.81 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "8" + (uuid "6ccbab8b-94c8-4238-b4fa-859fbf47a808") + ) + (pin "6" + (uuid "574ee15b-cf6d-4e92-b944-bc2d781e7bc5") + ) + (pin "2" + (uuid "df4245a5-0a9a-4152-a56d-5cae579ac762") + ) + (pin "1" + (uuid "77c6442b-3d1d-4b68-8289-47e87da8d9bf") + ) + (pin "4" + (uuid "515b04bd-4fba-47a4-a43b-5a7352f2d03c") + ) + (pin "9" + (uuid "0eb61136-bdb1-42a9-8a27-7f6faeb405c7") + ) + (pin "3" + (uuid "ecee7290-ed2e-4cce-8269-316375b47c82") + ) + (pin "7" + (uuid "730b6a5d-fd07-4e70-9399-a5036b2e7306") + ) + (pin "5" + (uuid "cf38e7fa-2596-4457-8f86-d330bba576ad") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "J4") (unit 1) ) ) @@ -7962,16 +9928,16 @@ ) (symbol (lib_id "Device:R") - (at 177.8 95.25 0) + (at 214.63 63.5 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "d50e0974-f1cc-4b6f-b642-31174750770c") - (property "Reference" "R3" - (at 180.34 93.9799 0) + (uuid "d555a8c2-d17c-4059-a230-1d8c0ec9632a") + (property "Reference" "R5" + (at 217.17 62.2299 0) (effects (font (size 1.27 1.27) @@ -7979,8 +9945,8 @@ (justify left) ) ) - (property "Value" "330" - (at 180.34 96.5199 0) + (property "Value" "1K" + (at 217.17 64.7699 0) (effects (font (size 1.27 1.27) @@ -7989,7 +9955,7 @@ ) ) (property "Footprint" "" - (at 176.022 95.25 90) + (at 212.852 63.5 90) (effects (font (size 1.27 1.27) @@ -7998,7 +9964,7 @@ ) ) (property "Datasheet" "~" - (at 177.8 95.25 0) + (at 214.63 63.5 0) (effects (font (size 1.27 1.27) @@ -8007,7 +9973,7 @@ ) ) (property "Description" "Resistor" - (at 177.8 95.25 0) + (at 214.63 63.5 0) (effects (font (size 1.27 1.27) @@ -8016,15 +9982,15 @@ ) ) (pin "1" - (uuid "555d1ce8-a7ee-4a6c-a16a-0e08ef49d53d") + (uuid "85458a37-721f-41ee-8009-a75c0faab493") ) (pin "2" - (uuid "9969f2e8-1f49-4115-9c14-1310e111059c") + (uuid "9309b12d-5aad-418f-b9bf-a0363af7701d") ) (instances (project "weckkubator" (path "/8eaebb02-8096-4667-b757-285872377416" - (reference "R3") + (reference "R5") (unit 1) ) ) @@ -8032,16 +9998,16 @@ ) (symbol (lib_id "power:GND") - (at 92.71 125.73 0) + (at 232.41 41.91 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 92.71 132.08 0) + (uuid "d5f0600e-8104-4800-ae41-dec44a3cf5e7") + (property "Reference" "#PWR011" + (at 232.41 48.26 0) (effects (font (size 1.27 1.27) @@ -8050,7 +10016,7 @@ ) ) (property "Value" "GND" - (at 92.71 130.81 0) + (at 232.41 46.99 0) (effects (font (size 1.27 1.27) @@ -8058,7 +10024,7 @@ ) ) (property "Footprint" "" - (at 92.71 125.73 0) + (at 232.41 41.91 0) (effects (font (size 1.27 1.27) @@ -8067,7 +10033,7 @@ ) ) (property "Datasheet" "" - (at 92.71 125.73 0) + (at 232.41 41.91 0) (effects (font (size 1.27 1.27) @@ -8076,7 +10042,209 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 92.71 125.73 0) + (at 232.41 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "23a667dc-f903-465c-a502-793247b3ef9c") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 78.74 153.67 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "dab281af-95f0-4560-b0c0-8d15c63f8017") + (property "Reference" "#PWR015" + (at 78.74 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 78.74 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 78.74 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 78.74 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 78.74 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0765002c-2413-4f28-8835-b19b96a994c9") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 195.58 72.39 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "dce1ec9c-1de9-4291-b118-3e9282c1a060") + (property "Reference" "R7" + (at 198.12 71.1199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47K" + (at 198.12 73.6599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 193.802 72.39 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 195.58 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 195.58 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "58c3b9d7-05a9-494a-9bc7-89f27bb07c6c") + ) + (pin "1" + (uuid "e52c7159-e222-4f9e-9304-a4c06e290978") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (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) @@ -8096,9 +10264,75 @@ ) ) ) + (symbol + (lib_id "power:+5V") + (at 214.63 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e36e6299-ea2e-40a3-b87c-9452a555acff") + (property "Reference" "#PWR08" + (at 214.63 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 214.63 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 214.63 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 214.63 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 214.63 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0b5c182e-7886-4a3d-be65-0202d2193905") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Relay_SolidState:MOC3021M") - (at 205.74 107.95 0) + (at 166.37 107.95 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -8107,7 +10341,7 @@ (fields_autoplaced yes) (uuid "ec02c9cf-d68c-463d-ae30-6352d0783fb9") (property "Reference" "U3" - (at 205.74 99.06 0) + (at 166.37 99.06 0) (effects (font (size 1.27 1.27) @@ -8115,7 +10349,7 @@ ) ) (property "Value" "MOC3021M" - (at 205.74 101.6 0) + (at 166.37 101.6 0) (effects (font (size 1.27 1.27) @@ -8123,7 +10357,7 @@ ) ) (property "Footprint" "Package_DIP:DIP-6_W7.62mm" - (at 200.66 113.03 0) + (at 161.29 113.03 0) (effects (font (size 1.27 1.27) @@ -8134,7 +10368,7 @@ ) ) (property "Datasheet" "https://www.onsemi.com/pub/Collateral/MOC3023M-D.PDF" - (at 205.74 107.95 0) + (at 166.37 107.95 0) (effects (font (size 1.27 1.27) @@ -8144,7 +10378,7 @@ ) ) (property "Description" "Random Phase Opto-Triac, Vdrm 400V, Ift 15mA, DIP6" - (at 205.74 107.95 0) + (at 166.37 107.95 0) (effects (font (size 1.27 1.27) @@ -8181,7 +10415,7 @@ ) (symbol (lib_id "Connector:Conn_01x03_Socket") - (at 264.16 140.97 0) + (at 261.62 140.97 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -8190,7 +10424,7 @@ (fields_autoplaced yes) (uuid "ec7a784b-2a9d-4244-abb1-4cb858ba6b56") (property "Reference" "J2" - (at 265.43 139.6999 0) + (at 262.89 139.6999 0) (effects (font (size 1.27 1.27) @@ -8199,7 +10433,7 @@ ) ) (property "Value" "Schuko Einwecktopf" - (at 265.43 142.2399 0) + (at 262.89 142.2399 0) (effects (font (size 1.27 1.27) @@ -8208,7 +10442,7 @@ ) ) (property "Footprint" "" - (at 264.16 140.97 0) + (at 261.62 140.97 0) (effects (font (size 1.27 1.27) @@ -8217,7 +10451,7 @@ ) ) (property "Datasheet" "~" - (at 264.16 140.97 0) + (at 261.62 140.97 0) (effects (font (size 1.27 1.27) @@ -8226,7 +10460,7 @@ ) ) (property "Description" "Generic connector, single row, 01x03, script generated" - (at 264.16 140.97 0) + (at 261.62 140.97 0) (effects (font (size 1.27 1.27) @@ -8252,6 +10486,244 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 156.21 62.23 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f9b5d1db-52e2-42f3-94d9-8792c5a8b659") + (property "Reference" "R9" + (at 156.21 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "220K" + (at 156.21 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 156.21 64.008 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 156.21 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 156.21 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d6f23ac9-5988-4f6c-9acc-ed1ed23ebe12") + ) + (pin "2" + (uuid "cfcebd68-e8d4-4228-b1a2-dd6568bfb7a9") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM324") + (at 175.26 62.23 180) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fd4566fb-9c9a-4906-bbc8-01645bbc3363") + (property "Reference" "U1" + (at 175.26 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM324" + (at 175.26 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 176.53 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2902-n.pdf" + (at 173.99 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Quad-Operational Amplifiers, DIP-14/SOIC-14/SSOP-14" + (at 175.26 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "c734e688-f452-4242-ac57-aacf9fe4cce2") + ) + (pin "5" + (uuid "f05389c4-3201-4cd2-8ff7-c73efa02f964") + ) + (pin "1" + (uuid "9108d68e-c124-465c-964e-cf2e74c630a8") + ) + (pin "2" + (uuid "4fcd5c4b-4ffa-4839-9cf3-40ae5afd6a29") + ) + (pin "10" + (uuid "ed0338f0-41cd-4f4e-85e3-3cd86a7f7e7d") + ) + (pin "14" + (uuid "5bee079c-0936-4307-a71e-bf81cdc169ec") + ) + (pin "6" + (uuid "1dbbdddb-2d1f-4ed5-992f-186e6f45cffc") + ) + (pin "12" + (uuid "c6eb2e1f-49c5-4ced-ab09-1b7bb2d4ccd0") + ) + (pin "9" + (uuid "a21caaea-2225-4e59-8d3a-f43782497601") + ) + (pin "11" + (uuid "49acc15d-6326-4a12-8d54-edd4a5c89a13") + ) + (pin "13" + (uuid "a9e64473-e6dd-4482-b914-e45aafbc2494") + ) + (pin "7" + (uuid "bf6c1b29-f73c-4bd5-85ab-a112ecb100c1") + ) + (pin "3" + (uuid "fa37b6e6-d1e8-4c43-b37c-494e8391c61a") + ) + (pin "8" + (uuid "22d04f21-a74d-4a15-b4e3-e06929860265") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "U1") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 205.74 20.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fece4e5c-9a98-4b8e-84da-9619e82546ac") + (property "Reference" "#PWR013" + (at 205.74 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 205.74 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 205.74 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 205.74 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 205.74 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "85d73d5e-7215-4617-a300-e00b20d56cc8") + ) + (instances + (project "weckkubator" + (path "/8eaebb02-8096-4667-b757-285872377416" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) (sheet_instances (path "/" (page "1") diff --git a/images/weckkubator_v1.x_small.JPG b/images/weckkubator_v1.x_small.JPG new file mode 100644 index 0000000..752e18e Binary files /dev/null and b/images/weckkubator_v1.x_small.JPG differ diff --git a/images/wecktopf_joghurt_small.JPG b/images/wecktopf_joghurt_small.JPG new file mode 100644 index 0000000..a291c3d Binary files /dev/null and b/images/wecktopf_joghurt_small.JPG differ