seveibar/usbc-pd-charger
This code defines and assembles a hardware schematic of an 18W USB-C PD wall charger with mains input, protection, high-voltage isolation, a DC buck converter with switching regulator, filtering, and USB-C output with ESD protection.
- Version
- 1.0.2
- License
- unset
- Stars
- 0
imports/A_7447709680.tsx
import type { InductorProps } from "@tscircuit/props"
export const A_7447709680 = (props: Omit<InductorProps, "inductance">) => {
return (
<inductor
inductance="68uH"
supplierPartNumbers={{
"jlcpcb": [
"C5155055"
]
}}
manufacturerPartNumber="7447709680"
footprint={<footprint>
<smtpad portHints={["pin1"]} pcbX="-5.0999898mm" pcbY="0mm" width="3.499993mm" height="5.3999892mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="5.0999898mm" pcbY="0mm" width="3.499993mm" height="5.3999892mm" shape="rect" />
<silkscreenpath route={[{"x":5.999988000000002,"y":-5.999988000000002},{"x":6.0064649999999915,"y":-3.2579309999999992}]} />
<silkscreenpath route={[{"x":-5.999988000000002,"y":-5.999988000000002},{"x":-6.018784000000011,"y":-3.2579309999999992}]} />
<silkscreenpath route={[{"x":6.0085731999999865,"y":3.281934000000007},{"x":6.026734199999993,"y":5.979922000000002}]} />
<silkscreenpath route={[{"x":-6.007734999999997,"y":3.2203136000000114},{"x":-5.999988000000002,"y":5.999988000000016}]} />
<silkscreenpath route={[{"x":-5.999988000000002,"y":5.999988000000016},{"x":5.999988000000002,"y":5.999988000000016}]} />
<silkscreenpath route={[{"x":-5.999988000000002,"y":-5.999988000000002},{"x":5.999988000000002,"y":-5.999988000000002}]} />
<silkscreentext text="{NAME}" pcbX="-0.000635mm" pcbY="7.096mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-7.095934999999997,"y":6.346000000000004},{"x":7.094664999999992,"y":6.346000000000004},{"x":7.094664999999992,"y":-6.345999999999989},{"x":-7.095934999999997,"y":-6.345999999999989},{"x":-7.095934999999997,"y":6.346000000000004}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C5155055.obj?uuid=4b24542e605e42cd8d2c360af4467b39",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C5155055.step?uuid=4b24542e605e42cd8d2c360af4467b39",
pcbRotationOffset: 90,
modelOriginPosition: { x: 0, y: 0, z: -0.2 },
}}
{...props}
/>
)
}