2-axis microscope stage controller PCB designed with tscircuit.
This repository contains a hardware design for a joystick-driven microscope stage controller based on:
ATMEGA328P-AUmicrocontrollerDRV8833dual H-bridge motor driverAMS1117-3.3linear regulator- 2 motor output connectors (X/Y)
- joystick input and speed trim potentiometers
- 6-pin ISP programming header
The main design source is in index.circuit.tsx.
Install dependencies:
bun installStart interactive development:
bun run devGenerate build artifacts:
bun run buildbun run dev– runtsci devbun run build– runtsci buildbun run snapshot– runtsci snapshotbun run snapshot:update– update snapshotsbun run typecheck– run TypeScript type checking
GitHub: https://github.com/MustafaMulla29/microscope-stage-controller