mohan-bee/esp32-c3
This hardware design integrates an ESP32-C3 microcontroller, a USB-C connector, a power management IC (AP2112-3.3V regulator), a USB-to-Serial converter (CH340C), several resistors, capacitors, and user-accessible headers to facilitate USB communication, power regulation, and general I/O interfacing.
- Version
- 1.0.1
- License
- ISC
- Stars
- 0
package.json
{
"name": "esp32-c3",
"version": "1.0.1",
"description": "Compact two-layer ESP32-C3 development board with automatic schematic layout",
"scripts": {
"build": "tscircuit-cli build index.circuit.tsx --pcb-png --schematic-png --svgs",
"check": "tscircuit-cli check netlist index.circuit.tsx && tscircuit-cli check schematic-placement index.circuit.tsx && tscircuit-cli check placement index.circuit.tsx"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@tscircuit/cli": "^0.1.2021",
"@tscircuit/core": "^0.0.1840",
"@tscircuit/props": "^0.0.646",
"circuit-json": "^0.0.481",
"react": "^19.2.8"
},
"overrides": {
"@tscircuit/core": "0.0.1840",
"@tscircuit/props": "0.0.646",
"circuit-json": "0.0.481"
}
}