0hmX/robocraze-ov7670-camera-module-clone
This code defines and generates a 4-layer PCB hardware layout featuring an OV7670 VGA camera sensor module with fixed component placement, power regulation using ME6211 voltage regulators, a 2x9 header interface, and associated signal routing and mechanical footprints, designed for manufacturing and assembly.
- Version
- 1.0.7
- License
- MIT
- Stars
- 0
package.json
{
"name": "@tsci/0hmX.robocraze-ov7670-camera-module-clone",
"version": "1.0.7",
"description": "Standalone FIFO-less OV7670 VGA camera module interface clone",
"main": "index.circuit.tsx",
"exports": {
".": "./index.circuit.tsx"
},
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics",
"ov7670",
"camera",
"jlcpcb"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build index.circuit.tsx --autorouter-timeout 30s",
"build:production": "tsci build index.circuit.tsx --autorouter-timeout 30s --pcb-png --schematic-png --3d --svgs",
"check:shorts": "tsci check shorts --mode gerber --layer all dist/index/circuit.json",
"export:gerbers": "tsci export dist/index/circuit.json --format gerbers --output robocraze-ov7670-gerbers.zip && bun scripts/prepare-jlc-artifacts.ts",
"export:kicad": "tsci export dist/index/circuit.json --format kicad_zip --output robocraze-ov7670-kicad.zip",
"prepare:jlc": "bun scripts/prepare-jlc-artifacts.ts",
"verify:production": "bun run typecheck && bun run build:production && bun run export:gerbers && bun run check:shorts && bun scripts/verify-production.ts",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@tscircuit/capacity-autorouter": "0.0.815",
"@tscircuit/checks": "0.0.162",
"@types/bun": "^1.3.14",
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2399",
"typescript": "^5.0.0"
},
"author": "0hmX",
"license": "MIT"
}