imrishabh18/rp2040-motor-controller

This circuit incorporates a USB-C Power Delivery (PD) interface with a CH224K controller, a WJ500V-5.08-04P motor output connector, multiple power conditioning components including capacitors, resistors, diodes, and an RP2040 microcontroller, to manage motor control, signal routing, and power management for a USB-powered stepper motor system.

Version
1.0.14
License
unset
Stars
0

package.json

{
  "name": "@tsci/imrishabh18.rp2040-motor-controller",
  "version": "1.0.14",
  "description": "RP2040 single bipolar stepper-motor controller built with tscircuit",
  "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",
    "test": "bun test",
    "check:shorts": "tsci check shorts dist/index/circuit.json --mode gerber --layer all",
    "typecheck": "tsc --noEmit",
    "validate:build": "bun scripts/validate-build.ts",
    "test:built": "CIRCUIT_JSON_PATH=dist/index/circuit.json bun test",
    "render:schematic": "bun scripts/render-schematic.tsx",
    "check": "tsci check dist/index/circuit.json",
    "verify": "bun run typecheck && bun run build && bun run validate:build && bun run test:built && bun run check:built",
    "check:built": "bun scripts/check-built.ts"
  },
  "devDependencies": {
    "@tscircuit/checks": "0.0.183",
    "@types/bun": "^1.3.14",
    "@types/react": "^19.2.17",
    "bun-match-svg": "0.0.15",
    "circuit-to-svg": "0.0.413",
    "tscircuit": "0.0.2463",
    "typescript": "^5.0.0",
    "circuit-json": "0.0.485"
  },
  "dependencies": {
    "@tscircuit/common": "0.0.48",
    "@tscircuit/core": "0.0.1844",
    "@tscircuit/footprinter": "^0.0.426",
    "iobuffer": "^6.0.1"
  },
  "overrides": {
    "@tscircuit/core": "0.0.1844",
    "@tscircuit/cli": "0.1.2021",
    "circuit-json": "0.0.485",
    "circuit-to-svg": "0.0.413"
  },
  "patchedDependencies": {
    "@tscircuit/common@0.0.48": "patches/@tscircuit%2Fcommon@0.0.48.patch"
  }
}