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/IHLP2525CZER100M01.tsx

import type { ChipProps } from "@tscircuit/props"

const pinLabels = {
  pin1: ["pin1"],
  pin2: ["pin2"]
} as const

export const IHLP2525CZER100M01 = (props: ChipProps<typeof pinLabels>) => {
  return (
    <chip
      pinLabels={pinLabels}
      supplierPartNumbers={{
  "jlcpcb": [
    "C540965"
  ]
}}
      manufacturerPartNumber="IHLP2525CZER100M01"
      footprint={<footprint>
        <smtpad portHints={["pin2"]} pcbX="2.924556mm" pcbY="0mm" width="2.4200104mm" height="3.4299906mm" shape="rect" />
<smtpad portHints={["pin1"]} pcbX="-2.924556mm" pcbY="0mm" width="2.4200104mm" height="3.4299906mm" shape="rect" />
<silkscreenpath route={[{"x":-3.2500569999999698,"y":1.946173399999907},{"x":-3.2500569999999698,"y":3.250031599999943}]} />
<silkscreenpath route={[{"x":3.2499553999998625,"y":-1.9461734000000206},{"x":3.2499553999998625,"y":-3.2500316000000566},{"x":-3.2500569999999698,"y":-3.2500316000000566},{"x":-3.2500569999999698,"y":-1.9461734000000206}]} />
<silkscreenpath route={[{"x":-3.2500569999999698,"y":3.250031599999943},{"x":3.2499553999998625,"y":3.250031599999943},{"x":3.2499553999998625,"y":1.946173399999907}]} />
<silkscreentext text="{NAME}" pcbX="-0.003556mm" pcbY="4.2766mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-4.393756000000167,"y":3.5265999999999167},{"x":4.386643999999933,"y":3.5265999999999167},{"x":4.386643999999933,"y":-3.4758000000000493},{"x":-4.393756000000167,"y":-3.4758000000000493},{"x":-4.393756000000167,"y":3.5265999999999167}]} />
      </footprint>}
      cadModel={{
        objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C540965.obj?uuid=d8fe5a721fb74861950175f59612a6b5",
        stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C540965.step?uuid=d8fe5a721fb74861950175f59612a6b5",
        pcbRotationOffset: 0,
        modelOriginPosition: { x: 0, y: 0, z: -2.495 },
      }}
      {...props}
    />
  )
}