From caf91342101a6142754f0e49343894b4265e5203 Mon Sep 17 00:00:00 2001 From: soffee Date: Tue, 4 Mar 2025 15:44:35 +0300 Subject: [PATCH] meow --- firmware/.cargo/config.toml | 3 +- firmware/sdkconfig.defaults | 2 + firmware/src/main.rs | 17 + kicad/kitfort-esp32-mod.kicad_sch | 5273 +++++++++++++++++++++-------- 4 files changed, 3819 insertions(+), 1476 deletions(-) diff --git a/firmware/.cargo/config.toml b/firmware/.cargo/config.toml index 9ef12d5..e79536e 100644 --- a/firmware/.cargo/config.toml +++ b/firmware/.cargo/config.toml @@ -3,7 +3,7 @@ target = "xtensa-esp32s2-espidf" [target.xtensa-esp32s2-espidf] linker = "ldproxy" -runner = "espflash flash --monitor" +runner = "espflash flash --monitor --before no-reset -a no-reset --no-stub" rustflags = [ "--cfg", "espidf_time64"] [unstable] @@ -13,4 +13,3 @@ build-std = ["std", "panic_abort"] MCU="esp32s2" # Note: this variable is not used by the pio builder (`cargo build --features pio`) ESP_IDF_VERSION = "v5.3.2" - diff --git a/firmware/sdkconfig.defaults b/firmware/sdkconfig.defaults index c25b89d..c364dc9 100644 --- a/firmware/sdkconfig.defaults +++ b/firmware/sdkconfig.defaults @@ -8,3 +8,5 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=8000 # Workaround for https://github.com/espressif/esp-idf/issues/7631 #CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n #CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=n + +CONFIG_ESP_CONSOLE_UART=CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG \ No newline at end of file diff --git a/firmware/src/main.rs b/firmware/src/main.rs index 9f40bc6..bc35c2d 100644 --- a/firmware/src/main.rs +++ b/firmware/src/main.rs @@ -1,3 +1,5 @@ +use esp_idf_svc::hal::{delay::FreeRtos, gpio::{PinDriver}, prelude::Peripherals}; + fn main() { // It is necessary to call this function once. Otherwise some patches to the runtime // implemented by esp-idf-sys might not link properly. See https://github.com/esp-rs/esp-idf-template/issues/71 @@ -6,5 +8,20 @@ fn main() { // Bind the log crate to the ESP Logging facilities esp_idf_svc::log::EspLogger::initialize_default(); + let peripherals = Peripherals::take().unwrap(); + let mut led_pin = PinDriver::output(peripherals.pins.gpio15).unwrap(); + let mut led2_pin = PinDriver::output(peripherals.pins.gpio3).unwrap(); + log::info!("Hello, world!"); + + loop { + led_pin.set_low().unwrap(); + led2_pin.set_low().unwrap(); + FreeRtos::delay_ms(1000); + + led_pin.set_high().unwrap(); + led2_pin.set_high().unwrap(); + FreeRtos::delay_ms(1000); + println!("blink"); + } } diff --git a/kicad/kitfort-esp32-mod.kicad_sch b/kicad/kitfort-esp32-mod.kicad_sch index fce8a4e..4962ae9 100644 --- a/kicad/kitfort-esp32-mod.kicad_sch +++ b/kicad/kitfort-esp32-mod.kicad_sch @@ -176,6 +176,255 @@ ) (embedded_fonts no) ) + (symbol "Connector:Conn_01x04_Socket" + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x04_Socket" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated" + (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" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x04_Socket_1_1" + (polyline + (pts + (xy -1.27 2.54) (xy -0.508 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -0.508 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -0.508 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -0.508 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 2.032) + (mid -0.5058 2.54) + (end 0 3.048) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -0.508) + (mid -0.5058 0) + (end 0 0.508) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -3.048) + (mid -0.5058 -2.54) + (end 0 -2.032) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -5.588) + (mid -0.5058 -5.08) + (end 0 -4.572) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "Connector:Conn_01x07_Pin" (pin_names (offset 1.016) @@ -2047,6 +2296,1256 @@ ) (embedded_fonts no) ) + (symbol "MCU_Espressif:ESP32-S2" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 12.7 -38.1 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ESP32-S2" + (at 16.51 -40.64 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-56-1EP_7x7mm_P0.4mm_EP4x4mm" + (at 2.54 -48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf" + (at 2.54 -45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "Microcontroller, Wi-Fi 802.11b/g/n, Bluetooth, 32bit" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Microcontroller Wi-Fi BT ESP ESP32 Espressif" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "QFN*1EP*7x7mm*P0.4mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "ESP32-S2_0_1" + (rectangle + (start -20.32 35.56) + (end 20.32 -35.56) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "ESP32-S2_1_1" + (pin bidirectional line + (at -22.86 30.48 0) + (length 2.54) + (name "GPIO0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 27.94 0) + (length 2.54) + (name "GPIO1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 25.4 0) + (length 2.54) + (name "GPIO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 22.86 0) + (length 2.54) + (name "GPIO3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 20.32 0) + (length 2.54) + (name "GPIO4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 17.78 0) + (length 2.54) + (name "GPIO5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 15.24 0) + (length 2.54) + (name "GPIO6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 12.7 0) + (length 2.54) + (name "GPIO7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 10.16 0) + (length 2.54) + (name "GPIO8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 7.62 0) + (length 2.54) + (name "GPIO9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 5.08 0) + (length 2.54) + (name "GPIO10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 2.54 0) + (length 2.54) + (name "GPIO11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 0 0) + (length 2.54) + (name "GPIO12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -2.54 0) + (length 2.54) + (name "GPIO13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -5.08 0) + (length 2.54) + (name "GPIO14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -7.62 0) + (length 2.54) + (name "DAC_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -10.16 0) + (length 2.54) + (name "DAC_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -12.7 0) + (length 2.54) + (name "GPIO19/USB_D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -15.24 0) + (length 2.54) + (name "GPIO20/USB_D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -17.78 0) + (length 2.54) + (name "GPIO21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -22.86 -22.86 0) + (length 2.54) + (name "XTAL_P" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "53" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -22.86 -25.4 0) + (length 2.54) + (name "XTAL_N" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "52" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -22.86 -27.94 0) + (length 2.54) + (name "XTAL_32K_P" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -22.86 -30.48 0) + (length 2.54) + (name "XTAL_32K_N" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -7.62 38.1 270) + (length 2.54) + (name "VDDA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 38.1 270) + (length 2.54) + (hide yes) + (name "VDDA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "51" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 38.1 270) + (length 2.54) + (hide yes) + (name "VDDA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "54" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -5.08 38.1 270) + (length 2.54) + (name "VDD3P3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 38.1 270) + (length 2.54) + (hide yes) + (name "VDD3P3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 38.1 270) + (length 2.54) + (name "VDD3P3_RTC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 38.1 270) + (length 2.54) + (name "VDD3P3_RTC_IO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -38.1 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "57" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 2.54 38.1 270) + (length 2.54) + (name "VDD_SPI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "30" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 5.08 38.1 270) + (length 2.54) + (name "VDD3P3_CPU" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "45" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 27.94 180) + (length 2.54) + (name "SPICS1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 25.4 180) + (length 2.54) + (name "SPIHD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "31" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 22.86 180) + (length 2.54) + (name "SPIWP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 20.32 180) + (length 2.54) + (name "SPICS0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 17.78 180) + (length 2.54) + (name "SPICLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 15.24 180) + (length 2.54) + (name "SPIQ" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 12.7 180) + (length 2.54) + (name "SPID" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "36" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 10.16 180) + (length 2.54) + (name "GPIO33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "37" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 7.62 180) + (length 2.54) + (name "GPIO34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "38" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 5.08 180) + (length 2.54) + (name "GPIO35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "39" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 2.54 180) + (length 2.54) + (name "GPIO36" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "40" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 0 180) + (length 2.54) + (name "GPIO38" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "42" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 -2.54 180) + (length 2.54) + (name "GPIO37" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "41" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 -5.08 180) + (length 2.54) + (name "MTCK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "43" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 -7.62 180) + (length 2.54) + (name "MTD0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "44" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 -10.16 180) + (length 2.54) + (name "MDTI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "46" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 -12.7 180) + (length 2.54) + (name "MTMS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "47" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 -15.24 180) + (length 2.54) + (name "U0TXD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "48" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 -17.78 180) + (length 2.54) + (name "U0RXD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "49" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 -20.32 180) + (length 2.54) + (name "GPIO45" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "50" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 22.86 -22.86 180) + (length 2.54) + (name "GPIO46" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "55" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 22.86 -25.4 180) + (length 2.54) + (name "CHIP_PU" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "56" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 -27.94 180) + (length 2.54) + (name "LNA_IN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Regulator_Linear:AMS1117-3.3" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -3.81 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AMS1117-3.3" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" + (at 2.54 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "1A Low Dropout regulator, positive, 3.3V fixed output, SOT-223" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "linear regulator ldo fixed positive" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?223*TabPin2*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AMS1117-3.3_0_1" + (rectangle + (start -5.08 -5.08) + (end 5.08 1.905) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "AMS1117-3.3_1_1" + (pin power_in line + (at -7.62 0 0) + (length 2.54) + (name "VI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -7.62 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 7.62 0 180) + (length 2.54) + (name "VO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "Regulator_Linear:L78L05_SOT89" (pin_names (offset 0.254) @@ -3038,476 +4537,6 @@ ) (embedded_fonts no) ) - (symbol "custom:SH79F1612B" - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "U" - (at -7.62 15.24 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "SH79F1612B" - (at 7.62 15.24 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_SO:SOP-20_7.5x12.8mm_P1.27mm" - (at -2.54 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at -2.54 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Enhanced 8051 Microcontroller with 10bit ADC" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "8051 MCU microcontroller 10bit ADC" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "SOP*3.9x9.9mm*P1.27mm*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "SH79F1612B_1_1" - (rectangle - (start -7.62 12.7) - (end 12.7 -21.59) - (stroke - (width 0.254) - (type default) - ) - (fill - (type background) - ) - ) - (pin bidirectional line - (at -10.16 10.16 0) - (length 2.54) - (name "P4.0" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "16" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "RESET" bidirectional line) - ) - (pin bidirectional line - (at -10.16 7.62 0) - (length 2.54) - (name "P4.1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "19" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "XTAL2" bidirectional line) - ) - (pin bidirectional line - (at -10.16 5.08 0) - (length 2.54) - (name "P4.2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "20" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "XTAL1" bidirectional line) - ) - (pin bidirectional line - (at -10.16 1.27 0) - (length 2.54) - (name "P3.0" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "17" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "RXD" bidirectional line) - ) - (pin bidirectional line - (at -10.16 -1.27 0) - (length 2.54) - (name "P3.1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "18" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "TXD" bidirectional line) - ) - (pin bidirectional line - (at -10.16 -5.08 0) - (length 2.54) - (name "P3.2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "INT0" bidirectional line) - ) - (pin bidirectional line - (at -10.16 -7.62 0) - (length 2.54) - (name "P3.3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "INT1" bidirectional line) - ) - (pin bidirectional line - (at -10.16 -10.16 0) - (length 2.54) - (name "P3.4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "T0" bidirectional line) - ) - (pin bidirectional line - (at -10.16 -12.7 0) - (length 2.54) - (name "P3.5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "PWM" bidirectional line) - (alternate "T1" bidirectional line) - ) - (pin bidirectional line - (at -10.16 -15.24 0) - (length 2.54) - (name "P3.7" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "PWM" bidirectional line) - (alternate "T1" bidirectional line) - ) - (pin power_in line - (at 2.54 15.24 270) - (length 2.54) - (name "VDD" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "15" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at 2.54 -24.13 90) - (length 2.54) - (name "GND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 15.24 2.54 180) - (length 2.54) - (name "P1.0" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "7" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "AN0" bidirectional line) - (alternate "RXD1" bidirectional line) - ) - (pin bidirectional line - (at 15.24 0 180) - (length 2.54) - (name "P1.1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "8" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "AN1" bidirectional line) - (alternate "TXD1" bidirectional line) - ) - (pin bidirectional line - (at 15.24 -2.54 180) - (length 2.54) - (name "P1.2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "9" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "AN2" bidirectional line) - (alternate "INT2" bidirectional line) - (alternate "TDO" bidirectional line) - ) - (pin bidirectional line - (at 15.24 -5.08 180) - (length 2.54) - (name "P1.3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "10" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "AN3" bidirectional line) - (alternate "TMS" bidirectional line) - (alternate "VLPD" bidirectional line) - ) - (pin bidirectional line - (at 15.24 -7.62 180) - (length 2.54) - (name "P1.4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "11" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "AN4" bidirectional line) - (alternate "TDI" bidirectional line) - ) - (pin bidirectional line - (at 15.24 -10.16 180) - (length 2.54) - (name "P1.5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "12" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "AN5" bidirectional line) - (alternate "TCK" bidirectional line) - ) - (pin bidirectional line - (at 15.24 -12.7 180) - (length 2.54) - (name "P1.6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "13" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "AN6" bidirectional line) - (alternate "T2EX" bidirectional line) - ) - (pin bidirectional line - (at 15.24 -15.24 180) - (length 2.54) - (name "P1.7" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "14" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (alternate "AN7" bidirectional line) - (alternate "T2" bidirectional line) - ) - ) - (embedded_fonts no) - ) (symbol "custom:SN34MCP" (exclude_from_sim no) (in_bom yes) @@ -3859,6 +4888,131 @@ ) (embedded_fonts no) ) + (symbol "power:+3.3V" + (power) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3.3V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+3.3V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+3.3V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "power:+5V" (power) (pin_numbers @@ -4242,6 +5396,16 @@ ) (uuid "9f06cfa6-eee3-461b-87c3-d6f19ed9861c") ) + (text "We ball with filtering here\nbecause wemos module already have it\nand input is already filtered" + (exclude_from_sim no) + (at 217.678 268.478 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "d93c4cf3-0f97-40b3-bc8e-442bf5be9714") + ) (text "Relay Heater Driver" (exclude_from_sim no) (at 174.752 78.994 0) @@ -4252,6 +5416,12 @@ ) (uuid "f0436f75-0865-403a-8e42-4e004f1b6363") ) + (junction + (at 147.32 170.18) + (diameter 0) + (color 0 0 0 0) + (uuid "0041cfbb-ae34-473d-be24-64a116acc1a0") + ) (junction (at 228.6 147.32) (diameter 0) @@ -4288,6 +5458,12 @@ (color 0 0 0 0) (uuid "10de11b1-d791-46c6-b5f1-6ebd84ccb16f") ) + (junction + (at 46.99 259.08) + (diameter 0) + (color 0 0 0 0) + (uuid "162ba08e-a830-4dc5-a422-360500c6545b") + ) (junction (at 194.31 17.78) (diameter 0) @@ -4366,12 +5542,30 @@ (color 0 0 0 0) (uuid "61562046-984f-4d67-af06-110658c78876") ) + (junction + (at 152.4 170.18) + (diameter 0) + (color 0 0 0 0) + (uuid "632e0679-03e8-4055-bf15-d866edf63ecd") + ) + (junction + (at 52.07 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "64255c3e-ea1e-485b-af3a-4966558f720b") + ) (junction (at 168.91 43.18) (diameter 0) (color 0 0 0 0) (uuid "6867e0ab-254b-4460-bd46-9df946abad31") ) + (junction + (at 149.86 170.18) + (diameter 0) + (color 0 0 0 0) + (uuid "6a536340-a1ee-4479-822f-a1a3a9dc1682") + ) (junction (at 190.5 17.78) (diameter 0) @@ -4379,10 +5573,10 @@ (uuid "6b09d265-52f8-4d5e-a74e-a95e337d42d5") ) (junction - (at 99.06 199.39) + (at 67.31 259.08) (diameter 0) (color 0 0 0 0) - (uuid "6fe90049-36e1-4eb9-a87b-443066a79b85") + (uuid "6b4855e2-68a7-4b7a-809a-1b3952d79291") ) (junction (at 157.48 85.09) @@ -4390,12 +5584,6 @@ (color 0 0 0 0) (uuid "757f7c84-c6da-4bb0-9416-1844b32ee635") ) - (junction - (at 149.86 144.78) - (diameter 0) - (color 0 0 0 0) - (uuid "7912cd5a-3480-4ace-b13c-5e9761335660") - ) (junction (at 48.26 128.27) (diameter 0) @@ -4414,12 +5602,6 @@ (color 0 0 0 0) (uuid "7d263018-28ac-4460-83e5-f6784bf28d6c") ) - (junction - (at 99.06 177.8) - (diameter 0) - (color 0 0 0 0) - (uuid "7fa83f3d-94e3-410d-918a-c0e9400488b2") - ) (junction (at 105.41 68.58) (diameter 0) @@ -4444,6 +5626,12 @@ (color 0 0 0 0) (uuid "956d2e7c-d876-4cfa-836c-f97911dd6ea2") ) + (junction + (at 154.94 170.18) + (diameter 0) + (color 0 0 0 0) + (uuid "97167dac-112f-475e-9cfb-38b829c9a520") + ) (junction (at 173.99 55.88) (diameter 0) @@ -4468,24 +5656,12 @@ (color 0 0 0 0) (uuid "a3d836e1-e6ab-4653-ae8d-c87555478b7a") ) - (junction - (at 165.1 185.42) - (diameter 0) - (color 0 0 0 0) - (uuid "a77655ce-70c0-4353-bceb-7404806cb6b7") - ) (junction (at 132.08 91.44) (diameter 0) (color 0 0 0 0) (uuid "a9e83a42-7e65-4584-9e00-321ed8e2398b") ) - (junction - (at 165.1 193.04) - (diameter 0) - (color 0 0 0 0) - (uuid "b757e0e6-082b-4252-987a-321d3caf6ee2") - ) (junction (at 66.04 68.58) (diameter 0) @@ -4498,6 +5674,18 @@ (color 0 0 0 0) (uuid "bafc51c8-3828-4a34-b181-82f4ce006827") ) + (junction + (at 144.78 170.18) + (diameter 0) + (color 0 0 0 0) + (uuid "c3a259c9-027f-42a2-be15-42fb53a29f78") + ) + (junction + (at 264.16 53.34) + (diameter 0) + (color 0 0 0 0) + (uuid "c3c98967-9990-4df0-8db7-81a96727d300") + ) (junction (at 86.36 45.72) (diameter 0) @@ -4510,6 +5698,12 @@ (color 0 0 0 0) (uuid "d02447aa-2d7e-466f-ada4-2f085897a1e1") ) + (junction + (at 52.07 198.12) + (diameter 0) + (color 0 0 0 0) + (uuid "d069e694-2cf9-475a-a6e3-cffd614f6e42") + ) (junction (at 45.72 68.58) (diameter 0) @@ -4522,6 +5716,18 @@ (color 0 0 0 0) (uuid "d591e103-1e7b-4c73-b762-2981adb16c33") ) + (junction + (at 46.99 266.7) + (diameter 0) + (color 0 0 0 0) + (uuid "da0e5ae5-3071-4347-b219-27d3ebfa2a66") + ) + (junction + (at 52.07 219.71) + (diameter 0) + (color 0 0 0 0) + (uuid "e6c124f1-2c9d-489e-a65f-ef8b1574fe13") + ) (junction (at 153.67 43.18) (diameter 0) @@ -4564,12 +5770,6 @@ (color 0 0 0 0) (uuid "f51f1456-5466-4737-8a41-0c684973fcd8") ) - (junction - (at 144.78 185.42) - (diameter 0) - (color 0 0 0 0) - (uuid "fbf8dddb-e4a4-4e64-b58f-155ad19173a4") - ) (junction (at 74.93 114.3) (diameter 0) @@ -4592,6 +5792,16 @@ ) (uuid "015cbcc4-6d79-4912-bec1-7e4558978fe8") ) + (wire + (pts + (xy 104.14 198.12) (xy 129.54 198.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0173ce58-f6b0-4c7e-a0a3-83fe6cc03cce") + ) (wire (pts (xy 180.34 20.32) (xy 180.34 17.78) @@ -4622,16 +5832,6 @@ ) (uuid "02f995cd-7e02-4325-bcf1-8f92b2e8fb0b") ) - (wire - (pts - (xy 166.37 144.78) (xy 162.56 144.78) - ) - (stroke - (width 0) - (type default) - ) - (uuid "035a8aaa-ac4e-4beb-96a5-579411d82304") - ) (wire (pts (xy 234.95 54.61) (xy 234.95 53.34) @@ -4672,6 +5872,26 @@ ) (uuid "056caedf-cee9-44e4-b075-e7693a79d207") ) + (wire + (pts + (xy 52.07 219.71) (xy 59.69 219.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "05f64665-037e-4c92-84c5-29ae199fef2e") + ) + (wire + (pts + (xy 35.56 181.61) (xy 35.56 182.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "06d724fc-d179-4865-8fc3-7b5f21bdd960") + ) (wire (pts (xy 241.3 85.09) (xy 242.57 85.09) @@ -4682,16 +5902,6 @@ ) (uuid "07528fae-72f6-4978-bb40-6e7e77c3c979") ) - (wire - (pts - (xy 144.78 170.18) (xy 144.78 185.42) - ) - (stroke - (width 0) - (type default) - ) - (uuid "088968a0-a1c2-46bb-9f49-2904d5e3c4ce") - ) (wire (pts (xy 240.03 147.32) (xy 242.57 147.32) @@ -4714,13 +5924,13 @@ ) (wire (pts - (xy 93.98 182.88) (xy 99.06 182.88) + (xy 120.65 210.82) (xy 129.54 210.82) ) (stroke (width 0) (type default) ) - (uuid "0ebffb8a-2015-4b56-bed6-763117809ef5") + (uuid "0d0804bf-2b23-43c1-a260-ce3610aa760a") ) (wire (pts @@ -4754,23 +5964,13 @@ ) (wire (pts - (xy 82.55 204.47) (xy 86.36 204.47) + (xy 154.94 170.18) (xy 157.48 170.18) ) (stroke (width 0) (type default) ) - (uuid "10c6cd3f-ef53-44b0-97c9-58c5af875ea6") - ) - (wire - (pts - (xy 139.7 162.56) (xy 152.4 162.56) - ) - (stroke - (width 0) - (type default) - ) - (uuid "12517ec9-3754-42a5-b288-c542ae3251c5") + (uuid "1059a3b4-c412-4523-a80d-9e7d3bcd48bf") ) (wire (pts @@ -4782,6 +5982,16 @@ ) (uuid "12894729-4aa6-4cbb-bd84-a6fcb0cbcb17") ) + (wire + (pts + (xy 46.99 162.56) (xy 59.69 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "137e4513-e628-46dc-9157-387bdc172eb3") + ) (wire (pts (xy 228.6 120.65) (xy 232.41 120.65) @@ -4794,23 +6004,13 @@ ) (wire (pts - (xy 82.55 177.8) (xy 86.36 177.8) + (xy 102.87 276.86) (xy 107.95 276.86) ) (stroke (width 0) (type default) ) - (uuid "169106ca-8ee5-4bf2-a912-29fe451864c2") - ) - (wire - (pts - (xy 82.55 182.88) (xy 86.36 182.88) - ) - (stroke - (width 0) - (type default) - ) - (uuid "16dac07d-8ed3-497b-9aeb-477bf4fb3a17") + (uuid "172e4b1e-0ec9-4322-865c-bb545ca142a4") ) (wire (pts @@ -4842,6 +6042,26 @@ ) (uuid "1a68b056-8b11-48ca-8452-4c8d9fc89e3f") ) + (wire + (pts + (xy 35.56 224.79) (xy 35.56 226.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1ac2f5f6-ece5-486a-905c-bc788c15dad5") + ) + (wire + (pts + (xy 35.56 203.2) (xy 35.56 204.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1b221586-4d01-457d-9277-f00faa8d7230") + ) (wire (pts (xy 252.73 102.87) (xy 250.19 102.87) @@ -4852,16 +6072,6 @@ ) (uuid "1b49d44c-6c24-4520-9348-48b819506c31") ) - (wire - (pts - (xy 106.68 172.72) (xy 106.68 199.39) - ) - (stroke - (width 0) - (type default) - ) - (uuid "1c78ad6f-654a-4af0-b7e3-40c34629a9fc") - ) (wire (pts (xy 308.61 62.23) (xy 308.61 63.5) @@ -4874,23 +6084,13 @@ ) (wire (pts - (xy 127 135.89) (xy 127 142.24) + (xy 46.99 245.11) (xy 46.99 247.65) ) (stroke (width 0) (type default) ) - (uuid "1f541454-df12-4399-9a2a-7f4369419828") - ) - (wire - (pts - (xy 127 181.61) (xy 127 187.96) - ) - (stroke - (width 0) - (type default) - ) - (uuid "1fd76254-87a7-4350-93a5-7a188137221e") + (uuid "200239d9-9b78-4041-ad58-5303feb07a94") ) (wire (pts @@ -4942,6 +6142,16 @@ ) (uuid "2357aabe-b24a-4c4c-b7db-2fff47105014") ) + (wire + (pts + (xy 52.07 176.53) (xy 59.69 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "25a97e61-9ad4-4584-bd8b-200819e2b6b4") + ) (wire (pts (xy 190.5 43.18) (xy 190.5 38.1) @@ -4962,26 +6172,6 @@ ) (uuid "263dda55-10b8-4585-8355-59730dbd5492") ) - (wire - (pts - (xy 82.55 199.39) (xy 86.36 199.39) - ) - (stroke - (width 0) - (type default) - ) - (uuid "26420f65-36eb-461a-802f-14d50e1e2045") - ) - (wire - (pts - (xy 93.98 177.8) (xy 99.06 177.8) - ) - (stroke - (width 0) - (type default) - ) - (uuid "264bd421-3004-402a-a189-86d3aed0a02a") - ) (wire (pts (xy 86.36 45.72) (xy 86.36 53.34) @@ -5012,6 +6202,16 @@ ) (uuid "27e10f25-aa56-4678-993d-460ebcc10974") ) + (wire + (pts + (xy 102.87 269.24) (xy 107.95 269.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "28f4aec0-c180-4738-b96c-c63b941e537b") + ) (wire (pts (xy 228.6 156.21) (xy 232.41 156.21) @@ -5092,6 +6292,16 @@ ) (uuid "340f2c40-c0c6-419c-af60-c3458ddeda58") ) + (wire + (pts + (xy 46.99 203.2) (xy 52.07 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "369c1e2b-2408-4d36-9577-3d3191166be4") + ) (wire (pts (xy 308.61 53.34) (xy 308.61 46.99) @@ -5102,6 +6312,16 @@ ) (uuid "36de8245-1ac1-489b-b507-365e56d206fa") ) + (wire + (pts + (xy 264.16 53.34) (xy 266.7 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3745c62e-1223-43fb-810d-6d2c126a432a") + ) (wire (pts (xy 74.93 114.3) (xy 74.93 118.11) @@ -5144,23 +6364,23 @@ ) (wire (pts - (xy 139.7 170.18) (xy 144.78 170.18) + (xy 102.87 271.78) (xy 107.95 271.78) ) (stroke (width 0) (type default) ) - (uuid "39f861f0-1896-4934-8845-821d6b441b10") + (uuid "3d866f32-c061-41d6-ab24-6f540bbef089") ) (wire (pts - (xy 151.13 193.04) (xy 144.78 193.04) + (xy 35.56 219.71) (xy 39.37 219.71) ) (stroke (width 0) (type default) ) - (uuid "3b3e0161-9dbe-4054-a503-885419621e44") + (uuid "3e02d73b-d4c9-4d0b-9992-8c252b701cbc") ) (wire (pts @@ -5172,6 +6392,16 @@ ) (uuid "3f5455a9-4963-496e-9926-755731830a83") ) + (wire + (pts + (xy 149.86 170.18) (xy 152.4 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f63c2be-f18e-4bd7-a8c7-0d0e42ad6dc8") + ) (wire (pts (xy 68.58 80.01) (xy 68.58 85.09) @@ -5182,6 +6412,16 @@ ) (uuid "408fc993-24a4-400a-9562-6cf5d415bb94") ) + (wire + (pts + (xy 264.16 48.26) (xy 264.16 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "41cae65b-d8e8-417e-9198-cf888f081d11") + ) (wire (pts (xy 132.08 83.82) (xy 132.08 91.44) @@ -5282,6 +6522,16 @@ ) (uuid "4a1b3876-0d0d-4de8-a11b-fe11b977f9b4") ) + (wire + (pts + (xy 201.93 259.08) (xy 209.55 259.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4a5b03df-b27c-41ff-89e8-196f4eb93dcb") + ) (wire (pts (xy 153.67 55.88) (xy 173.99 55.88) @@ -5322,16 +6572,6 @@ ) (uuid "4d094095-b172-4e64-aead-2ab5478ee890") ) - (wire - (pts - (xy 149.86 139.7) (xy 149.86 144.78) - ) - (stroke - (width 0) - (type default) - ) - (uuid "4dcf545c-1cfa-42fa-b95f-b0a7ade2a636") - ) (wire (pts (xy 66.04 45.72) (xy 59.69 45.72) @@ -5362,6 +6602,36 @@ ) (uuid "50bc824d-b5d4-42de-8af5-2f58ba58694f") ) + (wire + (pts + (xy 46.99 152.4) (xy 59.69 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "523855e2-6cf1-4ba0-97dd-44aa7a1094c1") + ) + (wire + (pts + (xy 120.65 190.5) (xy 129.54 190.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5340f0e4-756b-41ee-b7ba-3cd859ec988e") + ) + (wire + (pts + (xy 124.46 267.97) (xy 124.46 274.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "53b8f1ce-6b33-4ff5-bd06-bb70d8d2534c") + ) (wire (pts (xy 34.29 66.04) (xy 34.29 68.58) @@ -5392,6 +6662,16 @@ ) (uuid "55b05dca-22f6-4785-9f65-394611d80f65") ) + (wire + (pts + (xy 67.31 259.08) (xy 60.96 259.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "57322734-915a-4c1c-8bfc-9daeabf4496a") + ) (wire (pts (xy 36.83 95.25) (xy 44.45 95.25) @@ -5414,13 +6694,33 @@ ) (wire (pts - (xy 82.55 147.32) (xy 86.36 147.32) + (xy 120.65 182.88) (xy 129.54 182.88) ) (stroke (width 0) (type default) ) - (uuid "59b03283-73b2-4644-8456-179a565e44be") + (uuid "5a148171-cd9c-4805-a8f3-ae66ef1242a7") + ) + (wire + (pts + (xy 46.99 198.12) (xy 52.07 198.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a67823a-6408-46fb-b0db-a94d40018d5f") + ) + (wire + (pts + (xy 46.99 269.24) (xy 46.99 266.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a72f6d4-ea0c-48a4-ab79-8ed6b7463331") ) (wire (pts @@ -5464,13 +6764,13 @@ ) (wire (pts - (xy 165.1 187.96) (xy 171.45 187.96) + (xy 53.34 259.08) (xy 46.99 259.08) ) (stroke (width 0) (type default) ) - (uuid "5f7e9ce1-c455-4b51-8ab9-2473bc32c8a2") + (uuid "5fc7295a-8283-46b8-a5bf-23b3f8a12f99") ) (wire (pts @@ -5482,16 +6782,6 @@ ) (uuid "60109f4e-fcd0-4e17-b6f8-ce41e7c1d2d4") ) - (wire - (pts - (xy 106.68 199.39) (xy 99.06 199.39) - ) - (stroke - (width 0) - (type default) - ) - (uuid "6117beb9-d862-47cd-9f81-a44340fa4360") - ) (wire (pts (xy 252.73 120.65) (xy 250.19 120.65) @@ -5522,6 +6812,26 @@ ) (uuid "64a86998-f774-4ae8-8147-7fa8c74f903f") ) + (wire + (pts + (xy 144.78 162.56) (xy 144.78 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "64be192c-fed4-4f36-aea3-f48fc0d90b4a") + ) + (wire + (pts + (xy 120.65 185.42) (xy 129.54 185.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "64ddb903-98b6-4b4c-a29c-765f6c5a38b6") + ) (wire (pts (xy 199.39 121.92) (xy 203.2 121.92) @@ -5594,23 +6904,23 @@ ) (wire (pts - (xy 139.7 157.48) (xy 152.4 157.48) + (xy 46.99 181.61) (xy 52.07 181.61) ) (stroke (width 0) (type default) ) - (uuid "698aac47-20f4-47a9-b9da-6eb5a4967115") + (uuid "690caab3-9023-45be-8a87-85a6638f2a75") ) (wire (pts - (xy 106.68 162.56) (xy 106.68 147.32) + (xy 67.31 259.08) (xy 72.39 259.08) ) (stroke (width 0) (type default) ) - (uuid "6c926bbd-c9d4-42fb-90d9-55ef9b5625d7") + (uuid "6c611de4-5c59-42bc-9bdb-0c5fc317bf89") ) (wire (pts @@ -5712,16 +7022,6 @@ ) (uuid "7551aedc-9788-48ea-b20b-4ef7e0e178f8") ) - (wire - (pts - (xy 93.98 167.64) (xy 114.3 167.64) - ) - (stroke - (width 0) - (type default) - ) - (uuid "75b7a607-da75-40f9-a21a-496c860526c4") - ) (wire (pts (xy 281.94 53.34) (xy 290.83 53.34) @@ -5732,6 +7032,16 @@ ) (uuid "76740f0a-f55c-4b98-bd1d-2a3ba63c4bd3") ) + (wire + (pts + (xy 179.07 259.08) (xy 186.69 259.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "76ca417c-52ed-4597-8cea-974306ec357a") + ) (wire (pts (xy 34.29 45.72) (xy 45.72 45.72) @@ -5752,6 +7062,16 @@ ) (uuid "76fe0b19-a01c-4ad7-bcb5-b21fe14ec359") ) + (wire + (pts + (xy 35.56 181.61) (xy 39.37 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "777df8e3-b465-40aa-97af-377a17a6afde") + ) (wire (pts (xy 194.31 66.04) (xy 194.31 64.77) @@ -5762,16 +7082,6 @@ ) (uuid "78d55e81-06db-4b72-8462-4f44e36963a5") ) - (wire - (pts - (xy 144.78 193.04) (xy 144.78 185.42) - ) - (stroke - (width 0) - (type default) - ) - (uuid "794b1f49-9511-439d-b4e7-30a6c827a030") - ) (wire (pts (xy 27.94 68.58) (xy 34.29 68.58) @@ -5782,6 +7092,16 @@ ) (uuid "799ef2d8-8b8f-4ece-be1c-899ac948d636") ) + (wire + (pts + (xy 53.34 266.7) (xy 46.99 266.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "79ef7efe-659a-40b8-a74e-312262ea21e1") + ) (wire (pts (xy 308.61 54.61) (xy 308.61 53.34) @@ -5792,6 +7112,16 @@ ) (uuid "7bfd8762-806c-40e9-ab79-ad1dc59fe50e") ) + (wire + (pts + (xy 144.78 170.18) (xy 147.32 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7c85d5d4-bc7e-4158-bc61-cee66b0932b1") + ) (wire (pts (xy 274.32 63.5) (xy 274.32 60.96) @@ -5822,6 +7152,16 @@ ) (uuid "7edc8746-043e-4295-98f0-eea8edd24632") ) + (wire + (pts + (xy 120.65 203.2) (xy 129.54 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f795771-9895-43ad-a594-e3bac0d3e330") + ) (wire (pts (xy 259.08 62.23) (xy 259.08 63.5) @@ -5854,13 +7194,13 @@ ) (wire (pts - (xy 158.75 185.42) (xy 165.1 185.42) + (xy 35.56 198.12) (xy 39.37 198.12) ) (stroke (width 0) (type default) ) - (uuid "81b2e418-a929-4971-af7f-b3ad1dcb45c9") + (uuid "820c8d5e-dcc5-4dce-acb4-83811ac48345") ) (wire (pts @@ -5934,13 +7274,13 @@ ) (wire (pts - (xy 154.94 144.78) (xy 149.86 144.78) + (xy 120.65 193.04) (xy 129.54 193.04) ) (stroke (width 0) (type default) ) - (uuid "8a5c057b-e19f-4147-90c5-a609802e3894") + (uuid "89bf08b4-0182-4569-8e7c-2b1725622e07") ) (wire (pts @@ -5982,16 +7322,6 @@ ) (uuid "8fa80ab2-e281-42af-b9c1-7d14d183e8f6") ) - (wire - (pts - (xy 114.3 172.72) (xy 106.68 172.72) - ) - (stroke - (width 0) - (type default) - ) - (uuid "8fac0563-b8b1-4acb-81f3-fe5d14836997") - ) (wire (pts (xy 173.99 66.04) (xy 173.99 64.77) @@ -6012,16 +7342,6 @@ ) (uuid "905659ee-b1f2-448a-b92e-3176a025677c") ) - (wire - (pts - (xy 99.06 157.48) (xy 99.06 165.1) - ) - (stroke - (width 0) - (type default) - ) - (uuid "90affbb6-eb53-40fa-b352-293694cd5f3a") - ) (wire (pts (xy 234.95 63.5) (xy 234.95 66.04) @@ -6032,16 +7352,6 @@ ) (uuid "91b29f84-1d56-44fa-a161-80f72754d3f1") ) - (wire - (pts - (xy 106.68 147.32) (xy 93.98 147.32) - ) - (stroke - (width 0) - (type default) - ) - (uuid "91b60297-869e-46c8-8330-c5ddd7576416") - ) (wire (pts (xy 180.34 17.78) (xy 190.5 17.78) @@ -6064,23 +7374,13 @@ ) (wire (pts - (xy 149.86 154.94) (xy 149.86 144.78) + (xy 35.56 176.53) (xy 39.37 176.53) ) (stroke (width 0) (type default) ) - (uuid "9487922a-fbe6-493a-af24-844f355cbce5") - ) - (wire - (pts - (xy 166.37 139.7) (xy 162.56 139.7) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9601aaa8-c033-46e1-8b61-842ad0ef1ec6") + (uuid "96e00f5b-2f12-4afa-9793-2740d9f4cd9c") ) (wire (pts @@ -6104,43 +7404,33 @@ ) (wire (pts - (xy 82.55 167.64) (xy 86.36 167.64) + (xy 52.07 198.12) (xy 59.69 198.12) ) (stroke (width 0) (type default) ) - (uuid "97a006af-f6b8-4fac-bd9b-779943b9ec87") + (uuid "97e4d9e3-040b-4999-bdee-cafed2e5a6ef") ) (wire (pts - (xy 93.98 199.39) (xy 99.06 199.39) + (xy 152.4 246.38) (xy 152.4 252.73) ) (stroke (width 0) (type default) ) - (uuid "98ed5f85-10b5-4436-8cf6-2bb9b6c147b7") + (uuid "996c8a78-73e5-44ab-92cf-11d234d6d0fc") ) (wire (pts - (xy 144.78 185.42) (xy 151.13 185.42) + (xy 120.65 195.58) (xy 129.54 195.58) ) (stroke (width 0) (type default) ) - (uuid "99e8b22e-09a9-4770-abd3-5d0c52345798") - ) - (wire - (pts - (xy 82.55 182.88) (xy 82.55 184.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9a6d1261-0b80-468a-a981-338aee8ece7b") + (uuid "9a9c5459-0977-4c71-ba2a-9c22847ae72d") ) (wire (pts @@ -6162,6 +7452,16 @@ ) (uuid "9d0df5c8-58ae-46a2-a074-7239c413217b") ) + (wire + (pts + (xy 52.07 198.12) (xy 52.07 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e502dee-b3a6-4bd9-b74f-d169f62d0252") + ) (wire (pts (xy 105.41 45.72) (xy 105.41 53.34) @@ -6182,16 +7482,6 @@ ) (uuid "a11a802f-21de-43b4-a8e6-1b5b58e9d20a") ) - (wire - (pts - (xy 99.06 177.8) (xy 99.06 182.88) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a1b56775-a157-48aa-ae45-ce25d319b903") - ) (wire (pts (xy 154.94 111.76) (xy 163.83 111.76) @@ -6202,6 +7492,16 @@ ) (uuid "a20d9944-6a88-4aa9-9fc1-fcb690759697") ) + (wire + (pts + (xy 152.4 170.18) (xy 154.94 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a20dc56e-5dc7-477e-b61f-e1f33b2ab443") + ) (wire (pts (xy 308.61 63.5) (xy 308.61 66.04) @@ -6212,6 +7512,26 @@ ) (uuid "a27438d5-daaf-4340-8afd-b85ede5e7747") ) + (wire + (pts + (xy 124.46 274.32) (xy 102.87 274.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a31a6ec8-91f2-4f67-9dbc-2d2831d8b10c") + ) + (wire + (pts + (xy 52.07 224.79) (xy 52.07 219.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a496e1bc-7a89-431c-9fe8-a57254131f50") + ) (wire (pts (xy 48.26 116.84) (xy 48.26 109.22) @@ -6224,13 +7544,13 @@ ) (wire (pts - (xy 165.1 171.45) (xy 165.1 173.99) + (xy 46.99 142.24) (xy 59.69 142.24) ) (stroke (width 0) (type default) ) - (uuid "a7fec391-2b80-4839-b409-cd6570ba4ddf") + (uuid "a7b39ef2-af74-4c17-b626-b5722ee9d4f4") ) (wire (pts @@ -6242,16 +7562,6 @@ ) (uuid "a809d379-a977-41d0-b294-a33f114a8ea9") ) - (wire - (pts - (xy 99.06 170.18) (xy 99.06 177.8) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a81b3dd8-e909-4c67-80eb-22fe48970080") - ) (wire (pts (xy 252.73 147.32) (xy 250.19 147.32) @@ -6284,13 +7594,13 @@ ) (wire (pts - (xy 106.68 162.56) (xy 114.3 162.56) + (xy 46.99 261.62) (xy 40.64 261.62) ) (stroke (width 0) (type default) ) - (uuid "ac6e5fb6-8167-4491-9f6e-da5f47b48a76") + (uuid "ae58206d-1259-4cfd-be76-de67ca41011c") ) (wire (pts @@ -6322,6 +7632,16 @@ ) (uuid "b0a730c3-6647-41f3-8fa5-a79450778f2f") ) + (wire + (pts + (xy 35.56 224.79) (xy 39.37 224.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1e23e87-221f-42ee-9093-0a1bb2425798") + ) (wire (pts (xy 66.04 53.34) (xy 66.04 45.72) @@ -6352,16 +7672,6 @@ ) (uuid "b57e6b7b-7e32-44c9-b35a-d39c133df5bb") ) - (wire - (pts - (xy 82.55 157.48) (xy 86.36 157.48) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b635d7a9-6b68-46f0-b4b9-36dd4bc3dd01") - ) (wire (pts (xy 59.69 90.17) (xy 59.69 91.44) @@ -6402,16 +7712,6 @@ ) (uuid "ba679013-e831-49d4-aa81-26ef5e4f2040") ) - (wire - (pts - (xy 99.06 157.48) (xy 93.98 157.48) - ) - (stroke - (width 0) - (type default) - ) - (uuid "bc28ebdb-3821-4fe9-a833-83a072bd6f95") - ) (wire (pts (xy 22.86 25.4) (xy 31.75 25.4) @@ -6454,13 +7754,23 @@ ) (wire (pts - (xy 165.1 185.42) (xy 171.45 185.42) + (xy 147.32 170.18) (xy 149.86 170.18) ) (stroke (width 0) (type default) ) - (uuid "c4ccf4b8-1d69-4535-8ca7-65c9ce68dead") + (uuid "c28d0da7-d8f4-465e-8bd6-066e0ab3f36b") + ) + (wire + (pts + (xy 120.65 187.96) (xy 129.54 187.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c551408e-2631-4fc4-9705-23d8df19dbc7") ) (wire (pts @@ -6472,6 +7782,16 @@ ) (uuid "c58a1dec-60c4-492c-8f55-08b30635301d") ) + (wire + (pts + (xy 67.31 266.7) (xy 67.31 259.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c6e2904f-2eba-4066-8870-83fc6168313b") + ) (wire (pts (xy 105.41 39.37) (xy 105.41 45.72) @@ -6482,16 +7802,6 @@ ) (uuid "c89b3f87-a909-4f47-8363-555e33b455cd") ) - (wire - (pts - (xy 158.75 193.04) (xy 165.1 193.04) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c924a5e9-f92e-4675-bd77-7c5798b5140c") - ) (wire (pts (xy 48.26 128.27) (xy 53.34 128.27) @@ -6514,13 +7824,43 @@ ) (wire (pts - (xy 165.1 187.96) (xy 165.1 193.04) + (xy 46.99 219.71) (xy 52.07 219.71) ) (stroke (width 0) (type default) ) - (uuid "cb3ee64b-6f75-41e4-856c-b04dcca1bcb9") + (uuid "cb0ab961-e10e-48ad-a32b-9a1950582c85") + ) + (wire + (pts + (xy 35.56 203.2) (xy 39.37 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ce8d7578-cc69-4676-b6bd-492c88eafa6b") + ) + (wire + (pts + (xy 209.55 259.08) (xy 209.55 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cf148e0b-31ef-450b-9b45-8e06f71d00f0") + ) + (wire + (pts + (xy 46.99 224.79) (xy 52.07 224.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cf149503-d869-4245-8a02-4da8bfabea54") ) (wire (pts @@ -6544,13 +7884,13 @@ ) (wire (pts - (xy 99.06 170.18) (xy 114.3 170.18) + (xy 35.56 162.56) (xy 39.37 162.56) ) (stroke (width 0) (type default) ) - (uuid "d21f45a3-7aba-4210-855c-b3398791d268") + (uuid "d0b65a4f-9f0c-4ddd-98fd-03f971642e6b") ) (wire (pts @@ -6572,6 +7912,16 @@ ) (uuid "d29c3ab9-53f8-4358-9d4f-f6b9b43cc39e") ) + (wire + (pts + (xy 104.14 200.66) (xy 129.54 200.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d2fc8ded-500a-4f89-bbdd-96189d565688") + ) (wire (pts (xy 252.73 120.65) (xy 252.73 129.54) @@ -6582,6 +7932,16 @@ ) (uuid "d37fb79c-94bb-4ad0-9df3-33e2b4633534") ) + (wire + (pts + (xy 46.99 261.62) (xy 46.99 266.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3e6a185-5c22-4dc8-b1f9-27e1cce7394a") + ) (wire (pts (xy 74.93 125.73) (xy 74.93 128.27) @@ -6622,6 +7982,16 @@ ) (uuid "d57d0ad0-32f7-4ec3-976b-438f34702802") ) + (wire + (pts + (xy 35.56 152.4) (xy 39.37 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d693b89e-9435-430e-8ad2-0c682aafd8a0") + ) (wire (pts (xy 198.12 17.78) (xy 201.93 17.78) @@ -6682,16 +8052,6 @@ ) (uuid "db802de9-1a8a-4d46-bef4-3dcc5130647f") ) - (wire - (pts - (xy 166.37 144.78) (xy 166.37 146.05) - ) - (stroke - (width 0) - (type default) - ) - (uuid "db8f024f-0f5c-48c6-88a6-d7bbaa1c06e1") - ) (wire (pts (xy 27.94 80.01) (xy 68.58 80.01) @@ -6702,36 +8062,6 @@ ) (uuid "dc3d6807-cbfd-43ae-8550-6b69d23a5efb") ) - (wire - (pts - (xy 93.98 204.47) (xy 99.06 204.47) - ) - (stroke - (width 0) - (type default) - ) - (uuid "dc679849-fa8c-46da-940b-a1f8858f60e9") - ) - (wire - (pts - (xy 154.94 139.7) (xy 149.86 139.7) - ) - (stroke - (width 0) - (type default) - ) - (uuid "de158e15-e598-436d-8743-3aa80fdae5fe") - ) - (wire - (pts - (xy 165.1 181.61) (xy 165.1 185.42) - ) - (stroke - (width 0) - (type default) - ) - (uuid "de319c01-3298-41c9-8974-ad9eeaee142c") - ) (wire (pts (xy 153.67 31.75) (xy 157.48 31.75) @@ -6774,13 +8104,13 @@ ) (wire (pts - (xy 82.55 204.47) (xy 82.55 205.74) + (xy 194.31 266.7) (xy 194.31 271.78) ) (stroke (width 0) (type default) ) - (uuid "e0fa921d-a587-4cbb-9eb1-d0668a0cd78e") + (uuid "e299e430-811e-4d82-8867-24cfbaf94a71") ) (wire (pts @@ -6822,6 +8152,16 @@ ) (uuid "e45dff60-739b-438c-be01-cfc1cf63141f") ) + (wire + (pts + (xy 46.99 259.08) (xy 40.64 259.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e4a9bb11-089f-4943-bd8d-d146a33cd3c6") + ) (wire (pts (xy 180.34 43.18) (xy 190.5 43.18) @@ -6852,6 +8192,36 @@ ) (uuid "e6125306-79af-41db-b2a4-883721478c88") ) + (wire + (pts + (xy 52.07 176.53) (xy 52.07 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e63a99ea-e8a4-43d7-aad1-6fbe13b6f000") + ) + (wire + (pts + (xy 60.96 266.7) (xy 67.31 266.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e8446e9f-c066-439b-8c33-16c3d6df4081") + ) + (wire + (pts + (xy 46.99 255.27) (xy 46.99 259.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9f77ba5-94a6-4aea-bbbb-819c6a7f96d4") + ) (wire (pts (xy 127 99.06) (xy 119.38 99.06) @@ -6864,7 +8234,7 @@ ) (wire (pts - (xy 259.08 53.34) (xy 266.7 53.34) + (xy 259.08 53.34) (xy 264.16 53.34) ) (stroke (width 0) @@ -6942,16 +8312,6 @@ ) (uuid "f61499a1-eb63-4f5c-adac-e79f8a4c5811") ) - (wire - (pts - (xy 99.06 165.1) (xy 114.3 165.1) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f63b217d-3fb4-4f8d-b7d5-68754b21c267") - ) (wire (pts (xy 110.49 83.82) (xy 114.3 83.82) @@ -6962,6 +8322,16 @@ ) (uuid "f63c2272-497a-4fa3-b3eb-4f9dcfb0bf6e") ) + (wire + (pts + (xy 120.65 208.28) (xy 129.54 208.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f6680adc-e3d4-4a41-ad9f-7054bb0deea2") + ) (wire (pts (xy 153.67 55.88) (xy 153.67 57.15) @@ -6994,13 +8364,23 @@ ) (wire (pts - (xy 165.1 195.58) (xy 165.1 193.04) + (xy 35.56 142.24) (xy 39.37 142.24) ) (stroke (width 0) (type default) ) - (uuid "f9b5b3c5-1891-4df5-ad8d-75d8549ee35c") + (uuid "f9786355-8404-40e7-bc1d-bc0949b464e9") + ) + (wire + (pts + (xy 46.99 176.53) (xy 52.07 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fb69c88a-4d02-4337-8240-9fc097fb1ee0") ) (wire (pts @@ -7012,16 +8392,6 @@ ) (uuid "fbc9ba17-d953-43a2-84cb-8d20b6403f59") ) - (wire - (pts - (xy 139.7 154.94) (xy 149.86 154.94) - ) - (stroke - (width 0) - (type default) - ) - (uuid "fd9183d2-bfe6-4b41-8b58-ea8c030e0583") - ) (wire (pts (xy 240.03 120.65) (xy 242.57 120.65) @@ -7052,16 +8422,6 @@ ) (uuid "fe98b6f5-847a-4acf-9a44-614fb0d5ad8e") ) - (wire - (pts - (xy 99.06 199.39) (xy 99.06 204.47) - ) - (stroke - (width 0) - (type default) - ) - (uuid "fedbb460-04bf-4993-824c-69fd1861ac01") - ) (global_label "PAN_SW3_BTN" (shape input) (at 203.2 114.3 0) @@ -7106,6 +8466,28 @@ ) ) ) + (global_label "I2C_SDA" + (shape input) + (at 107.95 269.24 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "0d467908-6a40-48db-af13-7289052d5acb") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 118.5552 269.24 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) (global_label "MAINS_L" (shape input) (at 31.75 22.86 0) @@ -7172,6 +8554,28 @@ ) ) ) + (global_label "VREG_IN" + (shape input) + (at 179.07 259.08 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "228ffba4-9f07-48af-8264-a7728ddeef5f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 168.4043 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) (global_label "PUMP_DRV" (shape input) (at 27.94 85.09 180) @@ -7238,6 +8642,28 @@ ) ) ) + (global_label "SW3_LED" + (shape input) + (at 120.65 195.58 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "379c2860-964a-4bfb-8d34-2884ef732330") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 109.3797 195.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) (global_label "MAINS_N" (shape input) (at 110.49 118.11 180) @@ -7282,6 +8708,72 @@ ) ) ) + (global_label "SW2_LED" + (shape input) + (at 120.65 190.5 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "42000166-aca8-4e06-85d5-94348f6bfcf2") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 109.3797 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "THERM_OUT" + (shape input) + (at 72.39 259.08 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "44209a00-ae58-433e-9fe2-5570b06a92cc") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 86.1399 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "SW1_BTN" + (shape input) + (at 59.69 176.53 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "446baa0a-943f-4c43-9800-e844571914f7") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 71.0813 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) (global_label "MAINS_L" (shape input) (at 27.94 80.01 180) @@ -7304,9 +8796,31 @@ ) ) ) - (global_label "PAN_SW3_LED" + (global_label "SW3_BTN" (shape input) - (at 82.55 167.64 180) + (at 59.69 219.71 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "500cb615-f2b7-4199-9c4d-bb9ce97a13a9") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 71.0813 219.71 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "PAN_SW3_BTN" + (shape input) + (at 35.56 219.71 180) (fields_autoplaced yes) (effects (font @@ -7314,9 +8828,9 @@ ) (justify right) ) - (uuid "5319b7b7-7d0e-4256-ab3e-591e00dd90f6") + (uuid "52ca6d08-fe19-40a4-bf79-c81e4297c432") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 66.623 167.64 0) + (at 19.512 219.71 0) (effects (font (size 1.27 1.27) @@ -7326,31 +8840,31 @@ ) ) ) - (global_label "PAN_SW2_BTN" + (global_label "PAN_SW2_LED" (shape input) - (at 166.37 139.7 0) + (at 35.56 152.4 180) (fields_autoplaced yes) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) - (uuid "56b89183-ade2-41af-9048-699517d9c29c") + (uuid "5c9f4449-2df9-477e-9312-eb35c83d1bb4") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 182.418 139.7 0) + (at 19.633 152.4 0) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) (hide yes) ) ) ) - (global_label "HEATER_DRV" + (global_label "I2C_SCL" (shape input) - (at 152.4 157.48 0) + (at 107.95 271.78 0) (fields_autoplaced yes) (effects (font @@ -7358,31 +8872,9 @@ ) (justify left) ) - (uuid "5c2941f2-4550-41f6-ac13-464fe3e77e6b") + (uuid "6c0c54ba-8890-4620-9850-82f890c0b6ea") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 166.9361 157.48 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - ) - (global_label "PUMP_DRV" - (shape input) - (at 152.4 162.56 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "6ab90a19-b590-4847-99d1-47bff6417b03") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 165.3033 162.56 0) + (at 118.4947 271.78 0) (effects (font (size 1.27 1.27) @@ -7524,6 +9016,28 @@ ) ) ) + (global_label "PAN_SW1_LED" + (shape input) + (at 35.56 142.24 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "8946fa55-65f7-406b-a3fb-4c803744f04f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 19.633 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) (global_label "BUCK_VDD" (shape input) (at 149.86 17.78 180) @@ -7590,6 +9104,50 @@ ) ) ) + (global_label "SW1_BTN" + (shape input) + (at 120.65 182.88 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "9990596d-80bf-4cc4-90e5-58e7382df6d8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 109.2587 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "PAN_SW1_BTN" + (shape input) + (at 35.56 176.53 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "9d69ae5d-b338-4540-a28a-d618a7b6a8df") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 19.512 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) (global_label "BUCK_VSS" (shape input) (at 149.86 55.88 180) @@ -7678,6 +9236,28 @@ ) ) ) + (global_label "SW1_LED" + (shape input) + (at 59.69 142.24 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "af4b89fd-5a9c-4103-a7c7-c775fea0fd70") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 70.9603 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) (global_label "PAN_SW1_LED" (shape input) (at 256.54 120.65 0) @@ -7700,6 +9280,116 @@ ) ) ) + (global_label "SW3_BTN" + (shape input) + (at 120.65 193.04 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b1480854-6d2a-4545-beea-f2914546a4bb") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 109.2587 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "VREG_IN" + (shape input) + (at 264.16 48.26 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "b4dac622-5dc3-42e2-a379-14bf3491754a") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 264.16 37.5943 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "PUMP_DRV" + (shape input) + (at 120.65 208.28 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b9534e79-3627-4b88-b83b-f10d4e1712f2") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 107.7467 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "SW2_LED" + (shape input) + (at 59.69 152.4 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "ba51e409-1ff1-4381-96c5-13104e246bce") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 70.9603 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "SW1_LED" + (shape input) + (at 120.65 185.42 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ba668c9c-adf6-41a5-91fe-bea5dce74f30") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 109.3797 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) (global_label "PAN_SW1_LED" (shape input) (at 203.2 121.92 0) @@ -7744,9 +9434,9 @@ ) ) ) - (global_label "PAN_SW3_BTN" + (global_label "PAN_SW2_BTN" (shape input) - (at 82.55 177.8 180) + (at 35.56 198.12 180) (fields_autoplaced yes) (effects (font @@ -7754,9 +9444,9 @@ ) (justify right) ) - (uuid "caf73cd5-02ae-40c8-9f2a-1f07e89b36cc") + (uuid "c628abce-f994-4001-bb68-d2be1f7280b8") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 66.502 177.8 0) + (at 19.512 198.12 0) (effects (font (size 1.27 1.27) @@ -7788,28 +9478,6 @@ ) ) ) - (global_label "PAN_SW2_LED" - (shape input) - (at 82.55 157.48 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "cee5a2d4-417e-4077-911c-983af9ea52c1") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 66.623 157.48 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - (hide yes) - ) - ) - ) (global_label "PAN_VDD" (shape input) (at 203.2 134.62 0) @@ -7832,24 +9500,24 @@ ) ) ) - (global_label "PAN_SW1_BTN" + (global_label "SW3_LED" (shape input) - (at 82.55 199.39 180) + (at 59.69 162.56 0) (fields_autoplaced yes) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) ) - (uuid "d774940c-1d61-4413-9484-59d537f4817c") + (uuid "d79a024d-31b5-444a-8128-4f1194d955bd") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 66.502 199.39 0) + (at 70.9603 162.56 0) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) (hide yes) ) ) @@ -7876,6 +9544,28 @@ ) ) ) + (global_label "HEATER_DRV" + (shape input) + (at 120.65 210.82 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d93a7848-9ae6-483e-86df-08b182260b49") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 106.1139 210.82 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) (global_label "MAINS_N" (shape input) (at 31.75 25.4 0) @@ -7898,6 +9588,28 @@ ) ) ) + (global_label "SW2_BTN" + (shape input) + (at 120.65 187.96 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "e422c36b-009f-4a58-8fb9-6b804c43e010") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 109.2587 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) (global_label "HEATER_DRV" (shape input) (at 110.49 83.82 180) @@ -7964,6 +9676,94 @@ ) ) ) + (global_label "I2C_SDA" + (shape input) + (at 104.14 198.12 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "e989960f-9213-4ace-8f2b-a3c48b2c17a8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 93.5348 198.12 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "THERM_OUT" + (shape input) + (at 120.65 203.2 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ee3af2ea-e8c8-4c22-8ded-6157de7ce50f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 106.9001 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "I2C_SCL" + (shape input) + (at 104.14 200.66 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "f710c7d3-54e5-4305-a48e-7187d5ca4d7f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 93.5953 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "PAN_SW3_LED" + (shape input) + (at 35.56 162.56 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "f8f10cac-ea32-4bae-8f07-199ab9c5c367") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 19.633 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) (global_label "BUCK_VSS" (shape input) (at 115.57 68.58 0) @@ -8008,24 +9808,24 @@ ) ) ) - (global_label "PAN_SW1_LED" + (global_label "SW2_BTN" (shape input) - (at 82.55 147.32 180) + (at 59.69 198.12 0) (fields_autoplaced yes) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) ) - (uuid "ff372bf3-0cbf-41b8-84fe-f3ec760838f0") + (uuid "fe72fc98-cbfa-4bbb-a023-21636a4da612") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 66.623 147.32 0) + (at 71.0813 198.12 0) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) (hide yes) ) ) @@ -8100,7 +9900,8 @@ ) (symbol (lib_id "power:+5V") - (at 165.1 171.45 0) + (at 46.99 245.11 0) + (mirror y) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -8109,7 +9910,7 @@ (fields_autoplaced yes) (uuid "07825011-46ad-4ec2-a793-e480f4c3ae57") (property "Reference" "#PWR015" - (at 165.1 175.26 0) + (at 46.99 248.92 0) (effects (font (size 1.27 1.27) @@ -8118,7 +9919,7 @@ ) ) (property "Value" "+5V" - (at 165.1 166.37 0) + (at 46.99 240.03 0) (effects (font (size 1.27 1.27) @@ -8126,7 +9927,7 @@ ) ) (property "Footprint" "" - (at 165.1 171.45 0) + (at 46.99 245.11 0) (effects (font (size 1.27 1.27) @@ -8135,7 +9936,7 @@ ) ) (property "Datasheet" "" - (at 165.1 171.45 0) + (at 46.99 245.11 0) (effects (font (size 1.27 1.27) @@ -8144,7 +9945,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+5V\"" - (at 165.1 171.45 0) + (at 46.99 245.11 0) (effects (font (size 1.27 1.27) @@ -8156,7 +9957,7 @@ (uuid "e4805209-ed5e-4d10-90f4-39b9e9023a58") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" (reference "#PWR015") (unit 1) @@ -8302,7 +10103,7 @@ ) (symbol (lib_id "Device:R") - (at 90.17 167.64 90) + (at 43.18 162.56 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -8311,7 +10112,7 @@ (fields_autoplaced yes) (uuid "081feff2-2db7-463b-aa22-76c4cafb078b") (property "Reference" "R34" - (at 90.17 161.29 90) + (at 43.18 156.21 90) (effects (font (size 1.27 1.27) @@ -8319,7 +10120,7 @@ ) ) (property "Value" "100R" - (at 90.17 163.83 90) + (at 43.18 158.75 90) (effects (font (size 1.27 1.27) @@ -8327,7 +10128,7 @@ ) ) (property "Footprint" "" - (at 90.17 169.418 90) + (at 43.18 164.338 90) (effects (font (size 1.27 1.27) @@ -8336,7 +10137,7 @@ ) ) (property "Datasheet" "~" - (at 90.17 167.64 0) + (at 43.18 162.56 0) (effects (font (size 1.27 1.27) @@ -8345,7 +10146,7 @@ ) ) (property "Description" "Resistor" - (at 90.17 167.64 0) + (at 43.18 162.56 0) (effects (font (size 1.27 1.27) @@ -8360,7 +10161,7 @@ (uuid "2390477c-5afa-429a-9d66-2026fece2d0c") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" (reference "R34") (unit 1) @@ -8588,93 +10389,26 @@ ) ) ) - (symbol - (lib_id "power:GND") - (at 127 187.96 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "0fd4f1cc-3c3e-4a67-a8d3-4bdbbc8604e5") - (property "Reference" "#PWR05" - (at 127 194.31 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 127 193.04 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 127 187.96 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 127 187.96 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 127 187.96 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "75b99e7f-b60d-4374-be01-9de0a4c79aef") - ) - (instances - (project "kitfort-mod" - (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" - (reference "#PWR05") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:R") - (at 158.75 139.7 270) - (mirror x) + (at 43.18 181.61 270) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "107eccb9-cc5e-4f0c-a620-01639351887a") - (property "Reference" "R37" - (at 158.75 133.35 90) + (uuid "0dc96fec-1b67-4565-b0e7-5b053b369f87") + (property "Reference" "R11" + (at 43.18 185.42 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "100R" - (at 158.75 135.89 90) + (property "Value" "10K" + (at 43.18 187.96 90) (effects (font (size 1.27 1.27) @@ -8682,7 +10416,7 @@ ) ) (property "Footprint" "" - (at 158.75 141.478 90) + (at 43.18 179.832 90) (effects (font (size 1.27 1.27) @@ -8691,7 +10425,7 @@ ) ) (property "Datasheet" "~" - (at 158.75 139.7 0) + (at 43.18 181.61 0) (effects (font (size 1.27 1.27) @@ -8700,7 +10434,7 @@ ) ) (property "Description" "Resistor" - (at 158.75 139.7 0) + (at 43.18 181.61 0) (effects (font (size 1.27 1.27) @@ -8709,15 +10443,15 @@ ) ) (pin "2" - (uuid "47da97f5-dae8-49ae-9ef0-b9e1c496ae44") + (uuid "548d35c3-5bf8-4970-8227-b76d82e8a275") ) (pin "1" - (uuid "7d64d5f4-78d7-4793-b224-48c3d6630962") + (uuid "a5d35704-0f5e-4742-a2b5-af0ca12d86c2") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" - (reference "R37") + (reference "R11") (unit 1) ) ) @@ -9201,6 +10935,243 @@ ) ) ) + (symbol + (lib_id "MCU_Espressif:ESP32-S2") + (at 152.4 208.28 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "31da86ed-5603-40fa-854e-12f60c87025b") + (property "Reference" "U2" + (at 154.5433 246.38 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "ESP32-S2" + (at 154.5433 248.92 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-56-1EP_7x7mm_P0.4mm_EP4x4mm" + (at 154.94 256.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf" + (at 154.94 254 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "Microcontroller, Wi-Fi 802.11b/g/n, Bluetooth, 32bit" + (at 152.4 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "39" + (uuid "33d8fbd9-5ded-4fed-a573-37d7e2070e7c") + ) + (pin "51" + (uuid "b89b6607-cf6b-4c5b-a813-31f41bd44a69") + ) + (pin "43" + (uuid "689648d4-ae53-46d6-a4b8-1e23c8426dd4") + ) + (pin "38" + (uuid "e3ca4084-d561-4ca2-91ed-a6a90c6e384e") + ) + (pin "40" + (uuid "264b045d-fb6a-435c-b949-47559e48d767") + ) + (pin "16" + (uuid "f91eb99e-dea7-4ab3-8842-70788b9859e5") + ) + (pin "35" + (uuid "ec91f3b8-a1e5-44a9-900e-1b2c89ef55b9") + ) + (pin "37" + (uuid "2e9d353f-e3db-4d6a-85df-575bfb043963") + ) + (pin "20" + (uuid "83de1bdc-d733-474b-9361-7967ac91f27e") + ) + (pin "57" + (uuid "044ee642-a15b-49e2-96fe-0c3c7f4cd6a6") + ) + (pin "4" + (uuid "375768d3-97a8-456e-966f-595dce1b337c") + ) + (pin "25" + (uuid "d7a03d9e-2210-4173-94a1-3a45308a4727") + ) + (pin "42" + (uuid "7cd8d666-aa1f-42aa-8c5b-e2101114e5f4") + ) + (pin "30" + (uuid "79f088c0-f629-4b6f-af7c-37f44a055130") + ) + (pin "27" + (uuid "037f840f-51de-4744-b8ed-2796c435c33f") + ) + (pin "54" + (uuid "0ab53c48-0016-416c-916b-f0b0253266ed") + ) + (pin "45" + (uuid "1ca07750-b8e9-4f45-b5a3-55b64dfb0426") + ) + (pin "29" + (uuid "7773126c-7aa3-4712-8d67-89b074f20814") + ) + (pin "28" + (uuid "bac2429b-af05-4b0f-8e6a-bf08df127c09") + ) + (pin "52" + (uuid "6c2ab54c-6b3e-48f0-95be-d80d2901c2e3") + ) + (pin "48" + (uuid "e33cccc7-dacd-4896-b111-3fd776f0b8e1") + ) + (pin "41" + (uuid "30337dd6-abac-4e7e-9e27-135eb4a0b8d2") + ) + (pin "2" + (uuid "4cd087a5-9fdb-4eaf-ad81-9dec8c7df81e") + ) + (pin "6" + (uuid "5707f1e1-fa6f-433f-8166-c933d2c0d9bc") + ) + (pin "22" + (uuid "18e49204-e347-4b4b-8bf9-eb070e012150") + ) + (pin "33" + (uuid "0a8dbd7b-71cd-4ba1-a474-3c7560c979d8") + ) + (pin "53" + (uuid "961a8da4-48d8-4717-9fdf-a7b5fd437ef8") + ) + (pin "12" + (uuid "deee2ac7-ab66-438c-9f56-bedbc538dbb0") + ) + (pin "21" + (uuid "11e5b690-e8b9-40ef-8763-41def844b07e") + ) + (pin "24" + (uuid "edbead03-fa5a-42e7-b1bc-72122759f19a") + ) + (pin "15" + (uuid "7a5e7471-f588-46ed-a01e-17800216e489") + ) + (pin "23" + (uuid "01ed8e3a-9506-4f87-aac4-8483f2ec41f2") + ) + (pin "19" + (uuid "57d596f2-d4b4-4f06-a2ec-186c5170581e") + ) + (pin "55" + (uuid "73474b2d-1246-4a6c-a65f-3e92e84f63c6") + ) + (pin "26" + (uuid "d89ead9d-50d0-4423-950f-dc057087cfe4") + ) + (pin "44" + (uuid "d2fc3064-f442-4165-b4df-b450f751d1d8") + ) + (pin "31" + (uuid "3e6a81f3-b860-4ade-aced-a9e1c6826b8b") + ) + (pin "34" + (uuid "fc162fd8-9428-44fd-92a7-e229114983b6") + ) + (pin "49" + (uuid "b10faf9c-9c34-4888-9e35-dcda7da41ff9") + ) + (pin "1" + (uuid "67c17faa-a5cc-4cdd-bf70-4c1b08552cff") + ) + (pin "17" + (uuid "4bd6e28d-ccac-470f-b363-7a3d53e725cd") + ) + (pin "18" + (uuid "796b5a82-668a-4ed1-bcdc-821134dabf57") + ) + (pin "36" + (uuid "c508573d-a59e-4cf3-9851-6a94b3a0e7b3") + ) + (pin "50" + (uuid "a1ddba89-9394-43a9-8623-ab79b8c0f7d6") + ) + (pin "7" + (uuid "e4ea5205-23fd-4544-a1aa-a4308b3ac6a7") + ) + (pin "46" + (uuid "f8bd884a-190a-4c5a-9658-53e0a43bde38") + ) + (pin "8" + (uuid "abf091d0-0a46-434b-ba11-364fc347a663") + ) + (pin "9" + (uuid "8c1c58aa-9bd5-495d-bd5e-bd84ca171302") + ) + (pin "10" + (uuid "61b131de-0759-4b20-ba68-bc61901c094f") + ) + (pin "11" + (uuid "3ab547fb-357b-41ae-889b-d6fffa36e69f") + ) + (pin "32" + (uuid "6cee36aa-8e75-4e01-a370-b879b330ff5d") + ) + (pin "47" + (uuid "b75d8e19-aed3-4f76-bbe2-7ee5a5b013fa") + ) + (pin "5" + (uuid "95d05213-4708-4717-81fd-23003597753c") + ) + (pin "13" + (uuid "f7074db7-b222-4ba7-b2a5-c5285a62d58e") + ) + (pin "56" + (uuid "ef5949e6-f42c-45dd-ad5c-29606d2e7655") + ) + (pin "3" + (uuid "55167b29-a5a3-4cbe-8172-9192c6734c89") + ) + (pin "14" + (uuid "354ace24-a285-4248-a5b1-837f8a355e8a") + ) + (instances + (project "" + (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" + (reference "U2") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:+5V") (at 194.31 134.62 0) @@ -9554,6 +11525,138 @@ ) ) ) + (symbol + (lib_id "power:+3.3V") + (at 144.78 162.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "37893a99-8790-4613-b157-1849a6140989") + (property "Reference" "#PWR019" + (at 144.78 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3.3V" + (at 144.78 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 144.78 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 144.78 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" + (at 144.78 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "88862e91-c79e-4061-97f5-edb223eeef45") + ) + (instances + (project "kitfort-esp32-mod" + (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3.3V") + (at 124.46 267.97 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "38ab1841-a8f1-43e3-8492-1790ecabad3c") + (property "Reference" "#PWR05" + (at 124.46 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3.3V" + (at 124.46 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 124.46 267.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 124.46 267.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" + (at 124.46 267.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "690d1e45-2ecd-45e3-a76a-e6ad97a0ce82") + ) + (instances + (project "" + (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 59.69 95.25 0) @@ -9765,25 +11868,25 @@ ) ) (symbol - (lib_id "Device:C") - (at 154.94 193.04 270) + (lib_id "Device:R") + (at 43.18 198.12 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "413d812c-a97d-4ca5-bb8a-ed9705e120f3") - (property "Reference" "C5" - (at 154.94 198.12 90) + (uuid "40fa259d-26dc-42db-8ad0-d7dd5b7bef74") + (property "Reference" "R37" + (at 43.18 191.77 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "C" - (at 154.94 200.66 90) + (property "Value" "100R" + (at 43.18 194.31 90) (effects (font (size 1.27 1.27) @@ -9791,7 +11894,7 @@ ) ) (property "Footprint" "" - (at 151.13 194.0052 0) + (at 43.18 199.898 90) (effects (font (size 1.27 1.27) @@ -9800,7 +11903,76 @@ ) ) (property "Datasheet" "~" - (at 154.94 193.04 0) + (at 43.18 198.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 43.18 198.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "c6fc5153-aeec-477f-91cf-b39d364b79c8") + ) + (pin "1" + (uuid "5a7d812b-43ee-4d7e-850a-9690f508a5a5") + ) + (instances + (project "kitfort-esp32-mod" + (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" + (reference "R37") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 57.15 266.7 90) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "413d812c-a97d-4ca5-bb8a-ed9705e120f3") + (property "Reference" "C5" + (at 57.15 271.78 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "C" + (at 57.15 274.32 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 60.96 267.6652 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 57.15 266.7 0) (effects (font (size 1.27 1.27) @@ -9809,7 +11981,7 @@ ) ) (property "Description" "Unpolarized capacitor" - (at 154.94 193.04 0) + (at 57.15 266.7 0) (effects (font (size 1.27 1.27) @@ -9824,7 +11996,7 @@ (uuid "89fcf69f-d57c-4463-833d-d67585a45423") ) (instances - (project "" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" (reference "C5") (unit 1) @@ -9918,74 +12090,6 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 90.17 204.47 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "44bdb113-699a-4701-bcfe-2b8367ae8429") - (property "Reference" "R8" - (at 90.17 208.28 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 90.17 210.82 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 90.17 202.692 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 90.17 204.47 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 90.17 204.47 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "2" - (uuid "ad2bb7cf-2f57-42e8-b2a3-745ea1fc6b7f") - ) - (pin "1" - (uuid "2c5403f9-4eac-4d54-b78a-8924f59e4c7a") - ) - (instances - (project "kitfort-mod" - (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" - (reference "R8") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:R") (at 246.38 111.76 90) @@ -10054,74 +12158,6 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 90.17 182.88 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "4773f974-bb11-4677-a975-738422e91a46") - (property "Reference" "R2" - (at 90.17 186.69 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 90.17 189.23 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 90.17 181.102 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 90.17 182.88 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 90.17 182.88 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "2" - (uuid "b17501c7-62c4-4b78-a680-4997d4cbebb0") - ) - (pin "1" - (uuid "4db55ef4-1233-45a0-8dac-7fa0e54c8b06") - ) - (instances - (project "kitfort-mod" - (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" - (reference "R2") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:R") (at 118.11 83.82 90) @@ -10257,35 +12293,102 @@ ) ) (symbol - (lib_id "custom:SH79F1612B") - (at 124.46 157.48 0) + (lib_id "Device:R") + (at 43.18 203.2 270) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "4e99c6d9-5192-4981-9e45-f7e802fdb4b1") - (property "Reference" "U1" - (at 129.1433 139.7 0) + (uuid "4df03c32-0d0e-48cb-b411-44f445ec00ac") + (property "Reference" "R2" + (at 43.18 207.01 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "SH79F1612B" - (at 129.1433 142.24 0) + (property "Value" "10K" + (at 43.18 209.55 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Package_SO:SOP-20_7.5x12.8mm_P1.27mm" - (at 121.92 157.48 0) + (property "Footprint" "" + (at 43.18 201.422 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 43.18 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 43.18 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "abb893aa-837e-4e9c-821b-cd550978d22e") + ) + (pin "1" + (uuid "359c98ea-5a88-4c84-ae73-019e7508ab67") + ) + (instances + (project "kitfort-esp32-mod" + (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 35.56 204.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4ec60ce0-d3c2-4a93-aced-95fbc3114318") + (property "Reference" "#PWR016" + (at 35.56 210.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 35.56 209.55 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 35.56 204.47 0) (effects (font (size 1.27 1.27) @@ -10294,7 +12397,7 @@ ) ) (property "Datasheet" "" - (at 121.92 157.48 0) + (at 35.56 204.47 0) (effects (font (size 1.27 1.27) @@ -10302,8 +12405,8 @@ (hide yes) ) ) - (property "Description" "Enhanced 8051 Microcontroller with 10bit ADC" - (at 124.46 157.48 0) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 35.56 204.47 0) (effects (font (size 1.27 1.27) @@ -10311,70 +12414,13 @@ (hide yes) ) ) - (pin "11" - (uuid "a722b085-99bb-40f4-83cd-e87d64b5921b") - ) - (pin "4" - (uuid "a7ee3c0d-74b2-4927-b7f2-0c6756bb72f4") - ) - (pin "5" - (uuid "e3c92e0f-6aa8-4e6b-b83e-072e0229a782") - ) - (pin "17" - (uuid "4cd6ed91-84b1-41d5-96f3-5011967a4b0f") - ) - (pin "14" - (uuid "8258d0c6-88a1-4666-a855-c2ef4dadfe66") - ) - (pin "19" - (uuid "f9ca6bb6-3012-4639-80a1-e5802718aa73") - ) - (pin "18" - (uuid "f9b29c16-b6e5-4bda-ba33-335f8c3273f4") - ) (pin "1" - (uuid "c6159831-874e-4788-9aec-c734725454a9") - ) - (pin "20" - (uuid "3cc32774-0913-4a5d-aca7-07930e964b72") - ) - (pin "7" - (uuid "7173eccf-f0ba-4e86-a9ff-82247a5c700f") - ) - (pin "12" - (uuid "3da222cb-3490-45c6-a165-7de469efe0dc") - ) - (pin "10" - (uuid "1d2c73fd-5b39-4a3c-bbc1-fec15d350f08") - ) - (pin "6" - (uuid "5f25538f-158a-4402-b034-c4b56f73aded") - ) - (pin "13" - (uuid "b5af9ffd-4bae-411a-ba1a-041960b89eb8") - ) - (pin "9" - (uuid "59d03807-a02e-4827-bf99-561415ace44f") - ) - (pin "3" - (uuid "7c041dfd-9741-4f7c-a5fa-b34ab14facf5") - ) - (pin "8" - (uuid "ebfa2c13-cb6f-4c55-ac91-463c14370511") - ) - (pin "15" - (uuid "982cea82-8ebf-4914-9d9b-e59f6be71cab") - ) - (pin "16" - (uuid "58672912-3360-4369-bbf9-05ed90b51176") - ) - (pin "2" - (uuid "76089837-8cf2-4566-bb43-29fa01a909bd") + (uuid "7bd4173e-c464-47f3-9730-f82b96f6cd32") ) (instances - (project "" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" - (reference "U1") + (reference "#PWR016") (unit 1) ) ) @@ -10514,27 +12560,25 @@ ) ) (symbol - (lib_id "power:GND") - (at 166.37 146.05 0) - (mirror y) + (lib_id "Connector:Conn_01x04_Socket") + (at 97.79 274.32 180) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "528c4353-4544-4336-9cdc-daee94a2ea28") - (property "Reference" "#PWR013" - (at 166.37 152.4 0) + (uuid "52fc9f64-4765-4034-a149-965ba8d34efe") + (property "Reference" "J4" + (at 98.425 264.16 0) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Value" "GND" - (at 166.37 151.13 0) + (property "Value" "DisplayOled" + (at 98.425 266.7 0) (effects (font (size 1.27 1.27) @@ -10542,7 +12586,7 @@ ) ) (property "Footprint" "" - (at 166.37 146.05 0) + (at 97.79 274.32 0) (effects (font (size 1.27 1.27) @@ -10550,8 +12594,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 166.37 146.05 0) + (property "Datasheet" "~" + (at 97.79 274.32 0) (effects (font (size 1.27 1.27) @@ -10559,8 +12603,8 @@ (hide yes) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 166.37 146.05 0) + (property "Description" "Generic connector, single row, 01x04, script generated" + (at 97.79 274.32 0) (effects (font (size 1.27 1.27) @@ -10568,13 +12612,22 @@ (hide yes) ) ) + (pin "2" + (uuid "1302b0ce-a1dc-449a-9a18-1b7f1e8de638") + ) (pin "1" - (uuid "b1c96ee2-ab0f-4a29-ba7f-5100c6590a37") + (uuid "6bdfe236-09c3-4d44-ac92-401d533c1a7c") + ) + (pin "4" + (uuid "1cc55439-7a75-4678-a660-0d8609b721d6") + ) + (pin "3" + (uuid "51694f8c-a9e1-49f5-b343-a777f52fd0ce") ) (instances - (project "kitfort-mod" + (project "" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" - (reference "#PWR013") + (reference "J4") (unit 1) ) ) @@ -10782,76 +12835,6 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 165.1 177.8 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "5b571f1d-b3f0-4e20-8044-1745c6d8c472") - (property "Reference" "R20" - (at 167.64 176.5299 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10K" - (at 167.64 179.0699 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 163.322 177.8 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 165.1 177.8 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 165.1 177.8 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "2" - (uuid "8a8c2362-fd6c-41f7-b81c-959c1fccf341") - ) - (pin "1" - (uuid "6947c60e-0447-4c84-b3c8-a46b3069cf68") - ) - (instances - (project "kitfort-mod" - (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" - (reference "R20") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Connector:Conn_01x07_Socket") (at 194.31 116.84 180) @@ -11084,7 +13067,7 @@ ) (symbol (lib_id "Device:R") - (at 90.17 157.48 90) + (at 43.18 152.4 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11093,7 +13076,7 @@ (fields_autoplaced yes) (uuid "66666c43-3b9c-4969-833f-55a18f8e7120") (property "Reference" "R33" - (at 90.17 151.13 90) + (at 43.18 146.05 90) (effects (font (size 1.27 1.27) @@ -11101,7 +13084,7 @@ ) ) (property "Value" "100R" - (at 90.17 153.67 90) + (at 43.18 148.59 90) (effects (font (size 1.27 1.27) @@ -11109,7 +13092,7 @@ ) ) (property "Footprint" "" - (at 90.17 159.258 90) + (at 43.18 154.178 90) (effects (font (size 1.27 1.27) @@ -11118,7 +13101,7 @@ ) ) (property "Datasheet" "~" - (at 90.17 157.48 0) + (at 43.18 152.4 0) (effects (font (size 1.27 1.27) @@ -11127,7 +13110,7 @@ ) ) (property "Description" "Resistor" - (at 90.17 157.48 0) + (at 43.18 152.4 0) (effects (font (size 1.27 1.27) @@ -11142,7 +13125,7 @@ (uuid "98c6c761-44a9-444b-85a9-f8846daf0660") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" (reference "R33") (unit 1) @@ -11218,6 +13201,72 @@ ) ) ) + (symbol + (lib_id "power:GND") + (at 152.4 252.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "682c60f7-097d-445b-b9ab-6050c5f5d9ab") + (property "Reference" "#PWR013" + (at 152.4 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 152.4 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 152.4 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 152.4 252.73 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 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "77fb74bd-d1ce-4cac-98aa-12c5c7a19618") + ) + (instances + (project "" + (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 246.38 129.54 90) @@ -11287,25 +13336,26 @@ ) ) (symbol - (lib_id "Device:R") - (at 90.17 147.32 90) + (lib_id "power:+3.3V") + (at 209.55 254 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "697c8b7e-a584-41d7-8f96-3b1ba15281c8") - (property "Reference" "R1" - (at 90.17 140.97 90) + (uuid "6a1e2b9a-f906-4f65-89ff-67c0aed5c4bc") + (property "Reference" "#PWR06" + (at 209.55 257.81 0) (effects (font (size 1.27 1.27) ) + (hide yes) ) ) - (property "Value" "100R" - (at 90.17 143.51 90) + (property "Value" "+3.3V" + (at 209.55 248.92 0) (effects (font (size 1.27 1.27) @@ -11313,7 +13363,7 @@ ) ) (property "Footprint" "" - (at 90.17 149.098 90) + (at 209.55 254 0) (effects (font (size 1.27 1.27) @@ -11321,8 +13371,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 90.17 147.32 0) + (property "Datasheet" "" + (at 209.55 254 0) (effects (font (size 1.27 1.27) @@ -11330,8 +13380,8 @@ (hide yes) ) ) - (property "Description" "Resistor" - (at 90.17 147.32 0) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" + (at 209.55 254 0) (effects (font (size 1.27 1.27) @@ -11339,16 +13389,13 @@ (hide yes) ) ) - (pin "2" - (uuid "928ccd1a-f45f-4310-83de-694631662e1f") - ) (pin "1" - (uuid "0c8b3b9a-136b-421f-be1c-fd884a2401d2") + (uuid "118258d8-2639-4c9b-b711-7ce007599519") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" - (reference "R1") + (reference "#PWR06") (unit 1) ) ) @@ -11469,72 +13516,6 @@ ) ) ) - (symbol - (lib_id "power:+5V") - (at 127 135.89 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "70fcb984-b38b-45d0-9405-138b4c7992ac") - (property "Reference" "#PWR06" - (at 127 139.7 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 127 130.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 127 135.89 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 127 135.89 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"+5V\"" - (at 127 135.89 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e8edc8b7-fdcf-413b-8811-7a54696b52d7") - ) - (instances - (project "" - (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" - (reference "#PWR06") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Connector:Conn_01x07_Pin") (at 194.31 92.71 0) @@ -11620,7 +13601,8 @@ ) (symbol (lib_id "Connector:Conn_01x02_Socket") - (at 176.53 185.42 0) + (at 35.56 259.08 0) + (mirror y) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11629,7 +13611,7 @@ (fields_autoplaced yes) (uuid "72136f0b-5b72-43f6-8a08-f682309f57de") (property "Reference" "CN2" - (at 177.8 185.4199 0) + (at 34.29 259.0799 0) (effects (font (size 1.27 1.27) @@ -11638,7 +13620,7 @@ ) ) (property "Value" "Thermistor 100K" - (at 177.8 187.9599 0) + (at 34.29 261.6199 0) (effects (font (size 1.27 1.27) @@ -11647,7 +13629,7 @@ ) ) (property "Footprint" "" - (at 176.53 185.42 0) + (at 35.56 259.08 0) (effects (font (size 1.27 1.27) @@ -11656,7 +13638,7 @@ ) ) (property "Datasheet" "~" - (at 176.53 185.42 0) + (at 35.56 259.08 0) (effects (font (size 1.27 1.27) @@ -11665,7 +13647,7 @@ ) ) (property "Description" "Generic connector, single row, 01x02, script generated" - (at 176.53 185.42 0) + (at 35.56 259.08 0) (effects (font (size 1.27 1.27) @@ -11680,7 +13662,7 @@ (uuid "7cbb0c46-893e-4aea-bbd8-01094b0135e6") ) (instances - (project "" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" (reference "CN2") (unit 1) @@ -11690,7 +13672,8 @@ ) (symbol (lib_id "Device:R") - (at 154.94 185.42 270) + (at 57.15 259.08 90) + (mirror x) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11699,7 +13682,7 @@ (fields_autoplaced yes) (uuid "77352eb5-6b35-402b-8e5b-3d6d14e31c76") (property "Reference" "R21" - (at 154.94 179.07 90) + (at 57.15 252.73 90) (effects (font (size 1.27 1.27) @@ -11707,7 +13690,7 @@ ) ) (property "Value" "1K" - (at 154.94 181.61 90) + (at 57.15 255.27 90) (effects (font (size 1.27 1.27) @@ -11715,7 +13698,7 @@ ) ) (property "Footprint" "" - (at 154.94 183.642 90) + (at 57.15 257.302 90) (effects (font (size 1.27 1.27) @@ -11724,7 +13707,7 @@ ) ) (property "Datasheet" "~" - (at 154.94 185.42 0) + (at 57.15 259.08 0) (effects (font (size 1.27 1.27) @@ -11733,7 +13716,7 @@ ) ) (property "Description" "Resistor" - (at 154.94 185.42 0) + (at 57.15 259.08 0) (effects (font (size 1.27 1.27) @@ -11748,7 +13731,7 @@ (uuid "0712c2a8-7021-4868-94a1-5f93aab5cbdf") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" (reference "R21") (unit 1) @@ -11825,7 +13808,8 @@ ) (symbol (lib_id "power:GND") - (at 165.1 195.58 0) + (at 46.99 269.24 0) + (mirror y) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11834,7 +13818,7 @@ (fields_autoplaced yes) (uuid "845c809d-f87d-4464-a287-849ab758a21d") (property "Reference" "#PWR014" - (at 165.1 201.93 0) + (at 46.99 275.59 0) (effects (font (size 1.27 1.27) @@ -11843,7 +13827,7 @@ ) ) (property "Value" "GND" - (at 165.1 200.66 0) + (at 46.99 274.32 0) (effects (font (size 1.27 1.27) @@ -11851,7 +13835,7 @@ ) ) (property "Footprint" "" - (at 165.1 195.58 0) + (at 46.99 269.24 0) (effects (font (size 1.27 1.27) @@ -11860,7 +13844,7 @@ ) ) (property "Datasheet" "" - (at 165.1 195.58 0) + (at 46.99 269.24 0) (effects (font (size 1.27 1.27) @@ -11869,7 +13853,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 165.1 195.58 0) + (at 46.99 269.24 0) (effects (font (size 1.27 1.27) @@ -11881,7 +13865,7 @@ (uuid "359a64ab-035b-4c8b-821d-00d428261d64") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" (reference "#PWR014") (unit 1) @@ -11889,6 +13873,77 @@ ) ) ) + (symbol + (lib_id "Regulator_Linear:AMS1117-3.3") + (at 194.31 259.08 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "855eb5bb-b7a9-456f-b3ce-2d3407fe7eed") + (property "Reference" "U1" + (at 194.31 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AMS1117-3.3" + (at 194.31 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" + (at 194.31 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" + (at 196.85 265.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "1A Low Dropout regulator, positive, 3.3V fixed output, SOT-223" + (at 194.31 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "c9bc7255-7c93-44f0-8621-f0cd42f13ea2") + ) + (pin "2" + (uuid "d800a18b-f853-4425-b87e-5aab0d77466d") + ) + (pin "1" + (uuid "709c600d-2909-4d3a-8c9d-07c809520006") + ) + (instances + (project "" + (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" + (reference "U1") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:+12V") (at 173.99 52.07 0) @@ -12167,26 +14222,26 @@ ) ) (symbol - (lib_id "Device:R") - (at 158.75 144.78 90) - (mirror x) + (lib_id "power:GND") + (at 194.31 271.78 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "8f9dd36d-c90e-4c11-b309-594917c49ce8") - (property "Reference" "R2" - (at 158.75 148.59 90) + (uuid "8fee0ccd-fb60-4dd3-9aaa-bc232aed4d6c") + (property "Reference" "#PWR018" + (at 194.31 278.13 0) (effects (font (size 1.27 1.27) ) + (hide yes) ) ) - (property "Value" "10K" - (at 158.75 151.13 90) + (property "Value" "GND" + (at 194.31 276.86 0) (effects (font (size 1.27 1.27) @@ -12194,7 +14249,7 @@ ) ) (property "Footprint" "" - (at 158.75 143.002 90) + (at 194.31 271.78 0) (effects (font (size 1.27 1.27) @@ -12202,8 +14257,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 158.75 144.78 0) + (property "Datasheet" "" + (at 194.31 271.78 0) (effects (font (size 1.27 1.27) @@ -12211,8 +14266,8 @@ (hide yes) ) ) - (property "Description" "Resistor" - (at 158.75 144.78 0) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 194.31 271.78 0) (effects (font (size 1.27 1.27) @@ -12220,16 +14275,13 @@ (hide yes) ) ) - (pin "2" - (uuid "ec4cc88c-4ff7-425e-95ee-87a5e40223f2") - ) (pin "1" - (uuid "b4fd2437-7942-4f86-bd61-ee87bc27bcb3") + (uuid "c0fcf5eb-7997-4650-831b-147c73ad11e7") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" - (reference "R2") + (reference "#PWR018") (unit 1) ) ) @@ -12470,7 +14522,7 @@ ) (symbol (lib_id "Device:R") - (at 90.17 199.39 90) + (at 43.18 176.53 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12479,7 +14531,7 @@ (fields_autoplaced yes) (uuid "9f770ac6-a0f6-4855-9212-e6b4d26991db") (property "Reference" "R36" - (at 90.17 193.04 90) + (at 43.18 170.18 90) (effects (font (size 1.27 1.27) @@ -12487,7 +14539,7 @@ ) ) (property "Value" "100R" - (at 90.17 195.58 90) + (at 43.18 172.72 90) (effects (font (size 1.27 1.27) @@ -12495,7 +14547,7 @@ ) ) (property "Footprint" "" - (at 90.17 201.168 90) + (at 43.18 178.308 90) (effects (font (size 1.27 1.27) @@ -12504,7 +14556,7 @@ ) ) (property "Datasheet" "~" - (at 90.17 199.39 0) + (at 43.18 176.53 0) (effects (font (size 1.27 1.27) @@ -12513,7 +14565,7 @@ ) ) (property "Description" "Resistor" - (at 90.17 199.39 0) + (at 43.18 176.53 0) (effects (font (size 1.27 1.27) @@ -12528,7 +14580,7 @@ (uuid "f74147ce-d651-414a-b85e-cd33c25e60d2") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" (reference "R36") (unit 1) @@ -12676,6 +14728,72 @@ ) ) ) + (symbol + (lib_id "power:GND") + (at 107.95 276.86 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "aac8d98e-51fb-49ed-a6a2-9fabc76a26fc") + (property "Reference" "#PWR017" + (at 107.95 283.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 107.95 281.94 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 107.95 276.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 107.95 276.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 107.95 276.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bea4d50b-83f6-4bcb-aa01-92978f074233") + ) + (instances + (project "kitfort-esp32-mod" + (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:L") (at 184.15 55.88 90) @@ -12832,6 +14950,74 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 43.18 142.24 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b338db4f-896e-4383-8375-bf13c2c012ab") + (property "Reference" "R9" + (at 43.18 135.89 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 43.18 138.43 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 43.18 144.018 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 43.18 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 43.18 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "3ab0c79e-60ef-4ca4-aec8-dfdb1453227d") + ) + (pin "1" + (uuid "5cbc21bf-592d-4538-be3c-5e0e12af195b") + ) + (instances + (project "kitfort-esp32-mod" + (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" + (reference "R9") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Switch:SW_Push") (at 236.22 138.43 0) @@ -12902,7 +15088,7 @@ ) (symbol (lib_id "Device:R") - (at 90.17 177.8 90) + (at 43.18 219.71 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12911,7 +15097,7 @@ (fields_autoplaced yes) (uuid "b9894335-c9a9-499a-bb45-292249219bc3") (property "Reference" "R35" - (at 90.17 171.45 90) + (at 43.18 213.36 90) (effects (font (size 1.27 1.27) @@ -12919,7 +15105,7 @@ ) ) (property "Value" "100R" - (at 90.17 173.99 90) + (at 43.18 215.9 90) (effects (font (size 1.27 1.27) @@ -12927,7 +15113,7 @@ ) ) (property "Footprint" "" - (at 90.17 179.578 90) + (at 43.18 221.488 90) (effects (font (size 1.27 1.27) @@ -12936,7 +15122,7 @@ ) ) (property "Datasheet" "~" - (at 90.17 177.8 0) + (at 43.18 219.71 0) (effects (font (size 1.27 1.27) @@ -12945,7 +15131,7 @@ ) ) (property "Description" "Resistor" - (at 90.17 177.8 0) + (at 43.18 219.71 0) (effects (font (size 1.27 1.27) @@ -12960,7 +15146,7 @@ (uuid "583e4b3f-5d08-4550-915e-35d62b70d957") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" (reference "R35") (unit 1) @@ -13038,7 +15224,7 @@ ) (symbol (lib_id "power:GND") - (at 82.55 184.15 0) + (at 35.56 226.06 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -13047,7 +15233,7 @@ (fields_autoplaced yes) (uuid "be37e7fa-bb0d-447f-aeba-ced42fbc3757") (property "Reference" "#PWR011" - (at 82.55 190.5 0) + (at 35.56 232.41 0) (effects (font (size 1.27 1.27) @@ -13056,7 +15242,7 @@ ) ) (property "Value" "GND" - (at 82.55 189.23 0) + (at 35.56 231.14 0) (effects (font (size 1.27 1.27) @@ -13064,7 +15250,7 @@ ) ) (property "Footprint" "" - (at 82.55 184.15 0) + (at 35.56 226.06 0) (effects (font (size 1.27 1.27) @@ -13073,7 +15259,7 @@ ) ) (property "Datasheet" "" - (at 82.55 184.15 0) + (at 35.56 226.06 0) (effects (font (size 1.27 1.27) @@ -13082,7 +15268,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 82.55 184.15 0) + (at 35.56 226.06 0) (effects (font (size 1.27 1.27) @@ -13094,7 +15280,7 @@ (uuid "2ee6c92d-8ccd-440d-8a21-48ed1677f36b") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" (reference "#PWR011") (unit 1) @@ -13307,7 +15493,7 @@ ) (symbol (lib_id "power:GND") - (at 82.55 205.74 0) + (at 35.56 182.88 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -13316,7 +15502,7 @@ (fields_autoplaced yes) (uuid "c7faa5cd-e28b-4733-b66f-18c132eddbc4") (property "Reference" "#PWR012" - (at 82.55 212.09 0) + (at 35.56 189.23 0) (effects (font (size 1.27 1.27) @@ -13325,7 +15511,7 @@ ) ) (property "Value" "GND" - (at 82.55 210.82 0) + (at 35.56 187.96 0) (effects (font (size 1.27 1.27) @@ -13333,7 +15519,7 @@ ) ) (property "Footprint" "" - (at 82.55 205.74 0) + (at 35.56 182.88 0) (effects (font (size 1.27 1.27) @@ -13342,7 +15528,7 @@ ) ) (property "Datasheet" "" - (at 82.55 205.74 0) + (at 35.56 182.88 0) (effects (font (size 1.27 1.27) @@ -13351,7 +15537,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 82.55 205.74 0) + (at 35.56 182.88 0) (effects (font (size 1.27 1.27) @@ -13363,7 +15549,7 @@ (uuid "12a4d16c-7d91-4713-85c1-f98704036a31") ) (instances - (project "kitfort-mod" + (project "kitfort-esp32-mod" (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" (reference "#PWR012") (unit 1) @@ -13371,6 +15557,77 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 46.99 251.46 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "cadc0154-d868-4f35-95f3-7b4f343e62d3") + (property "Reference" "R25" + (at 49.53 250.1899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100K" + (at 49.53 252.7299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 48.768 251.46 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 46.99 251.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 46.99 251.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "b4f97a5e-c219-460b-b955-ef62c244a9cc") + ) + (pin "1" + (uuid "fc902dd9-c358-408d-b75a-a67102494974") + ) + (instances + (project "kitfort-esp32-mod" + (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" + (reference "R25") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "custom:SN34MCP") (at 196.85 27.94 90) @@ -14092,6 +16349,74 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 43.18 224.79 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e0296275-d9c0-495e-99da-c53f96b0dc10") + (property "Reference" "R10" + (at 43.18 228.6 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 43.18 231.14 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 43.18 223.012 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 43.18 224.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 43.18 224.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "ea1347e5-f9f5-4ee4-8029-d6ae694f9f3a") + ) + (pin "1" + (uuid "5d937c79-ff75-4c2e-b6fc-4fff2397ffe9") + ) + (instances + (project "kitfort-esp32-mod" + (path "/530eada5-25d8-40dc-844a-b972f0c7cdfb" + (reference "R10") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 153.67 60.96 0)