pixalynx/esp32-gps-cellular-tracker

This code defines a hardware layout comprising a Wi-Fi-enabled ESP32 module, GPS module, cellular GSM module, battery management components (including charger, protection circuits, and voltage regulators), USB-C connector, SIM card holder, RF components, and supporting passive components for a comprehensive GPS+Cellular tracker device.

Version
1.1.0
License
unset
Stars
0

imports/BWU_FL_IPEX1.tsx

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

const pinLabels = {
  pin1: ["pin1"],
  pin2: ["pin2"],
  pin3: ["pin3"]
} as const

export const BWU_FL_IPEX1 = (props: ChipProps<typeof pinLabels>) => {
  return (
    <chip
      pinLabels={pinLabels}
      supplierPartNumbers={{
  "jlcpcb": [
    "C5137195"
  ]
}}
      manufacturerPartNumber="BWU.FL-IPEX1"
      footprint={<footprint insertionDirection="from_above">
        <smtpad portHints={["pin1"]} pcbX="-1.05000425mm" pcbY="0mm" width="1.0500106mm" height="0.999998mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="0.47501175mm" pcbY="-1.474978mm" width="2.1999956mm" height="1.0500106mm" shape="rect" />
<smtpad portHints={["pin3"]} pcbX="0.47501175mm" pcbY="1.474978mm" width="2.1999956mm" height="1.0500106mm" shape="rect" />
<silkscreenpath route={[{"x":1.872468949999984,"y":0.7310628000000179},{"x":1.872468949999984,"y":1.2699491999999282}]} />
<silkscreenpath route={[{"x":1.872468949999984,"y":1.2699491999999282},{"x":1.8061241499999596,"y":1.2699491999999282}]} />
<silkscreenpath route={[{"x":1.8061241499999596,"y":-1.2700507999999218},{"x":1.872468949999984,"y":-1.2700507999999218},{"x":1.872468949999984,"y":-0.7311643999998978}]} />
<silkscreenpath route={[{"x":-0.856151450000084,"y":1.2700000000000955},{"x":-0.9224962499999947,"y":1.2700000000000955},{"x":-0.9224962499999947,"y":0.7311136000000715}]} />
<silkscreenpath route={[{"x":-0.9224962499999947,"y":-0.7311136000000715},{"x":-0.9224962499999947,"y":-1.2699999999999818}]} />
<silkscreenpath route={[{"x":-0.9224962499999947,"y":-1.2699999999999818},{"x":-0.856151450000084,"y":-1.2699999999999818}]} />
<silkscreenpath route={[{"x":1.872468949999984,"y":0.7310628000000179},{"x":1.872468949999984,"y":-0.7311643999998978}]} />
<silkscreencircle pcbX="0.47501175mm" pcbY="0mm" radius="0.567944mm" />
<silkscreentext text="{NAME}" pcbX="0.22888575mm" pcbY="3.0066mm" anchorAlignment="center" fontSize="1mm" />
<fabricationnotepath route={[{"x":1.0058463500000698,"y":-0.000025400000026820635},{"x":0.9671771525157737,"y":-0.1944285836415247},{"x":0.8570565948426747,"y":-0.3592356448426699},{"x":0.6922495336415295,"y":-0.4693562025157689},{"x":0.49784635000003163,"y":-0.508025400000065},{"x":0.49784635000003163,"y":-0.508025400000065},{"x":0.2735080371727463,"y":-0.4508300883509264},{"x":0.09784715000000688,"y":-0.3000247999999601},{"x":-0.7374826500000609,"y":-0.3000247999999601},{"x":-0.7374826500000609,"y":0.29997400000002017},{"x":0.09784715000000688,"y":0.29997400000002017},{"x":0.2735080371727463,"y":0.4507792883507591},{"x":0.49784635000003163,"y":0.5079745999998977},{"x":0.49784635000003163,"y":0.5079745999998977},{"x":0.6922495336415295,"y":0.4693054025157153},{"x":0.8570565948426747,"y":0.35918484484261626},{"x":0.9671771525157737,"y":0.19437778364147107},{"x":1.0058463500000698,"y":-0.000025400000026820635}]} strokeWidth="0.254mm" />
<courtyardoutline outline={[{"x":-1.824514249999993,"y":2.2566000000001623},{"x":2.282285750000028,"y":2.2566000000001623},{"x":2.282285750000028,"y":-2.2311999999999443},{"x":-1.824514249999993,"y":-2.2311999999999443},{"x":-1.824514249999993,"y":2.2566000000001623}]} />
      </footprint>}
      cadModel={{
        objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C5137195.obj?uuid=f0657290bb2f49d4b7d2a20aba567506",
        stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C5137195.step?uuid=f0657290bb2f49d4b7d2a20aba567506",
        pcbRotationOffset: 180,
        modelOriginPosition: { x: 0.4725098500000513, y: 0, z: -0.01 },
      }}
      {...props}
    />
  )
}