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/KF127S_5_08_2P.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["pin1"],
pin2: ["pin2"]
} as const
export const KF127S_5_08_2P = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
supplierPartNumbers={{
"jlcpcb": [
"C2974924"
]
}}
manufacturerPartNumber="KF127S-5.08-2P"
footprint={<footprint>
<platedhole portHints={["pin1"]} pcbX="-2.54mm" pcbY="0mm" outerDiameter="2.3999952mm" holeDiameter="1.5999968mm" shape="circle" />
<platedhole portHints={["pin2"]} pcbX="2.54mm" pcbY="0mm" outerDiameter="2.3999952mm" holeDiameter="1.5999968mm" shape="circle" />
<silkscreenpath route={[{"x":-5.499988999999914,"y":4.199991600000203},{"x":5.599988799999892,"y":4.199991600000203}]} />
<silkscreenpath route={[{"x":1.080007999999907,"y":-5.8999882000000525},{"x":1.080007999999907,"y":-4.399991199999931},{"x":1.5800070000000233,"y":-3.8999921999999287},{"x":3.180003799999895,"y":-3.8999921999999287},{"x":3.5800029999999197,"y":-4.2999913999999535},{"x":3.5800029999999197,"y":-5.8999882000000525}]} />
<silkscreenpath route={[{"x":-3.99999200000002,"y":-5.8999882000000525},{"x":-3.99999200000002,"y":-4.399991199999931},{"x":-3.4999930000001314,"y":-3.8999921999999287},{"x":-1.899996200000146,"y":-3.8999921999999287},{"x":-1.4999970000000076,"y":-4.2999913999999535},{"x":-1.4999970000000076,"y":-5.8999882000000525}]} />
<silkscreentext text="{NAME}" pcbX="0mm" pcbY="6.9944mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-5.86340000000007,"y":6.2444000000000415},{"x":5.863399999999956,"y":6.2444000000000415},{"x":5.863399999999956,"y":-6.2952000000000226},{"x":-5.86340000000007,"y":-6.2952000000000226},{"x":-5.86340000000007,"y":6.2444000000000415}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C2974924.obj?uuid=0afa546b54f0487bab1478d858b86b96",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C2974924.step?uuid=0afa546b54f0487bab1478d858b86b96",
pcbRotationOffset: 0,
modelOriginPosition: { x: 0.000500000000000167, y: 0, z: -0.000006999999999646178 },
}}
{...props}
/>
)
}