seveibar/pedometer
This hardware setup integrates a Type-C connector, battery, display, and RF antenna connected through a microcontroller, USB interface, charging and fuel gauge ICs, along with associated passive components, enabling power management, data communication, and signal processing.
- Version
- 0.4.4
- License
- unset
- Stars
- 1
imports/BM03B_SRSS_TB_LF__SN_.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["pin1", "BATTERY_POS"],
pin2: ["pin2", "NTC"],
pin3: ["pin3", "GND"],
pin4: ["pin4", "MOUNT1"],
pin5: ["pin5", "MOUNT2"]
} as const
export const BM03B_SRSS_TB_LF__SN_ = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
supplierPartNumbers={{
"jlcpcb": [
"C160389"
]
}}
manufacturerPartNumber="BM03B-SRSS-TB(LF)(SN)"
footprint={<footprint>
<smtpad portHints={["pin5"]} pcbX="-2.299843mm" pcbY="-1.2000103mm" width="1.1999976mm" height="1.7999964mm" shape="rect" />
<smtpad portHints={["pin4"]} pcbX="2.299843mm" pcbY="-1.1997563mm" width="1.1999976mm" height="1.7999964mm" shape="rect" />
<smtpad portHints={["pin1"]} pcbX="1.000125mm" pcbY="1.3250037mm" width="0.5999988mm" height="1.5500096mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="0.000127mm" pcbY="1.3250037mm" width="0.5999988mm" height="1.5500096mm" shape="rect" />
<smtpad portHints={["pin3"]} pcbX="-0.999871mm" pcbY="1.3250037mm" width="0.5999988mm" height="1.5500096mm" shape="rect" />
<silkscreenpath route={[{"x":-1.5002509999999347,"y":2.0260437000000593},{"x":-2.8007563999999547,"y":2.0260437000000593},{"x":-2.799816599999872,"y":-0.03752849999978025}]} />
<silkscreenpath route={[{"x":-2.8007563999999547,"y":-2.2741508999998814},{"x":2.8011374000002434,"y":-2.2741508999998814}]} />
<silkscreenpath route={[{"x":1.5001240000001417,"y":2.0625181000001476},{"x":2.800146800000107,"y":2.0625181000001476},{"x":2.800146800000107,"y":-0.03752849999978025}]} />
<silkscreenpath route={[{"x":1.6510000000000673,"y":2.348496700000055},{"x":1.6466725799389224,"y":2.3156266812720787},{"x":1.6339852262807426,"y":2.284996700000079},{"x":1.6138025612108322,"y":2.2586941387894512},{"x":1.587500000000091,"y":2.238511473719427},{"x":1.5568700187282047,"y":2.225824120061361},{"x":1.5240000000001146,"y":2.2214967000001025},{"x":1.4911299812721381,"y":2.225824120061361},{"x":1.4605000000001382,"y":2.238511473719427},{"x":1.434197438789397,"y":2.2586941387894512},{"x":1.4140147737196003,"y":2.284996700000079},{"x":1.4013274200615342,"y":2.3156266812720787},{"x":1.397000000000162,"y":2.348496700000055},{"x":1.4013274200615342,"y":2.3813667187281453},{"x":1.4140147737196003,"y":2.4119967000000315},{"x":1.434197438789397,"y":2.4382992612108865},{"x":1.4605000000001382,"y":2.458481926280683},{"x":1.4911299812721381,"y":2.4711692799387492},{"x":1.5240000000001146,"y":2.4754967000001216},{"x":1.5568700187282047,"y":2.4711692799387492},{"x":1.587500000000091,"y":2.458481926280683},{"x":1.6138025612108322,"y":2.4382992612108865},{"x":1.6339852262807426,"y":2.4119967000000315},{"x":1.6466725799389224,"y":2.3813667187281453},{"x":1.6510000000000673,"y":2.348496700000055}]} />
<courtyardoutline outline={[{"x":-3.1594429999998965,"y":2.7329897000000756},{"x":3.131757000000107,"y":2.7329897000000756},{"x":3.131757000000107,"y":-2.5168102999997473},{"x":-3.1594429999998965,"y":-2.5168102999997473},{"x":-3.1594429999998965,"y":2.7329897000000756}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C160389.obj?uuid=bb01000407ec457b89090f9b882df046",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C160389.step?uuid=bb01000407ec457b89090f9b882df046",
pcbRotationOffset: 180,
modelOriginPosition: { x: 1.0000000000002274, y: -0.43250299999996966, z: -0.01 },
}}
{...props}
/>
)
}