> 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/a7672x-eval/specifications.md).

# Specifications

<table data-header-hidden><thead><tr><th width="210"></th><th></th></tr></thead><tbody><tr><td><strong>Model No.</strong></td><td>A7672x-EVAL</td></tr><tr><td><strong>Operating Voltage</strong></td><td><ul><li>Main Power Input (DC Jack): 12V to 42V DC [Connect to 12V DC Adapter]</li></ul><p><span data-gb-custom-inline data-tag="emoji" data-code="26a1">⚡</span><em><mark style="color:green;"><code>Has Reverse Polarity Protection</code></mark></em></p></td></tr><tr><td></td><td><p>Battery Input (White JST connector) : 3.7V to 4.2V DC [Connect a single cell 3.7V-4.2V Li-Po or Li-Ion Battery]</p><p></p><p><span data-gb-custom-inline data-tag="emoji" data-code="26a0">⚠️</span> <em><mark style="color:orange;"><code>Doesn't have Reverse Polarity Protection</code></mark></em></p></td></tr><tr><td><strong>Dimensions</strong></td><td></td></tr><tr><td></td><td>PCB Dimensions - Length: 75mm * Width: 50mm * Thickness: 10 mm</td></tr><tr><td><strong>Battery Support</strong></td><td><ul><li>3.7V-4.2V DC Li-Po battery is supported.</li><li>Use > 400mAH capacity battery.</li></ul><p></p></td></tr><tr><td><strong>Cellular module</strong></td><td>A767S-FASE - LTE-CAT1, 2G - For use in Indian sub continent</td></tr><tr><td></td><td>A7672E-FASE - LTE-CAT1, 2G - For Europe</td></tr><tr><td></td><td>A7672SA-FASE - LTE-CAT1, 2G - For South America &#x26; Australia &#x26; Some networks in North America</td></tr><tr><td><strong>Navigation hardware</strong></td><td>Inbuilt GNSS support, you can connect an active GPS antenna to W2 (U.FL) or J56 (SMA) connectors. Bias for active antenna is already provided. <em>If you want to use passive antenna a bias resistor has to be disconnected.</em></td></tr><tr><td></td><td></td></tr><tr><td><strong>Processor</strong></td><td>Based on ASR chipset</td></tr><tr><td><strong>Antenna</strong></td><td><p>📶 Cellular : U.FL Connector &#x26; SMA Connector</p><p> <span data-gb-custom-inline data-tag="emoji" data-code="1f6f0">🛰️</span> GNSS   : U.FL Connector &#x26; SMA Connector</p></td></tr><tr><td><strong>Connectivity</strong></td><td>Bluetooth, GPRS (HTTP, MQTT, TCP, UDP), SMS, Call</td></tr><tr><td><strong>SIM connector</strong></td><td>Push Push type Nano SIM card connector </td></tr><tr><td><strong>Flashing options</strong></td><td>On board Micro USB interface  can be used for updating module firmware and send AT commands</td></tr><tr><td><strong>Interfaces</strong></td><td>USB and UART interfaces can be used for sending AT commands</td></tr></tbody></table>


---

# 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/a7672x-eval/specifications.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.
