imrishabh18/pd-stepper
This circuit features an ESP32-S23 microcontroller connected to a TMC2209 stepper motor driver, capacitors, resistors, solder jumpers, and a potentiometer, forming a hardware control system for precise motor operation.
- Version
- 1.0.0
- License
- unset
- Stars
- 0
package.json
PCB
Schematic
{
"name": "@tsci/imrishabh18.pd-stepper",
"version": "1.0.0",
"description": "A tscircuit component package",
"main": "index.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"format": "biome format --write",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "^2.3.15",
"@types/react": "^19.2.14",
"tscircuit": "^0.0.1324",
"typescript": "^5.0.0"
},
"author": "imrishabh18"
}