mohan-bee/drone
This code defines the physical hardware layout and component placements for a drone's circuit board, including outlines, cutouts, and detailed PCB footprints for various electronic components like microcontrollers, sensors, connectors, and passive devices.
- Version
- 1.0.11
- License
- unset
- Stars
- 0
imports/SI2302DS_T1_GE3_VB.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["G"],
pin2: ["S"],
pin3: ["D"]
} as const
export const SI2302DS_T1_GE3_VB = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
symbol={
<symbol>
<schematicpath points={[{"x":0,"y":-5.08},{"x":0,"y":-2.54}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":3.302,"y":0.254},{"x":3.81,"y":0.508}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":3.302,"y":0.254},{"x":1.778,"y":0.254},{"x":1.27,"y":0}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":3.302,"y":-0.508},{"x":1.778,"y":-0.508},{"x":2.54,"y":0.254},{"x":3.302,"y":-0.508}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":-1.27,"y":1.27},{"x":-1.27,"y":-0.762},{"x":-2.54,"y":0.254},{"x":-1.27,"y":1.27}]} strokeWidth={0.254} strokeColor="#880000" isFilled fillColor="#880000" />
<schematicpath points={[{"x":-2.9972,"y":2.794},{"x":-2.9972,"y":1.524}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":-2.9972,"y":0.7366},{"x":-2.9972,"y":-0.508}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":-2.9972,"y":-1.27},{"x":-2.9972,"y":-2.5146}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":0,"y":0},{"x":0,"y":-2.54}]} strokeWidth={0.254} strokeColor="#A00000" />
<port name="pin3" pinNumber={3} aliases={["D"]} direction="up" schX={0} schY={2.54} schStemLength={2.54} />
<port name="pin2" pinNumber={2} aliases={["S"]} direction="down" schX={0} schY={-2.54} schStemLength={2.54} />
<schematicpath points={[{"x":0,"y":2.032},{"x":-2.794,"y":2.032}]} strokeWidth={0.254} strokeColor="#A00000" />
<schematicpath points={[{"x":-2.54,"y":-2.032},{"x":-0.254,"y":-2.032}]} strokeWidth={0.254} strokeColor="#A00000" />
<schematicpath points={[{"x":0,"y":0.254},{"x":0,"y":-2.54}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":-2.794,"y":-2.032},{"x":0,"y":-2.032}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":0,"y":2.032},{"x":-2.54,"y":2.032}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":0,"y":2.54},{"x":0,"y":2.032}]} strokeWidth={0.254} strokeColor="#A00000" />
<port name="pin1" pinNumber={1} aliases={["G"]} direction="left" schX={-5.08} schY={0} schStemLength={2.54} />
<schematicpath points={[{"x":0,"y":2.54},{"x":0,"y":2.032}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":-5.08,"y":0},{"x":-3.81,"y":0}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":-2.794,"y":0.254},{"x":0,"y":0.254}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":-3.81,"y":-2.54},{"x":-3.81,"y":2.54}]} strokeWidth={0.254} strokeColor="#880000" />
<schematicpath points={[{"x":0,"y":2.54},{"x":2.54,"y":2.54},{"x":2.54,"y":-2.54},{"x":0,"y":-2.54}]} strokeWidth={0.254} strokeColor="#880000" />
</symbol>
}
supplierPartNumbers={{
"jlcpcb": [
"C558245"
]
}}
manufacturerPartNumber="SI2302DS_T1_GE3_VB"
footprint="sot23w_p0.9813mm_pw0.6494mm_pin1location(rightside,bottom)"
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C558245.obj?uuid=d777607a152f4f3aac9bb0d0c14ed6fd",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C558245.step?uuid=d777607a152f4f3aac9bb0d0c14ed6fd",
pcbRotationOffset: 180,
modelOriginPosition: { x: 0.000012700000070253736, y: -0.000012699999956566899, z: 0.050795 },
}}
{...props}
/>
)
}