> For the complete documentation index, see [llms.txt](https://brlabelectronics.gitbook.io/hardware-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brlabelectronics.gitbook.io/hardware-1/technical-specifications/absolute-maximum-ratings.md).

# Absolute Maximum Ratings

These are technical specifications for the relay shield. Please refer to the development board datasheet for specific technical details about the board you are using.&#x20;

<table><thead><tr><th width="425">Parameter</th><th width="63" align="center">Min</th><th width="69" align="center">Typ</th><th width="90" align="center">Max</th><th width="78" align="center">Unit</th></tr></thead><tbody><tr><td>Supply Input Voltage</td><td align="center"></td><td align="center"></td><td align="center">+14</td><td align="center">V</td></tr><tr><td>Battery Input Voltage</td><td align="center"></td><td align="center"></td><td align="center">+6.5</td><td align="center">V</td></tr><tr><td>Buck Converter Supply Voltage</td><td align="center"></td><td align="center"></td><td align="center">+5.5</td><td align="center">V</td></tr><tr><td>Buck Converter Supply Current</td><td align="center"></td><td align="center"></td><td align="center">3</td><td align="center">A</td></tr><tr><td>Boost Converter Supply Voltage</td><td align="center"></td><td align="center"></td><td align="center">+5.5</td><td align="center">V</td></tr><tr><td>Boost Converter Supply Current</td><td align="center"></td><td align="center"></td><td align="center">2</td><td align="center">A</td></tr><tr><td>3V3 Power Supply</td><td align="center"></td><td align="center">+3.3</td><td align="center"></td><td align="center">V</td></tr><tr><td>3V3 Supply Current</td><td align="center"></td><td align="center">1.35</td><td align="center"></td><td align="center">A</td></tr><tr><td>Power Relay Switching Voltage</td><td align="center"></td><td align="center"></td><td align="center">250, 30</td><td align="center">VAC, VDC</td></tr><tr><td>Power Relay Switching Current (Resistive Load)</td><td align="center"></td><td align="center"></td><td align="center">10</td><td align="center">A</td></tr><tr><td>Power Relay Switching Current (Inductive Load)</td><td align="center"></td><td align="center"></td><td align="center">5</td><td align="center">A</td></tr></tbody></table>

Using the board beyond the absolute maximum ratings listed above may cause permanent damage to the board and possibly the development board.


---

# 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://brlabelectronics.gitbook.io/hardware-1/technical-specifications/absolute-maximum-ratings.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.
