0hmX/arducam-mini-2mp-plus-b0067-clone
This code defines React components representing various hardware electronic components such as sensors, chips, capacitors, inductors, and memory devices, including their physical pin layouts, footprints, and 3D CAD models for PCB design integration.
- Version
- 1.0.3
- License
- unset
- Stars
- 0
imports/FNR3015S1R5MT.tsx
import type { InductorProps } from "@tscircuit/props"
export const FNR3015S1R5MT = (props: Omit<InductorProps, "inductance">) => {
return (
<inductor
inductance="1.5uH"
supplierPartNumbers={{
"jlcpcb": [
"C167745"
]
}}
manufacturerPartNumber="FNR3015S1R5MT"
footprint={<footprint>
<smtpad portHints={["pin1"]} pcbX="1.35001mm" pcbY="0mm" width="1.2999974mm" height="2.7200098mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="-1.35001mm" pcbY="0mm" width="1.2999974mm" height="2.7200098mm" shape="rect" />
<silkscreenpath route={[{"x":-1.5761970000000929,"y":1.512392200000022},{"x":-1.5761970000000929,"y":1.5761970000000929},{"x":1.5761969999998655,"y":1.5761970000000929},{"x":1.5761969999998655,"y":1.512392200000022}]} />
<silkscreenpath route={[{"x":-1.5761970000000929,"y":-1.512392200000022},{"x":-1.5761970000000929,"y":-1.5761969999999792},{"x":1.5761969999998655,"y":-1.5761969999999792},{"x":1.5761969999998655,"y":-1.512392200000022}]} />
<silkscreentext text="{NAME}" pcbX="-0.0127mm" pcbY="2.5748mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-2.2566000000000486,"y":1.8248000000000957},{"x":2.2311999999998307,"y":1.8248000000000957},{"x":2.2311999999998307,"y":-1.8248000000000957},{"x":-2.2566000000000486,"y":-1.8248000000000957},{"x":-2.2566000000000486,"y":1.8248000000000957}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C167745.obj?uuid=63cc21aede2e4e639d7047cf5b8d8e62",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C167745.step?uuid=63cc21aede2e4e639d7047cf5b8d8e62",
pcbRotationOffset: 90,
modelOriginPosition: { x: 0, y: 0, z: -0.01 },
}}
{...props}
/>
)
}