imrishabh18/fitness_watch

This circuit integrates an ESP-12E microcontroller with various sensors and peripherals, including a AO3400A MOSFET for switching loads, to enable wireless control and sensor data processing.

Version
1.0.12
License
unset
Stars
1

package.json

{
  "name": "@tsci/imrishabh18.fitness_watch",
  "version": "1.0.12",
  "description": "ESP8266 fitness-watch PCB recreated in tscircuit from Neutrino-1/Fitness_Watch",
  "main": "index.circuit.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics",
    "esp8266",
    "fitness-watch",
    "wearable"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build",
    "export:gerbers": "tsci export index.circuit.tsx --format gerbers --output dist/index/fitness-watch-gerbers.zip",
    "export:kicad": "tsci export index.circuit.tsx --format kicad_zip --output dist/index/index-kicad.zip",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "typecheck": "tsc --noEmit",
    "audit:assembly": "node scripts/audit-assembly.mjs"
  },
  "devDependencies": {
    "@types/react": "^19.2.18",
    "fflate": "^0.8.3",
    "tscircuit": "0.0.2506",
    "typescript": "^5.0.0"
  },
  "author": "imrishabh18"
}