imrishabh18/fitness_watch
This circuit integrates an ESP-12E microcontroller with various sensors, relays, and power management components, including an AO3400A transistor for switching loads, to enable wireless control and sensing functions.
- Version
- 1.0.11
- License
- unset
- Stars
- 0
imports/MPU_6050/MPU_6050.tsx
import objPath from "./MPU_6050.obj"
import stepPath from "./MPU_6050.step"
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["CLKIN"],
pin2: ["NC1"],
pin3: ["NC2"],
pin4: ["NC3"],
pin5: ["NC4"],
pin6: ["AUX_DA"],
pin7: ["AUX_CL"],
pin8: ["VLOGIC"],
pin9: ["AD0"],
pin10: ["REGOUT"],
pin11: ["FSYNC"],
pin12: ["INT"],
pin13: ["VDD"],
pin14: ["NC5"],
pin15: ["NC6"],
pin16: ["NC7"],
pin17: ["NC8"],
pin18: ["GND"],
pin19: ["RESV1"],
pin20: ["CPOUT"],
pin21: ["RESV2"],
pin22: ["RESV3"],
pin23: ["SCL"],
pin24: ["SDA"]
} as const
const pinAttributes = {
pin2: {doNotConnect: true},
pin3: {doNotConnect: true},
pin4: {doNotConnect: true},
pin5: {doNotConnect: true},
pin13: {requiresPower: true},
pin14: {doNotConnect: true},
pin15: {doNotConnect: true},
pin16: {doNotConnect: true},
pin17: {doNotConnect: true},
pin18: {requiresGround: true}
} as const
export const MPU_6050 = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
pinAttributes={pinAttributes}
supplierPartNumbers={{
"jlcpcb": [
"C24112"
]
}}
manufacturerPartNumber="MPU-6050"
footprint={<footprint>
<smtpad portHints={["pin1"]} pcbX="-1.249934mm" pcbY="-1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin2"]} pcbX="-0.750062mm" pcbY="-1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin3"]} pcbX="-0.249936mm" pcbY="-1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin4"]} pcbX="0.249936mm" pcbY="-1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin5"]} pcbX="0.750062mm" pcbY="-1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin6"]} pcbX="1.249934mm" pcbY="-1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin7"]} pcbX="1.999996mm" pcbY="-1.249934mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin8"]} pcbX="1.999996mm" pcbY="-0.750062mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin9"]} pcbX="1.999996mm" pcbY="-0.249936mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin10"]} pcbX="1.999996mm" pcbY="0.249936mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin11"]} pcbX="1.999996mm" pcbY="0.750062mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin12"]} pcbX="1.999996mm" pcbY="1.249934mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin13"]} pcbX="1.249934mm" pcbY="1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin14"]} pcbX="0.750062mm" pcbY="1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin15"]} pcbX="0.249936mm" pcbY="1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin16"]} pcbX="-0.249936mm" pcbY="1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin17"]} pcbX="-0.750062mm" pcbY="1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin18"]} pcbX="-1.24206mm" pcbY="1.999996mm" width="0.2800096mm" height="0.7999984mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin19"]} pcbX="-1.999996mm" pcbY="1.249934mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin20"]} pcbX="-1.999996mm" pcbY="0.750062mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin21"]} pcbX="-1.999996mm" pcbY="0.249936mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin22"]} pcbX="-1.999996mm" pcbY="-0.249936mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin23"]} pcbX="-1.999996mm" pcbY="-0.750062mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
<smtpad portHints={["pin24"]} pcbX="-1.999996mm" pcbY="-1.249934mm" width="0.7999984mm" height="0.2800096mm" radius="0.1400048mm" shape="pill" />
{/* TDK PS-MPU-6000A-00 section 11.4.2: exposed die pad must NOT be soldered. */}
<silkscreenpath route={[{"x":2.162530599999968,"y":-1.7500599999998485},{"x":2.162530599999968,"y":-2.150160799999867},{"x":1.7625060000000303,"y":-2.150160799999867}]} />
<silkscreenpath route={[{"x":-1.7376394000000346,"y":-2.150160799999867},{"x":-2.1376132000000325,"y":-2.150160799999867},{"x":-2.1376132000000325,"y":-1.7500599999998485}]} />
<silkscreenpath route={[{"x":-2.1376132000000325,"y":1.7500092000000222},{"x":-2.1376132000000325,"y":2.1501100000000406},{"x":-1.7376394000000346,"y":2.1501100000000406}]} />
<silkscreenpath route={[{"x":2.162530599999968,"y":1.7500092000000222},{"x":2.162530599999968,"y":2.1501100000000406},{"x":1.7625060000000303,"y":2.1501100000000406}]} />
<silkscreentext text="{NAME}" pcbX="-0.000254mm" pcbY="3.394458mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-2.650553999999943,"y":2.6444580000002134},{"x":2.6500460000000885,"y":2.6444580000002134},{"x":2.6500460000000885,"y":-3.0371419999999034},{"x":-2.650553999999943,"y":-3.0371419999999034},{"x":-2.650553999999943,"y":2.6444580000002134}]} />
</footprint>}
cadModel={{
objUrl: objPath,
stepUrl: stepPath,
pcbRotationOffset: 0,
modelOriginPosition: { x: 0, y: 0, z: 0 },
}}
{...props}
/>
)
}