ShiboSoftwareDev/solar-battery-charger-module

This hardware setup integrates a solar panel, a lithium-ion battery, and a multi-rail buck converter with a battery charging IC, protection circuitry, and monitoring components, enabling solar power harvesting, battery charging, and power distribution in an embedded system.

Version
1.0.4
License
unset
Stars
0

package.json

{
  "name": "solar-battery-charger-module",
  "version": "1.0.4",
  "description": "Fabrication-ready 1-cell solar Li-ion charger, fuel gauge, and 3.3 V output module built with tscircuit's default autorouter",
  "main": "index.circuit.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "typecheck": "tsc --noEmit",
    "audit": "node --import tsx scripts/audit-circuit.mts",
    "fabrication:csv": "node --import tsx scripts/generate-fabrication-csv.mts"
  },
  "devDependencies": {
    "@types/react": "^19.2.18",
    "tscircuit": "0.0.2225",
    "tsx": "^4.23.11",
    "typescript": "^5.0.0"
  },
  "patchedDependencies": {
    "@tscircuit/copper-pour-solver@0.0.42": "patches/@tscircuit%2Fcopper-pour-solver@0.0.42.patch"
  }
}