metadata:
  title: Sorter V2 - LED drops and limit switch
  description: "LED feeds L1-L3 (board to unplug point), pigtails L1p-L3p,\nand the limit switch cable. Jon's 2026-08-08 drawings do not\ncover the LED drops, so apart from the limit switch\nterminals everything here is still Spencer's July 12th\nnotes. Values marked GUESS are guesses, not measurements."

connectors:
  BOARD_L1: &dupont
    type: Dupont 1x2 female, 2.54 mm
    pinlabels: [+24V, GND]
    notes: "On basically board v1.3. GUESS - verify which\npin is +."
  BOARD_L2: *dupont
  BOARD_L3: *dupont
  LJ1: &ledjack
    type: DC jack 5.5x2.1 female, inline
    pinlabels: [+24V (tip), GND (sleeve)]
    notes: "Unplug point."
  LJ2: *ledjack
  LJ3: *ledjack
  LP1: &ledplug
    type: DC plug 5.5x2.1 male
    pinlabels: [+24V (tip), GND (sleeve)]
  LP2: *ledplug
  LP3: *ledplug
  COB1: &cob
    type: Solder pads
    pinlabels: [+24V, GND]
    notes: "COB board - solder direct."
  COB2: *cob
  STRIP:
    type: Solderless clamp-on strip connector
    pinlabels: [+24V, GND]
    notes: "LED strip, 6000K. Clamp-on connector instead\nof soldering. Pick the variant with IDC crimp\npoints on both sides so it takes the pigtail\nwire as well as the strip."
  BOARD_LIM:
    type: Dupont 1x3 female, 2.54 mm
    pincount: 3
    pinlabels: [SIG, GND, n/c]
    notes: "On basically board v1.3. Position 3 is\ndeliberately unpopulated so the plug cannot go\non backwards. GUESS - verify pin order."
  SW:
    type: "Quick-connect receptacle, #187 (4.75 x 0.5 mm tab)"
    pinlabels: [SIG, GND]
    notes: "Omron V-155-1C25, quick-connect (#187) tabs.\nThese push on, no soldering. Fully insulated:\nthe switch is SPDT and the third tab is\nunused. GUESS - which of COM/NC/NO the two\nconductors land on."

cables:
  L1: &feed
    gauge: 22 AWG
    length: 36 in
    colors: [RD, BK]
    notes: "LED feed. Gauge = GUESS, not covered by Jon's\ndrawings."
  L2: *feed
  L3: *feed
  L1P: &pig
    gauge: 22 AWG
    length: 6 in
    colors: [RD, BK]
    notes: "LED pigtail. Gauge = GUESS, not covered by\nJon's drawings."
  L2P: *pig
  L3P: *pig
  LIM:
    gauge: 22 AWG
    length: 24 in
    colors: [WH, BK]
    notes: "Limit switch. Gauge = GUESS, not covered by\nJon's drawings."

connections:
  -
    - BOARD_L1: [1-2]
    - L1: [1-2]
    - LJ1: [1-2]
  -
    - BOARD_L2: [1-2]
    - L2: [1-2]
    - LJ2: [1-2]
  -
    - BOARD_L3: [1-2]
    - L3: [1-2]
    - LJ3: [1-2]
  -
    - LP1: [1-2]
    - L1P: [1-2]
    - COB1: [1-2]
  -
    - LP2: [1-2]
    - L2P: [1-2]
    - COB2: [1-2]
  -
    - LP3: [1-2]
    - L3P: [1-2]
    - STRIP: [1-2]
  -
    - BOARD_LIM: [1-2]
    - LIM: [1-2]
    - SW: [1-2]
  -
    - LJ1
    - <==>
    - LP1
  -
    - LJ2
    - <==>
    - LP2
  -
    - LJ3
    - <==>
    - LP3
