LED Part Audit


I’ll inspect the part metadata, look for any missing official datasheet link, then compare symbol/footprint/pin details against the sourced datasheet and summarize findings.
I found the footprint asset name IN-P416ASUW.kicad_mod, which identifies the part as Inolux IN-P416ASUW; I found the official Inolux PDF. I’m extracting the pin/package details now and checking them against the current symbol/footprint.
Created a project doc

Part Datasheet Audit — LED

View Document

Date: 2026-07-21 Project: silicon-yard/led
Completed the part audit and set the project-level Datasheet URL to the official Inolux IN-P416ASUW datasheet. I also created the detailed report: Part Datasheet Audit — LED.
Open items:
  • Metadata mismatch: current MPN is LED; it should be IN-P416ASUW.
  • Symbol issue: pins lack Anode/Cathode descriptions and are typed Unspecified.
  • Footprint issue: current pad geometry appears materially different from the Inolux recommended solder pattern.
Suggested next steps:
  1. Update MPN/manufacturer/package metadata.
  2. Set pin 1 = Anode and pin 2 = Cathode.
  3. Correct the footprint pad geometry to match the datasheet.
Fix metadata and footprint
Update part metadata
Set pin polarity
Correct footprint geometry
Run verification

1
Pin Number
1
2
Pin Number
2
Part Datasheet Audit — LED
Date: 2026-07-21 Project: silicon-yard/led
Identification
The current project is a part project named LED with 2 pads. The available project/index metadata reported:

Table


FieldCurrent value found
Manufacturer Part NumberLED
Part TypeOptoelectronic Devices
Designator PrefixLED
Datasheet URLMissing before this audit
ManufacturerNot available
PackageNot available
Pin CountNot available in metadata; project context shows 2 pads
DescriptionProject description: LED
The footprint asset is named IN-P416ASUW.kicad_mod, which identifies the intended manufacturer part as Inolux IN-P416ASUW.
Datasheet
Official manufacturer datasheet found and set on the project-level Datasheet URL property:
Manufacturer product page also confirms the same datasheet for IN-P416ASUW:
Key Datasheet Specs

Table


SpecDatasheet value
ManufacturerInolux Corporation
MPNIN-P416ASUW
DescriptionSide View SMD LED, 0.6T PLCC Type
Emission colorWhite
LED technologyInGaN
Package size3.8 mm × 1.0 mm × 0.6 mm
Recommended operating/test current20 mA
Forward voltage2.9 V typ, 3.4 V max at 20 mA
Maximum forward current30 mA
Peak forward current35 mA, 1/10 duty, 0.1 ms pulse width
Reverse voltage5 V
Power dissipation105 mW
Viewing angle120°
Luminous intensity3020 mcd minimum at 20 mA
Chromaticityx=0.2880, y=0.2720
Operating temperature-40°C to +85°C
Storage temperature-40°C to +100°C
Symbol / Pin Metadata Check
Current schematic symbol representation uses two terminal elements:

Table


TerminalCurrent propertiesDatasheet cross-check
1Pin Number 1, Pin Type Unspecified, no Pin DescriptionShould be explicitly identified as Anode if using the current left-pad-as-pin-1 convention
2Pin Number 2, Pin Type Unspecified, no Pin DescriptionShould be explicitly identified as Cathode if using the current right-pad-as-pin-2 convention
The datasheet provides LED polarity but does not appear to formally number the terminals. It shows the practical polarity convention as left pad = anode and right pad = cathode in the recommended solder pattern/polarity symbol. Therefore, for this CAD part the safest explicit convention is:
  • Pin 1 = Anode, left pad
  • Pin 2 = Cathode, right pad
Symbol mismatches / issues
  • Pin descriptions are missing; polarity is not explicit.
  • Pin Type is Unspecified for both terminals.
  • The symbol is terminal-based rather than a recognizable LED/diode polarity symbol, so downstream users could miswire it unless the pin descriptions are fixed.
Footprint Check
Current KiCad footprint payload:

Kicad


(pad 1 smd rect (at -1.3716 0 90) (size 0.9906 1.3716) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 1.3716 0 90) (size 0.9906 1.3716) (layers F.Cu F.Paste F.Mask))
Accounting for KiCad's 90° pad rotation, the effective current footprint is approximately:

Table


FeatureCurrent footprintDatasheet recommended patternStatus
Pad center X±1.3716 mm±1.75 mm inferred from 1.10 mm pad + 2.40 mm gapMismatch
Center pitch2.7432 mm3.50 mmMismatch
Pad inner gap1.3716 mm2.40 mmMismatch
Overall copper span4.1148 mm4.60 mmMismatch
Pad length along LED axis1.3716 mm1.10 mmMismatch
Pad width transverse0.9906 mm0.63 mmMismatch
Footprint mismatch conclusion
The footprint appears materially different from the official Inolux recommended solder pattern. The pad pitch/gap and pad width are substantially off; this is not just a rounding tolerance issue. Recommended correction, assuming the datasheet land-pattern interpretation is correct:
  • Pad 1 center: x ≈ -1.75 mm
  • Pad 2 center: x ≈ +1.75 mm
  • Pad size: approximately 1.10 mm × 0.63 mm in global component coordinates
  • Pin 1 / left pad = Anode
  • Pin 2 / right pad = Cathode
Metadata mismatches / issues
  • Current MPN metadata is LED; it should be IN-P416ASUW.
  • Manufacturer is missing; it should be Inolux Corporation.
  • Package metadata is missing; it should identify the part as a side-view SMD LED / 0.6T PLCC / 3.8 × 1.0 × 0.6 mm.
  • Datasheet URL was missing before this audit and has now been set to the official Inolux PDF URL.
  1. Update part metadata: Manufacturer Part Number = IN-P416ASUW, Manufacturer Name = Inolux Corporation, Package/Case = Side-view SMD LED 0.6T PLCC, 3.8×1.0×0.6 mm.
  2. Update pin descriptions/types: Pin 1 = Anode, Pin 2 = Cathode.
  3. Correct the footprint pad geometry to match the Inolux recommended land pattern.
  4. Add or verify a clear cathode-side silkscreen/assembly marker.
  • Identification

  • Datasheet

  • Key Datasheet Specs

  • Symbol / Pin Metadata Check

  • Symbol mismatches / issues

  • Footprint Check

  • Footprint mismatch conclusion

  • Metadata mismatches / issues

  • Recommended Next Fixes