MrPicklePinosaur/tscircuit_demo

This circuit hardware provides a USB-to-multi-protocol (I2C/SPI/UART) bridge using an FT232H chip, powered via a 3.3V regulator, with USB-C input, ESD protection, status LEDs, a STEMMA QT connector, and various support components.

Usage: To use this component in a project: 1. Import the specific component: ```tsx import { AMS1117_3_3 } from "@tsci/MrPicklePinosaur.tscircuit_demo/imports/AMS1117_3_3" ``` 2. Use the component in a board layout: ```tsx <board> <AMS1117_3_3 name="U2" /> </board> ``` Key details: - The component has predefined pin labels: - pin1: GND - pin2: VOUT1 - pin3: VIN - pin4: VOUT2 - Supports common layout props - Has a specific SMT footprint - Includes JLCPCB supplier part number (C6186)

Version
1.0.0
License
unset
Stars
0

imports/FT232HQ_REEL.tsx

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

const pinLabels = {
  pin1: ["XCSI"],
  pin2: ["XCSO"],
  pin3: ["VPHY"],
  pin4: ["AGND1"],
  pin5: ["REF"],
  pin6: ["DM"],
  pin7: ["DP"],
  pin8: ["VPLL"],
  pin9: ["AGND2"],
  pin10: ["GND1"],
  pin11: ["GND2"],
  pin12: ["VCCIO1"],
  pin13: ["ADBUS0"],
  pin14: ["ADBUS1"],
  pin15: ["ADBUS2"],
  pin16: ["ADBUS3"],
  pin17: ["ADBUS4"],
  pin18: ["ADBUS5"],
  pin19: ["ADBUS6"],
  pin20: ["ADBUS7"],
  pin21: ["ACBUS0"],
  pin22: ["GND3"],
  pin23: ["GND4"],
  pin24: ["VCCIO2"],
  pin25: ["ACBUS1"],
  pin26: ["ACBUS2"],
  pin27: ["ACBUS3"],
  pin28: ["ACBUS4"],
  pin29: ["ACBUS5"],
  pin30: ["ACBUS6"],
  pin31: ["ACBUS7"],
  pin32: ["ACBUS8"],
  pin33: ["ACBUS9"],
  pin34: ["pin34"],
  pin35: ["GND5"],
  pin36: ["GND6"],
  pin37: ["VCCA"],
  pin38: ["VCCCORE"],
  pin39: ["VCCD"],
  pin40: ["VREGIN"],
  pin41: ["AGND3"],
  pin42: ["TEST"],
  pin43: ["EEDATA"],
  pin44: ["EECLK"],
  pin45: ["EECS"],
  pin46: ["VCCIO3"],
  pin47: ["GND7"],
  pin48: ["GND8"],
  pin49: ["EP"]
} as const

