imrishabh18/STM32F746G-DISCO
This code defines the hardware layout of a USB audio vu-meter circuit, including key components such as voltage regulators, microcontroller (STM32F303CCT6), audio codec (PCM2902), USB-Ethernet isolator, power regulation, reset switches, and associated passive components, with their physical footprints, pin configurations, and routing for PCB design.
- Version
- 1.0.2
- License
- unset
- Stars
- 0
imports/nSMD050_24V.tsx
import type { ChipProps } from "@tscircuit/props";
const pinLabels = {
pin1: ["pin1"],
pin2: ["pin2"],
} as const;
export const nSMD050_24V = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
supplierPartNumbers={{
jlcpcb: ["C70076"],
}}
manufacturerPartNumber="nSMD050_24V"
footprint={
<footprint>
<smtpad
portHints={["pin1"]}
pcbX="-1.445006mm"
pcbY="0mm"
width="1.1900916mm"
height="1.7279874mm"
shape="rect"
/>
<smtpad
portHints={["pin2"]}
pcbX="1.445006mm"
pcbY="0mm"
width="1.1900916mm"
height="1.7279874mm"
shape="rect"
/>
<silkscreenpath
route={[
{ x: -0.9261856000000108, y: 1.0926064000000082 },
{ x: -2.1163026000000116, y: 1.0926064000000082 },
]}
/>
<silkscreenpath
route={[
{ x: 0.926210999999995, y: 1.0926064000000082 },
{ x: 2.1163026000000116, y: 1.0926064000000082 },
]}
/>
<silkscreenpath
route={[
{ x: -2.2687025999999975, y: 0.9402064000000081 },
{ x: -2.2687025999999975, y: -0.9402063999999939 },
]}
/>
<silkscreenpath
route={[
{ x: 2.2687025999999832, y: 0.9402064000000081 },
{ x: 2.2687025999999832, y: -0.9402063999999939 },
]}
/>
<silkscreenpath
route={[
{ x: -2.1163026000000116, y: -1.092606399999994 },
{ x: -0.9261856000000108, y: -1.092606399999994 },
]}
/>
<silkscreenpath
route={[
{ x: 2.1163026000000116, y: -1.092606399999994 },
{ x: 0.926210999999995, y: -1.092606399999994 },
]}
/>
<silkscreenpath
route={[
{ x: -1.4210854715202004e-14, y: 0 },
{ x: -0.08441074011676619, y: 0.2037855535998574 },
{ x: -0.11320167162334371, y: 0.422474390000005 },
{ x: -0.08441074011676619, y: 0.6411632264001383 },
{ x: 0, y: 0.8449487799999957 },
]}
/>
<silkscreenpath
route={[
{ x: 2.842170943040401e-14, y: 0 },
{ x: 0.08441074011679461, y: -0.20378555359984318 },
{ x: 0.11320167162334371, y: -0.42247438999999076 },
{ x: 0.08441074011679461, y: -0.6411632264001241 },
{ x: 0, y: -0.8449487799999957 },
]}
/>
<courtyardoutline
outline={[
{ x: -2.5105999999999966, y: 1.3422000000000054 },
{ x: 2.5360000000000014, y: 1.3422000000000054 },
{ x: 2.5360000000000014, y: -1.3421999999999912 },
{ x: -2.5105999999999966, y: -1.3421999999999912 },
{ x: -2.5105999999999966, y: 1.3422000000000054 },
]}
/>
</footprint>
}
cadModel={{
objUrl:
"https://modelcdn.tscircuit.com/easyeda_models/assets/C70076.obj?uuid=7dbd95a5ee9a45949b72cb8147e267ff",
stepUrl:
"https://modelcdn.tscircuit.com/easyeda_models/assets/C70076.step?uuid=7dbd95a5ee9a45949b72cb8147e267ff",
pcbRotationOffset: 0,
modelOriginPosition: { x: 0, y: 0, z: 0 },
}}
{...props}
/>
);
};