> For the complete documentation index, see [llms.txt](https://docs.valetron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valetron.com/wiki/products/a7670x-eval/features.md).

# Features

{% hint style="info" %}
Here you will get a brief idea on what the device is capable of and the important features
{% endhint %}

### Power section :

The device has two power inputs,

#### 1) Main Power input - VCHG :

This is the main power input of the device and is usually connected to the 12V DC adapter. Right now the device supports from 12VDC to 42VDC input . The main power chip used here is the TPS54240 switching regulator. which converts the 12VDC input to 4V which goes to modules VBAT pin.&#x20;

#### 2) Battery power input - VBAT

This is the direct battery input and a 3.7V to 4.2V LiPo battery has to be connected to it. Use at least 400mAH battery. There is no reverse polarity protection to this pin so be careful connecting the battery. Use a battery with JST-XH size female connector.

To understand the power section of the device, look at the block diagram.


---

# 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.valetron.com/wiki/products/a7670x-eval/features.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.
