seveibar/pedometer

This hardware setup integrates a Type-C connector, battery, display, and RF antenna connected through a microcontroller, USB interface, charging and fuel gauge ICs, along with associated passive components, enabling power management, data communication, and signal processing.

Version
0.4.4
License
unset
Stars
1

imports/BQ27427YZFR.tsx

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

const pinLabels = {
  pin1: ["A1", "GPOUT"],
  pin2: ["B1", "BIN"],
  pin3: ["C1", "VSS1"],
  pin4: ["A2", "SDA"],
  pin5: ["B2", "VSS2"],
  pin6: ["C2", "SRX"],
  pin7: ["A3", "SCL"],
  pin8: ["B3", "VDD"],
  pin9: ["C3", "BAT"]
} as const

export const BQ27427YZFR = (props: ChipProps<typeof pinLabels>) => {
  return (
    <chip
      pinLabels={pinLabels}
      supplierPartNumbers={{
  "jlcpcb": [
    "C6075475"
  ]
}}
      manufacturerPartNumber="BQ27427YZFR"
      footprint={<footprint>
        <smtpad portHints={["pin1"]} pcbX="-0.499999mm" pcbY="0.499999mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin2"]} pcbX="-0.499999mm" pcbY="0.000127mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin3"]} pcbX="-0.499999mm" pcbY="-0.499999mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin4"]} pcbX="0.000127mm" pcbY="0.499999mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin5"]} pcbX="0.000127mm" pcbY="0.000127mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin6"]} pcbX="0.000127mm" pcbY="-0.499999mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin7"]} pcbX="0.499999mm" pcbY="0.499999mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin8"]} pcbX="0.499999mm" pcbY="0.000127mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin9"]} pcbX="0.499999mm" pcbY="-0.499999mm" radius="0.1200023mm" shape="circle" />
<silkscreenpath route={[{"x":-0.8859774000000016,"y":0.8664955999998938},{"x":0.8864346000000296,"y":0.8664955999998938},{"x":0.8864346000000296,"y":-0.8658606000001328},{"x":-0.8859774000000016,"y":-0.8658606000001328},{"x":-0.8859774000000016,"y":0.8664955999998938}]} />
<silkscreenpath route={[{"x":-1.186053000000129,"y":0.4999990000000025},{"x":-1.189463007008385,"y":0.47409742524234844},{"x":-1.199460641690962,"y":0.44996100000003025},{"x":-1.215364581766039,"y":0.42923458176596796},{"x":-1.2360909999999876,"y":0.41333064169089084},{"x":-1.2602274252424195,"y":0.40333300700831387},{"x":-1.2861290000000736,"y":0.399923000000058},{"x":-1.3120305747577277,"y":0.40333300700831387},{"x":-1.3361670000000458,"y":0.41333064169089084},{"x":-1.3568934182341081,"y":0.42923458176596796},{"x":-1.3727973583091853,"y":0.44996100000003025},{"x":-1.3827949929917622,"y":0.47409742524234844},{"x":-1.3862050000000181,"y":0.4999990000000025},{"x":-1.3827949929917622,"y":0.5259005747576566},{"x":-1.3727973583091853,"y":0.5500369999999748},{"x":-1.3568934182341081,"y":0.5707634182340371},{"x":-1.3361670000000458,"y":0.5866673583091142},{"x":-1.3120305747577277,"y":0.5966649929916912},{"x":-1.2861290000000736,"y":0.6000749999999471},{"x":-1.2602274252424195,"y":0.5966649929916912},{"x":-1.2360909999999876,"y":0.5866673583091142},{"x":-1.215364581766039,"y":0.5707634182340371},{"x":-1.199460641690962,"y":0.5500369999999748},{"x":-1.189463007008385,"y":0.5259005747576566},{"x":-1.186053000000129,"y":0.4999990000000025}]} />
<courtyardoutline outline={[{"x":-1.6346810000000005,"y":1.1177909999998974},{"x":1.1259190000000672,"y":1.1177909999998974},{"x":1.1259190000000672,"y":-1.1094090000000278},{"x":-1.6346810000000005,"y":-1.1094090000000278},{"x":-1.6346810000000005,"y":1.1177909999998974}]} />
      </footprint>}
      cadModel={{
        objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C6075475.obj?uuid=2ca51a507e444609a2e12240e03fe96e",
        stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C6075475.step?uuid=2ca51a507e444609a2e12240e03fe96e",
        pcbRotationOffset: 0,
        modelOriginPosition: { x: 0.000012700000070253736, y: -0.00008889999992334197, z: -0.26 },
      }}
      {...props}
    />
  )
}