From 0cdf9920a764d1b9af6fe67f377551e16c161660 Mon Sep 17 00:00:00 2001 From: Jan Mrna Date: Sun, 1 Feb 2026 12:14:47 +0100 Subject: [PATCH] Init --- .gitignore | 2 + README.md | 24 + fw/led_driver.ioc | 138 + hw/led_driver/led_driver.kicad_pcb | 2 + hw/led_driver/led_driver.kicad_prl | 131 + hw/led_driver/led_driver.kicad_pro | 619 ++ hw/led_driver/led_driver.kicad_sch | 13904 +++++++++++++++++++++++++++ 7 files changed, 14820 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 fw/led_driver.ioc create mode 100644 hw/led_driver/led_driver.kicad_pcb create mode 100644 hw/led_driver/led_driver.kicad_prl create mode 100644 hw/led_driver/led_driver.kicad_pro create mode 100644 hw/led_driver/led_driver.kicad_sch diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6fcd9e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +hw/led_driver/fp-info-cache +hw/led_driver/led_driver-backups/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..0185f68 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# LED driver + +Simple driver for small LED stripes. + +## The motivation + +We have a lot of small LED stripes with OEM LED drivers. It's a bit cumbersome to turn them all one by one, since you have to cycle through a lot of blinking modes until you get to the stable one. Original idea was to use USB power source, Zigbee USB power switch and [IKEA light switch](https://www.ikea.com/cz/cs/p/styrbar-dalkove-ovladani-chytre-bila-30488363/) and to use single resistor to lower the voltage appropriately. The voltage for these LED stripes is around 3V to 3.5V and the current is around 100mA, so the power loss on the resistor would be less than 0.2W. + +This worked for the battery-operated stripes, but it turns out the USB powered ones have alternating LED polarity. Odd LEDs are in one direction, even LEDs in the opposite direction. So with the resistor approach we would only get half of the LEDs. + +So I decided to create a simple driver for these LEDs. + +## Requirements + +* powered from USB +* output with alternating polarity and PWM +* output voltage - variable LDO? From 5V (minus losses) to 0V +* controllable via UART (USB virtual COM port) +* current sensing (MCU can be used to regulate current) +* **as simple and cheap as possible** + +We will not use any LED driver IC. We will either simply use constant voltage, or use MCU to do PWM regulation to control the current. + +## Design diff --git a/fw/led_driver.ioc b/fw/led_driver.ioc new file mode 100644 index 0000000..37e20f3 --- /dev/null +++ b/fw/led_driver.ioc @@ -0,0 +1,138 @@ +#MicroXplorer Configuration settings - do not modify +ADC1.IPParameters=NbrOfConversionFlag,master,SelectedChannel +ADC1.NbrOfConversionFlag=0 +ADC1.SelectedChannel=ADC_CHANNEL_0|ADC_CHANNEL_1 +ADC1.master=1 +CAD.formats= +CAD.pinconfig= +CAD.provider= +File.Version=6 +GPIO.groupedBy= +KeepUserPlacement=false +Mcu.CPN=STM32C071GBU6N +Mcu.Family=STM32C0 +Mcu.IP0=ADC1 +Mcu.IP1=CORTEX_M0+ +Mcu.IP2=DEBUG +Mcu.IP3=NVIC +Mcu.IP4=RCC +Mcu.IP5=SYS +Mcu.IP6=USB +Mcu.IPNb=7 +Mcu.Name=STM32C071GBUxN +Mcu.Package=UFQFPN28_N +Mcu.Pin0=PA0 +Mcu.Pin1=PA1 +Mcu.Pin10=PB8 +Mcu.Pin11=VP_SYS_VS_Systick +Mcu.Pin2=PA11 [PA9] +Mcu.Pin3=PA12 [PA10] +Mcu.Pin4=PA13 +Mcu.Pin5=PA14-BOOT0 +Mcu.Pin6=PB4 +Mcu.Pin7=PB5 +Mcu.Pin8=PB6 +Mcu.Pin9=PB7 +Mcu.PinsNb=12 +Mcu.ThirdPartyNb=0 +Mcu.UserConstants= +Mcu.UserName=STM32C071GBUxN +MxCube.Version=6.16.1 +MxDb.Version=DB.6.0.161 +NVIC.ForceEnableDMAVector=true +NVIC.HardFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +NVIC.NonMaskableInt_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +NVIC.SVCall_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false +NVIC.SysTick_IRQn=true\:3\:0\:false\:false\:true\:false\:true\:false +PA0.Mode=IN0 +PA0.Signal=ADC1_IN0 +PA1.Mode=IN1 +PA1.Signal=ADC1_IN1 +PA11\ [PA9].Mode=Device +PA11\ [PA9].Signal=USB_DM +PA12\ [PA10].Mode=Device +PA12\ [PA10].Signal=USB_DP +PA13.Mode=Serial_Wire +PA13.Signal=DEBUG_SWDIO +PA14-BOOT0.Mode=Serial_Wire +PA14-BOOT0.Signal=DEBUG_SWCLK +PB4.Locked=true +PB4.Signal=GPIO_Output +PB5.Locked=true +PB5.Signal=GPIO_Output +PB6.Locked=true +PB6.Signal=GPIO_Output +PB7.Locked=true +PB7.Signal=GPIO_Output +PB8.Locked=true +PB8.Signal=GPIO_Output +PCC.Checker=false +PCC.Line=STM32C0x1 +PCC.MCU=STM32C071GBUxN +PCC.PartNumber=STM32C071GBUxN +PCC.Series=STM32C0 +PCC.Temperature=25 +PCC.Vdd=3.0 +PinOutPanel.RotationAngle=0 +ProjectManager.AskForMigrate=true +ProjectManager.BackupPrevious=false +ProjectManager.CompilerLinker=GCC +ProjectManager.CompilerOptimize=6 +ProjectManager.ComputerToolchain=false +ProjectManager.CoupleFile=false +ProjectManager.CustomerFirmwarePackage= +ProjectManager.DefaultFWLocation=true +ProjectManager.DeletePrevious=true +ProjectManager.DeviceId=STM32C071GBUxN +ProjectManager.FirmwarePackage=STM32Cube FW_C0 V1.4.0 +ProjectManager.FreePins=false +ProjectManager.FreePinsContext= +ProjectManager.HalAssertFull=false +ProjectManager.HeapSize=0x200 +ProjectManager.KeepUserCode=true +ProjectManager.LastFirmware=true +ProjectManager.LibraryCopy=0 +ProjectManager.MainLocation=Core/Src +ProjectManager.NoMain=false +ProjectManager.PreviousToolchain= +ProjectManager.ProjectBuild=false +ProjectManager.ProjectFileName=led_driver.ioc +ProjectManager.ProjectName=led_driver +ProjectManager.ProjectStructure= +ProjectManager.RegisterCallBack= +ProjectManager.StackSize=0x400 +ProjectManager.TargetToolchain=EWARM V9.30 +ProjectManager.ToolChainLocation= +ProjectManager.UAScriptAfterPath= +ProjectManager.UAScriptBeforePath= +ProjectManager.UnderRoot=false +ProjectManager.functionlistsort=1-SystemClock_Config-RCC-false-HAL-false,0-MX_CORTEX_M0+_Init-CORTEX_M0+-false-HAL-true +RCC.ADCFreq_Value=12000000 +RCC.AHBFreq_Value=12000000 +RCC.APBFreq_Value=12000000 +RCC.APBTimFreq_Value=12000000 +RCC.CortexFreq_Value=12000000 +RCC.EXTERNAL_CLOCK_VALUE=12288000 +RCC.FCLKCortexFreq_Value=12000000 +RCC.FamilyName=M +RCC.HCLKFreq_Value=12000000 +RCC.HSE_VALUE=8000000 +RCC.HSI48_VALUE=48000000 +RCC.HSI_VALUE=48000000 +RCC.I2C1Freq_Value=12000000 +RCC.I2S1Freq_Value=12000000 +RCC.IPParameters=ADCFreq_Value,AHBFreq_Value,APBFreq_Value,APBTimFreq_Value,CortexFreq_Value,EXTERNAL_CLOCK_VALUE,FCLKCortexFreq_Value,FamilyName,HCLKFreq_Value,HSE_VALUE,HSI48_VALUE,HSI_VALUE,I2C1Freq_Value,I2S1Freq_Value,LSCOPinFreq_Value,LSE_VALUE,LSI_VALUE,MCO1PinFreq_Value,MCO2PinFreq_Value,PWRFreq_Value,SYSCLKFreq_VALUE,USART1Freq_Value +RCC.LSCOPinFreq_Value=32000 +RCC.LSE_VALUE=32768 +RCC.LSI_VALUE=32000 +RCC.MCO1PinFreq_Value=12000000 +RCC.MCO2PinFreq_Value=12000000 +RCC.PWRFreq_Value=12000000 +RCC.SYSCLKFreq_VALUE=12000000 +RCC.USART1Freq_Value=12000000 +USB.IPParameters=VirtualMode +USB.VirtualMode=Device_Only +VP_SYS_VS_Systick.Mode=SysTick +VP_SYS_VS_Systick.Signal=SYS_VS_Systick +board=custom diff --git a/hw/led_driver/led_driver.kicad_pcb b/hw/led_driver/led_driver.kicad_pcb new file mode 100644 index 0000000..c547853 --- /dev/null +++ b/hw/led_driver/led_driver.kicad_pcb @@ -0,0 +1,2 @@ +(kicad_pcb (version 20241229) (generator "pcbnew") (generator_version "9.0") +) \ No newline at end of file diff --git a/hw/led_driver/led_driver.kicad_prl b/hw/led_driver/led_driver.kicad_prl new file mode 100644 index 0000000..d4c97db --- /dev/null +++ b/hw/led_driver/led_driver.kicad_prl @@ -0,0 +1,131 @@ +{ + "board": { + "active_layer": 0, + "active_layer_preset": "", + "auto_track_width": true, + "hidden_netclasses": [], + "hidden_nets": [], + "high_contrast_mode": 0, + "net_color_mode": 1, + "opacity": { + "images": 0.6, + "pads": 1.0, + "shapes": 1.0, + "tracks": 1.0, + "vias": 1.0, + "zones": 0.6 + }, + "selection_filter": { + "dimensions": true, + "footprints": true, + "graphics": true, + "keepouts": true, + "lockedItems": false, + "otherItems": true, + "pads": true, + "text": true, + "tracks": true, + "vias": true, + "zones": true + }, + "visible_items": [ + "vias", + "footprint_text", + "footprint_anchors", + "ratsnest", + "grid", + "footprints_front", + "footprints_back", + "footprint_values", + "footprint_references", + "tracks", + "drc_errors", + "drawing_sheet", + "bitmaps", + "pads", + "zones", + "drc_warnings", + "drc_exclusions", + "locked_item_shadows", + "conflict_shadows", + "shapes" + ], + "visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff", + "zone_display_mode": 0 + }, + "git": { + "repo_type": "", + "repo_username": "", + "ssh_key": "" + }, + "meta": { + "filename": "led_driver.kicad_prl", + "version": 5 + }, + "net_inspector_panel": { + "col_hidden": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "col_order": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ], + "col_widths": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "custom_group_rules": [], + "expanded_rows": [], + "filter_by_net_name": true, + "filter_by_netclass": true, + "filter_text": "", + "group_by_constraint": false, + "group_by_netclass": false, + "show_unconnected_nets": false, + "show_zero_pad_nets": false, + "sort_ascending": true, + "sorting_column": 0 + }, + "open_jobsets": [], + "project": { + "files": [] + }, + "schematic": { + "selection_filter": { + "graphics": true, + "images": true, + "labels": true, + "lockedItems": false, + "otherItems": true, + "pins": true, + "symbols": true, + "text": true, + "wires": true + } + } +} diff --git a/hw/led_driver/led_driver.kicad_pro b/hw/led_driver/led_driver.kicad_pro new file mode 100644 index 0000000..44ba28c --- /dev/null +++ b/hw/led_driver/led_driver.kicad_pro @@ -0,0 +1,619 @@ +{ + "board": { + "3dviewports": [], + "design_settings": { + "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, + "copper_text_italic": false, + "copper_text_size_h": 1.5, + "copper_text_size_v": 1.5, + "copper_text_thickness": 0.3, + "copper_text_upright": false, + "courtyard_line_width": 0.05, + "dimension_precision": 4, + "dimension_units": 3, + "dimensions": { + "arrow_length": 1270000, + "extension_offset": 500000, + "keep_text_aligned": true, + "suppress_zeroes": true, + "text_position": 0, + "units_format": 0 + }, + "fab_line_width": 0.1, + "fab_text_italic": false, + "fab_text_size_h": 1.0, + "fab_text_size_v": 1.0, + "fab_text_thickness": 0.15, + "fab_text_upright": false, + "other_line_width": 0.1, + "other_text_italic": false, + "other_text_size_h": 1.0, + "other_text_size_v": 1.0, + "other_text_thickness": 0.15, + "other_text_upright": false, + "pads": { + "drill": 0.8, + "height": 1.27, + "width": 2.54 + }, + "silk_line_width": 0.1, + "silk_text_italic": false, + "silk_text_size_h": 1.0, + "silk_text_size_v": 1.0, + "silk_text_thickness": 0.1, + "silk_text_upright": false, + "zones": { + "min_clearance": 0.5 + } + }, + "diff_pair_dimensions": [], + "drc_exclusions": [], + "meta": { + "version": 2 + }, + "rule_severities": { + "annular_width": "error", + "clearance": "error", + "connection_width": "warning", + "copper_edge_clearance": "error", + "copper_sliver": "warning", + "courtyards_overlap": "error", + "creepage": "error", + "diff_pair_gap_out_of_range": "error", + "diff_pair_uncoupled_length_too_long": "error", + "drill_out_of_range": "error", + "duplicate_footprints": "warning", + "extra_footprint": "warning", + "footprint": "error", + "footprint_filters_mismatch": "ignore", + "footprint_symbol_mismatch": "warning", + "footprint_type_mismatch": "ignore", + "hole_clearance": "error", + "hole_to_hole": "warning", + "holes_co_located": "warning", + "invalid_outline": "error", + "isolated_copper": "warning", + "item_on_disabled_layer": "error", + "items_not_allowed": "error", + "length_out_of_range": "error", + "lib_footprint_issues": "warning", + "lib_footprint_mismatch": "warning", + "malformed_courtyard": "error", + "microvia_drill_out_of_range": "error", + "mirrored_text_on_front_layer": "warning", + "missing_courtyard": "ignore", + "missing_footprint": "warning", + "net_conflict": "warning", + "nonmirrored_text_on_back_layer": "warning", + "npth_inside_courtyard": "ignore", + "padstack": "warning", + "pth_inside_courtyard": "ignore", + "shorting_items": "error", + "silk_edge_clearance": "warning", + "silk_over_copper": "warning", + "silk_overlap": "warning", + "skew_out_of_range": "error", + "solder_mask_bridge": "error", + "starved_thermal": "error", + "text_height": "warning", + "text_on_edge_cuts": "error", + "text_thickness": "warning", + "through_hole_pad_without_hole": "error", + "too_many_vias": "error", + "track_angle": "error", + "track_dangling": "warning", + "track_segment_length": "error", + "track_width": "error", + "tracks_crossing": "error", + "unconnected_items": "error", + "unresolved_variable": "error", + "via_dangling": "warning", + "zones_intersect": "error" + }, + "rules": { + "max_error": 0.005, + "min_clearance": 0.0, + "min_connection": 0.0, + "min_copper_edge_clearance": 0.5, + "min_groove_width": 0.0, + "min_hole_clearance": 0.25, + "min_hole_to_hole": 0.25, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, + "min_resolved_spokes": 2, + "min_silk_clearance": 0.0, + "min_text_height": 0.8, + "min_text_thickness": 0.08, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.0, + "min_via_annular_width": 0.1, + "min_via_diameter": 0.5, + "solder_mask_to_copper_clearance": 0.0, + "use_height_for_length_calcs": true + }, + "teardrop_options": [ + { + "td_onpthpad": true, + "td_onroundshapesonly": false, + "td_onsmdpad": true, + "td_ontrackend": false, + "td_onvia": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], + "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, + "via_dimensions": [], + "zones_allow_external_fillets": false + }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, + "layer_pairs": [], + "layer_presets": [], + "viewports": [] + }, + "boards": [], + "cvpcb": { + "equivalence_files": [] + }, + "erc": { + "erc_exclusions": [], + "meta": { + "version": 0 + }, + "pin_map": [ + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 2 + ], + [ + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 1, + 2, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 1, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 2, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2 + ] + ], + "rule_severities": { + "bus_definition_conflict": "error", + "bus_entry_needed": "error", + "bus_to_bus_conflict": "error", + "bus_to_net_conflict": "error", + "different_unit_footprint": "error", + "different_unit_net": "error", + "duplicate_reference": "error", + "duplicate_sheet_names": "error", + "endpoint_off_grid": "warning", + "extra_units": "error", + "footprint_filter": "ignore", + "footprint_link_issues": "warning", + "four_way_junction": "ignore", + "global_label_dangling": "warning", + "hier_label_mismatch": "error", + "label_dangling": "error", + "label_multiple_wires": "warning", + "lib_symbol_issues": "warning", + "lib_symbol_mismatch": "warning", + "missing_bidi_pin": "warning", + "missing_input_pin": "warning", + "missing_power_pin": "error", + "missing_unit": "warning", + "multiple_net_names": "warning", + "net_not_bus_member": "warning", + "no_connect_connected": "warning", + "no_connect_dangling": "warning", + "pin_not_connected": "error", + "pin_not_driven": "error", + "pin_to_pin": "warning", + "power_pin_not_driven": "error", + "same_local_global_label": "warning", + "similar_label_and_power": "warning", + "similar_labels": "warning", + "similar_power": "warning", + "simulation_model_issue": "ignore", + "single_global_label": "ignore", + "unannotated": "error", + "unconnected_wire_endpoint": "warning", + "undefined_netclass": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, + "libraries": { + "pinned_footprint_libs": [], + "pinned_symbol_libs": [] + }, + "meta": { + "filename": "led_driver.kicad_pro", + "version": 3 + }, + "net_settings": { + "classes": [ + { + "bus_width": 12, + "clearance": 0.2, + "diff_pair_gap": 0.25, + "diff_pair_via_gap": 0.25, + "diff_pair_width": 0.2, + "line_style": 0, + "microvia_diameter": 0.3, + "microvia_drill": 0.1, + "name": "Default", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "priority": 2147483647, + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 0.2, + "via_diameter": 0.6, + "via_drill": 0.3, + "wire_width": 6 + } + ], + "meta": { + "version": 4 + }, + "net_colors": null, + "netclass_assignments": null, + "netclass_patterns": [] + }, + "pcbnew": { + "last_paths": { + "gencad": "", + "idf": "", + "netlist": "", + "plot": "", + "pos_files": "", + "specctra_dsn": "", + "step": "", + "svg": "", + "vrml": "" + }, + "page_layout_descr_file": "" + }, + "schematic": { + "annotate_start_num": 0, + "bom_export_filename": "${PROJECTNAME}.csv", + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + }, + { + "group_by": true, + "label": "Exclude from BOM", + "name": "${EXCLUDE_FROM_BOM}", + "show": true + }, + { + "group_by": true, + "label": "Exclude from Board", + "name": "${EXCLUDE_FROM_BOARD}", + "show": true + }, + { + "group_by": true, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "include_excluded_from_bom": true, + "name": "Default Editing", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, + "drawing": { + "dashed_lines_dash_length_ratio": 12.0, + "dashed_lines_gap_length_ratio": 3.0, + "default_line_thickness": 6.0, + "default_text_size": 50.0, + "field_names": [], + "intersheets_ref_own_page": false, + "intersheets_ref_prefix": "", + "intersheets_ref_short": false, + "intersheets_ref_show": false, + "intersheets_ref_suffix": "", + "junction_size_choice": 3, + "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, + "pin_symbol_size": 25.0, + "text_offset_ratio": 0.15 + }, + "legacy_lib_dir": "", + "legacy_lib_list": [], + "meta": { + "version": 1 + }, + "net_format_name": "", + "page_layout_descr_file": "", + "plot_directory": "", + "space_save_all_events": true, + "spice_current_sheet_as_root": false, + "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_dissipations": false, + "spice_save_all_voltages": false, + "subpart_first_id": 65, + "subpart_id_separator": 0 + }, + "sheets": [ + [ + "4e49d584-f650-4a4e-ae26-e0322eda8233", + "Root" + ] + ], + "text_variables": {} +} diff --git a/hw/led_driver/led_driver.kicad_sch b/hw/led_driver/led_driver.kicad_sch new file mode 100644 index 0000000..a6b8b74 --- /dev/null +++ b/hw/led_driver/led_driver.kicad_sch @@ -0,0 +1,13904 @@ +(kicad_sch + (version 20250114) + (generator "eeschema") + (generator_version "9.0") + (uuid "4e49d584-f650-4a4e-ae26-e0322eda8233") + (paper "A4") + (lib_symbols + (symbol "Connector_Generic:Conn_01x02" + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x02" + (at 0 -5.08 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, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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_01x02_1_1" + (rectangle + (start -1.27 1.27) + (end 1.27 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 0 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 -2.54 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Device:R" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (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" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "MCU_ST_STM32C0:STM32C071GBUxN" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -10.16 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "STM32C071GBUxN" + (at 5.08 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-28_4x4mm_P0.5mm" + (at -10.16 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32c071gb.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "STMicroelectronics Arm Cortex-M0+ MCU, 128KB flash, 24KB RAM, 25 GPIO, UFQFPN28_N" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Arm Cortex-M0+ STM32C0 STM32C0x1" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "QFN*4x4mm*P0.5mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "STM32C071GBUxN_0_1" + (rectangle + (start -10.16 -20.32) + (end 10.16 22.86) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "STM32C071GBUxN_1_1" + (pin bidirectional line + (at -12.7 17.78 0) + (length 2.54) + (name "PF2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "RCC_MCO" bidirectional line) + (alternate "TIM1_CH4" bidirectional line) + ) + (pin bidirectional line + (at -12.7 12.7 0) + (length 2.54) + (name "PC14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SDA" bidirectional line) + (alternate "IR_OUT" bidirectional line) + (alternate "RCC_OSCX_IN" bidirectional line) + (alternate "SPI2_NSS" bidirectional line) + (alternate "TIM17_CH1" bidirectional line) + (alternate "TIM1_BKIN2" bidirectional line) + (alternate "TIM1_ETR" bidirectional line) + (alternate "TIM3_CH2" bidirectional line) + (alternate "USART1_TX" bidirectional line) + (alternate "USART2_CK" bidirectional line) + (alternate "USART2_DE" bidirectional line) + (alternate "USART2_RTS" bidirectional line) + ) + (pin bidirectional line + (at -12.7 10.16 0) + (length 2.54) + (name "PC15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "RCC_OSC32_EN" bidirectional line) + (alternate "RCC_OSCX_OUT" bidirectional line) + (alternate "RCC_OSC_EN" bidirectional line) + (alternate "TIM1_ETR" bidirectional line) + (alternate "TIM3_CH3" bidirectional line) + ) + (pin bidirectional line + (at -12.7 5.08 0) + (length 2.54) + (name "PB0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN17" bidirectional line) + (alternate "I2S1_WS" bidirectional line) + (alternate "SPI1_NSS" bidirectional line) + (alternate "TIM1_CH2N" bidirectional line) + (alternate "TIM3_CH3" bidirectional line) + ) + (pin bidirectional line + (at -12.7 2.54 0) + (length 2.54) + (name "PB1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN18" bidirectional line) + (alternate "TIM14_CH1" bidirectional line) + (alternate "TIM1_CH2N" bidirectional line) + (alternate "TIM1_CH3N" bidirectional line) + (alternate "TIM3_CH4" bidirectional line) + ) + (pin bidirectional line + (at -12.7 0 0) + (length 2.54) + (name "PB3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C2_SCL" bidirectional line) + (alternate "I2S1_CK" bidirectional line) + (alternate "SPI1_SCK" bidirectional line) + (alternate "TIM1_CH2" bidirectional line) + (alternate "TIM2_CH2" bidirectional line) + (alternate "TIM3_CH2" bidirectional line) + (alternate "USART1_CK" bidirectional line) + (alternate "USART1_DE" bidirectional line) + (alternate "USART1_RTS" bidirectional line) + ) + (pin bidirectional line + (at -12.7 -2.54 0) + (length 2.54) + (name "PB4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C2_SDA" bidirectional line) + (alternate "I2S1_MCK" bidirectional line) + (alternate "SPI1_MISO" bidirectional line) + (alternate "TIM17_BKIN" bidirectional line) + (alternate "TIM3_CH1" bidirectional line) + (alternate "USART1_CTS" bidirectional line) + (alternate "USART1_NSS" bidirectional line) + ) + (pin bidirectional line + (at -12.7 -5.08 0) + (length 2.54) + (name "PB5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SMBA" bidirectional line) + (alternate "I2S1_SD" bidirectional line) + (alternate "PWR_WKUP6" bidirectional line) + (alternate "SPI1_MOSI" bidirectional line) + (alternate "TIM16_BKIN" bidirectional line) + (alternate "TIM3_CH2" bidirectional line) + (alternate "TIM3_CH3" bidirectional line) + ) + (pin bidirectional line + (at -12.7 -7.62 0) + (length 2.54) + (name "PB6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SCL" bidirectional line) + (alternate "I2C1_SMBA" bidirectional line) + (alternate "I2S1_CK" bidirectional line) + (alternate "I2S1_MCK" bidirectional line) + (alternate "I2S1_SD" bidirectional line) + (alternate "PWR_WKUP3" bidirectional line) + (alternate "SPI1_MISO" bidirectional line) + (alternate "SPI1_MOSI" bidirectional line) + (alternate "SPI1_SCK" bidirectional line) + (alternate "SPI2_MISO" bidirectional line) + (alternate "TIM16_BKIN" bidirectional line) + (alternate "TIM16_CH1N" bidirectional line) + (alternate "TIM17_BKIN" bidirectional line) + (alternate "TIM1_CH2" bidirectional line) + (alternate "TIM1_CH3" bidirectional line) + (alternate "TIM3_CH1" bidirectional line) + (alternate "TIM3_CH2" bidirectional line) + (alternate "TIM3_CH3" bidirectional line) + (alternate "USART1_CTS" bidirectional line) + (alternate "USART1_NSS" bidirectional line) + (alternate "USART1_TX" bidirectional line) + ) + (pin bidirectional line + (at -12.7 -10.16 0) + (length 2.54) + (name "PB7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SCL" bidirectional line) + (alternate "I2C1_SDA" bidirectional line) + (alternate "RTC_REFIN" bidirectional line) + (alternate "SPI2_MOSI" bidirectional line) + (alternate "TIM16_CH1" bidirectional line) + (alternate "TIM17_CH1N" bidirectional line) + (alternate "TIM1_CH4" bidirectional line) + (alternate "TIM3_CH1" bidirectional line) + (alternate "TIM3_CH4" bidirectional line) + (alternate "USART1_RX" bidirectional line) + (alternate "USART2_CTS" bidirectional line) + (alternate "USART2_NSS" bidirectional line) + ) + (pin bidirectional line + (at -12.7 -12.7 0) + (length 2.54) + (name "PB8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SCL" bidirectional line) + (alternate "SPI2_SCK" bidirectional line) + (alternate "TIM16_CH1" bidirectional line) + (alternate "TIM3_CH1" bidirectional line) + (alternate "USART2_CTS" bidirectional line) + (alternate "USART2_NSS" bidirectional line) + ) + (pin power_in line + (at 0 25.4 270) + (length 2.54) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -22.86 90) + (length 2.54) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 2.54 25.4 270) + (length 2.54) + (name "VDDIO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 17.78 180) + (length 2.54) + (name "PA0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN0" bidirectional line) + (alternate "PWR_WKUP1" bidirectional line) + (alternate "SPI2_SCK" bidirectional line) + (alternate "TIM16_CH1" bidirectional line) + (alternate "TIM1_CH1" bidirectional line) + (alternate "TIM2_CH1" bidirectional line) + (alternate "TIM2_ETR" bidirectional line) + (alternate "USART1_TX" bidirectional line) + (alternate "USART2_CTS" bidirectional line) + (alternate "USART2_NSS" bidirectional line) + ) + (pin bidirectional line + (at 12.7 15.24 180) + (length 2.54) + (name "PA1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN1" bidirectional line) + (alternate "I2C1_SMBA" bidirectional line) + (alternate "I2S1_CK" bidirectional line) + (alternate "SPI1_SCK" bidirectional line) + (alternate "TIM17_CH1" bidirectional line) + (alternate "TIM1_CH2" bidirectional line) + (alternate "TIM2_CH2" bidirectional line) + (alternate "USART1_RX" bidirectional line) + (alternate "USART2_CK" bidirectional line) + (alternate "USART2_DE" bidirectional line) + (alternate "USART2_RTS" bidirectional line) + ) + (pin bidirectional line + (at 12.7 12.7 180) + (length 2.54) + (name "PA2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN2" bidirectional line) + (alternate "I2S1_SD" bidirectional line) + (alternate "PWR_WKUP4" bidirectional line) + (alternate "RCC_LSCO" bidirectional line) + (alternate "SPI1_MOSI" bidirectional line) + (alternate "TIM16_CH1N" bidirectional line) + (alternate "TIM1_CH3" bidirectional line) + (alternate "TIM2_CH3" bidirectional line) + (alternate "TIM3_ETR" bidirectional line) + (alternate "USART2_TX" bidirectional line) + ) + (pin bidirectional line + (at 12.7 10.16 180) + (length 2.54) + (name "PA3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN3" bidirectional line) + (alternate "SPI2_MISO" bidirectional line) + (alternate "TIM1_CH1N" bidirectional line) + (alternate "TIM1_CH4" bidirectional line) + (alternate "TIM2_CH4" bidirectional line) + (alternate "USART2_RX" bidirectional line) + ) + (pin bidirectional line + (at 12.7 7.62 180) + (length 2.54) + (name "PA4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN4" bidirectional line) + (alternate "I2S1_WS" bidirectional line) + (alternate "PWR_WKUP2" bidirectional line) + (alternate "RTC_OUT1" bidirectional line) + (alternate "RTC_TS" bidirectional line) + (alternate "SPI1_NSS" bidirectional line) + (alternate "SPI2_MOSI" bidirectional line) + (alternate "TIM14_CH1" bidirectional line) + (alternate "TIM17_CH1N" bidirectional line) + (alternate "TIM1_CH2N" bidirectional line) + (alternate "USART2_TX" bidirectional line) + (alternate "USB_NOE" bidirectional line) + ) + (pin bidirectional line + (at 12.7 5.08 180) + (length 2.54) + (name "PA5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN5" bidirectional line) + (alternate "I2S1_CK" bidirectional line) + (alternate "SPI1_SCK" bidirectional line) + (alternate "TIM1_CH1" bidirectional line) + (alternate "TIM1_CH3N" bidirectional line) + (alternate "TIM2_CH1" bidirectional line) + (alternate "TIM2_ETR" bidirectional line) + (alternate "USART2_RX" bidirectional line) + ) + (pin bidirectional line + (at 12.7 2.54 180) + (length 2.54) + (name "PA6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN6" bidirectional line) + (alternate "I2C2_SDA" bidirectional line) + (alternate "I2S1_MCK" bidirectional line) + (alternate "SPI1_MISO" bidirectional line) + (alternate "TIM16_CH1" bidirectional line) + (alternate "TIM1_BKIN" bidirectional line) + (alternate "TIM3_CH1" bidirectional line) + ) + (pin bidirectional line + (at 12.7 0 180) + (length 2.54) + (name "PA7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN7" bidirectional line) + (alternate "I2C2_SCL" bidirectional line) + (alternate "I2S1_SD" bidirectional line) + (alternate "SPI1_MOSI" bidirectional line) + (alternate "TIM14_CH1" bidirectional line) + (alternate "TIM17_CH1" bidirectional line) + (alternate "TIM1_CH1N" bidirectional line) + (alternate "TIM3_CH2" bidirectional line) + ) + (pin bidirectional line + (at 12.7 -2.54 180) + (length 2.54) + (name "PA8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN8" bidirectional line) + (alternate "CRS_SYNC" bidirectional line) + (alternate "I2S1_WS" bidirectional line) + (alternate "RCC_MCO" bidirectional line) + (alternate "RCC_MCO2" bidirectional line) + (alternate "SPI1_NSS" bidirectional line) + (alternate "SPI2_MISO" bidirectional line) + (alternate "SPI2_NSS" bidirectional line) + (alternate "TIM14_CH1" bidirectional line) + (alternate "TIM1_CH1" bidirectional line) + (alternate "TIM1_CH2N" bidirectional line) + (alternate "TIM1_CH3N" bidirectional line) + (alternate "TIM3_CH3" bidirectional line) + (alternate "TIM3_CH4" bidirectional line) + (alternate "USART1_RX" bidirectional line) + (alternate "USART2_TX" bidirectional line) + ) + (pin bidirectional line + (at 12.7 -5.08 180) + (length 2.54) + (name "PA11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_EXTI11" bidirectional line) + (alternate "I2C2_SCL" bidirectional line) + (alternate "I2S1_MCK" bidirectional line) + (alternate "SPI1_MISO" bidirectional line) + (alternate "TIM1_BKIN2" bidirectional line) + (alternate "TIM1_CH4" bidirectional line) + (alternate "USART1_CTS" bidirectional line) + (alternate "USART1_NSS" bidirectional line) + (alternate "USB_DM" bidirectional line) + ) + (pin bidirectional line + (at 12.7 -7.62 180) + (length 2.54) + (name "PA12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C2_SDA" bidirectional line) + (alternate "I2S1_SD" bidirectional line) + (alternate "I2S_CKIN" bidirectional line) + (alternate "SPI1_MOSI" bidirectional line) + (alternate "TIM1_ETR" bidirectional line) + (alternate "USART1_CK" bidirectional line) + (alternate "USART1_DE" bidirectional line) + (alternate "USART1_RTS" bidirectional line) + (alternate "USB_DP" bidirectional line) + ) + (pin bidirectional line + (at 12.7 -10.16 180) + (length 2.54) + (name "PA13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN13" bidirectional line) + (alternate "DEBUG_SWDIO" bidirectional line) + (alternate "IR_OUT" bidirectional line) + (alternate "TIM3_ETR" bidirectional line) + (alternate "USART2_RX" bidirectional line) + (alternate "USB_NOE" bidirectional line) + ) + (pin bidirectional line + (at 12.7 -12.7 180) + (length 2.54) + (name "PA14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1_IN14" bidirectional line) + (alternate "DEBUG_SWCLK" bidirectional line) + (alternate "I2S1_WS" bidirectional line) + (alternate "RCC_MCO2" bidirectional line) + (alternate "SPI1_NSS" bidirectional line) + (alternate "TIM1_CH1" bidirectional line) + (alternate "USART1_CK" bidirectional line) + (alternate "USART1_DE" bidirectional line) + (alternate "USART1_RTS" bidirectional line) + (alternate "USART2_RX" bidirectional line) + (alternate "USART2_TX" bidirectional line) + ) + (pin bidirectional line + (at 12.7 -15.24 180) + (length 2.54) + (name "PA15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2S1_WS" bidirectional line) + (alternate "RCC_MCO2" bidirectional line) + (alternate "SPI1_NSS" bidirectional line) + (alternate "TIM1_CH1" bidirectional line) + (alternate "TIM2_CH1" bidirectional line) + (alternate "TIM2_ETR" bidirectional line) + (alternate "USART1_CK" bidirectional line) + (alternate "USART1_DE" bidirectional line) + (alternate "USART1_RTS" bidirectional line) + (alternate "USART2_RX" bidirectional line) + (alternate "USB_NOE" bidirectional line) + ) + ) + (embedded_fonts no) + ) + (symbol "Transistor_FET:AO3400A" + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3400A" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" + (at 5.08 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "N-Channel MOSFET" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AO3400A_0_1" + (polyline + (pts + (xy 0.254 1.905) (xy 0.254 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 2.286) (xy 0.762 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 0.508) (xy 0.762 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.27) (xy 0.762 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.778) (xy 3.302 -1.778) (xy 3.302 1.778) (xy 0.762 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 0) (xy 2.032 0.381) (xy 2.032 -0.381) (xy 1.016 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.651 0) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.54 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 2.54 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.921 0.381) (xy 3.683 0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 0.381) (xy 2.921 -0.254) (xy 3.683 -0.254) (xy 3.302 0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "AO3400A_1_1" + (pin input line + (at -5.08 0 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Transistor_FET:AO3401A" + (pin_names + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 5.08 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "P-Channel MOSFET" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AO3401A_0_1" + (polyline + (pts + (xy 0.254 1.905) (xy 0.254 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 2.286) (xy 0.762 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 1.778) (xy 3.302 1.778) (xy 3.302 -1.778) (xy 0.762 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 0.508) (xy 0.762 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.27) (xy 0.762 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 1.651 0) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.286 0) (xy 1.27 0.381) (xy 1.27 -0.381) (xy 2.286 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.54 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 2.54 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.794 -0.508) (xy 2.921 -0.381) (xy 3.683 -0.381) (xy 3.81 -0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 -0.381) (xy 2.921 0.254) (xy 3.683 0.254) (xy 3.302 -0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "AO3401A_1_1" + (pin input line + (at -5.08 0 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Capacitors:C0402_1uF_35V_X5R" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 5.08 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "C0402_1uF_35V_X5R" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Capacitors:C0402" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://product.tdk.com/info/en/catalog/datasheets/mlcc_commercial_soft_en.pdf?ref_disty=digikey" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Capacitor; Footprint 0402; 1uF/35V; X5R" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance" "1uF" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Voltage" "35V" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Dielectric" "X5R" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "TDK Corporation" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "C1005X5R1V105K050BE" + (at 0 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "445-175218-1-ND" + (at 0 -15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "810-C1005X5R1V105K" + (at 0 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3416060" + (at 0 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "X" + (at 0 -22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Kyocera International Inc. Electronic Components" + (at 22.86 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CM05X5R105K35AH" + (at 22.86 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C0402_1uF_35V_X5R_1_1" + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Capacitors:C0603_100nF_50V_X7R" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 5.08 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "C0603_100nF_50V_X7R" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Capacitors:C0603" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.samsungsem.com/kr/support/product-search/mlcc/CL10B104KB8NNNC.jsp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Capacitor; Footprint 0603; 100nF/50V; X7R" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance" "100nF" + (at 6.35 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Voltage" "50V" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Dielectric" "X7R" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Samsung Electro-Mechanics" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "CL10B104KB8NNNC" + (at 0 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "1276-1000-1-ND" + (at 0 -15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "187-CL10B104KB8NNNC" + (at 0 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "1301804" + (at 0 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "CL10B104KB8NNNC" + (at 0 -22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "AVX Corporation" + (at 24.13 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "06035C104KAT4A" + (at 24.13 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C0603_100nF_50V_X7R_1_1" + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Capacitors:C0603_10uF_16V_X5R" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 5.08 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "C0603_10uF_16V_X5R" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Capacitors:C0603" + (at 0 -7.62 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" "Capacitor; Footprint 0603; 10uF/16V; X5R" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance" "10uF" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Voltage" "16V" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Dielectric" "X5R" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Taiyo Yuden" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "EMK107BBJ106MA-T" + (at 0 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "587-3238-1-ND" + (at 0 -15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "963-EMK107BBJ106MA-T" + (at 0 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "2779064" + (at 0 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "CL10A106MO8NQNC" + (at 0 -22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Murata Electronics" + (at 24.13 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "GRM188R61C106MA73D" + (at 24.13 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C0603_10uF_16V_X5R_1_1" + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Capacitors:CP2917_330uF_6.3V_Polymer" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 3.81 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "CP2917_330uF_6.3V_Polymer" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "VL_Capacitors:CP_EIA-7343-15_Kemet-W" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://industrial.panasonic.com/cdbs/www-data/pdf/ABE0000/ABE0000C106.pdf" + (at -3.81 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "330 µF 6.3 V Aluminum - Polymer Capacitors 2917 (7343 Metric) 9mOhm 2000 Hrs @ 85°C" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance" "330uF" + (at 6.35 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Voltage" "6.3V" + (at 5.08 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Manufacturer" "Panasonic Electronic Components" + (at -1.27 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "ECG-SY0J331R" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Panasonic Electronic Components" + (at -1.27 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "ECG-CY0J331R" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "P122483CT-ND" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "667-ECG-SY0J331R" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "2831753" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "X" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CP_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "CP2917_330uF_6.3V_Polymer_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -0.762 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "CP2917_330uF_6.3V_Polymer_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Connectors:SWD_Connector" + (pin_names + (offset 0.0254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "SWD" + (at 2.54 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SWD_Connector" + (at 1.27 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "VL_Connectors:SWD_Connector_for_PogoHeader" + (at 1.27 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at -11.43 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "SMD Connector for programming ARM MCUs using a spring-loaded header" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "X" + (at 1.27 -15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "X" + (at 1.27 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "X" + (at 1.27 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "X" + (at 1.27 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SWD_Connector_0_1" + (rectangle + (start 0 6.35) + (end 6.35 -6.35) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "SWD_Connector_1_1" + (pin bidirectional line + (at -2.54 5.08 0) + (length 2.54) + (name "3V3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -2.54 2.54 0) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -2.54 0 0) + (length 2.54) + (name "SWDIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -2.54 -2.54 0) + (length 2.54) + (name "SWCLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -2.54 -5.08 0) + (length 2.54) + (name "NRST" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Connectors:UE27AC54100" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at -5.08 11.43 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "UE27AC54100" + (at -5.08 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "VL_Connectors:AMPHENOL_UE27AC54100" + (at 3.81 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://cdn.amphenol-cs.com/media/wysiwyg/files/drawing/pue27acx4x0x.pdf" + (at 3.81 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB Type A connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Amphenol ICC (Commercial Products)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "UE27AC54100" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "UE27AC54100-ND" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "523-UE27-AC54-100" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "2709068" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "UE27AC54100" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector USB" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "USB*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "UE27AC54100_0_1" + (rectangle + (start -5.08 -7.62) + (end 5.08 7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center -3.81 2.159) + (radius 0.635) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -3.175 2.159) (xy -2.54 2.159) (xy -1.27 3.429) (xy -0.635 3.429) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 2.159) (xy -1.905 2.159) (xy -1.27 0.889) (xy 0 0.889) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.524 4.826) + (end -4.318 5.334) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.27 4.572) + (end -4.572 5.842) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center -0.635 3.429) + (radius 0.381) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.127 -7.62) + (end 0.127 -6.858) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.254 1.27) + (end -0.508 0.508) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0.635 2.794) (xy 0.635 1.524) (xy 1.905 2.159) (xy 0.635 2.794) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.08 4.953) + (end 4.318 5.207) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 5.08 -0.127) + (end 4.318 0.127) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 5.08 -2.667) + (end 4.318 -2.413) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "UE27AC54100_1_1" + (polyline + (pts + (xy -1.905 2.159) (xy 0.635 2.159) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -2.54 -10.16 90) + (length 2.54) + (name "Shield" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -10.16 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 7.62 5.08 180) + (length 2.54) + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 7.62 0 180) + (length 2.54) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 7.62 -2.54 180) + (length 2.54) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Diodes:PESD1CAN" + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 6.35 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PESD1CAN" + (at 12.065 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "VL_SOT:SOT-23" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://4donline.ihs.com/images/VipMasterIC/IC/NEXP/NEXP-S-A0005722386/NEXP-S-A0005722386-1.pdf?hkey=6D3A4C79FDBF58556ACFDE234799DDF0" + (at -1.27 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "TVS DIODE 24VWM 70VC SOT-23-3" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Nexperia USA Inc." + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "PESD1CAN,215 " + (at 0 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "EVVO" + (at 25.4 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "PESD1CAN" + (at 24.13 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "5272-PESD1CANCT-ND" + (at 0 -15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "771-PESD1CAN-T/R" + (at 0 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "1510703" + (at 0 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "PESD1CAN,215 " + (at 0 -22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PESD1CAN_0_1" + (polyline + (pts + (xy -1.27 2.54) (xy -3.81 2.54) (xy -2.54 1.27) (xy -1.27 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "PESD1CAN_1_1" + (rectangle + (start -5.08 3.81) + (end 5.08 -2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 1.524) (xy -3.556 1.27) (xy -1.524 1.27) (xy -1.27 1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 0) (xy -1.27 0) (xy -2.54 1.27) (xy -3.81 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -2.54 2.54) (xy -2.54 3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 0) (xy -2.54 -1.27) (xy 2.54 -1.27) (xy 2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.54) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.524) (xy 1.524 1.27) (xy 3.556 1.27) (xy 3.81 1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 3.81 0) (xy 2.54 1.27) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 2.54) (xy 1.27 2.54) (xy 2.54 1.27) (xy 3.81 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (pin input line + (at -2.54 6.35 270) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 0 -5.08 90) + (length 2.54) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 2.54 6.35 270) + (length 2.54) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Logos:Logo_Open_Hardware_Small" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "LOGO" + (at 0 6.985 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "Logo_Open_Hardware_Small" + (at 0 -5.715 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Logos:OSHW-Logo_5.7x6mm_SilkScreen" + (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" "Open Hardware logo, small" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Logo" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Logo_Open_Hardware_Small_0_1" + (polyline + (pts + (xy 3.3528 -4.3434) (xy 3.302 -4.318) (xy 3.175 -4.2418) (xy 2.9972 -4.1148) (xy 2.7686 -3.9624) + (xy 2.54 -3.81) (xy 2.3622 -3.7084) (xy 2.2352 -3.6068) (xy 2.1844 -3.5814) (xy 2.159 -3.6068) + (xy 2.0574 -3.6576) (xy 1.905 -3.7338) (xy 1.8034 -3.7846) (xy 1.6764 -3.8354) (xy 1.6002 -3.8354) + (xy 1.6002 -3.8354) (xy 1.5494 -3.7338) (xy 1.4732 -3.5306) (xy 1.3462 -3.302) (xy 1.2446 -3.0226) + (xy 1.1176 -2.7178) (xy 0.9652 -2.413) (xy 0.8636 -2.1082) (xy 0.7366 -1.8288) (xy 0.6604 -1.6256) + (xy 0.6096 -1.4732) (xy 0.5842 -1.397) (xy 0.5842 -1.397) (xy 0.6604 -1.3208) (xy 0.7874 -1.2446) + (xy 1.0414 -1.016) (xy 1.2954 -0.6858) (xy 1.4478 -0.3302) (xy 1.524 0.0762) (xy 1.4732 0.4572) + (xy 1.3208 0.8128) (xy 1.0668 1.143) (xy 0.762 1.3716) (xy 0.4064 1.524) (xy 0 1.5748) (xy -0.381 1.5494) + (xy -0.7366 1.397) (xy -1.0668 1.143) (xy -1.2192 0.9906) (xy -1.397 0.6604) (xy -1.524 0.3048) + (xy -1.524 0.2286) (xy -1.4986 -0.1778) (xy -1.397 -0.5334) (xy -1.1938 -0.8636) (xy -0.9144 -1.143) + (xy -0.8636 -1.1684) (xy -0.7366 -1.27) (xy -0.635 -1.3462) (xy -0.5842 -1.397) (xy -1.0668 -2.5908) + (xy -1.143 -2.794) (xy -1.2954 -3.1242) (xy -1.397 -3.4036) (xy -1.4986 -3.6322) (xy -1.5748 -3.7846) + (xy -1.6002 -3.8354) (xy -1.6002 -3.8354) (xy -1.651 -3.8354) (xy -1.7272 -3.81) (xy -1.905 -3.7338) + (xy -2.0066 -3.683) (xy -2.1336 -3.6068) (xy -2.2098 -3.5814) (xy -2.2606 -3.6068) (xy -2.3622 -3.683) + (xy -2.54 -3.81) (xy -2.7686 -3.9624) (xy -2.9718 -4.0894) (xy -3.1496 -4.2164) (xy -3.302 -4.318) + (xy -3.3528 -4.3434) (xy -3.3782 -4.3434) (xy -3.429 -4.318) (xy -3.5306 -4.2164) (xy -3.7084 -4.064) + (xy -3.937 -3.8354) (xy -3.9624 -3.81) (xy -4.1656 -3.6068) (xy -4.318 -3.4544) (xy -4.4196 -3.3274) + (xy -4.445 -3.2766) (xy -4.445 -3.2766) (xy -4.4196 -3.2258) (xy -4.318 -3.0734) (xy -4.2164 -2.8956) + (xy -4.064 -2.667) (xy -3.6576 -2.0828) (xy -3.8862 -1.5494) (xy -3.937 -1.3716) (xy -4.0386 -1.1684) + (xy -4.0894 -1.0414) (xy -4.1148 -0.9652) (xy -4.191 -0.9398) (xy -4.318 -0.9144) (xy -4.5466 -0.8636) + (xy -4.8006 -0.8128) (xy -5.0546 -0.7874) (xy -5.2578 -0.7366) (xy -5.4356 -0.7112) (xy -5.5118 -0.6858) + (xy -5.5118 -0.6858) (xy -5.5372 -0.635) (xy -5.5372 -0.5588) (xy -5.5372 -0.4318) (xy -5.5626 -0.2286) + (xy -5.5626 0.0762) (xy -5.5626 0.127) (xy -5.5372 0.4064) (xy -5.5372 0.635) (xy -5.5372 0.762) + (xy -5.5372 0.8382) (xy -5.5372 0.8382) (xy -5.461 0.8382) (xy -5.3086 0.889) (xy -5.08 0.9144) + (xy -4.826 0.9652) (xy -4.8006 0.9906) (xy -4.5466 1.0414) (xy -4.318 1.0668) (xy -4.1656 1.1176) + (xy -4.0894 1.143) (xy -4.0894 1.143) (xy -4.0386 1.2446) (xy -3.9624 1.4224) (xy -3.8608 1.6256) + (xy -3.7846 1.8288) (xy -3.7084 2.0066) (xy -3.6576 2.159) (xy -3.6322 2.2098) (xy -3.6322 2.2098) + (xy -3.683 2.286) (xy -3.7592 2.413) (xy -3.8862 2.5908) (xy -4.064 2.8194) (xy -4.064 2.8448) + (xy -4.2164 3.0734) (xy -4.3434 3.2512) (xy -4.4196 3.3782) (xy -4.445 3.4544) (xy -4.445 3.4544) + (xy -4.3942 3.5052) (xy -4.2926 3.6322) (xy -4.1148 3.81) (xy -3.937 4.0132) (xy -3.8608 4.064) + (xy -3.6576 4.2926) (xy -3.5052 4.4196) (xy -3.4036 4.4958) (xy -3.3528 4.5212) (xy -3.3528 4.5212) + (xy -3.302 4.4704) (xy -3.1496 4.3688) (xy -2.9718 4.2418) (xy -2.7432 4.0894) (xy -2.7178 4.0894) + (xy -2.4892 3.937) (xy -2.3114 3.81) (xy -2.1844 3.7084) (xy -2.1336 3.683) (xy -2.1082 3.683) + (xy -2.032 3.7084) (xy -1.8542 3.7592) (xy -1.6764 3.8354) (xy -1.4732 3.937) (xy -1.27 4.0132) + (xy -1.143 4.064) (xy -1.0668 4.1148) (xy -1.0668 4.1148) (xy -1.0414 4.191) (xy -1.016 4.3434) + (xy -0.9652 4.572) (xy -0.9144 4.8514) (xy -0.889 4.9022) (xy -0.8382 5.1562) (xy -0.8128 5.3848) + (xy -0.7874 5.5372) (xy -0.762 5.588) (xy -0.7112 5.6134) (xy -0.5842 5.6134) (xy -0.4064 5.6134) + (xy -0.1524 5.6134) (xy 0.0762 5.6134) (xy 0.3302 5.6134) (xy 0.5334 5.6134) (xy 0.6858 5.588) + (xy 0.7366 5.588) (xy 0.7366 5.588) (xy 0.762 5.5118) (xy 0.8128 5.334) (xy 0.8382 5.1054) (xy 0.9144 4.826) + (xy 0.9144 4.7752) (xy 0.9652 4.5212) (xy 1.016 4.2926) (xy 1.0414 4.1402) (xy 1.0668 4.0894) + (xy 1.0668 4.0894) (xy 1.1938 4.0386) (xy 1.3716 3.9624) (xy 1.5748 3.8608) (xy 2.0828 3.6576) + (xy 2.7178 4.0894) (xy 2.7686 4.1402) (xy 2.9972 4.2926) (xy 3.175 4.4196) (xy 3.302 4.4958) (xy 3.3782 4.5212) + (xy 3.3782 4.5212) (xy 3.429 4.4704) (xy 3.556 4.3434) (xy 3.7338 4.191) (xy 3.9116 3.9878) (xy 4.064 3.8354) + (xy 4.2418 3.6576) (xy 4.3434 3.556) (xy 4.4196 3.4798) (xy 4.4196 3.429) (xy 4.4196 3.4036) (xy 4.3942 3.3274) + (xy 4.2926 3.2004) (xy 4.1656 2.9972) (xy 4.0132 2.794) (xy 3.8862 2.5908) (xy 3.7592 2.3876) + (xy 3.6576 2.2352) (xy 3.6322 2.159) (xy 3.6322 2.1336) (xy 3.683 2.0066) (xy 3.7592 1.8288) (xy 3.8608 1.6002) + (xy 4.064 1.1176) (xy 4.3942 1.0414) (xy 4.5974 1.016) (xy 4.8768 0.9652) (xy 5.1308 0.9144) (xy 5.5372 0.8382) + (xy 5.5626 -0.6604) (xy 5.4864 -0.6858) (xy 5.4356 -0.6858) (xy 5.2832 -0.7366) (xy 5.0546 -0.762) + (xy 4.8006 -0.8128) (xy 4.5974 -0.8636) (xy 4.3688 -0.9144) (xy 4.2164 -0.9398) (xy 4.1402 -0.9398) + (xy 4.1148 -0.9652) (xy 4.064 -1.0668) (xy 3.9878 -1.2446) (xy 3.9116 -1.4478) (xy 3.81 -1.651) + (xy 3.7338 -1.8542) (xy 3.683 -2.0066) (xy 3.6576 -2.0828) (xy 3.683 -2.1336) (xy 3.7846 -2.2606) + (xy 3.8862 -2.4638) (xy 4.0386 -2.667) (xy 4.191 -2.8956) (xy 4.318 -3.0734) (xy 4.3942 -3.2004) + (xy 4.445 -3.2766) (xy 4.4196 -3.3274) (xy 4.3434 -3.429) (xy 4.1656 -3.5814) (xy 3.937 -3.8354) + (xy 3.8862 -3.8608) (xy 3.683 -4.064) (xy 3.5306 -4.2164) (xy 3.4036 -4.318) (xy 3.3528 -4.3434) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Other:0ZCJ0050AF2E" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "F" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0ZCJ0050AF2E" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "VL_Other:F1206" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://cz.mouser.com/datasheet/2/643/ds_CP_0zcj_series-1664160.pdf" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polymeric PTC Resettable Fuse 24V 500mA Ih Surface Mount 1206 (3216 Metric)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Bel Fuse Inc." + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "0ZCJ0050AF2E" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Eaton - Electronics Division" + (at 26.67 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "PTS120615V050" + (at 27.94 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "507-1803-1-ND" + (at 0 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "530-0ZCJ0050AF2E" + (at 0 -15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "2834888" + (at 0 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" " 0ZCJ0050AF2E" + (at 0 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "0ZCJ0050AF2E_1_1" + (polyline + (pts + (xy -2.54 0) (xy 2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.54 -0.762) + (end -2.54 0.762) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -3.81 0 0) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Other:MF-PSML300/6-2" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "F" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MF-PSML300{slash}6-2" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "VL_Other:F0805" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.bourns.com/docs/product-datasheets/mf-nsml-x.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polymeric PTC Resettable Fuse 6V 3 A Ih Surface Mount 0805 (2012 Metric), Concave" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Bourns Inc." + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "MF-PSML300/6-2" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Littelfuse Inc." + (at 26.67 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "0805L300SLWR" + (at 27.94 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "118-MF-PSML300/6-2CT-ND" + (at 0 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "652-MF-PSML300/6-2" + (at 0 -15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3131611" + (at 0 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "X" + (at 0 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MF-PSML300/6-2_1_1" + (polyline + (pts + (xy -2.54 0) (xy 2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.54 -0.762) + (end -2.54 0.762) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -3.81 0 0) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_PMICs:MIC5504-3.3YM5-TR" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MIC5504-3.3YM5-TR" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "VL_SOT:SOT-23-5" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://ww1.microchip.com/downloads/en/DeviceDoc/MIC5501-02-03-04-300mA-Single-Output-LDO-in-Small-Packages-DS20006006B.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Linear Voltage Regulator IC Positive Fixed 3.3V Output 300mA SOT-23-5" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Microchip Technology" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "MIC5504-3.3YM5-TR" + (at 1.27 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "576-4764-1-ND" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "998-MIC5504-3.3YM5TR" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "2510377" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "MIC5504-3.3YM5-TR" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MIC5504-3.3YM5-TR_1_1" + (rectangle + (start -6.35 3.81) + (end 6.35 -3.81) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin power_in line + (at -8.89 2.54 0) + (length 2.54) + (name "VIN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input input_low + (at -8.89 -2.54 0) + (length 2.54) + (name "EN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -6.35 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 8.89 2.54 180) + (length 2.54) + (name "VOUT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect non_logic + (at 8.89 -2.54 180) + (length 2.54) + (hide yes) + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Resistors:R0402_10k_5%_1d16W" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.54 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R0402_10k_5%_1d16W" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-RC_Group_51_RoHS_L_11.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 10 kOhm; 5%; 1/16W" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "10k" + (at 3.81 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power" "1/16W" + (at 7.62 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "5%" + (at 7.62 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "RC0402JR-0710KL" + (at 0 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Stackpole Electronics Inc" + (at 20.32 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "RMCF0402JT10K0" + (at 20.32 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-10KJRCT-ND" + (at 0 -15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-RC0402JR-0710KL" + (at 0 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "*" + (at 0 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-10K" + (at 0 -22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R0402_10k_5%_1d16W_1_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Resistors:R0402_1k_1%_1d16W" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.54 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 2.54 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power" "1/16W" + (at 7.62 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 7.62 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 0 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 20.32 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 20.32 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 0 -15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 0 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 0 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 0 -22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R0402_1k_1%_1d16W_1_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "VL_Transistors:2N7002NXAKR" + (pin_names + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002NXAKR" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "VL_SOT:SOT-23" + (at -6.35 -13.97 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/2N7002NXAK.pdf" + (at -20.32 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Nexperia USA Inc." + (at 0 -8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "2N7002NXAKR" + (at 0 -11.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "1727-8643-1-ND" + (at 0 -16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "771-2N7002NXAKR" + (at 0 -19.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3226400" + (at 0 -24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "2N7002NXAKR" + (at 0 -21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "N-Channel Switching MOSFET" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "2N7002NXAKR_0_1" + (polyline + (pts + (xy 0.254 1.905) (xy 0.254 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 2.286) (xy 0.762 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 0.508) (xy 0.762 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.27) (xy 0.762 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.778) (xy 3.302 -1.778) (xy 3.302 1.778) (xy 0.762 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 0) (xy 2.032 0.381) (xy 2.032 -0.381) (xy 1.016 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.651 0) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.54 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 2.54 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.794 0.508) (xy 2.921 0.381) (xy 3.683 0.381) (xy 3.81 0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 0.381) (xy 2.921 -0.254) (xy 3.683 -0.254) (xy 3.302 0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "2N7002NXAKR_1_1" + (pin input line + (at -5.08 0 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "power:GND" + (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 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 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 \"GND\" , ground" + (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 "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + ) + (text "3 A" + (exclude_from_sim no) + (at 62.23 48.006 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "335bf0b8-8022-41f0-9e64-b9bc0abc5b74") + ) + (junction + (at 195.58 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "1c076050-528a-4abb-80cd-db09e34a27d6") + ) + (junction + (at 204.47 121.92) + (diameter 0) + (color 0 0 0 0) + (uuid "1ccc9e04-1783-4a59-8a4f-601c45858fb6") + ) + (junction + (at 217.17 121.92) + (diameter 0) + (color 0 0 0 0) + (uuid "22ac8084-bac5-472d-9b7d-ab7942b209f5") + ) + (junction + (at 240.03 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "23f921de-846e-4a12-ae99-1e778384f075") + ) + (junction + (at 256.54 100.33) + (diameter 0) + (color 0 0 0 0) + (uuid "25133076-ce85-497b-a510-847dcada30ab") + ) + (junction + (at 160.02 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "3a41e2d5-496a-4c70-9b1b-205b51440d13") + ) + (junction + (at 168.91 39.37) + (diameter 0) + (color 0 0 0 0) + (uuid "3e0787d4-21d5-4d4c-aeaa-c922fe948b89") + ) + (junction + (at 195.58 121.92) + (diameter 0) + (color 0 0 0 0) + (uuid "401abe20-d221-4491-bf85-039093d0cff4") + ) + (junction + (at 231.14 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "48fb40dd-0780-492f-ab99-46dc021741b5") + ) + (junction + (at 208.28 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "512a6622-863c-466d-a618-4d9ee9628792") + ) + (junction + (at 240.03 49.53) + (diameter 0) + (color 0 0 0 0) + (uuid "55a9e693-c545-4036-85fb-cb93cab66d68") + ) + (junction + (at 104.14 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "6713c232-0f1b-4de0-bb18-b6deae807723") + ) + (junction + (at 256.54 121.92) + (diameter 0) + (color 0 0 0 0) + (uuid "7a7df891-4c03-43c3-886c-0cf55be22ac7") + ) + (junction + (at 179.07 121.92) + (diameter 0) + (color 0 0 0 0) + (uuid "7c53f903-7157-4bac-9b72-7ab91d869d5a") + ) + (junction + (at 240.03 121.92) + (diameter 0) + (color 0 0 0 0) + (uuid "84141c0a-4f06-4e56-9d53-07370fb10d88") + ) + (junction + (at 218.44 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "8cfc6083-bf7d-48df-925d-15981f9fddba") + ) + (junction + (at 265.43 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "9ab1f803-8fa1-4931-9693-86e330dffe5f") + ) + (junction + (at 168.91 60.96) + (diameter 0) + (color 0 0 0 0) + (uuid "a1c5d8ef-1dd0-4354-835b-67b0f8a7ef14") + ) + (junction + (at 81.28 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "a821a7e7-38e2-4058-9d5d-579d5ee95cb3") + ) + (junction + (at 218.44 49.53) + (diameter 0) + (color 0 0 0 0) + (uuid "b8cd3d83-c978-4e65-8fd1-4d0fc9814176") + ) + (junction + (at 231.14 121.92) + (diameter 0) + (color 0 0 0 0) + (uuid "d307d396-e1dd-4fd4-a739-99d6d6ef3387") + ) + (junction + (at 208.28 49.53) + (diameter 0) + (color 0 0 0 0) + (uuid "d4ef6cdc-1b9a-4042-822e-62d389aa0a81") + ) + (junction + (at 109.22 111.76) + (diameter 0) + (color 0 0 0 0) + (uuid "dce8f8fb-8cb6-4098-b42a-e95b2b0c5401") + ) + (junction + (at 179.07 100.33) + (diameter 0) + (color 0 0 0 0) + (uuid "e1ecea07-8099-46fb-8bf8-b8824874d0e4") + ) + (junction + (at 204.47 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "e5c130f1-87cd-4ef7-8caa-965e37c5d6be") + ) + (junction + (at 217.17 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "eb34a3e8-66cd-470e-acb7-367179aeec58") + ) + (junction + (at 71.12 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "ec368908-a09b-4fce-a92d-5ad8201993ad") + ) + (junction + (at 170.18 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "eeb69b09-3aec-4303-98f2-f19c26ff5237") + ) + (junction + (at 43.18 62.23) + (diameter 0) + (color 0 0 0 0) + (uuid "f093aac9-e0e7-4763-84ba-8845b3c2a12f") + ) + (junction + (at 204.47 107.95) + (diameter 0) + (color 0 0 0 0) + (uuid "f5259012-1455-49c9-9c2b-734c18c88452") + ) + (junction + (at 231.14 107.95) + (diameter 0) + (color 0 0 0 0) + (uuid "f9150fc0-2282-420b-95ad-d285f19a9519") + ) + (no_connect + (at 120.65 124.46) + (uuid "00513b0d-784d-444a-ba1f-218990155952") + ) + (no_connect + (at 120.65 127) + (uuid "0de86f6a-cef1-4cbc-93a8-fb75fde01509") + ) + (no_connect + (at 95.25 124.46) + (uuid "292216ae-e141-4653-a395-5afab81da04b") + ) + (no_connect + (at 95.25 134.62) + (uuid "2d2f94ab-a0fa-4258-9469-681e8255a09a") + ) + (no_connect + (at 95.25 132.08) + (uuid "33cddc35-101b-4126-a4c5-bd5d7c603967") + ) + (no_connect + (at 95.25 127) + (uuid "3df32a17-8de2-493f-ab6e-7350b5cbd7ab") + ) + (no_connect + (at 120.65 137.16) + (uuid "582751c8-fcd9-4f91-883b-9bda2300f91e") + ) + (no_connect + (at 120.65 134.62) + (uuid "5b2d5e54-aafe-4872-a5ad-bc15f0df4704") + ) + (no_connect + (at 120.65 152.4) + (uuid "6084cd45-9731-4f03-8488-fb4eb2b68f90") + ) + (no_connect + (at 95.25 137.16) + (uuid "617a576b-7581-496c-b5ea-50579fe281b6") + ) + (no_connect + (at 120.65 129.54) + (uuid "a4fdb4d2-cf3b-4000-bed3-dd92acf02b03") + ) + (no_connect + (at 120.65 139.7) + (uuid "d2bf2274-5c2f-4ae0-b598-0ef0593f54b4") + ) + (no_connect + (at 120.65 132.08) + (uuid "e71299b5-e43c-4eed-89a9-14def792dbb7") + ) + (wire + (pts + (xy 52.07 53.34) (xy 59.69 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0350ad60-d66c-46cc-9acc-dbd92178ad89") + ) + (wire + (pts + (xy 168.91 38.1) (xy 168.91 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "04badb4e-08a1-446c-a191-14b8acc47042") + ) + (wire + (pts + (xy 273.05 106.68) (xy 278.13 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "08103bdc-f30c-40c3-8514-cecef0b993b8") + ) + (wire + (pts + (xy 120.65 149.86) (xy 130.81 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "084a2318-9292-4131-aee7-b76f8b78e490") + ) + (wire + (pts + (xy 43.18 62.23) (xy 44.45 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0900838b-1c01-490e-a5d1-6718d6ca44d8") + ) + (wire + (pts + (xy 248.92 114.3) (xy 254 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "09b6f3f9-11d0-4bd5-825e-7031812df07f") + ) + (wire + (pts + (xy 170.18 106.68) (xy 171.45 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0c9aca5a-eb9a-4bbe-b9e8-cca3da34f18e") + ) + (wire + (pts + (xy 107.95 111.76) (xy 109.22 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0d527eac-b998-4642-ab7d-a8bba3eebaa0") + ) + (wire + (pts + (xy 204.47 121.92) (xy 217.17 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "11b804c9-3743-45f9-a2b7-a007df1036c2") + ) + (wire + (pts + (xy 231.14 107.95) (xy 231.14 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1268919c-9e84-43ac-912a-47b72755b524") + ) + (wire + (pts + (xy 40.64 129.54) (xy 29.21 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1286c177-1f19-4c0f-9222-980ba9707b8f") + ) + (wire + (pts + (xy 184.15 39.37) (xy 186.69 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1389fa13-4612-494e-bf0f-efc513f84272") + ) + (wire + (pts + (xy 240.03 121.92) (xy 231.14 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "14e616f3-c01e-4c40-979f-94ce340c9604") + ) + (wire + (pts + (xy 256.54 121.92) (xy 240.03 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "168d528c-9a3f-4129-b619-f9f326b85dbc") + ) + (wire + (pts + (xy 168.91 60.96) (xy 168.91 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "178989ca-06a9-4c0e-bd34-15d7ded26bf9") + ) + (wire + (pts + (xy 256.54 99.06) (xy 256.54 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1b205f56-fc56-490f-a332-4b158c8e23b2") + ) + (wire + (pts + (xy 29.21 129.54) (xy 29.21 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "22269c93-7812-45fc-b2bf-88e9bc8ac62f") + ) + (wire + (pts + (xy 168.91 39.37) (xy 168.91 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "24305ceb-b268-40fd-b037-f69f426cba28") + ) + (wire + (pts + (xy 64.77 50.8) (xy 64.77 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "25c11466-9d3a-43c4-a957-bf721cce574b") + ) + (wire + (pts + (xy 168.91 50.8) (xy 168.91 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "27a1c8c3-9593-4084-b134-3f77f126509a") + ) + (wire + (pts + (xy 194.31 100.33) (xy 196.85 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a2fb4ef-cc39-4690-b593-82b88a5477b0") + ) + (wire + (pts + (xy 265.43 121.92) (xy 256.54 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2c2044c2-fd86-40eb-b29c-77319600b5c4") + ) + (wire + (pts + (xy 180.34 114.3) (xy 186.69 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f326a71-4495-4cb9-b078-12a37702d439") + ) + (wire + (pts + (xy 194.31 34.29) (xy 194.31 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30944a30-9633-4e92-b308-634a52b6659f") + ) + (wire + (pts + (xy 120.65 119.38) (xy 135.89 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "360e6ba8-e4d1-4133-9b6e-b70b892ec456") + ) + (wire + (pts + (xy 100.33 45.72) (xy 104.14 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "39615cd0-40ef-440e-862b-0759dea565f9") + ) + (wire + (pts + (xy 66.04 45.72) (xy 71.12 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3a1bf9fb-8a50-41fd-84b7-6a83c61a6607") + ) + (wire + (pts + (xy 160.02 60.96) (xy 160.02 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3dab111e-88ce-412d-a0b5-b96295735020") + ) + (wire + (pts + (xy 120.65 142.24) (xy 130.81 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3ec834a8-adc5-4db4-8c38-f73c9e48566c") + ) + (wire + (pts + (xy 33.02 134.62) (xy 40.64 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "434d86b5-5ab6-44ae-ab08-250c8907a876") + ) + (wire + (pts + (xy 33.02 132.08) (xy 40.64 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "44314319-a85d-485f-a4c6-01f67074fb64") + ) + (wire + (pts + (xy 120.65 144.78) (xy 130.81 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "47c87b84-5d26-445e-899a-ef1f6dde0181") + ) + (wire + (pts + (xy 109.22 107.95) (xy 109.22 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "47e29534-0d2b-4f0e-a5c9-8d584caba116") + ) + (wire + (pts + (xy 31.75 127) (xy 40.64 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "49d209cb-1158-48a1-ada3-69922de0eee4") + ) + (wire + (pts + (xy 179.07 121.92) (xy 170.18 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4cb6c262-3aea-4160-8a4f-7e1c3574e625") + ) + (wire + (pts + (xy 104.14 45.72) (xy 116.84 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4ed11c16-ebdc-4b7d-a620-e05713ff718f") + ) + (wire + (pts + (xy 52.07 50.8) (xy 64.77 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4f5e5c56-1937-4007-857b-b40f3fafa18d") + ) + (wire + (pts + (xy 194.31 44.45) (xy 194.31 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "51434d46-f6d4-4cbc-8370-bf901ca3113e") + ) + (wire + (pts + (xy 217.17 121.92) (xy 217.17 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "53c27d57-25b1-4905-852d-e0f52326e112") + ) + (wire + (pts + (xy 179.07 99.06) (xy 179.07 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "56348d4b-15d4-4998-8dfe-8b71ccaf6e32") + ) + (wire + (pts + (xy 71.12 53.34) (xy 71.12 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "567c2f67-990f-41a6-81e2-7db6d8644d8c") + ) + (wire + (pts + (xy 194.31 114.3) (xy 195.58 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "58404f54-c9fa-4991-9a27-4f6bf797ceea") + ) + (wire + (pts + (xy 104.14 53.34) (xy 104.14 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a0c9c92-dcae-4cbb-9c1c-8a2633cb0a66") + ) + (wire + (pts + (xy 240.03 49.53) (xy 254 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5fa5d86c-97b5-441d-a153-8c2c3f3dd05b") + ) + (wire + (pts + (xy 82.55 119.38) (xy 95.25 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "628a722d-86f5-498a-8496-73b4cd2c9fa4") + ) + (wire + (pts + (xy 170.18 121.92) (xy 170.18 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "64c88334-c96c-4d41-bd62-2b7d1dc627bf") + ) + (wire + (pts + (xy 204.47 119.38) (xy 204.47 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a2416ab-21ef-464a-a2c8-89843a069bd7") + ) + (wire + (pts + (xy 256.54 91.44) (xy 231.14 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6cd9f876-454b-44e5-9eaa-8b3492c10904") + ) + (wire + (pts + (xy 176.53 39.37) (xy 168.91 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "71f1ba25-134a-4240-ad2a-9341b10b731e") + ) + (wire + (pts + (xy 41.91 60.96) (xy 41.91 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "744c5fe5-532f-466e-9d0d-08276a0c9c1d") + ) + (wire + (pts + (xy 204.47 91.44) (xy 217.17 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "757f7e50-a3d4-438c-9b1c-6834492555b3") + ) + (wire + (pts + (xy 44.45 62.23) (xy 44.45 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "76f6f182-c90d-4a5f-b013-2fb1859f2b4a") + ) + (wire + (pts + (xy 231.14 121.92) (xy 231.14 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77ac6aec-1983-4b0d-961b-62e38cb654c5") + ) + (wire + (pts + (xy 81.28 50.8) (xy 81.28 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7bf4f5ea-3b0f-4cc6-93e6-73c6868037c2") + ) + (wire + (pts + (xy 83.82 142.24) (xy 95.25 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7c032acc-3880-489c-8da0-727d0e4079b5") + ) + (wire + (pts + (xy 204.47 105.41) (xy 204.47 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d18adc2-7d41-4fa3-b986-cdb725229460") + ) + (wire + (pts + (xy 120.65 121.92) (xy 135.89 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d3c7913-644b-4ec7-a4ca-5fc8bc3d2c33") + ) + (wire + (pts + (xy 179.07 100.33) (xy 179.07 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "852e5ac0-d70b-430b-b4c9-477b3c7d699b") + ) + (wire + (pts + (xy 195.58 114.3) (xy 196.85 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "858647b8-5820-4dbf-8eb9-08cd5e5635da") + ) + (wire + (pts + (xy 208.28 58.42) (xy 208.28 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "89237f20-9cff-48c0-9927-ed236ce57e3b") + ) + (wire + (pts + (xy 71.12 45.72) (xy 81.28 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ad18b0d-0496-4d11-954e-e65bfa591a5b") + ) + (wire + (pts + (xy 218.44 58.42) (xy 233.68 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8c96d12c-866c-4aa9-8ae7-0f0499627226") + ) + (wire + (pts + (xy 179.07 121.92) (xy 195.58 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ce8d0f5-e604-4797-99b5-89663cb6853a") + ) + (wire + (pts + (xy 204.47 95.25) (xy 204.47 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8cfa7f42-ffd0-4f59-9f23-ad142f713587") + ) + (wire + (pts + (xy 160.02 45.72) (xy 161.29 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8e141955-c619-4b36-8e0d-aa14c9b744a8") + ) + (wire + (pts + (xy 179.07 111.76) (xy 179.07 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "93ef7968-8769-4d25-98a6-35f929c15d90") + ) + (wire + (pts + (xy 83.82 144.78) (xy 95.25 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "99594ad1-d8ca-42da-a860-892824421db0") + ) + (wire + (pts + (xy 231.14 91.44) (xy 231.14 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9cac23b0-e07f-46e5-9df8-a68a8e084434") + ) + (wire + (pts + (xy 265.43 106.68) (xy 265.43 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9dad04e9-f12f-49f7-bab5-8dfa85813ba1") + ) + (wire + (pts + (xy 238.76 100.33) (xy 241.3 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a010a389-eb1f-4f57-a156-7b39262edeed") + ) + (wire + (pts + (xy 217.17 87.63) (xy 217.17 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a0251513-12f8-4581-8821-e32d9f8616bc") + ) + (wire + (pts + (xy 157.48 106.68) (xy 162.56 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a1ae756a-5146-409a-8a92-776d1fc019f9") + ) + (wire + (pts + (xy 204.47 107.95) (xy 204.47 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a51e66e9-3ca5-4053-947b-611d8043917b") + ) + (wire + (pts + (xy 231.14 105.41) (xy 231.14 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a6ac2a2c-4656-42f5-9f93-79805833565f") + ) + (wire + (pts + (xy 109.22 111.76) (xy 110.49 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a76b9350-409b-4f08-9af9-6c3ad49117e1") + ) + (wire + (pts + (xy 168.91 30.48) (xy 194.31 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a7d5696d-0167-48a4-9278-08da70937040") + ) + (wire + (pts + (xy 261.62 49.53) (xy 270.51 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a9d4ac0d-4174-45bb-8f72-d3761cb4fc02") + ) + (wire + (pts + (xy 59.69 53.34) (xy 59.69 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aaa28676-6eab-4e23-9936-4142cca98e89") + ) + (wire + (pts + (xy 194.31 49.53) (xy 208.28 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "abed7dd2-9477-4b10-a00b-69696a172c50") + ) + (wire + (pts + (xy 248.92 100.33) (xy 256.54 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ac1ff02e-c9d1-4723-a638-9165f3a5eea7") + ) + (wire + (pts + (xy 218.44 107.95) (xy 231.14 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ad6e7417-2e9e-437b-8c74-67b54736caa4") + ) + (wire + (pts + (xy 81.28 45.72) (xy 82.55 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aea9096b-171b-4fb6-8a7d-e64ff9e271c7") + ) + (wire + (pts + (xy 256.54 100.33) (xy 256.54 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b515ef61-18de-4cf6-ac04-fde02bec98ad") + ) + (wire + (pts + (xy 83.82 149.86) (xy 95.25 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b942eaee-d55b-409e-98f7-dc6133f0dcd0") + ) + (wire + (pts + (xy 208.28 49.53) (xy 209.55 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bbcb98fa-bc0b-4525-912f-f75eb5629490") + ) + (wire + (pts + (xy 265.43 106.68) (xy 264.16 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bbedf88c-8c00-462e-9601-e5a8f0f75ee0") + ) + (wire + (pts + (xy 218.44 57.15) (xy 218.44 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bd9df308-cd86-452e-a99d-4f19cb215766") + ) + (wire + (pts + (xy 83.82 147.32) (xy 95.25 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bf9ecdea-9395-4b0d-9573-4e9e06c1fc1c") + ) + (wire + (pts + (xy 33.02 137.16) (xy 40.64 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0d33045-a454-4bd4-8aa7-74a58c4b7cdd") + ) + (wire + (pts + (xy 265.43 119.38) (xy 265.43 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c5acffc1-2e2b-4a84-a161-afe8830ac647") + ) + (wire + (pts + (xy 52.07 45.72) (xy 58.42 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c5e1d78d-cd51-420b-8589-e22729c3731c") + ) + (wire + (pts + (xy 179.07 91.44) (xy 204.47 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c9a7f66e-bc0b-4ea2-ac73-2bde9ce461a8") + ) + (wire + (pts + (xy 218.44 58.42) (xy 218.44 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb0072c1-cba6-4e52-8de0-87baaddaa059") + ) + (wire + (pts + (xy 193.04 58.42) (xy 208.28 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ccaedab7-8309-45be-9199-92acdd19ce3c") + ) + (wire + (pts + (xy 218.44 49.53) (xy 240.03 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ce837993-0b2c-4034-8274-a409f929d9b4") + ) + (wire + (pts + (xy 240.03 49.53) (xy 240.03 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cfd0c468-3804-48e9-adbd-904ee4cdc385") + ) + (wire + (pts + (xy 170.18 106.68) (xy 170.18 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d2a2ce0a-5a1d-4292-97fe-9e13480418b9") + ) + (wire + (pts + (xy 217.17 121.92) (xy 231.14 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d47ad5a6-d077-4318-91ae-f1cb3e64f050") + ) + (wire + (pts + (xy 256.54 111.76) (xy 256.54 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4b95f3f-2ff5-453d-ae22-fa23a0dc2b6e") + ) + (wire + (pts + (xy 204.47 107.95) (xy 215.9 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d5843128-02d1-4acd-9d41-b7615e03993a") + ) + (wire + (pts + (xy 116.84 53.34) (xy 116.84 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d6127d72-4dd6-424c-bfbb-5be47ac1d01b") + ) + (wire + (pts + (xy 208.28 57.15) (xy 208.28 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d61ee1b7-61e6-49dc-91d4-33ceb273c70e") + ) + (wire + (pts + (xy 139.7 45.72) (xy 152.4 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d719eadc-260b-441f-978e-531b7d26bb60") + ) + (wire + (pts + (xy 160.02 45.72) (xy 160.02 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d896983c-6d7c-44b5-b8d1-88f45da92820") + ) + (wire + (pts + (xy 82.55 139.7) (xy 95.25 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "daa8337d-09bb-4d40-8a82-92c3b011dc83") + ) + (wire + (pts + (xy 195.58 121.92) (xy 204.47 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db16d58d-53a7-4f14-a5b2-5a5c06b61edf") + ) + (wire + (pts + (xy 82.55 50.8) (xy 81.28 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd17caf1-2df6-4de8-b7aa-7406379b7753") + ) + (wire + (pts + (xy 168.91 60.96) (xy 160.02 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "deb755c4-9541-45ab-970c-a43581759941") + ) + (wire + (pts + (xy 238.76 114.3) (xy 240.03 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e511b553-7c95-4790-86fb-5855196c1a8c") + ) + (wire + (pts + (xy 217.17 49.53) (xy 218.44 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e65a1e34-0eda-4a8d-82b4-9ff06ae010fe") + ) + (wire + (pts + (xy 186.69 100.33) (xy 179.07 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eaa2700f-d3e7-4b10-bec7-fece10170c76") + ) + (wire + (pts + (xy 41.91 62.23) (xy 43.18 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef1de671-e9b4-4d67-8df0-bed9ac839dce") + ) + (wire + (pts + (xy 240.03 114.3) (xy 241.3 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f4cc0043-e1a8-4b6a-9c40-c0d6a6450e84") + ) + (wire + (pts + (xy 120.65 147.32) (xy 130.81 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "faaafd50-c1d8-4863-b8af-103f75e77a34") + ) + (wire + (pts + (xy 240.03 60.96) (xy 240.03 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fc7f3baa-68ee-4c82-a5aa-095a0b67765a") + ) + (wire + (pts + (xy 217.17 91.44) (xy 231.14 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fe95c803-16b5-494e-9d2b-5cd981a0d32c") + ) + (label "VDD_LED_EN" + (at 82.55 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "00279635-4d5a-4f61-8800-97c69201878b") + ) + (label "VDD_LED_EN" + (at 139.7 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "105a2c70-1933-4083-bff6-b606403a4f61") + ) + (label "LS_B" + (at 83.82 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "16146db6-4974-4c22-bc97-45600d99f5ae") + ) + (label "VDD_MCU" + (at 115.57 45.72 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "18ef0a1a-e382-4276-9841-f87c04de7fb5") + ) + (label "SWCLK" + (at 130.81 149.86 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "18fc67fe-12bc-46d8-a074-1139d4b3f70e") + ) + (label "CURR_SENSE_1" + (at 135.89 119.38 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "24d4e0b7-a1ab-450f-930c-f5a1bb3828f6") + ) + (label "HS_A" + (at 157.48 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "2daa8da1-5c3a-4018-910c-fcd1ea1727b1") + ) + (label "CURR_SENSE_2" + (at 233.68 58.42 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "37cce2fc-a94f-4d98-ae61-e075ab26f765") + ) + (label "HS_B" + (at 83.82 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4db21cd1-90e8-44db-a903-613100970ff4") + ) + (label "HS_B" + (at 278.13 106.68 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "5c4728e3-3c13-41ac-b2f2-ac577a0a987f") + ) + (label "USB_D+" + (at 130.81 144.78 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "5cc302fd-80da-4bcb-ac8b-ed2dc696ebb1") + ) + (label "USB_D+" + (at 53.34 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6354dd90-af2b-4449-856a-2ccbbf3c92db") + ) + (label "SWCLK" + (at 33.02 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "76f2e54d-4b5d-4d48-9838-f2a2bcdeab67") + ) + (label "SWDIO" + (at 33.02 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7a1384f8-ae11-4368-b135-50c99918b38e") + ) + (label "HS_A" + (at 83.82 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7b43c180-0316-4e85-9ff1-6cab7215fab9") + ) + (label "VDD_MCU" + (at 31.75 127 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7d54ce4b-5e09-4ec2-9337-0bdb50467e17") + ) + (label "USB_D-" + (at 130.81 142.24 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "7f1b0a59-e390-46eb-aed8-e8bdc4d9901f") + ) + (label "VDD_LED" + (at 270.51 49.53 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "8474965f-17f0-4c2f-8b56-90d163d4350c") + ) + (label "USB_D-" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "8831ba43-a618-47cb-a15a-c5eb8fb157a9") + ) + (label "SWDIO" + (at 130.81 147.32 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "92906f31-2e07-40d2-bd16-00514c5969a1") + ) + (label "CURR_SENSE_1" + (at 193.04 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9b2ab672-a0b8-4c3f-b189-b1289e0e5116") + ) + (label "VDD_LED" + (at 217.17 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ac8ccd4a-123b-436b-8f7e-d464288d5b64") + ) + (label "CURR_SENSE_2" + (at 135.89 121.92 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "b3967272-478b-4dc0-a806-eb48eeb1b9a1") + ) + (label "NRST" + (at 87.63 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b8bad739-af1b-4111-ac37-733735ae6f45") + ) + (label "VDD_MCU" + (at 109.22 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "bf6c22b0-bf22-409c-8290-cd09f17271b4") + ) + (label "NRST" + (at 33.02 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c167929a-ba91-4db0-8a60-ace98090c46c") + ) + (label "LS_A" + (at 83.82 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c69d064f-6ac5-41f6-9cab-3b59545b4bf3") + ) + (label "VBUS" + (at 179.07 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c9ae7903-3c18-4b6b-a16b-89c4ba3e4cf1") + ) + (label "LS_A" + (at 180.34 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ca9329da-ae43-464d-ac8b-301bff5c5716") + ) + (label "VBUS" + (at 71.12 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f6b5576e-9ef3-437b-9f9a-f85d99e49bed") + ) + (label "LS_B" + (at 254 114.3 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "fa05f2ad-a3ea-418b-9e54-2536ef27f6d9") + ) + (symbol + (lib_id "VL_PMICs:MIC5504-3.3YM5-TR") + (at 91.44 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "08884ee4-b2a7-413b-98e7-824e37ffdfc1") + (property "Reference" "U2" + (at 91.44 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MIC5504-3.3YM5-TR" + (at 91.44 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "VL_SOT:SOT-23-5" + (at 91.44 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://ww1.microchip.com/downloads/en/DeviceDoc/MIC5501-02-03-04-300mA-Single-Output-LDO-in-Small-Packages-DS20006006B.pdf" + (at 91.44 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Linear Voltage Regulator IC Positive Fixed 3.3V Output 300mA SOT-23-5" + (at 91.44 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Microchip Technology" + (at 91.44 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "MIC5504-3.3YM5-TR" + (at 92.71 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "" + (at 91.44 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "" + (at 91.44 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "576-4764-1-ND" + (at 91.44 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "998-MIC5504-3.3YM5TR" + (at 91.44 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "2510377" + (at 91.44 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "MIC5504-3.3YM5-TR" + (at 91.44 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "556d43a4-9c04-4d1c-aa2f-a9aeb1f89478") + ) + (pin "1" + (uuid "4d0b7d4e-8a3b-4b85-b64f-27308e5d82bb") + ) + (pin "2" + (uuid "7b07b2fa-34c2-47f8-8289-e9bc1630ad5f") + ) + (pin "5" + (uuid "3d4f9f8e-6285-49ae-90ff-d7e085b2804d") + ) + (pin "4" + (uuid "a8c06dee-b6ce-4fe8-abc7-874d0461abf5") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_10k_5%_1d16W") + (at 160.02 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0d6ec750-5f73-458c-8a69-87e5591d55fa") + (property "Reference" "R19" + (at 162.56 53.3399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_10k_5%_1d16W" + (at 160.02 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 160.02 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-RC_Group_51_RoHS_L_11.pdf" + (at 160.02 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 10 kOhm; 5%; 1/16W" + (at 160.02 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "10k" + (at 162.56 55.8799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 167.64 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "5%" + (at 167.64 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 160.02 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "RC0402JR-0710KL" + (at 160.02 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Stackpole Electronics Inc" + (at 180.34 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "RMCF0402JT10K0" + (at 180.34 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-10KJRCT-ND" + (at 160.02 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-RC0402JR-0710KL" + (at 160.02 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "*" + (at 160.02 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-10K" + (at 160.02 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "c2bc5e5e-a519-428f-bf68-4f6622366805") + ) + (pin "1" + (uuid "34db343c-5090-4847-89ad-bf6746fe2559") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 213.36 49.53 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "11f8e0cb-cb35-4dcd-bb90-5333df573e35") + (property "Reference" "R22" + (at 213.36 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10R" + (at 213.36 45.72 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_1225_3264Metric_Pad1.47x6.45mm_HandSolder" + (at 213.36 47.752 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 213.36 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 213.36 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "71-RCL122510R0FKEG " + (at 213.36 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "40f6a144-74a3-4086-86bb-26eba48bb301") + ) + (pin "1" + (uuid "5f3a5ad7-f3ef-442d-9df5-7618fb7ef2cc") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 190.5 114.3 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "1722b27d-eba6-48d8-90fe-c85968d03053") + (property "Reference" "R3" + (at 190.754 116.586 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 195.58 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 198.12 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 190.5 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 190.5 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 190.754 118.364 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power" "1/16W" + (at 189.23 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 191.77 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 200.66 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 203.2 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 200.66 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 203.2 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 205.74 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 208.28 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 210.82 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 213.36 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "22d9b5b6-68fa-4de2-9977-d01506a4c978") + ) + (pin "1" + (uuid "a51f8b43-d223-4cfe-9a76-5ae341b1bef4") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Capacitors:C0603_10uF_16V_X5R") + (at 104.14 49.53 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "19a4edba-5b75-4b58-9375-c4b2b7f0cc77") + (property "Reference" "C3" + (at 109.728 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "C0603_10uF_16V_X5R" + (at 104.14 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Capacitors:C0603" + (at 104.14 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "*" + (at 104.14 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Capacitor; Footprint 0603; 10uF/16V; X5R" + (at 104.14 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance" "10uF" + (at 109.728 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Voltage" "16V" + (at 109.728 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Dielectric" "X5R" + (at 104.14 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Taiyo Yuden" + (at 104.14 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "EMK107BBJ106MA-T" + (at 104.14 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "587-3238-1-ND" + (at 104.14 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "963-EMK107BBJ106MA-T" + (at 104.14 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "2779064" + (at 104.14 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "CL10A106MO8NQNC" + (at 104.14 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Murata Electronics" + (at 80.01 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "GRM188R61C106MA73D" + (at 80.01 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "ec1a973d-bc2e-40f2-8878-fbcca1a24538") + ) + (pin "1" + (uuid "97ecbcc3-5c4e-4ecf-9951-5371969215a8") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MCU_ST_STM32C0:STM32C071GBUxN") + (at 107.95 137.16 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1c2e1b99-7849-44c9-9349-9cc6273abaf8") + (property "Reference" "U1" + (at 110.0933 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "STM32C071GBUxN" + (at 110.0933 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-28_4x4mm_P0.5mm" + (at 97.79 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32c071gb.pdf" + (at 107.95 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "STMicroelectronics Arm Cortex-M0+ MCU, 128KB flash, 24KB RAM, 25 GPIO, UFQFPN28_N" + (at 107.95 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "511-STM32C071GBU6N" + (at 107.95 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "18eb1773-8a38-4de8-81ed-694e57cf64f1") + ) + (pin "7" + (uuid "89e72f81-e477-4d8a-a313-e2373cfd9035") + ) + (pin "6" + (uuid "202c4e79-9393-4b4a-91da-8809792fb83b") + ) + (pin "3" + (uuid "d3d0f5f2-dff1-4750-85c5-2c34ac6cb164") + ) + (pin "25" + (uuid "33ea5805-4f6f-49f0-ae39-694a860c4c3f") + ) + (pin "16" + (uuid "5f7d61cc-9351-49f0-9474-793a36cd73fd") + ) + (pin "28" + (uuid "74698606-38b0-498b-b143-3e976dcb455b") + ) + (pin "18" + (uuid "13b50279-fbaf-4cf8-aafc-b24d686afa1d") + ) + (pin "10" + (uuid "f7b1fc16-8b5a-47a6-bae4-910139650c13") + ) + (pin "17" + (uuid "2a176666-1919-44d0-b3c7-bbf3c83fde71") + ) + (pin "20" + (uuid "6fa38a5d-8586-4e19-a6ff-9f864211fdd6") + ) + (pin "9" + (uuid "1ac0d440-dd42-4261-a46a-d04bdea4064d") + ) + (pin "23" + (uuid "22cbab9a-979c-40f8-8483-22a66a20c5cb") + ) + (pin "8" + (uuid "124fbaa9-1ed6-4dcc-9ef7-e4fbac25e43f") + ) + (pin "21" + (uuid "67579691-60d1-4c26-9bdb-74da3229366c") + ) + (pin "22" + (uuid "7437f587-6faa-4c5f-948e-5944f66d19f9") + ) + (pin "19" + (uuid "130017a9-8467-473b-b472-c23ee5412b1c") + ) + (pin "26" + (uuid "996ffea4-f4e5-4505-85dd-ca7a03fbed9e") + ) + (pin "27" + (uuid "9e801605-35dd-4990-b77c-619cccd43d7d") + ) + (pin "12" + (uuid "40480377-4ee4-413b-811a-893618d8cf60") + ) + (pin "13" + (uuid "f5217804-86c0-4d1f-b2f1-870b0623565c") + ) + (pin "11" + (uuid "6939187f-77a7-43fb-ba0f-f906d2a962d1") + ) + (pin "2" + (uuid "2b02480b-4510-4ca4-8e0f-9c9f2e3d47fe") + ) + (pin "14" + (uuid "3ba97b27-2d5a-4c71-9ad2-172fa11c56b2") + ) + (pin "1" + (uuid "63cdeff4-9d2c-49a3-b81d-76034e2f1a1b") + ) + (pin "5" + (uuid "cfd3f2fb-708b-4b3c-9520-92cc844cc242") + ) + (pin "15" + (uuid "022468b0-67f8-4a3f-bc17-ac85d4a8bb6b") + ) + (pin "24" + (uuid "238ad2dc-1803-451e-94c1-ef4a0a3a6b91") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 240.03 63.5 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1edabd8f-f098-4cba-8bc0-660532c903ec") + (property "Reference" "#PWR011" + (at 240.03 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 240.03 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 240.03 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 240.03 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 240.03 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c87bdf47-e6ab-45e8-b020-e78106150eff") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Transistors:2N7002NXAKR") + (at 166.37 45.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "220e397b-41e6-475a-ad69-c6e3ef160cb2") + (property "Reference" "Q7" + (at 171.45 45.212 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002NXAKR" + (at 171.45 47.244 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "VL_SOT:SOT-23" + (at 160.02 59.69 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/2N7002NXAK.pdf" + (at 146.05 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 166.37 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Nexperia USA Inc." + (at 166.37 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "2N7002NXAKR" + (at 166.37 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "1727-8643-1-ND" + (at 166.37 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "771-2N7002NXAKR" + (at 166.37 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3226400" + (at 166.37 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "2N7002NXAKR" + (at 166.37 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e2f99fb9-fe8c-4202-8b9a-18db5b861b4b") + ) + (pin "2" + (uuid "27f7ee01-41f7-46c0-800b-706a1697d78c") + ) + (pin "3" + (uuid "3e578ae6-7429-48f3-8dbc-5a3a8760c90d") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "Q7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 29.21 132.08 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "24b7e048-4652-4186-8bd3-130069f9ede5") + (property "Reference" "#PWR012" + (at 29.21 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 29.21 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 29.21 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "685748a7-2139-4cf1-8f64-47fe1054d4ac") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 245.11 114.3 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2563c419-1f9c-4652-903e-6a744dfce738") + (property "Reference" "R6" + (at 245.11 116.586 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 250.19 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 252.73 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 245.11 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 245.11 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 245.11 118.618 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power" "1/16W" + (at 243.84 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 246.38 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 255.27 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 257.81 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 255.27 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 257.81 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 260.35 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 262.89 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 265.43 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 267.97 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "defe991c-e9e7-405d-8f6e-c4720bf97fe2") + ) + (pin "1" + (uuid "d2074487-50eb-4fb6-a04b-69d5ccd6702c") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_10k_5%_1d16W") + (at 179.07 95.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2f6590ec-fbe1-47d8-b517-ee783ae27f47") + (property "Reference" "R2" + (at 181.61 93.9799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_10k_5%_1d16W" + (at 179.07 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 179.07 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-RC_Group_51_RoHS_L_11.pdf" + (at 179.07 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 10 kOhm; 5%; 1/16W" + (at 179.07 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "10k" + (at 181.61 96.5199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 186.69 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "5%" + (at 186.69 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 179.07 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "RC0402JR-0710KL" + (at 179.07 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Stackpole Electronics Inc" + (at 199.39 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "RMCF0402JT10K0" + (at 199.39 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-10KJRCT-ND" + (at 179.07 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-RC0402JR-0710KL" + (at 179.07 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "*" + (at 179.07 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-10K" + (at 179.07 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "415db5f7-b18c-4858-a002-569b374eb938") + ) + (pin "1" + (uuid "304eb70f-7a2c-4680-94ff-d13fb84431c7") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 218.44 67.31 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "32b49a59-814d-46ff-9dba-54fb779d85d6") + (property "Reference" "#PWR09" + (at 218.44 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 218.44 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 218.44 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 218.44 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 218.44 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "51584474-6cd9-452d-9d16-fcc628852616") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 116.84 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "389b5bda-9b95-422b-a74b-f6c08f9f05a0") + (property "Reference" "#PWR07" + (at 116.84 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 116.84 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 116.84 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 116.84 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 116.84 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "862adfcf-cee7-47f0-877f-dae89851d8e7") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 91.44 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3b22f261-4a09-4c84-9453-35ecdad5a718") + (property "Reference" "#PWR03" + (at 91.44 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 91.44 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 91.44 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 91.44 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 91.44 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "68fadaa0-e223-46b2-a3f4-c47743a7ac39") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 82.55 127 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3ccd80a1-05f5-43f9-83e9-e2c10ed0bf13") + (property "Reference" "#PWR013" + (at 82.55 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 82.55 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 82.55 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 82.55 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 82.55 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5c3f832c-341d-4f34-a37e-27ae80049079") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Capacitors:CP2917_330uF_6.3V_Polymer") + (at 240.03 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3f4d195e-2e93-4123-8804-6ddda9cb564a") + (property "Reference" "C4" + (at 243.84 53.7209 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "CP2917_330uF_6.3V_Polymer" + (at 240.03 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "VL_Capacitors:CP_EIA-7343-15_Kemet-W" + (at 240.9952 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://industrial.panasonic.com/cdbs/www-data/pdf/ABE0000/ABE0000C106.pdf" + (at 236.22 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "330 µF 6.3 V Aluminum - Polymer Capacitors 2917 (7343 Metric) 9mOhm 2000 Hrs @ 85°C" + (at 240.03 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance" "330uF" + (at 243.84 56.2609 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Voltage" "6.3V" + (at 243.84 58.8009 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Manufacturer" "Panasonic Electronic Components" + (at 238.76 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "ECG-SY0J331R" + (at 240.03 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Panasonic Electronic Components" + (at 238.76 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "ECG-CY0J331R" + (at 240.03 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "P122483CT-ND" + (at 240.03 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "667-ECG-SY0J331R" + (at 240.03 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "2831753" + (at 240.03 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "X" + (at 240.03 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "8514b791-b0af-4932-afd0-01cc7bc3459e") + ) + (pin "1" + (uuid "2be54dbc-4c0e-4295-b9cd-e3d209b58fdd") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 156.21 45.72 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4133f3ac-e087-49ac-95c0-c2c1ed2a9328") + (property "Reference" "R18" + (at 156.21 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 161.29 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 163.83 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 156.21 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 156.21 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 156.21 41.91 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power" "1/16W" + (at 154.94 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 157.48 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 166.37 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 168.91 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 166.37 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 168.91 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 171.45 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 173.99 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 176.53 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 179.07 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "b6131d60-ad5b-4929-8d45-6ef70f26f78f") + ) + (pin "1" + (uuid "a75db630-4010-476c-b66f-1fcb28caf056") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Transistors:2N7002NXAKR") + (at 176.53 106.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "4d53b8cd-c044-4005-85e8-e626da1180ae") + (property "Reference" "Q5" + (at 181.61 106.172 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002NXAKR" + (at 181.61 108.204 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "VL_SOT:SOT-23" + (at 170.18 120.65 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/2N7002NXAK.pdf" + (at 156.21 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 176.53 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Nexperia USA Inc." + (at 176.53 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "2N7002NXAKR" + (at 176.53 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "1727-8643-1-ND" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "771-2N7002NXAKR" + (at 176.53 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3226400" + (at 176.53 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "2N7002NXAKR" + (at 176.53 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d028613c-651e-4d50-a6c6-fc469f361759") + ) + (pin "2" + (uuid "9f212248-f8ff-4f1c-a67a-de8969385d5f") + ) + (pin "3" + (uuid "2be3f491-852a-4a4e-93d8-ffd9dbbd3090") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "Q5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 245.11 100.33 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "53082ae1-a5c5-4244-818b-3a44b57382c8") + (property "Reference" "R5" + (at 245.11 93.98 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 250.19 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 252.73 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 245.11 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 245.11 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 245.11 96.52 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power" "1/16W" + (at 243.84 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 246.38 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 255.27 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 257.81 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 255.27 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 257.81 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 260.35 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 262.89 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 265.43 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 267.97 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "ac5ba818-2fef-488b-8754-66f540ee8a22") + ) + (pin "1" + (uuid "92fd2825-4f17-4638-8b64-b120c778e621") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Connectors:UE27AC54100") + (at 44.45 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "53a9a0fe-d5f7-4235-8513-889ef7298328") + (property "Reference" "J2" + (at 44.45 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "UE27AC54100" + (at 44.45 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "VL_Connectors:AMPHENOL_UE27AC54100" + (at 48.26 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://cdn.amphenol-cs.com/media/wysiwyg/files/drawing/pue27acx4x0x.pdf" + (at 48.26 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB Type A connector" + (at 44.45 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Amphenol ICC (Commercial Products)" + (at 44.45 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "UE27AC54100" + (at 44.45 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "UE27AC54100-ND" + (at 44.45 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "523-UE27-AC54-100" + (at 44.45 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "2709068" + (at 44.45 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "UE27AC54100" + (at 44.45 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "341e1983-05a5-43b7-b05a-339023e76880") + ) + (pin "5" + (uuid "8a768f36-1cb0-4c58-bb23-a6849172ff9a") + ) + (pin "4" + (uuid "e83f3162-8706-40a9-8e20-88b9b295ba20") + ) + (pin "3" + (uuid "e5cef38a-a87c-443b-b1a4-36b6b53c3ba7") + ) + (pin "1" + (uuid "ee5b9866-73c9-4589-830d-d85833daa765") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Other:MF-PSML300/6-2") + (at 62.23 45.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "54c37792-ae2f-4036-99dd-adbc618784c3") + (property "Reference" "F2" + (at 62.23 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MF-PSML300/6-2" + (at 62.23 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "VL_Other:F0805" + (at 62.23 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.bourns.com/docs/product-datasheets/mf-nsml-x.pdf" + (at 62.23 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polymeric PTC Resettable Fuse 6V 3 A Ih Surface Mount 0805 (2012 Metric), Concave" + (at 62.23 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Bourns Inc." + (at 62.23 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "MF-PSML300/6-2" + (at 62.23 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Littelfuse Inc." + (at 88.9 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "0805L300SLWR" + (at 90.17 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "118-MF-PSML300/6-2CT-ND" + (at 62.23 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "652-MF-PSML300/6-2" + (at 62.23 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3131611" + (at 62.23 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "X" + (at 62.23 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "81f6e811-c311-4d4a-91f0-7ee5541d6125") + ) + (pin "1" + (uuid "51175a3b-1f4b-4039-8800-124287eb236b") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "F2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Diodes:PESD1CAN") + (at 62.23 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "552b78bb-092b-4f3e-9e86-5066e0a2185f") + (property "Reference" "D1" + (at 68.58 61.5949 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "PESD1CAN" + (at 68.58 64.1349 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "VL_SOT:SOT-23" + (at 62.23 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://4donline.ihs.com/images/VipMasterIC/IC/NEXP/NEXP-S-A0005722386/NEXP-S-A0005722386-1.pdf?hkey=6D3A4C79FDBF58556ACFDE234799DDF0" + (at 60.96 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "TVS DIODE 24VWM 70VC SOT-23-3" + (at 62.23 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Nexperia USA Inc." + (at 62.23 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "PESD1CAN,215 " + (at 62.23 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "EVVO" + (at 87.63 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "PESD1CAN" + (at 86.36 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "5272-PESD1CANCT-ND" + (at 62.23 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "771-PESD1CAN-T/R" + (at 62.23 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "1510703" + (at 62.23 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "PESD1CAN,215 " + (at 62.23 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3be9efce-d2d7-40f4-9ece-28357a0720e4") + ) + (pin "3" + (uuid "d661c34b-4054-4c13-a40a-299c8a298c20") + ) + (pin "2" + (uuid "5f94a9fe-d657-419a-bf8f-3c5cb7561049") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 62.23 68.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "58457afa-11e8-4586-81f2-c196569f146c") + (property "Reference" "#PWR05" + (at 62.23 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 62.23 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 62.23 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 62.23 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 62.23 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6b22613d-d757-4f6f-8537-086e15b08e17") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Logos:Logo_Open_Hardware_Small") + (at 24.13 182.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "599a1a9a-14f0-4703-94d8-02efdfa6d566") + (property "Reference" "LOGO1" + (at 24.13 175.895 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "Logo_Open_Hardware_Small" + (at 24.13 188.595 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Logos:OSHW-Logo_5.7x6mm_SilkScreen" + (at 24.13 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 24.13 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Open Hardware logo, small" + (at 24.13 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "LOGO1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 191.77 39.37 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "63a985f1-eb58-48a2-a786-4c418b75b277") + (property "Reference" "Q8" + (at 197.104 38.608 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 197.104 40.386 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 196.85 37.465 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 196.85 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 191.77 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "621-DMP3130L-7" + (at 191.77 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d00ed6c6-395e-44a7-8b2f-309e648bce1e") + ) + (pin "2" + (uuid "3b9503b5-e548-427c-b85a-334f7db1230f") + ) + (pin "3" + (uuid "e274aa65-084e-479d-9b21-89de74070915") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "Q8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_10k_5%_1d16W") + (at 195.58 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "64638008-74da-4fd3-b487-cac7401bcdd8") + (property "Reference" "R9" + (at 198.12 116.8399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_10k_5%_1d16W" + (at 195.58 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 195.58 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-RC_Group_51_RoHS_L_11.pdf" + (at 195.58 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 10 kOhm; 5%; 1/16W" + (at 195.58 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "10k" + (at 198.12 119.3799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 203.2 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "5%" + (at 203.2 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 195.58 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "RC0402JR-0710KL" + (at 195.58 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Stackpole Electronics Inc" + (at 215.9 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "RMCF0402JT10K0" + (at 215.9 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-10KJRCT-ND" + (at 195.58 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-RC0402JR-0710KL" + (at 195.58 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "*" + (at 195.58 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-10K" + (at 195.58 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "1cec8b89-04ab-45c7-81a4-086097923869") + ) + (pin "1" + (uuid "94cf5638-cb48-4205-845b-b71404316b18") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Capacitors:C0603_100nF_50V_X7R") + (at 82.55 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6662078a-a9fc-40ed-bd15-89c156ec952f") + (property "Reference" "C6" + (at 86.36 120.6499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C0603_100nF_50V_X7R" + (at 82.55 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Capacitors:C0603" + (at 82.55 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.samsungsem.com/kr/support/product-search/mlcc/CL10B104KB8NNNC.jsp" + (at 82.55 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Capacitor; Footprint 0603; 100nF/50V; X7R" + (at 82.55 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance" "100nF" + (at 86.36 123.1899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Voltage" "50V" + (at 86.36 125.7299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Dielectric" "X7R" + (at 82.55 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Samsung Electro-Mechanics" + (at 82.55 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "CL10B104KB8NNNC" + (at 82.55 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "1276-1000-1-ND" + (at 82.55 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "187-CL10B104KB8NNNC" + (at 82.55 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "1301804" + (at 82.55 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "CL10B104KB8NNNC" + (at 82.55 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "AVX Corporation" + (at 106.68 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "06035C104KAT4A" + (at 106.68 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "baef1c68-db76-4a78-8cc2-c903ebe1e133") + ) + (pin "2" + (uuid "60442205-9415-428b-8776-7e82ff24b63a") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 208.28 53.34 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "6b6eb0ee-1c61-49ca-8601-8a4a21b8320b") + (property "Reference" "R13" + (at 205.74 52.0699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 208.28 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 208.28 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 208.28 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 208.28 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 205.74 54.6099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 200.66 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 200.66 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 208.28 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 208.28 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 187.96 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 187.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 208.28 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 208.28 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 208.28 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 208.28 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "d11ab1c1-b0b0-4096-95ae-707732d28736") + ) + (pin "1" + (uuid "43b701e2-dfa9-4a9a-97d7-f557100fa4e5") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 233.68 100.33 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "6bf69b31-8360-4d2e-958d-52b9d165eddf") + (property "Reference" "Q3" + (at 228.6 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 228.6 101.092 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 228.6 98.425 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 228.6 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 233.68 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "621-DMP3130L-7" + (at 233.68 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b6e690c6-686b-4bd5-babe-bd5c18585a56") + ) + (pin "2" + (uuid "b1b2a2cc-4bf8-433d-8683-5d43fdd6f309") + ) + (pin "3" + (uuid "30f4531b-74fe-4ae2-af3f-f178b8178941") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_10k_5%_1d16W") + (at 240.03 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "72470202-6b0e-4a8b-ab5c-e3ae8d9ce6d3") + (property "Reference" "R10" + (at 234.95 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_10k_5%_1d16W" + (at 240.03 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 240.03 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-RC_Group_51_RoHS_L_11.pdf" + (at 240.03 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 10 kOhm; 5%; 1/16W" + (at 240.03 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "10k" + (at 234.95 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 247.65 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "5%" + (at 247.65 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 240.03 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "RC0402JR-0710KL" + (at 240.03 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Stackpole Electronics Inc" + (at 260.35 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "RMCF0402JT10K0" + (at 260.35 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-10KJRCT-ND" + (at 240.03 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-RC0402JR-0710KL" + (at 240.03 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "*" + (at 240.03 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-10K" + (at 240.03 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "aa7c8a60-5111-4e74-beb1-3ad6e0391613") + ) + (pin "1" + (uuid "42250142-8b3f-4e74-9f4a-b7731366d7f8") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_10k_5%_1d16W") + (at 170.18 115.57 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "728f1127-6b90-4b46-8546-a2086f628ff9") + (property "Reference" "R11" + (at 172.72 114.2999 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_10k_5%_1d16W" + (at 170.18 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 170.18 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-RC_Group_51_RoHS_L_11.pdf" + (at 170.18 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 10 kOhm; 5%; 1/16W" + (at 170.18 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "10k" + (at 172.72 116.8399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 177.8 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "5%" + (at 177.8 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 170.18 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "RC0402JR-0710KL" + (at 170.18 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Stackpole Electronics Inc" + (at 190.5 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "RMCF0402JT10K0" + (at 190.5 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-10KJRCT-ND" + (at 170.18 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-RC0402JR-0710KL" + (at 170.18 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "*" + (at 170.18 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-10K" + (at 170.18 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "bcc9c936-2993-4c84-a1c4-4fd57c899862") + ) + (pin "1" + (uuid "21f0ce07-c35e-4c5a-a078-4acd29f356a2") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 190.5 100.33 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "74b30c3a-13e4-4dce-a0fd-2de7991f1c9a") + (property "Reference" "R4" + (at 190.5 93.98 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 195.58 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 198.12 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 190.5 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 190.5 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 190.5 96.52 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power" "1/16W" + (at 189.23 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 191.77 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 200.66 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 203.2 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 200.66 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 203.2 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 205.74 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 208.28 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 210.82 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 213.36 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "779796df-122b-4c23-9be9-b8da8d451a61") + ) + (pin "1" + (uuid "23a9faee-cee3-476b-9927-adfb9a33f6c4") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Capacitors:C0603_100nF_50V_X7R") + (at 116.84 49.53 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7559fd36-5b9b-42e9-b05b-bc4d5d4c9aa0") + (property "Reference" "C1" + (at 120.65 46.9899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C0603_100nF_50V_X7R" + (at 116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Capacitors:C0603" + (at 116.84 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.samsungsem.com/kr/support/product-search/mlcc/CL10B104KB8NNNC.jsp" + (at 116.84 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Capacitor; Footprint 0603; 100nF/50V; X7R" + (at 116.84 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance" "100nF" + (at 120.65 49.5299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage" "50V" + (at 120.65 52.0699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Dielectric" "X7R" + (at 116.84 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Samsung Electro-Mechanics" + (at 116.84 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "CL10B104KB8NNNC" + (at 116.84 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "1276-1000-1-ND" + (at 116.84 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "187-CL10B104KB8NNNC" + (at 116.84 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "1301804" + (at 116.84 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "CL10B104KB8NNNC" + (at 116.84 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "AVX Corporation" + (at 92.71 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "06035C104KAT4A" + (at 92.71 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "aeec2b19-502a-4acf-9eff-e9f411de9c7b") + ) + (pin "2" + (uuid "4a2d73f5-e826-42b8-b934-dbca3d841201") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 201.93 100.33 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "795126b3-a6fe-4130-8394-603c34f45059") + (property "Reference" "Q2" + (at 207.264 99.568 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 207.264 101.346 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 207.01 98.425 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 207.01 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 201.93 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "621-DMP3130L-7" + (at 201.93 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d29a7f80-20dc-4f11-8aad-d56e35a49fdc") + ) + (pin "2" + (uuid "5b5b1273-aa24-41c2-9653-753aeb03c5ac") + ) + (pin "3" + (uuid "d37be001-e1b4-4ef4-8c28-8ade7060ac2f") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 166.37 106.68 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7b559ad2-89c6-4c5f-9a56-d70d11522c66") + (property "Reference" "R1" + (at 166.37 100.33 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 171.45 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 173.99 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 166.37 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 166.37 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 166.37 102.87 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power" "1/16W" + (at 165.1 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 167.64 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 176.53 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 179.07 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 176.53 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 179.07 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 181.61 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 184.15 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 186.69 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 189.23 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "bf914828-7066-47d6-a18c-6d05b0f6cad5") + ) + (pin "1" + (uuid "54083685-2c4d-45fa-b7fe-4a5ca1efcd06") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 217.17 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "902f9bb0-c2ed-4e79-8e3d-2d5bc15d3e3d") + (property "Reference" "#PWR02" + (at 217.17 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 217.17 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 217.17 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 217.17 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 217.17 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0bdac112-00e2-4199-a3db-7e2a3e3fd01d") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 208.28 63.5 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "94c452c1-d8f3-4e46-a2dd-3e7d53db5856") + (property "Reference" "R15" + (at 205.74 62.2299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 208.28 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 208.28 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 208.28 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 208.28 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 205.74 64.7699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 200.66 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 200.66 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 208.28 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 208.28 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 187.96 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 187.96 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 208.28 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 208.28 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 208.28 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 208.28 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "871207cd-375a-4b31-96ce-768271258c0b") + ) + (pin "1" + (uuid "eb685dd1-45da-4024-bc6a-5b9f0ad5961e") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Connectors:SWD_Connector") + (at 43.18 132.08 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "96d465ab-3ae3-4492-b419-e16ba2190abc") + (property "Reference" "SWD2" + (at 50.8 130.8099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "SWD_Connector" + (at 50.8 133.3499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "VL_Connectors:SWD_Connector_for_PogoHeader" + (at 44.45 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 31.75 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "SMD Connector for programming ARM MCUs using a spring-loaded header" + (at 43.18 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "X" + (at 44.45 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "X" + (at 44.45 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "X" + (at 44.45 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "X" + (at 44.45 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "35263cb4-52d3-40ca-acb2-0538cdc34679") + ) + (pin "2" + (uuid "e9bda9da-9588-4214-85c6-36e28d3fce08") + ) + (pin "3" + (uuid "daf2d7bd-2118-4a53-971e-8a600b6ba82f") + ) + (pin "4" + (uuid "9cada563-ca9b-4b24-82ff-5615155a76cd") + ) + (pin "5" + (uuid "3317fffc-3c55-4bc6-a468-e244fa5acfbc") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "SWD2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 180.34 39.37 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9b2930ab-4297-400c-ad5a-7db291f14ef5") + (property "Reference" "R21" + (at 180.34 33.02 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 185.42 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 187.96 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 180.34 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 180.34 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 180.34 35.56 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power" "1/16W" + (at 179.07 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 181.61 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 190.5 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 193.04 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 190.5 19.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 193.04 19.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 195.58 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 198.12 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 200.66 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 203.2 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "2899df86-093c-484b-a714-4e5ff4c464f7") + ) + (pin "1" + (uuid "becd3134-0d19-4ec9-ab08-b4de40eed50a") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 168.91 62.23 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a276587b-f6bc-4735-9843-620c456b9c83") + (property "Reference" "#PWR010" + (at 168.91 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 168.91 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 168.91 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 168.91 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 168.91 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b70c1ebe-f48b-4cd5-a2f0-c9df042787a6") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 269.24 106.68 270) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a727ac8e-3bb2-4878-9ff5-191ff6d6f032") + (property "Reference" "R7" + (at 269.24 100.33 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 264.16 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 261.62 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 269.24 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 269.24 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 269.24 102.87 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power" "1/16W" + (at 270.51 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 267.97 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 259.08 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 256.54 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 259.08 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 256.54 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 254 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 251.46 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 248.92 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 246.38 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "6464f6e4-025d-4ed6-ab99-064c9dc45a24") + ) + (pin "1" + (uuid "caa64d24-a004-42c7-a56e-4929c7625a20") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3400A") + (at 233.68 114.3 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a796499e-29c7-495d-a347-bdf2f0aa4cdc") + (property "Reference" "Q4" + (at 228.854 114.046 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3400A" + (at 228.854 116.078 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 228.6 116.205 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" + (at 228.6 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" + (at 233.68 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "522-ZXMN3B14FTA" + (at 233.68 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3b9e1f1a-400b-4dbd-9f98-7da3fcba98f1") + ) + (pin "2" + (uuid "64743766-d555-42a1-ac80-13ca3c9b099f") + ) + (pin "3" + (uuid "c7fd9a4d-1606-4bb2-a8f7-f360b931b01b") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "Q4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x02") + (at 218.44 113.03 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a9bb3e2f-94fa-4d83-bdd1-3568e5cf71c1") + (property "Reference" "J3" + (at 215.646 104.14 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x02" + (at 211.074 105.918 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "VL_Connectors:Solder_Pads_Thin_1x2" + (at 218.44 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 218.44 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "817810f4-12da-486b-97f5-b6ab390da48a") + ) + (pin "1" + (uuid "a2358974-4710-4853-a29f-bf4c360bfa7c") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3400A") + (at 201.93 114.3 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ae5f522b-4f4a-4b86-b34e-74a286e1a100") + (property "Reference" "Q1" + (at 207.01 114.046 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3400A" + (at 207.01 116.078 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 207.01 116.205 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3400A.pdf" + (at 207.01 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "30V Vds, 5.7A Id, N-Channel MOSFET, SOT-23" + (at 201.93 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "522-ZXMN3B14FTA" + (at 201.93 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c4c16e50-c3ff-457b-bc6c-e8624aad16ab") + ) + (pin "2" + (uuid "5148892b-1ad4-4ba6-95ce-507b4bd9989f") + ) + (pin "3" + (uuid "f18c8711-3b90-48a7-ab30-da99ac468451") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 208.28 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "afefd5a0-4324-4136-9e6a-81f378d39a54") + (property "Reference" "#PWR08" + (at 208.28 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 208.28 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 208.28 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 208.28 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 208.28 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7cd11313-a106-4aa5-b3f7-ababf7f34331") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 218.44 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "b6253409-e80d-4bc6-91ba-54c0179bdf90") + (property "Reference" "R17" + (at 220.98 62.2299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 218.44 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 218.44 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 218.44 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 218.44 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 220.98 64.7699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 226.06 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 226.06 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 218.44 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 218.44 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 238.76 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 238.76 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 218.44 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 218.44 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 218.44 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 218.44 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "c0ee7bc8-d2f9-4fe7-9919-3615bf2c7c46") + ) + (pin "1" + (uuid "44a99b12-da41-4cd4-9d14-36d84a054e3b") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_10k_5%_1d16W") + (at 256.54 95.25 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b730dfbe-bbc9-4486-988d-e610c6a29e45") + (property "Reference" "R8" + (at 254 93.9799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_10k_5%_1d16W" + (at 256.54 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 256.54 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-RC_Group_51_RoHS_L_11.pdf" + (at 256.54 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 10 kOhm; 5%; 1/16W" + (at 256.54 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "10k" + (at 254 96.5199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 248.92 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "5%" + (at 248.92 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 256.54 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "RC0402JR-0710KL" + (at 256.54 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Stackpole Electronics Inc" + (at 236.22 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "RMCF0402JT10K0" + (at 236.22 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-10KJRCT-ND" + (at 256.54 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-RC0402JR-0710KL" + (at 256.54 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "*" + (at 256.54 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-10K" + (at 256.54 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "6cb0315b-1585-40ed-bb37-bab1eec128eb") + ) + (pin "1" + (uuid "385c1a4b-a241-4b6b-8da0-dfc0ab83b76a") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_10k_5%_1d16W") + (at 168.91 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c1a6b862-098a-40cd-b2dd-4b4cd9ef428e") + (property "Reference" "R20" + (at 171.45 33.0199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_10k_5%_1d16W" + (at 168.91 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 168.91 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-RC_Group_51_RoHS_L_11.pdf" + (at 168.91 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 10 kOhm; 5%; 1/16W" + (at 168.91 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "10k" + (at 171.45 35.5599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 176.53 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "5%" + (at 176.53 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 168.91 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "RC0402JR-0710KL" + (at 168.91 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Stackpole Electronics Inc" + (at 189.23 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "RMCF0402JT10K0" + (at 189.23 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-10KJRCT-ND" + (at 168.91 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-RC0402JR-0710KL" + (at 168.91 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "*" + (at 168.91 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-10K" + (at 168.91 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "46d1aeb0-bacd-4ed6-92dc-04eb7ebf88fc") + ) + (pin "1" + (uuid "134610e5-115e-451e-8c13-7962727f9826") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 107.95 160.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c7cffe84-1417-4c4b-b4ac-7b1ba84716d8") + (property "Reference" "#PWR015" + (at 107.95 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 107.95 165.1 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 107.95 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 107.95 160.02 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 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "38437dff-3ab4-4617-aa62-7c5b2f5a5241") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_1k_1%_1d16W") + (at 218.44 53.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c9328204-4663-49fb-8f1b-78ca8e703a0c") + (property "Reference" "R16" + (at 220.98 52.0699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_1k_1%_1d16W" + (at 218.44 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 218.44 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-AC_51_RoHS_L_7.pdf" + (at 218.44 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 1 kOhm; 1%; 1/16W" + (at 218.44 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1k" + (at 220.98 54.6099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 226.06 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "1%" + (at 226.06 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 218.44 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "AC0402FR-071KL" + (at 218.44 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "TE Connectivity Passive Product" + (at 238.76 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CRGCQ0402F1K0" + (at 238.76 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-1KLBCT-ND" + (at 218.44 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-AC0402FR-071KL" + (at 218.44 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3495181" + (at 218.44 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-1K-1%" + (at 218.44 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "61ab4d14-f2f1-4316-bf45-279b77cc0085") + ) + (pin "1" + (uuid "e8acce2e-f5df-4401-85ae-6def20f1f0af") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 104.14 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d76d995b-da0a-4134-a23c-14e9896752da") + (property "Reference" "#PWR04" + (at 104.14 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 104.14 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 104.14 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 104.14 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 104.14 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "884da80e-441c-40bf-90f4-a0c57bc62b4d") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 71.12 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d77c7ccd-aade-4393-9610-abf518dff4ff") + (property "Reference" "#PWR06" + (at 71.12 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 71.12 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 71.12 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 71.12 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 71.12 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1fdd7d5f-8d82-40d2-a5e2-128e6866d2d2") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Other:0ZCJ0050AF2E") + (at 257.81 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d7809ccb-9574-4beb-8e07-d8c3fe3712e3") + (property "Reference" "F3" + (at 257.81 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0ZCJ0050AF2E" + (at 257.81 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "VL_Other:F1206" + (at 257.81 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://cz.mouser.com/datasheet/2/643/ds_CP_0zcj_series-1664160.pdf" + (at 257.81 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polymeric PTC Resettable Fuse 24V 500mA Ih Surface Mount 1206 (3216 Metric)" + (at 257.81 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Bel Fuse Inc." + (at 257.81 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "0ZCJ0050AF2E" + (at 257.81 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Eaton - Electronics Division" + (at 284.48 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "PTS120615V050" + (at 285.75 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "507-1803-1-ND" + (at 257.81 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "530-0ZCJ0050AF2E" + (at 257.81 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "2834888" + (at 257.81 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" " 0ZCJ0050AF2E" + (at 257.81 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a96e8f8c-a10d-4f5f-a9ef-8a1f317772d6") + ) + (pin "2" + (uuid "78276c1c-2448-41a0-a55d-aff555918c72") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "F3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 43.18 62.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "de8a96de-680e-4759-a8a4-d484ab10a2b7") + (property "Reference" "#PWR01" + (at 43.18 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 43.18 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 43.18 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 43.18 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 43.18 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ab38a9ed-b79f-42f1-a319-6dd513d04f5c") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Capacitors:C0402_1uF_35V_X5R") + (at 71.12 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "dfeeb10e-9715-46cb-9ffe-70580bc11b58") + (property "Reference" "C5" + (at 74.93 46.9899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C0402_1uF_35V_X5R" + (at 71.12 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Capacitors:C0402" + (at 71.12 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://product.tdk.com/info/en/catalog/datasheets/mlcc_commercial_soft_en.pdf?ref_disty=digikey" + (at 71.12 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Capacitor; Footprint 0402; 1uF/35V; X5R" + (at 71.12 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance" "1uF" + (at 74.93 49.5299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Voltage" "35V" + (at 74.93 52.0699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Dielectric" "X5R" + (at 71.12 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "TDK Corporation" + (at 71.12 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "C1005X5R1V105K050BE" + (at 71.12 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "445-175218-1-ND" + (at 71.12 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "810-C1005X5R1V105K" + (at 71.12 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3416060" + (at 71.12 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "X" + (at 71.12 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Kyocera International Inc. Electronic Components" + (at 93.98 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "CM05X5R105K35AH" + (at 93.98 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "993b48ff-c67c-48b7-968a-a9fcd0421535") + ) + (pin "1" + (uuid "c2e3cf8c-d0c2-4034-b53b-b718403b6c7b") + ) + (instances + (project "" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Transistors:2N7002NXAKR") + (at 259.08 106.68 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "e13bc886-78c2-4dca-b28c-65fa4bccd316") + (property "Reference" "Q6" + (at 252.73 105.4099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002NXAKR" + (at 253.746 108.458 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "VL_SOT:SOT-23" + (at 265.43 120.65 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/2N7002NXAK.pdf" + (at 279.4 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 259.08 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Nexperia USA Inc." + (at 259.08 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "2N7002NXAKR" + (at 259.08 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "1727-8643-1-ND" + (at 259.08 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "771-2N7002NXAKR" + (at 259.08 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "3226400" + (at 259.08 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "2N7002NXAKR" + (at 259.08 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f4631afb-7377-494b-88f1-6a5decc2efad") + ) + (pin "2" + (uuid "3315d879-661b-4a37-ad98-1312c47d3106") + ) + (pin "3" + (uuid "642edeae-7eeb-4529-8e52-064e2446959a") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "Q6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "VL_Resistors:R0402_10k_5%_1d16W") + (at 265.43 115.57 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f1c38f0b-7f66-4e65-ad46-205b1e3971ea") + (property "Reference" "R12" + (at 267.97 114.2999 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R0402_10k_5%_1d16W" + (at 265.43 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "VL_Resistors:R0402" + (at 265.43 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.yageo.com/upload/media/product/productsearch/datasheet/rchip/PYu-RC_Group_51_RoHS_L_11.pdf" + (at 265.43 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor; Footprint 0402; 10 kOhm; 5%; 1/16W" + (at 265.43 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "10k" + (at 267.97 116.8399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Power" "1/16W" + (at 273.05 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Precision" "5%" + (at 273.05 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Yageo" + (at 265.43 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Code" "RC0402JR-0710KL" + (at 265.43 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Manufacturer" "Stackpole Electronics Inc" + (at 285.75 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Alt_Code" "RMCF0402JT10K0" + (at 285.75 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Digikey" "311-10KJRCT-ND" + (at 265.43 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Mouser" "603-RC0402JR-0710KL" + (at 265.43 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Farnell" "*" + (at 265.43 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "TME" "SMD0402-10K" + (at 265.43 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "3fb20428-d84a-426c-b0ff-7ae8661ead1e") + ) + (pin "1" + (uuid "21b84e25-3a1f-4591-b33c-d150e626f8fc") + ) + (instances + (project "led_driver" + (path "/4e49d584-f650-4a4e-ae26-e0322eda8233" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) + (embedded_fonts no) +)