> For the complete documentation index, see [llms.txt](https://docs.caetron.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caetron.io/product-documentation/helot-bms100-series-manual/internal-circuits.md).

# Internal Circuits

## Power, CAN Block Diagram

The Helot modules contain transient voltage suppression and reverse polarity protection. An internal fuse is included between the +VSUPPLY bus and the module power circuitry to reduce the risk of a faulty module taking down the entire bus and other connected devices.

<figure><img src="/files/CP2tMtimqP0wqsSMtzXr" alt=""><figcaption><p>BMS100 - Power, CAN Block Diagram</p></figcaption></figure>

## Isolation Block Diagram

The modules are designed to provide 1kV of isolation between the Power, CAN Interface (J2/J3) and the Battery Cell Interface (J1). This isolation is implemented with two digital isolators spanning the GND and IGND references, between the MCU and Battery ASIC.

<figure><img src="/files/siKdkYv5QJjUr8oAfOcQ" alt=""><figcaption><p>BMS100 - Isolation Block Diagram</p></figcaption></figure>

## Balancing Front-end Circuit Diagram

All cell tap interfaces are fused ([Bel Fuse C2Q-250](https://www.belfuse.com/product/part-details?partn=C2Q-250)) to mitigate the risk of cell damage in the event of an internal module failure or short circuit. 47 Ohm, automotive grade pulse withstanding resistors are used for dissipative shunting of cell currents.

<figure><img src="/files/1jIP3IYAvjwAAJGVND7E" alt="" width="563"><figcaption><p>BMS100 - Balancing Front-end Circuit Diagram</p></figcaption></figure>

## NTC Input Circuit Diagram

The internal Battery ASIC provides a switched +2.5V reference bias, via a 10K pull-up for each of the two (2) external NTC temperature sensors.

{% hint style="warning" %}
Never injected voltage into the VTEMP pins, as it may damage the internal circuitry.
{% endhint %}

<figure><img src="/files/BqJ8LPlmbbTZKRfJnNBS" alt="" width="563"><figcaption><p>BMS100 - NTC Input Circuit Diagram</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.caetron.io/product-documentation/helot-bms100-series-manual/internal-circuits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
