seveibar/ch552t-photo-diode

This code defines a compact PCB integrating a CH552T microcontroller, BPX65 photodiode transimpedance amplifier, USB-C connector with power and data traces, decoupling components, passive components, test points, and silkscreen labels.

Version
1.0.2
License
unset
Stars
0

package.json

{
  "name": "@tsci/seveibar.ch552t-photo-diode",
  "version": "1.0.2",
  "description": "USB-C CH552T photodiode board with OPA320 TIA and BPX65 sensor",
  "main": "index.circuit.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "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.2366",
    "typescript": "^5.0.0"
  },
  "author": "seveibar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tscircuit/ch552t-photo-diode.git"
  },
  "dependencies": {
    "@tsci/seveibar.smd-usb-c": "^0.0.2"
  }
}