pixalynx/pixal-gps

These files define two separate printed circuit boards: a small, two-layer battery cartridge with protection circuitry and contact pads for a pouch cell, and a larger, two-layer wireless charging dock featuring USB-C input, a resonant coil, and wireless power transmission components.

Version
0.1.2
License
unset
Stars
0

review/source-build/package.json

{
  "name": "@tsci/pixalynx.pixal-gps",
  "version": "0.1.1",
  "private": true,
  "description": "PIXAL GPS: nRF9151 LTE-M/NB-IoT + GNSS tracker with nPM1300 power management, removable battery cartridge and Qi wireless charging. Three coordinated PCBs: tracker (A), battery pack (B), charging dock (C).",
  "main": "index.circuit.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "nrf9151",
    "npm1300",
    "gps",
    "lte-m",
    "qi"
  ],
  "scripts": {
    "dev": "tsci dev --port 3900",
    "typecheck": "tsc --noEmit",
    "check": "bun scripts/validate.ts",
    "build": "bun scripts/build.ts",
    "build:tracker": "tsci build tracker.circuit.tsx --pcb-svgs",
    "build:pack": "tsci build battery-pack.circuit.tsx --pcb-svgs",
    "build:dock": "tsci build dock.circuit.tsx --pcb-svgs",
    "snapshot": "tsci snapshot",
    "start": "tsci dev --port 3900",
    "route:export": "python3 scripts/export-router-dsn.py tracker",
    "route:run": "java -Dapple.awt.UIElement=true -jar tmp/router/freerouting-1.9.0.jar -de tmp/router/tracker.dsn -do tmp/router/tracker.ses -mp 60 -mt 1 -dct 0 -da",
    "route:import": "python3 scripts/import-router-session.py tracker",
    "gnd-mesh": "python3 scripts/gen-gnd-mesh.py dist/tracker/circuit.json routing/tracker-gnd.json GND"
  },
  "devDependencies": {
    "@types/bun": "^1.2.0",
    "@types/react": "^19.3.0",
    "tscircuit": "^0.0.2547",
    "typescript": "^5.0.0"
  },
  "author": "pixalynx"
}