techmannih/usbc-charger
This code defines a detailed electronic hardware design for an 85-265VAC to USB-C PD 18W wall charger, including the schematic layout and physical component placements such as connectors, filtering inductors, capacitors, resistors, protection diodes, and an isolated power module, all integrated with 3D models and mechanical enclosures.
- Version
- 1.0.7
- License
- unset
- Stars
- 0
dist/index.d.ts
import * as react from 'react';
/**
* Engineering prototype for an 85-265 VAC to USB-C PD wall charger.
*
* The encapsulated HLK-20M15C module replaces the former custom flyback,
* transformer and EMI magnetics. IP6520 converts its isolated 15 V output to
* negotiated USB-PD source profiles: 5 V / 3 A, 9 V / 2 A and 12 V / 1.5 A
* (18 W max). The exact standard IP6520 is the non-PPS variant; other IP6520
* family variants are not approved substitutions.
*
* The 15 V / 1.333 A AC/DC module leaves limited conversion and thermal
* headroom at the 18 W USB rating. Full-load thermal/efficiency testing,
* including the 15 V to 12 V / 1.5 A operating point, is a hardware release
* gate.
* The carrier adds fused surge, inrush and common-mode filtering plus
* secondary TVS/ESD protection. Physical safety and compliance remain subject
* to accredited-laboratory testing of the final enclosure and production unit.
*/
declare const UsbCPd18WWallCharger: () => any;
declare const UsbCPd18WCharger: () => any;
export { UsbCPd18WCharger, UsbCPd18WWallCharger, UsbCPd18WWallCharger as default };