seveibar/nrf-smart-watch
This code defines a detailed 3D PCB layout with schematic components, connectors, passive components, and RF antenna elements for a compact nRF52810-based smartwatch, including precise placement, copper pours, keepouts, and annotations.
- Version
- 0.1.1
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/seveibar.nrf-smart-watch",
"version": "0.1.1",
"description": "USB-C rechargeable nRF52810 BLE smart watch with a folded EastRising ER-OLED0.96-1.3W display",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics",
"nrf52810",
"bluetooth-low-energy",
"usb-c",
"lipo",
"rechargeable",
"smart-watch",
"ssd1306",
"oled"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "0.0.2461",
"typescript": "^5.0.0"
}
}