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/BSS138LT1G.tsx
import type { MosfetProps } from "@tscircuit/props"
export const BSS138LT1G = (props: Omit<MosfetProps, "channelType" | "mosfetMode">) => {
return (
<mosfet channelType="n" mosfetMode="enhancement"
symbol={<symbol name="BSS138-G1-S2-D3">
<schematictext text={props.name} schX={0.75} schY={0.25} fontSize={0.18} />
<schematictext text="BSS138" schX={0.9} schY={0} fontSize={0.15} />
<port name="G" aliases={["gate"]} pinNumber={1} schX={-0.8} schY={0} direction="left" />
<port name="S" aliases={["source"]} pinNumber={2} schX={0.4} schY={-0.7} direction="down" />
<port name="D" aliases={["drain"]} pinNumber={3} schX={0.4} schY={0.7} direction="up" />
<schematicpath points={[{x:-0.8,y:0},{x:-0.15,y:0},{x:-0.15,y:0.35}]} />
<schematicpath points={[{x:-0.15,y:0},{x:-0.15,y:-0.35}]} />
<schematicpath points={[{x:0,y:0.35},{x:0,y:0.15}]} />
<schematicpath points={[{x:0,y:0.08},{x:0,y:-0.08}]} />
<schematicpath points={[{x:0,y:-0.15},{x:0,y:-0.35}]} />
<schematicpath points={[{x:0,y:0.25},{x:0.4,y:0.25},{x:0.4,y:0.7}]} />
<schematicpath points={[{x:0,y:-0.25},{x:0.4,y:-0.25},{x:0.4,y:-0.7}]} />
<schematicpath points={[{x:0.4,y:-0.25},{x:0.4,y:0},{x:0,y:0}]} />
<schematicpath points={[{x:0.15,y:0.09},{x:0,y:0},{x:0.15,y:-0.09}]} />
</symbol>}
supplierPartNumbers={{
"jlcpcb": [
"C82045"
]
}}
manufacturerPartNumber="BSS138LT1G"
footprint={<footprint>
<smtpad portHints={["pin1"]} pcbX="1.235075mm" pcbY="-0.94996mm" width="1.0700004mm" height="0.5999988mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="1.235075mm" pcbY="0.94996mm" width="1.0700004mm" height="0.5999988mm" shape="rect" />
<smtpad portHints={["pin3"]} pcbX="-1.235075mm" pcbY="0mm" width="1.0700004mm" height="0.5999988mm" shape="rect" />
<silkscreenpath route={[{"x":0.8760714000002281,"y":1.5361919999999145},{"x":-0.8763253999998142,"y":1.5361919999999145},{"x":-0.8763253999998142,"y":0.49458879999997407}]} />
<silkscreenpath route={[{"x":0.8760714000002281,"y":-1.5361920000000282},{"x":-0.8763253999998142,"y":-1.5361920000000282},{"x":-0.8763253999998142,"y":-0.49458879999997407}]} />
<silkscreenpath route={[{"x":0.8760714000002281,"y":0.45539659999997184},{"x":0.8760714000002281,"y":-0.45539659999985815}]} />
<silkscreentext text="{NAME}" pcbX="-0.012827mm" pcbY="2.524mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-2.0281269999999267,"y":1.774000000000001},{"x":2.0024730000002364,"y":1.774000000000001},{"x":2.0024730000002364,"y":-1.7993999999999915},{"x":-2.0281269999999267,"y":-1.7993999999999915},{"x":-2.0281269999999267,"y":1.774000000000001}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C82045.obj?uuid=cefd4596db214da394d9632b2b88f8f2",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C82045.step?uuid=cefd4596db214da394d9632b2b88f8f2",
pcbRotationOffset: 90,
modelOriginPosition: { x: 0.000012699999956566899, y: 0, z: 0 },
}}
{...props}
/>
)
}