krishnax12/watchy-eink-smartwatch
This code defines a hardware schematic and PCB layout for a smartwatch using components like ESP32 microcontroller, sensors, Bluetooth module, power regulation, and connectors, with detailed component footprints and PCB outlines.
- Version
- 1.2.1
- License
- unset
- Stars
- 2
package.json
{
"name": "@tsci/krishnax12.watchy-eink-smartwatch",
"version": "1.2.1",
"description": "SQFMI Watchy v3 E-Ink smartwatch board in tscircuit",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build --ignore-placement-drc",
"snapshot": "tsci snapshot --3d",
"snapshot:update": "tsci snapshot --update --3d",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/bun": "^1.2.16",
"@types/react": "^19.3.0",
"tscircuit": "^0.0.2526",
"typescript": "^5.0.0"
},
"author": "krishnax12",
"license": "MIT"
}