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/B2B_PH_SM4_TBT_LF__SN_.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["pin1"],
pin2: ["pin2"],
pin3: ["pin3"],
pin4: ["pin4"]
} as const
export const B2B_PH_SM4_TBT_LF__SN_ = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
supplierPartNumbers={{
"jlcpcb": [
"C265003"
]
}}
manufacturerPartNumber="B2B_PH_SM4_TBT_LF__SN_"
footprint={<footprint>
<smtpad portHints={["pin1"]} pcbX="-1.000125mm" pcbY="-0.49996725mm" width="0.999998mm" height="5.499989mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="0.999871mm" pcbY="-0.49996725mm" width="0.999998mm" height="5.499989mm" shape="rect" />
<smtpad portHints={["pin3"]} pcbX="3.499993mm" pcbY="1.74996475mm" width="1.999996mm" height="2.999994mm" shape="rect" />
<smtpad portHints={["pin4"]} pcbX="-3.499993mm" pcbY="1.74996475mm" width="1.999996mm" height="2.999994mm" shape="rect" />
<silkscreenpath route={[{"x":-4.000119000000041,"y":4.25001055000007},{"x":3.999864999999886,"y":4.25001055000007}]} />
<silkscreenpath route={[{"x":-4.000119000000041,"y":-0.7500048499999821},{"x":-1.7312640000001238,"y":-0.7500048499999821}]} />
<silkscreenpath route={[{"x":-0.2689860000000408,"y":-0.7500048499999821},{"x":0.26873199999999997,"y":-0.7500048499999821}]} />
<silkscreenpath route={[{"x":1.7310099999999693,"y":-0.7500048499999821},{"x":3.999864999999886,"y":-0.7500048499999821}]} />
<silkscreenpath route={[{"x":3.999864999999886,"y":-0.7500048499999821},{"x":3.999864999999886,"y":0.018878549999953975}]} />
<silkscreenpath route={[{"x":3.999864999999886,"y":3.4811525499999334},{"x":3.999864999999886,"y":4.25001055000007}]} />
<silkscreenpath route={[{"x":-4.000119000000041,"y":4.25001055000007},{"x":-4.000119000000041,"y":3.4811525499999334}]} />
<silkscreenpath route={[{"x":-4.000119000000041,"y":0.018878549999953975},{"x":-4.000119000000041,"y":-0.7500048499999821}]} />
<silkscreentext text="{NAME}" pcbX="-0.000127mm" pcbY="5.24983275mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-4.7459270000000515,"y":4.499832749999996},{"x":4.745673000000011,"y":4.499832749999996},{"x":4.745673000000011,"y":-3.4931672500001696},{"x":-4.7459270000000515,"y":-3.4931672500001696},{"x":-4.7459270000000515,"y":4.499832749999996}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C265003.obj?uuid=fa51a0cf3e2c44c08b08b17a4ed903b6",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C265003.step?uuid=fa51a0cf3e2c44c08b08b17a4ed903b6",
pcbRotationOffset: 0,
modelOriginPosition: { x: 1, y: -1.9019987499999844, z: 0 },
}}
{...props}
/>
)
}