Compare commits

..

No commits in common. "main" and "901ceb7806a094f695144524a2785b0f0a1f0d67" have entirely different histories.

13 changed files with 7892 additions and 35256 deletions

@ -1 +0,0 @@
Subproject commit 0274a08d5c08d6ea3854d479df4ec5d1d17190dd

118
README.md
View File

@ -1,118 +0,0 @@
# WLED Driver Board (ESP32-C3 / D1 Mini Compatible)
A compact LED controller board designed to simplify running WLED using either an ESP32-C3 module or a Wemos D1 Mini.
This board integrates power regulation and signal routing to reduce wiring and external components.
---
## Features
- Supports ESP32-C3 (recommended)
- Compatible with Wemos D1 Mini (ESP8266)
- Designed for WLED firmware
- Input voltage up to 28V DC
- On-board 3.3V step-down regulator
- Works with addressable LED strips (WS281x, etc.)
- Compact and easy to integrate
---
## Power
- Input Voltage: up to 28V DC
- On-board regulator provides ~4.8V for the controller
NOTE:
- LED strips are powered directly from the input voltage
- The board does NOT regulate LED voltage
Make sure your LED strip matches your supply voltage (5V, 12V, 24V, etc.)
---
## Supported Controllers
### ESP32-C3 (Recommended)
- Lower power consumption
- Better performance than ESP8266
- Often includes native USB
### Wemos D1 Mini (ESP8266)
- Drop-in compatible
- Fully supported by WLED
- Good for simple or low-cost builds
---
## WLED Setup
1. Solder your controller (ESP32-C3 or D1 Mini)
2. Connect power supply (max 28V)
3. Connect LED strip:
- V+
- GND
- DATA
4. Flash WLED firmware
5. Configure GPIO in WLED web interface
---
## Typical GPIO
ESP32-C3:
- LED Data: configurable (example GPIO2)
D1 Mini:
- LED Data: D4 (GPIO2)
GPIO can be changed in WLED settings.
---
## Connections
### Power Input
- VIN
- GND
### LED Output
- V+ (same as input)
- GND
- DATA
### Controller Headers
- ESP32-C3 or Wemos D1 Mini
---
## Design Notes
- 3.3V regulator only powers the controller
- LED power is passed directly from input
- Keep data wire short for stability
- Level shifting may be needed for long runs
---
## Safety
- Do NOT exceed 28V input
- Check polarity before powering
- Use proper wiring for high current loads
- Ensure adequate cooling if running large LED setups
---
## Use Cases
- LED strips (WS2812B, WS2815, SK6812)
- Ambient lighting
- Home automation
- 12V / 24V LED installations
---
## License
MIT / Open Hardware (modify as needed)

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{ {
"board": { "board": {
"active_layer": 25, "active_layer": 25,
"active_layer_preset": "All Copper Layers", "active_layer_preset": "",
"auto_track_width": true, "auto_track_width": true,
"hidden_netclasses": [], "hidden_netclasses": [],
"hidden_nets": [], "hidden_nets": [],
@ -15,7 +15,6 @@
"vias": 1.0, "vias": 1.0,
"zones": 0.6 "zones": 0.6
}, },
"prototype_zone_fills": false,
"selection_filter": { "selection_filter": {
"dimensions": true, "dimensions": true,
"footprints": true, "footprints": true,
@ -51,11 +50,10 @@
"conflict_shadows", "conflict_shadows",
"shapes" "shapes"
], ],
"visible_layers": "00000000_00000000_55555555_57555555", "visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff",
"zone_display_mode": 0 "zone_display_mode": 0
}, },
"git": { "git": {
"integration_disabled": false,
"repo_type": "", "repo_type": "",
"repo_username": "", "repo_username": "",
"ssh_key": "" "ssh_key": ""
@ -108,7 +106,6 @@
"filter_text": "", "filter_text": "",
"group_by_constraint": false, "group_by_constraint": false,
"group_by_netclass": false, "group_by_netclass": false,
"show_time_domain_details": false,
"show_unconnected_nets": false, "show_unconnected_nets": false,
"show_zero_pad_nets": false, "show_zero_pad_nets": false,
"sort_ascending": true, "sort_ascending": true,
@ -119,7 +116,6 @@
"files": [] "files": []
}, },
"schematic": { "schematic": {
"hierarchy_collapsed": [],
"selection_filter": { "selection_filter": {
"graphics": true, "graphics": true,
"images": true, "images": true,
@ -127,7 +123,6 @@
"lockedItems": false, "lockedItems": false,
"otherItems": true, "otherItems": true,
"pins": true, "pins": true,
"ruleAreas": true,
"symbols": true, "symbols": true,
"text": true, "text": true,
"wires": true "wires": true

View File

@ -3,8 +3,6 @@
"3dviewports": [], "3dviewports": [],
"design_settings": { "design_settings": {
"defaults": { "defaults": {
"apply_defaults_to_fp_barcodes": false,
"apply_defaults_to_fp_dimensions": false,
"apply_defaults_to_fp_fields": false, "apply_defaults_to_fp_fields": false,
"apply_defaults_to_fp_shapes": false, "apply_defaults_to_fp_shapes": false,
"apply_defaults_to_fp_text": false, "apply_defaults_to_fp_text": false,
@ -73,7 +71,6 @@
"extra_footprint": "warning", "extra_footprint": "warning",
"footprint": "error", "footprint": "error",
"footprint_filters_mismatch": "ignore", "footprint_filters_mismatch": "ignore",
"footprint_symbol_field_mismatch": "warning",
"footprint_symbol_mismatch": "warning", "footprint_symbol_mismatch": "warning",
"footprint_type_mismatch": "ignore", "footprint_type_mismatch": "ignore",
"hole_clearance": "error", "hole_clearance": "error",
@ -91,7 +88,6 @@
"mirrored_text_on_front_layer": "warning", "mirrored_text_on_front_layer": "warning",
"missing_courtyard": "ignore", "missing_courtyard": "ignore",
"missing_footprint": "warning", "missing_footprint": "warning",
"missing_tuning_profile": "warning",
"net_conflict": "warning", "net_conflict": "warning",
"nonmirrored_text_on_back_layer": "warning", "nonmirrored_text_on_back_layer": "warning",
"npth_inside_courtyard": "ignore", "npth_inside_courtyard": "ignore",
@ -111,12 +107,9 @@
"too_many_vias": "error", "too_many_vias": "error",
"track_angle": "error", "track_angle": "error",
"track_dangling": "warning", "track_dangling": "warning",
"track_not_centered_on_via": "ignore",
"track_on_post_machined_layer": "error",
"track_segment_length": "error", "track_segment_length": "error",
"track_width": "error", "track_width": "error",
"tracks_crossing": "error", "tracks_crossing": "error",
"tuning_profile_track_geometries": "ignore",
"unconnected_items": "error", "unconnected_items": "error",
"unresolved_variable": "error", "unresolved_variable": "error",
"via_dangling": "warning", "via_dangling": "warning",
@ -140,7 +133,7 @@
"min_track_width": 0.0, "min_track_width": 0.0,
"min_via_annular_width": 0.1, "min_via_annular_width": 0.1,
"min_via_diameter": 0.5, "min_via_diameter": 0.5,
"solder_mask_to_copper_clearance": 0.005, "solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true "use_height_for_length_calcs": true
}, },
"teardrop_options": [ "teardrop_options": [
@ -218,28 +211,17 @@
"zones_allow_external_fillets": false "zones_allow_external_fillets": false
}, },
"ipc2581": { "ipc2581": {
"bom_rev": "",
"dist": "", "dist": "",
"distpn": "", "distpn": "",
"internal_id": "", "internal_id": "",
"mfg": "", "mfg": "",
"mpn": "", "mpn": ""
"sch_revision": ""
}, },
"layer_pairs": [], "layer_pairs": [],
"layer_presets": [], "layer_presets": [],
"viewports": [] "viewports": []
}, },
"boards": [], "boards": [],
"component_class_settings": {
"assignments": [],
"meta": {
"version": 0
},
"sheet_component_classes": {
"enabled": false
}
},
"cvpcb": { "cvpcb": {
"equivalence_files": [] "equivalence_files": []
}, },
@ -429,14 +411,11 @@
"duplicate_sheet_names": "error", "duplicate_sheet_names": "error",
"endpoint_off_grid": "warning", "endpoint_off_grid": "warning",
"extra_units": "error", "extra_units": "error",
"field_name_whitespace": "warning",
"footprint_filter": "ignore", "footprint_filter": "ignore",
"footprint_link_issues": "warning", "footprint_link_issues": "warning",
"four_way_junction": "ignore", "four_way_junction": "ignore",
"global_label_dangling": "warning", "global_label_dangling": "warning",
"ground_pin_not_ground": "warning",
"hier_label_mismatch": "error", "hier_label_mismatch": "error",
"isolated_pin_label": "warning",
"label_dangling": "error", "label_dangling": "error",
"label_multiple_wires": "warning", "label_multiple_wires": "warning",
"lib_symbol_issues": "warning", "lib_symbol_issues": "warning",
@ -459,7 +438,6 @@
"similar_power": "warning", "similar_power": "warning",
"simulation_model_issue": "ignore", "simulation_model_issue": "ignore",
"single_global_label": "ignore", "single_global_label": "ignore",
"stacked_pin_name": "warning",
"unannotated": "error", "unannotated": "error",
"unconnected_wire_endpoint": "warning", "unconnected_wire_endpoint": "warning",
"undefined_netclass": "error", "undefined_netclass": "error",
@ -492,14 +470,13 @@
"priority": 2147483647, "priority": 2147483647,
"schematic_color": "rgba(0, 0, 0, 0.000)", "schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2, "track_width": 0.2,
"tuning_profile": "",
"via_diameter": 0.6, "via_diameter": 0.6,
"via_drill": 0.3, "via_drill": 0.3,
"wire_width": 6 "wire_width": 6
} }
], ],
"meta": { "meta": {
"version": 5 "version": 4
}, },
"net_colors": null, "net_colors": null,
"netclass_assignments": null, "netclass_assignments": null,
@ -521,10 +498,6 @@
}, },
"schematic": { "schematic": {
"annotate_start_num": 0, "annotate_start_num": 0,
"annotation": {
"method": 0,
"sort_order": 0
},
"bom_export_filename": "${PROJECTNAME}.csv", "bom_export_filename": "${PROJECTNAME}.csv",
"bom_fmt_presets": [], "bom_fmt_presets": [],
"bom_fmt_settings": { "bom_fmt_settings": {
@ -596,7 +569,6 @@
"sort_asc": true, "sort_asc": true,
"sort_field": "Reference" "sort_field": "Reference"
}, },
"bus_aliases": {},
"connection_grid_size": 50.0, "connection_grid_size": 50.0,
"drawing": { "drawing": {
"dashed_lines_dash_length_ratio": 12.0, "dashed_lines_dash_length_ratio": 12.0,
@ -604,7 +576,6 @@
"default_line_thickness": 6.0, "default_line_thickness": 6.0,
"default_text_size": 50.0, "default_text_size": 50.0,
"field_names": [], "field_names": [],
"hop_over_size_choice": 0,
"intersheets_ref_own_page": false, "intersheets_ref_own_page": false,
"intersheets_ref_prefix": "", "intersheets_ref_prefix": "",
"intersheets_ref_short": false, "intersheets_ref_short": false,
@ -628,7 +599,6 @@
"net_format_name": "", "net_format_name": "",
"page_layout_descr_file": "", "page_layout_descr_file": "",
"plot_directory": "", "plot_directory": "",
"reuse_designators": true,
"space_save_all_events": true, "space_save_all_events": true,
"spice_current_sheet_as_root": false, "spice_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"", "spice_external_command": "spice \"%I\"",
@ -637,32 +607,13 @@
"spice_save_all_dissipations": false, "spice_save_all_dissipations": false,
"spice_save_all_voltages": false, "spice_save_all_voltages": false,
"subpart_first_id": 65, "subpart_first_id": 65,
"subpart_id_separator": 0, "subpart_id_separator": 0
"top_level_sheets": [
{
"filename": "WLED_Controlboard.kicad_sch",
"name": "WLED_Controlboard",
"uuid": "038eac60-c432-4a46-9e68-0e61aa44e7bf"
}
],
"used_designators": "R10-11",
"variants": []
}, },
"sheets": [ "sheets": [
[ [
"038eac60-c432-4a46-9e68-0e61aa44e7bf", "038eac60-c432-4a46-9e68-0e61aa44e7bf",
"WLED_Controlboard" "Root"
],
[
"f1d06a97-cc23-43e1-aab1-5a16b4a02c03",
"Logic Converters"
] ]
], ],
"text_variables": {}, "text_variables": {}
"tuning_profiles": {
"meta": {
"version": 0
},
"tuning_profiles_impedance_geometric": []
}
} }

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
{"ARCHIVE_NAME": "", "EXTRA_LAYERS": "", "ALL_ACTIVE_LAYERS": false, "EXTEND_EDGE_CUT": false, "ALTERNATIVE_EDGE_CUT": false, "AUTO TRANSLATE": true, "AUTO FILL": true, "EXCLUDE DNP": false, "OPEN BROWSER": true, "NO_BACKUP_OPT": false}

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -1,200 +0,0 @@
P CODE 00
P UNITS CUST 0
P arrayDim N
317NET-(U3-BOOT) VIA MD0118PA00X+042992Y-030276X0236Y0000R000S3
317NET-(U3-BOOT) VIA MD0118PA00X+042913Y-031811X0236Y0000R000S3
317GND VIA MD0118PA00X+044587Y-038386X0236Y0000R000S3
317GND VIA MD0118PA00X+048465Y-026969X0236Y0000R000S3
317GND VIA MD0118PA00X+049528Y-026969X0236Y0000R000S3
317GND VIA MD0118PA00X+046260Y-039370X0236Y0000R000S3
317GND VIA MD0118PA00X+044882Y-040748X0236Y0000R000S3
317GND VIA MD0118PA00X+045374Y-024114X0236Y0000R000S3
317GND VIA MD0118PA00X+044961Y-037323X0236Y0000R000S3
317GND VIA MD0118PA00X+053839Y-027067X0236Y0000R000S3
317GND VIA MD0118PA00X+050886Y-034744X0236Y0000R000S3
317GND VIA MD0118PA00X+041535Y-040945X0236Y0000R000S3
317GND VIA MD0118PA00X+050492Y-024114X0236Y0000R000S3
317GND VIA MD0118PA00X+044843Y-030205X0236Y0000R000S3
317GND VIA MD0118PA00X+048031Y-039567X0236Y0000R000S3
317GND VIA MD0118PA00X+052461Y-040846X0236Y0000R000S3
317GND VIA MD0118PA00X+043031Y-033583X0236Y0000R000S3
317GND VIA MD0118PA00X+054626Y-040945X0236Y0000R000S3
317GND VIA MD0118PA00X+043110Y-024114X0236Y0000R000S3
317GND VIA MD0118PA00X+047343Y-037697X0236Y0000R000S3
317GND VIA MD0118PA00X+045965Y-037598X0236Y0000R000S3
317GND VIA MD0118PA00X+048917Y-024114X0236Y0000R000S3
317GND VIA MD0118PA00X+052657Y-038484X0236Y0000R000S3
317GND VIA MD0118PA00X+040650Y-036024X0236Y0000R000S3
317GND VIA MD0118PA00X+042520Y-025591X0236Y0000R000S3
317GND VIA MD0118PA00X+044016Y-032283X0236Y0000R000S3
317GND VIA MD0118PA00X+054134Y-024016X0236Y0000R000S3
317GND VIA MD0118PA00X+050866Y-036142X0236Y0000R000S3
317GND VIA MD0118PA00X+041929Y-025591X0236Y0000R000S3
317GND VIA MD0118PA00X+052461Y-025787X0236Y0000R000S3
317GND VIA MD0118PA00X+039764Y-039370X0236Y0000R000S3
317GND VIA MD0118PA00X+042028Y-036024X0236Y0000R000S3
317GND VIA MD0118PA00X+046024Y-032815X0236Y0000R000S3
317GND VIA MD0118PA00X+053150Y-039862X0236Y0000R000S3
317GND VIA MD0118PA00X+043976Y-037323X0236Y0000R000S3
317GND VIA MD0118PA00X+049606Y-039764X0236Y0000R000S3
317GND VIA MD0118PA00X+046093Y-032047X0236Y0000R000S3
317GND VIA MD0118PA00X+051654Y-027008X0236Y0000R000S3
317GND VIA MD0118PA00X+053543Y-037598X0236Y0000R000S3
317GND VIA MD0118PA00X+049685Y-036063X0236Y0000R000S3
317GND VIA MD0118PA00X+047539Y-026969X0236Y0000R000S3
317GND VIA MD0118PA00X+048917Y-037500X0236Y0000R000S3
317GND VIA MD0118PA00X+040079Y-033740X0236Y0000R000S3
317GND VIA MD0118PA00X+051476Y-039173X0236Y0000R000S3
317GND VIA MD0118PA00X+055709Y-025591X0236Y0000R000S3
317GND VIA MD0118PA00X+052461Y-024114X0236Y0000R000S3
317GND VIA MD0118PA00X+049409Y-040945X0236Y0000R000S3
317GND VIA MD0118PA00X+046850Y-024114X0236Y0000R000S3
317GND VIA MD0118PA00X+054626Y-039272X0236Y0000R000S3
317GND VIA MD0118PA00X+047441Y-039272X0236Y0000R000S3
317GND VIA MD0118PA00X+040650Y-024114X0236Y0000R000S3
317GND VIA MD0118PA00X+043583Y-034331X0236Y0000R000S3
317GND VIA MD0118PA00X+053248Y-025098X0236Y0000R000S3
317GND VIA MD0118PA00X+043307Y-032244X0236Y0000R000S3
317GND VIA MD0118PA00X+052067Y-039469X0236Y0000R000S3
317GND VIA MD0118PA00X+042126Y-024114X0236Y0000R000S3
317GND VIA MD0118PA00X+044685Y-039764X0236Y0000R000S3
317GND VIA MD0118PA00X+051181Y-025787X0236Y0000R000S3
317GND VIA MD0118PA00X+049685Y-025315X0236Y0000R000S3
3173.3V VIA MD0118PA00X+042638Y-033583X0236Y0000R000S3
317STRIP_DATA2 VIA MD0118PA00X+049896Y-028529X0236Y0000R000S3
317+5V VIA MD0118PA00X+045402Y-033228X0236Y0000R000S3
317+5V VIA MD0118PA00X+040551Y-032126X0236Y0000R000S3
317+5V VIA MD0118PA00X+050000Y-033780X0236Y0000R000S3
317+5V VIA MD0118PA00X+050016Y-031181X0236Y0000R000S3
317+5V VIA MD0118PA00X+042835Y-034331X0236Y0000R000S3
317+5V VIA MD0118PA00X+049488Y-034488X0236Y0000R000S3
317+5V VIA MD0118PA00X+046024Y-033543X0236Y0000R000S3
317+5V VIA MD0118PA00X+050039Y-032441X0236Y0000R000S3
317STRIP_DATA VIA MD0118PA00X+049173Y-028504X0236Y0000R000S3
317NET-(R10-PAD1) VIA MD0118PA00X+050709Y-029961X0236Y0000R000S3
317NET-(R10-PAD1) VIA MD0118PA00X+049921Y-030512X0236Y0000R000S3
317STRIP_DATA J2 -1 D0472PA00X+045209Y-025098X0787Y0787R180S0
317GND J2 -2 D0472PA00X+044209Y-025098X0787Y0000R180S0
317STRIP_VCC J2 -3 D0472PA00X+043209Y-025098X0787Y0000R180S0
317D1-GPIO5-PAD1) MOD1 -1 D0354PA00X+040907Y-035309X0748Y0669R090S0
317D1-GPIO6-PAD2) MOD1 -2 D0354PA00X+041907Y-035309X0748Y0669R090S0
317D1-GPIO7-PAD3) MOD1 -3 D0354PA00X+042907Y-035309X0748Y0669R090S0
317D1-GPIO8-PAD4) MOD1 -4 D0354PA00X+043907Y-035309X0748Y0669R090S0
317B1 MOD1 -5 D0354PA00X+044907Y-035309X0748Y0669R090S0
317B2 MOD1 -6 D0354PA00X+045907Y-035309X0748Y0669R090S0
317B3 MOD1 -7 D0354PA00X+046907Y-035309X0748Y0669R090S0
3171-GPIO21-PAD8) MOD1 -8 D0354PA00X+047907Y-035309X0748Y0669R090S0
317D1-GPIO0-PAD9) MOD1 -9 D0354PA00X+047907Y-029258X0748Y0669R090S0
317UC_STRIP_DATA3 MOD1 -10 D0354PA00X+046907Y-029258X0748Y0669R090S0
317UC_STRIP_DATA2 MOD1 -11 D0354PA00X+045907Y-029258X0748Y0669R090S0
317UC_STRIP_DATA MOD1 -12 D0354PA00X+044907Y-029258X0748Y0669R090S0
3171-GPIO4-PAD13) MOD1 -13 D0354PA00X+043907Y-029258X0748Y0669R090S0
3173.3V MOD1 -14 D0354PA00X+042907Y-029258X0748Y0669R090S0
317GND MOD1 -15 D0354PA00X+041907Y-029258X0748Y0669R090S0
317+5V MOD1 -16 D0354PA00X+040907Y-029258X0748Y0669R090S0
317STRIP_DATA2 J3 -1 D0472PA00X+048850Y-025098X0787Y0787R180S0
317GND J3 -2 D0472PA00X+047850Y-025098X0787Y0000R180S0
317STRIP_VCC J3 -3 D0472PA00X+046850Y-025098X0787Y0000R180S0
3171-~{RST}-PAD1) U1 -1 D0354PA00X+050482Y-027738X0787Y0787R090S0
317UC_STRIP_DATA3 U1 -2 D0354PA00X+049482Y-027738X0787Y0630R090S0
317UC_STRIP_DATA2 U1 -3 D0354PA00X+048482Y-027738X0787Y0630R090S0
317UC_STRIP_DATA U1 -4 D0354PA00X+047482Y-027738X0787Y0630R090S0
317SLASH}D6-PAD5) U1 -5 D0354PA00X+046482Y-027738X0787Y0630R090S0
317SLASH}D7-PAD6) U1 -6 D0354PA00X+045482Y-027738X0787Y0630R090S0
317SLASH}D8-PAD7) U1 -7 D0354PA00X+044482Y-027738X0787Y0630R090S0
3173.3V U1 -8 D0354PA00X+043482Y-027738X0787Y0630R090S0
317+5V U1 -9 D0354PA00X+043482Y-036738X0787Y0630R090S0
317GND U1 -10 D0354PA00X+044482Y-036738X0787Y0630R090S0
317B1 U1 -11 D0354PA00X+045482Y-036738X0787Y0630R090S0
317B2 U1 -12 D0354PA00X+046482Y-036738X0787Y0630R090S0
317B3 U1 -13 D0354PA00X+047482Y-036738X0787Y0630R090S0
317LASH}D1-PAD14) U1 -14 D0354PA00X+048482Y-036738X0787Y0630R090S0
317-(U1-RX-PAD15) U1 -15 D0354PA00X+049482Y-036738X0787Y0630R090S0
317-(U1-TX-PAD16) U1 -16 D0354PA00X+050482Y-036738X0787Y0630R090S0
317GND SW3 -1 D0433PA00X+051772Y-038484X0787Y0000R270S0
317GND SW3 -1 D0433PA00X+054331Y-038484X0787Y0000R270S0
317B3 SW3 -2 D0433PA00X+051772Y-040256X0787Y0000R270S0
317B3 SW3 -2 D0433PA00X+054331Y-040256X0787Y0000R270S0
317STRIP_DATA3 J4 -1 D0472PA00X+052492Y-025098X0787Y0787R180S0
317GND J4 -2 D0472PA00X+051492Y-025098X0787Y0000R180S0
317STRIP_VCC J4 -3 D0472PA00X+050492Y-025098X0787Y0000R180S0
317GND SW1 -1 D0433PA00X+043701Y-038484X0787Y0000R270S0
317GND SW1 -1 D0433PA00X+046260Y-038484X0787Y0000R270S0
317B1 SW1 -2 D0433PA00X+043701Y-040256X0787Y0000R270S0
317B1 SW1 -2 D0433PA00X+046260Y-040256X0787Y0000R270S0
317GND J1 -1 D0472PA00X+041152Y-025111X0787Y0787R180S0
317STRIP_VCC J1 -2 D0472PA00X+040152Y-025111X0787Y0000R180S0
317GND SW2 -1 D0433PA00X+047736Y-038484X0787Y0000R270S0
317GND SW2 -1 D0433PA00X+050295Y-038484X0787Y0000R270S0
317B2 SW2 -2 D0433PA00X+047736Y-040256X0787Y0000R270S0
317B2 SW2 -2 D0433PA00X+050295Y-040256X0787Y0000R270S0
327NET-(U3-COMP) C7 -1 A02X+044724Y-033701X0354Y0374R000S1
327NET-(C7-PAD2) C7 -2 A02X+045339Y-033701X0354Y0374R000S1
327NET-(R3-PAD1) R3 -1 A02X+049685Y-029654X0315Y0374R270S1
327STRIP_DATA R3 -2 A02X+049685Y-029008X0315Y0374R270S1
327NET-(U3-SS) C6 -1 A02X+044843Y-030819X0354Y0374R270S1
327GND C6 -2 A02X+044843Y-030205X0354Y0374R270S1
327NET-(R9-PAD1) R9 -1 A02X+050197Y-029654X0315Y0374R270S1
327STRIP_DATA2 R9 -2 A02X+050197Y-029008X0315Y0374R270S1
327NET-(D2-K) D2 -1 A02X+041969Y-030512X0984Y0709R180S1
327STRIP_VCC D2 -2 A02X+040394Y-030512X0984Y0709R180S1
327NET-(U3-BOOT) U3 -1 A02X+042791Y-030823X0224Y0768R000S1
327NET-(D2-K) U3 -2 A02X+043291Y-030823X0224Y0768R000S1
327NET-(U3-EN) U3 -3 A02X+043795Y-030823X0224Y0768R000S1
327NET-(U3-SS) U3 -4 A02X+044295Y-030823X0224Y0768R000S1
327ET-(U3-VSENSE) U3 -5 A02X+044295Y-032957X0224Y0768R000S1
327NET-(U3-COMP) U3 -6 A02X+043795Y-032957X0224Y0768R000S1
327GND U3 -7 A02X+043291Y-032957X0224Y0768R000S1
327NET-(D1-K) U3 -8 A02X+042791Y-032957X0224Y0768R000S1
327GND C4 -1 A02X+043583Y-034331X0394Y0571R180S1
327+5V C4 -2 A02X+042835Y-034331X0394Y0571R180S1
327GND R1 -1 A02X+045402Y-032756X0315Y0374R180S1
327ET-(U3-VSENSE) R1 -2 A02X+044756Y-032756X0315Y0374R180S1
327B3 R7 -1 A02X+042559Y-037894X0394Y0394R180S1
3273.3V R7 -2 A02X+041890Y-037894X0394Y0394R180S1
327NET-(U3-BOOT) C1 -1 A02X+042323Y-031819X0354Y0374R090S1
327NET-(D1-K) C1 -2 A02X+042323Y-032433X0354Y0374R090S1
327NET-(D1-K) D1 -1 A02X+041654Y-033740X0984Y0709R180S1
327GND D1 -2 A02X+040079Y-033740X0984Y0709R180S1
327+5V C9 -1 A02X+050551Y-033260X0354Y0374R270S1
327GND C9 -2 A02X+050551Y-032646X0354Y0374R270S1
327+5V C10 -1 A02X+050551Y-033748X0354Y0374R090S1
327GND C10 -2 A02X+050551Y-034362X0354Y0374R090S1
327ET-(U3-VSENSE) R8 -1 A02X+044756Y-033228X0315Y0374R000S1
327+5V R8 -2 A02X+045402Y-033228X0315Y0374R000S1
327GND U2 -1 A02X+048996Y-034114X0193Y0457R270S1
327UC_STRIP_DATA U2 -2 A02X+048996Y-033740X0193Y0457R270S1
327GND U2 -3 A02X+048996Y-033366X0193Y0457R270S1
327NET-(R3-PAD1) U2 -4 A02X+049902Y-033366X0193Y0465R270S1
327+5V U2 -5 A02X+049902Y-034114X0193Y0465R270S1
327NET-(U3-COMP) C5 -1 A02X+044197Y-033701X0354Y0374R180S1
327GND C5 -2 A02X+043583Y-033701X0354Y0374R180S1
327B1 R6 -1 A02X+042559Y-037205X0394Y0394R180S1
3273.3V R6 -2 A02X+041890Y-037205X0394Y0394R180S1
327+5V L1 -1 A02X+040551Y-032126X0472Y1457R000S1
327NET-(D1-K) L1 -2 A02X+041654Y-032126X0472Y1457R000S1
327NET-(D2-K) R2 -1 A02X+045441Y-031339X0315Y0374R180S1
327NET-(U3-EN) R2 -2 A02X+044795Y-031339X0315Y0374R180S1
327B2 R5 -1 A02X+042579Y-036535X0394Y0394R180S1
3273.3V R5 -2 A02X+041909Y-036535X0394Y0394R180S1
327GND C2 -1 A02X+046093Y-032047X0453Y0709R180S1
327NET-(D2-K) C2 -2 A02X+044931Y-032047X0453Y0709R180S1
327GND U5 -1 A02X+048996Y-031555X0193Y0457R270S1
327UC_STRIP_DATA3 U5 -2 A02X+048996Y-031181X0193Y0457R270S1
327GND U5 -3 A02X+048996Y-030807X0193Y0457R270S1
327NET-(R10-PAD1) U5 -4 A02X+049902Y-030807X0193Y0465R270S1
327+5V U5 -5 A02X+049902Y-031555X0193Y0465R270S1
327GND C3 -1 A02X+046024Y-032815X0394Y0571R090S1
327+5V C3 -2 A02X+046024Y-033563X0394Y0571R090S1
327GND U4 -1 A02X+048996Y-032835X0193Y0457R270S1
327UC_STRIP_DATA2 U4 -2 A02X+048996Y-032461X0193Y0457R270S1
327GND U4 -3 A02X+048996Y-032087X0193Y0457R270S1
327NET-(R9-PAD1) U4 -4 A02X+049902Y-032087X0193Y0465R270S1
327+5V U4 -5 A02X+049902Y-032835X0193Y0465R270S1
327+5V C8 -1 A02X+049535Y-035079X0354Y0374R000S1
327GND C8 -2 A02X+050150Y-035079X0354Y0374R000S1
327NET-(R10-PAD1) R10 -1 A02X+050709Y-029654X0315Y0374R270S1
327STRIP_DATA3 R10 -2 A02X+050709Y-029008X0315Y0374R270S1
327NET-(C7-PAD2) R4 -1 A02X+045819Y-034134X0315Y0374R000S1
327GND R4 -2 A02X+046465Y-034134X0315Y0374R000S1
999