{
  "slug": "modular-bms",
  "title": "Modular BMS",
  "type": "component",
  "version": "1.0.0",
  "description": "Modular Battery Management System — a composable BMS built from Adom molecules. TI BQ76952 monitor/protector with MSP430 host firmware, supporting 18650 cylindrical and EVE LF105 prismatic cell carriers.",
  "tags": [
    "hardware",
    "bms",
    "battery",
    "bq76952",
    "msp430",
    "platformio",
    "18650",
    "lifepo4",
    "modular"
  ],
  "dependencies": {
    "adom/molecule-18650-battery": "^1.0.0",
    "adom/molecule-18650-jumper": "^1.0.0",
    "adom/molecule-eve-lf105-prismatic": "^1.0.0",
    "adom/molecule-bq76952-v2": "^1.0.0"
  },
  "discovery_triggers": [
    "modular bms",
    "battery management system",
    "bq76952",
    "18650 bms",
    "battery pack monitoring",
    "cell balancing",
    "charge discharge protection"
  ],
  "discovery_pitch": "A complete modular battery management system built from Adom molecules — BQ76952 monitor, MSP430 firmware, and swappable cell carriers for 18650 or prismatic cells.",
  "sample_prompts": [
    {
      "label": "Overview",
      "prompt": "Show me the Modular BMS project and its molecules"
    },
    {
      "label": "Firmware",
      "prompt": "How do I build and flash the Modular BMS firmware?"
    },
    {
      "label": "Configure",
      "prompt": "How do I configure the BQ76952 for a different cell count?"
    }
  ],
  "hero": {
    "type": "billboard",
    "headline": "Modular BMS",
    "subhead": "Composable battery management system — BQ76952 + MSP430 with swappable 18650 and prismatic cell carriers.",
    "screenshot": "docs/hero.png"
  },
  "org": "adom",
  "author": {
    "name": "kaleymer",
    "email": "[email protected]"
  },
  "visibility": {
    "public": true
  }
}