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

package.json

{
  "name": "@tsci/seveibar.pedometer",
  "version": "0.4.4",
  "description": "Ultra-low-power CC2340R5 Bluetooth pedometer with BMA400, BQ25150, BQ27427, and OLED connector; JST-SH SWD programming connector",
  "main": "index.circuit.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "node scripts/build.mjs",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "typecheck": "tsc --noEmit",
    "validate": "node scripts/validate.mjs",
    "check-design": "node scripts/check-design.mjs",
    "export-review": "node scripts/export-review.mjs",
    "build:raw": "bun node_modules/tscircuit/cli.mjs build index.circuit.tsx"
  },
  "devDependencies": {
    "@tscircuit/capacity-autorouter": "0.0.882",
    "@types/node": "^26.4.1",
    "jszip": "3.10.1",
    "tscircuit": "0.0.2463",
    "typescript": "^5.0.0"
  },
  "author": "seveibar",
  "private": true
}