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

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

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

export const B3B_PH_SM4_TB_LF__SN_ = (props: ChipProps<typeof pinLabels>) => {
  return (
    <chip
      pinLabels={pinLabels}
      supplierPartNumbers={{
  "jlcpcb": [
    "C160353"
  ]
}}
      manufacturerPartNumber="B3B-PH-SM4-TB(LF)(SN)"
      footprint={<footprint>
        <smtpad portHints={["pin3"]} pcbX="-1.999996mm" pcbY="0.5125593mm" width="0.999998mm" height="5.999988mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="0mm" pcbY="0.5125593mm" width="0.999998mm" height="5.999988mm" shape="rect" />
<smtpad portHints={["pin1"]} pcbX="1.999996mm" pcbY="0.5125593mm" width="0.999998mm" height="5.999988mm" shape="rect" />
<smtpad portHints={["pin4"]} pcbX="-4.350004mm" pcbY="-1.8125567mm" width="1.7999964mm" height="3.3999932mm" shape="rect" />
<smtpad portHints={["pin5"]} pcbX="4.350004mm" pcbY="-1.8125567mm" width="1.7999964mm" height="3.3999932mm" shape="rect" />
<silkscreenpath route={[{"x":4.999939199999858,"y":-4.312475500000005},{"x":-5.000015400000052,"y":-4.312475500000005}]} />
<silkscreenpath route={[{"x":-5.001234600000089,"y":0.6875653000000739},{"x":-2.7311349999999948,"y":0.6875653000000739}]} />
<silkscreenpath route={[{"x":-1.2688570000000254,"y":0.6875653000000739},{"x":-0.7311389999999847,"y":0.6875653000000739}]} />
<silkscreenpath route={[{"x":0.731138999999871,"y":0.6875653000000739},{"x":1.2688570000000254,"y":0.6875653000000739}]} />
<silkscreenpath route={[{"x":2.7311349999999948,"y":0.6875653000000739},{"x":5.000015399999938,"y":0.6875653000000739}]} />
<silkscreenpath route={[{"x":5.000015399999938,"y":0.6875653000000739},{"x":5.000015399999938,"y":0.11868150000009337}]} />
<silkscreenpath route={[{"x":5.000015399999938,"y":-3.7435917000000245},{"x":5.000015399999938,"y":-4.312475500000005}]} />
<silkscreenpath route={[{"x":-5.001234600000089,"y":0.6875653000000739},{"x":-5.001234600000089,"y":0.11868150000009337}]} />
<silkscreenpath route={[{"x":-5.001234600000089,"y":-3.7435917000000245},{"x":-5.001234600000089,"y":-4.312475500000005}]} />
<silkscreentext text="{NAME}" pcbX="-0.0127mm" pcbY="4.8049073mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-5.507800000000088,"y":4.054907299999968},{"x":5.482400000000098,"y":4.054907299999968},{"x":5.482400000000098,"y":-4.598492699999952},{"x":-5.507800000000088,"y":-4.598492699999952},{"x":-5.507800000000088,"y":4.054907299999968}]} />
      </footprint>}
      cadModel={{
        objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C160353.obj?uuid=d10deedf4da34c2eb61f609712952df0",
        stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C160353.step?uuid=d10deedf4da34c2eb61f609712952df0",
        pcbRotationOffset: 180,
        modelOriginPosition: { x: 2, y: -2.340942999999948, z: 0 },
      }}
      {...props}
    />
  )
}