ShiboSoftwareDev/solar-battery-charger-module
This hardware setup integrates a solar panel, a lithium-ion battery, and a multi-rail buck converter with a battery charging IC, protection circuitry, and monitoring components, enabling solar power harvesting, battery charging, and power distribution in an embedded system.
- Version
- 1.0.4
- License
- unset
- Stars
- 0
imports/DFE252012P_1R5M_P2.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["pin1"],
pin2: ["pin2"]
} as const
export const DFE252012P_1R5M_P2 = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
supplierPartNumbers={{
"jlcpcb": [
"C161084"
]
}}
manufacturerPartNumber="DFE252012P-1R5M=P2"
footprint={<footprint>
<smtpad portHints={["pin2"]} pcbX="1.167511mm" pcbY="0mm" width="1.634998mm" height="2.1599906mm" shape="rect" />
<smtpad portHints={["pin1"]} pcbX="-1.167511mm" pcbY="0mm" width="1.634998mm" height="2.1599906mm" shape="rect" />
<silkscreenpath route={[{"x":0.6349999999999909,"y":1.2953999999999724},{"x":0.6349999999999909,"y":1.2953999999999724},{"x":2.032000000000039,"y":1.2953999999999724},{"x":2.2732999999998356,"y":1.0541000000000622},{"x":2.2732999999998356,"y":-1.0032999999998538},{"x":2.0066000000000486,"y":-1.2699999999999818},{"x":0.6349999999999909,"y":-1.2699999999999818}]} />
<silkscreenpath route={[{"x":-0.635127000000125,"y":-1.2699999999999818},{"x":-0.635127000000125,"y":-1.2699999999999818},{"x":-2.0321270000000595,"y":-1.2699999999999818},{"x":-2.2734270000000834,"y":-1.028699999999958},{"x":-2.2734270000000834,"y":1.0287000000000717},{"x":-2.006727000000069,"y":1.2953999999999724},{"x":-0.635127000000125,"y":1.2953999999999724}]} />
<silkscreentext text="{NAME}" pcbX="0.012573mm" pcbY="2.2954mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-2.510727000000088,"y":1.5453999999999724},{"x":2.535872999999924,"y":1.5453999999999724},{"x":2.535872999999924,"y":-1.5199999999999818},{"x":-2.510727000000088,"y":-1.5199999999999818},{"x":-2.510727000000088,"y":1.5453999999999724}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C161084.obj?uuid=8f47eb01ab4b4bacaa4f20f2f35bc0ed",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C161084.step?uuid=8f47eb01ab4b4bacaa4f20f2f35bc0ed",
pcbRotationOffset: 0,
modelOriginPosition: { x: 0.000012700000070253736, y: 0, z: 0 },
}}
{...props}
/>
)
}