rushabhcodes/ESP32-E-Reader
This code defines the physical layout and schematic wiring of an ESP32-based e-reader device, including various surface-mount components such as connectors, ICs, resistors, capacitors, inductors, diodes, pushbuttons, and an antenna, with precise PCB placement and interconnection details.
- Version
- 1.0.8
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/rushabhcodes.ESP32-E-Reader",
"version": "1.0.7",
"description": "A tscircuit component package",
"main": "index.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build index.circuit.tsx",
"build:release": "tsci build index.circuit.tsx --autorouter-timeout 30m",
"build:pcb": "tsci build index.circuit.tsx --ignore-warnings --pcb-png",
"format": "biome format . --write",
"export:gerbers": "tsci export index.circuit.tsx --format gerbers --output dist/esp32-e-reader-gerbers.zip",
"snapshot": "tsci snapshot index.circuit.tsx --3d",
"snapshot:update": "tsci snapshot index.circuit.tsx --update --3d",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2467",
"typescript": "^5.0.0"
},
"author": "rushabhcodes"
}