imrishabh18/pedometer
This code defines and assembles a simple radio receiver hardware circuit using specific imported capacitors, inductors, RF connectors, and oscillator components with precise footprints and schematic attributes.
- Version
- 1.1.3
- License
- unset
- Stars
- 0
imports/BQ27427YZFR.tsx
import type { ChipProps } from "@tscircuit/props"
// Circular lands verified against EasyEDA 0.0.348; diameters follow TI
// YFP0020 (0.23 mm) / YZF0009 (0.245 mm). Manufacturing export defines
// the 0.25 mm rounded-square stencil and via-in-pad mask openings.
const pinLabels = {
pin1: ["GPOUT", "A1"],
pin2: ["BIN", "B1"],
pin3: ["VSS_C1", "C1"],
pin4: ["SDA", "A2"],
pin5: ["VSS_B2", "B2"],
pin6: ["SRX", "C2"],
pin7: ["SCL", "A3"],
pin8: ["VDD", "B3"],
pin9: ["BAT", "C3"]
} 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.1225} shape="circle" solderMaskMargin={0.05} solderPasteMargin={0.0025} />
<smtpad portHints={["pin2"]} pcbX="-0.499999mm" pcbY="0.000127mm" radius={0.1225} shape="circle" solderMaskMargin={0.05} solderPasteMargin={0.0025} />
<smtpad portHints={["pin3"]} pcbX="-0.499999mm" pcbY="-0.499999mm" radius={0.1225} shape="circle" solderMaskMargin={0.05} solderPasteMargin={0.0025} />
<smtpad portHints={["pin4"]} pcbX="0.000127mm" pcbY="0.499999mm" radius={0.1225} shape="circle" solderMaskMargin={0.05} solderPasteMargin={0.0025} />
<smtpad portHints={["pin5"]} pcbX="0.000127mm" pcbY="0.000127mm" radius={0.1225} shape="circle" solderMaskMargin={0.05} solderPasteMargin={0.0025} />
<smtpad portHints={["pin6"]} pcbX="0.000127mm" pcbY="-0.499999mm" radius={0.1225} shape="circle" solderMaskMargin={0.05} solderPasteMargin={0.0025} />
<smtpad portHints={["pin7"]} pcbX="0.499999mm" pcbY="0.499999mm" radius={0.1225} shape="circle" solderMaskMargin={0.05} solderPasteMargin={0.0025} />
<smtpad portHints={["pin8"]} pcbX="0.499999mm" pcbY="0.000127mm" radius={0.1225} shape="circle" solderMaskMargin={0.05} solderPasteMargin={0.0025} />
<smtpad portHints={["pin9"]} pcbX="0.499999mm" pcbY="-0.499999mm" radius={0.1225} shape="circle" solderMaskMargin={0.05} solderPasteMargin={0.0025} />
<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}]} />
<silkscreentext text="{NAME}" pcbX="-0.254381mm" pcbY="1.867791mm" anchorAlignment="center" fontSize="1mm" />
<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}
/>
)
}