export const FT232HQ_REEL = (props: ChipProps<typeof pinLabels>) => {
  return (
    <chip
      pinLabels={pinLabels}
      supplierPartNumbers={{
  "jlcpcb": [
    "C82158"
  ]
}}
      manufacturerPartNumber="FT232HQ_REEL"
      footprint={<footprint>
        <smtpad portHints={["pin1"]} pcbX="-2.7500580000001946mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="-2.249932000000058mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin3"]} pcbX="-1.7500600000000759mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin4"]} pcbX="-1.249934000000053mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin5"]} pcbX="-0.7500619999999572mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin6"]} pcbX="-0.2499359999999342mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin7"]} pcbX="0.24993599999982052mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin8"]} pcbX="0.7500619999999572mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin9"]} pcbX="1.2499339999999393mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin10"]} pcbX="1.7500599999999622mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin11"]} pcbX="2.249932000000058mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin12"]} pcbX="2.750058000000081mm" pcbY="-3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin13"]} pcbX="3.8775640000000067mm" pcbY="-2.750058000000081mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin14"]} pcbX="3.8775640000000067mm" pcbY="-2.249932000000058mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin15"]} pcbX="3.8775640000000067mm" pcbY="-1.7500599999999622mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin16"]} pcbX="3.8775640000000067mm" pcbY="-1.2499339999999393mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin17"]} pcbX="3.8775640000000067mm" pcbY="-0.7500619999999572mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin18"]} pcbX="3.8775640000000067mm" pcbY="-0.2499359999999342mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin19"]} pcbX="3.8775640000000067mm" pcbY="0.2499360000000479mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin20"]} pcbX="3.8775640000000067mm" pcbY="0.7500619999999572mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin21"]} pcbX="3.8775640000000067mm" pcbY="1.249934000000053mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin22"]} pcbX="3.8775640000000067mm" pcbY="1.7500599999999622mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin23"]} pcbX="3.8775640000000067mm" pcbY="2.249932000000058mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin24"]} pcbX="3.8775640000000067mm" pcbY="2.750058000000081mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin25"]} pcbX="2.750058000000081mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin26"]} pcbX="2.249932000000058mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin27"]} pcbX="1.7500599999999622mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin28"]} pcbX="1.2499339999999393mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin29"]} pcbX="0.7500619999999572mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin30"]} pcbX="0.24993599999982052mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin31"]} pcbX="-0.2499359999999342mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin32"]} pcbX="-0.7500619999999572mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin33"]} pcbX="-1.249934000000053mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin34"]} pcbX="-1.7500600000000759mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin35"]} pcbX="-2.249932000000058mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin36"]} pcbX="-2.7500580000001946mm" pcbY="3.8775640000000067mm" width="0.2800096mm" height="0.905002mm" shape="rect" />
<smtpad portHints={["pin37"]} pcbX="-3.8775640000001204mm" pcbY="2.750058000000081mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin38"]} pcbX="-3.8775640000001204mm" pcbY="2.249932000000058mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin39"]} pcbX="-3.8775640000001204mm" pcbY="1.7500599999999622mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin40"]} pcbX="-3.8775640000001204mm" pcbY="1.249934000000053mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin41"]} pcbX="-3.8775640000001204mm" pcbY="0.7500619999999572mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin42"]} pcbX="-3.8775640000001204mm" pcbY="0.2499360000000479mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin43"]} pcbX="-3.8775640000001204mm" pcbY="-0.2499359999999342mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin44"]} pcbX="-3.8775640000001204mm" pcbY="-0.7500619999999572mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin45"]} pcbX="-3.8775640000001204mm" pcbY="-1.2499339999999393mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin46"]} pcbX="-3.8775640000001204mm" pcbY="-1.7500599999999622mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin47"]} pcbX="-3.8775640000001204mm" pcbY="-2.249932000000058mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin48"]} pcbX="-3.8775640000001204mm" pcbY="-2.750058000000081mm" width="0.905002mm" height="0.2800096mm" shape="rect" />
<smtpad portHints={["pin49"]} pcbX="0mm" pcbY="0mm" width="6.1999876mm" height="6.1999876mm" shape="rect" />
<via pcbX="0mm" pcbY="0mm" outerDiameter="0.6095999999999999mm" holeDiameter="0.15239999999999998mm" fromLayer="top" toLayer="bottom" />
<via pcbX="-0.999998000000005mm" pcbY="0.999998000000005mm" outerDiameter="0.6095999999999999mm" holeDiameter="0.15239999999999998mm" fromLayer="top" toLayer="bottom" />
<via pcbX="-0.999998000000005mm" pcbY="0mm" outerDiameter="0.6095999999999999mm" holeDiameter="0.15239999999999998mm" fromLayer="top" toLayer="bottom" />
<via pcbX="-0.999998000000005mm" pcbY="-0.999998000000005mm" outerDiameter="0.6095999999999999mm" holeDiameter="0.15239999999999998mm" fromLayer="top" toLayer="bottom" />
<via pcbX="0mm" pcbY="0.999998000000005mm" outerDiameter="0.6095999999999999mm" holeDiameter="0.15239999999999998mm" fromLayer="top" toLayer="bottom" />
<via pcbX="0mm" pcbY="-0.999998000000005mm" outerDiameter="0.6095999999999999mm" holeDiameter="0.15239999999999998mm" fromLayer="top" toLayer="bottom" />
<via pcbX="0.9999979999998914mm" pcbY="-0.999998000000005mm" outerDiameter="0.6095999999999999mm" holeDiameter="0.15239999999999998mm" fromLayer="top" toLayer="bottom" />
<via pcbX="0.9999979999998914mm" pcbY="0mm" outerDiameter="0.6095999999999999mm" holeDiameter="0.15239999999999998mm" fromLayer="top" toLayer="bottom" />
<via pcbX="0.9999979999998914mm" pcbY="0.999998000000005mm" outerDiameter="0.6095999999999999mm" holeDiameter="0.15239999999999998mm" fromLayer="top" toLayer="bottom" />
<silkscreenpath route={[{"x":-4.076191999999992,"y":3.080511999999999},{"x":-4.076191999999992,"y":4.076191999999992},{"x":-3.0805120000001125,"y":4.076191999999992}]} />
<silkscreenpath route={[{"x":4.076191999999992,"y":3.080511999999999},{"x":4.076191999999992,"y":4.076191999999992},{"x":3.080511999999999,"y":4.076191999999992}]} />
<silkscreenpath route={[{"x":-4.076191999999992,"y":-3.080511999999999},{"x":-4.076191999999992,"y":-4.076191999999878},{"x":-3.0805120000001125,"y":-4.076191999999878}]} />
<silkscreenpath route={[{"x":4.076191999999992,"y":-3.080511999999999},{"x":4.076191999999992,"y":-4.076191999999878},{"x":3.080511999999999,"y":-4.076191999999878}]} />
      </footprint>}
      cadModel={{
        objUrl: "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=5218316eb64e4fa1a2a52c49ee4d372e&pn=C82158",
        rotationOffset: { x: 0, y: 0, z: 90 },
        positionOffset: { x: 0, y: 0, z: 0 },
      }}
      {...props}
    />
  )
}