ShiboSoftwareDev/t113-s3-linux-computer-p9

The code defines a PCB subcircuit for a buck converter module featuring a TMI3112H IC, FTC252010S power switch, and associated passive components like capacitors and resistors for voltage regulation and feedback control.

Version
0.1.4
License
unset
Stars
0

imports/R_RJ45R10P_B000.tsx

import type { ChipProps } from "@tscircuit/props"

const pinLabels = {
  pin1: ["pin1"],
  pin2: ["pin2"],
  pin3: ["pin3"],
  pin4: ["pin4"],
  pin5: ["pin5"],
  pin6: ["pin6"],
  pin7: ["pin7"],
  pin8: ["pin8"],
  pin9: ["S1"],
  pin10: ["S2"]
} as const

export const R_RJ45R10P_B000 = (props: ChipProps<typeof pinLabels>) => {
  return (
    <chip
      pinLabels={pinLabels}
      supplierPartNumbers={{
  "jlcpcb": [
    "C386758"
  ]
}}
      manufacturerPartNumber="R_RJ45R10P_B000"
      footprint={<footprint>
        <hole pcbX="5.715mm" pcbY="2.67598525mm" diameter="3.1999936mm" />
<hole pcbX="-5.715mm" pcbY="2.67598525mm" diameter="3.1999936mm" />
<platedhole  portHints={["pin9"]} pcbX="7.750048mm" pcbY="5.72601725mm" outerDiameter="2.499995mm" holeDiameter="1.5999968mm" shape="circle" />
<platedhole  portHints={["pin10"]} pcbX="-7.750048mm" pcbY="5.72601725mm" outerDiameter="2.499995mm" holeDiameter="1.5999968mm" shape="circle" />
<platedhole  portHints={["pin8"]} pcbX="-4.445mm" pcbY="-6.21401475mm" outerDiameter="1.524mm" holeDiameter="0.9144mm" shape="circle" />
<platedhole  portHints={["pin7"]} pcbX="-3.175mm" pcbY="-3.67401475mm" outerDiameter="1.524mm" holeDiameter="0.9144mm" shape="circle" />
<platedhole  portHints={["pin6"]} pcbX="-1.905mm" pcbY="-6.21401475mm" outerDiameter="1.524mm" holeDiameter="0.9144mm" shape="circle" />
<platedhole  portHints={["pin5"]} pcbX="-0.635mm" pcbY="-3.67401475mm" outerDiameter="1.524mm" holeDiameter="0.9144mm" shape="circle" />
<platedhole  portHints={["pin4"]} pcbX="0.635mm" pcbY="-6.21401475mm" outerDiameter="1.524mm" holeDiameter="0.9144mm" shape="circle" />
<platedhole  portHints={["pin3"]} pcbX="1.905mm" pcbY="-3.67401475mm" outerDiameter="1.524mm" holeDiameter="0.9144mm" shape="circle" />
<platedhole  portHints={["pin2"]} pcbX="3.175mm" pcbY="-6.21401475mm" outerDiameter="1.524mm" holeDiameter="0.9144mm" shape="circle" />
<platedhole  portHints={["pin1"]} pcbX="4.445mm" pcbY="-3.67401475mm" outerDiameter="1.524mm" holeDiameter="0.9144mm" shape="circle" />
<silkscreenpath route={[{"x":-7.899984200000063,"y":7.199522049999928},{"x":-7.899984200000063,"y":10.575969449999889}]} />
<silkscreenpath route={[{"x":7.899984200000063,"y":4.2525124499999265},{"x":7.899984200000063,"y":-7.82399375},{"x":-7.899984200000063,"y":-7.82399375},{"x":-7.899984200000063,"y":4.2525124499999265}]} />
<silkscreenpath route={[{"x":-7.899984200000063,"y":10.575969449999889},{"x":7.899984200000063,"y":10.575969449999889},{"x":7.899984200000063,"y":7.199522049999928}]} />
<silkscreentext text="{NAME}" pcbX="0.015748mm" pcbY="11.75521725mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-9.289352000000008,"y":11.005217249999987},{"x":9.320848000000069,"y":11.005217249999987},{"x":9.320848000000069,"y":-8.290782750000062},{"x":-9.289352000000008,"y":-8.290782750000062},{"x":-9.289352000000008,"y":11.005217249999987}]} />
      </footprint>}
      cadModel={{
        objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C386758.obj?uuid=ca6ea7d231224a0290024d0189e1e06c",
        stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C386758.step?uuid=ca6ea7d231224a0290024d0189e1e06c",
        pcbRotationOffset: 180,
        modelOriginPosition: { x: 0, y: 1.4429932499998355, z: -0.15000560000000007 },
      }}
      {...props}
    />
  )
}