ShiboSoftwareDev/msp-exp430g2et
This circuit integrates a 4MHz crystal resonator, various resistors and capacitors for power management and filtering, a microcontroller (MSP430F5528), and multiple connectors and test points to enable USB communication, programming, and system monitoring with shielding and grounding.
- Version
- 1.0.2
- License
- unset
- Stars
- 0
package.json
PCB
{
"name": "@tsci/ShiboSoftwareDev.msp-exp430g2et",
"version": "1.0.2",
"description": "Fabrication-ready tscircuit recreation of the TI MSP-EXP430G2ET LaunchPad",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics",
"msp430",
"launchpad",
"boosterpack",
"ez-fet"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"render": "bun run render-artifacts.ts",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2332",
"typescript": "^5.0.0"
},
"author": "ShiboSoftwareDev"
}