> For the complete documentation index, see [llms.txt](https://support.senterasensors.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.senterasensors.com/home/65r-sensor-user-guide/integration-information/electrical-connectors.md).

# Electrical Connectors

## Information

The following tables list pin descriptions of the sensor connectors. All 3.3V UART and 3.3V I2C interfaces are **not** 5V tolerant. For additional detail on sensor interfaces contact Sentera Support.

The sensor can auto-negotiate the Ethernet speed. Therefore, only four pins are required for a slower 10Base-T or 100Base-T speeds. All eight pins are required for communication at a 1000Base-T speed. Depending on your host platform, your power connection method may vary.

***

## J1 - Power In

<table><thead><tr><th width="201">Item</th><th align="center">Manufacturer</th><th align="center">Series</th><th align="center">Part Number</th></tr></thead><tbody><tr><td>Onboard Connector</td><td align="center">JST</td><td align="center">GH</td><td align="center">BM06B-GHS-TBT</td></tr><tr><td>Mating Connector</td><td align="center">JST</td><td align="center">GH</td><td align="center">GHR-06V-S</td></tr></tbody></table>

***

## J2 - User I/O

<table><thead><tr><th width="201">Item</th><th align="center">Manufacturer</th><th align="center">Series</th><th align="center">Part Number</th></tr></thead><tbody><tr><td>Onboard Connector</td><td align="center">JST</td><td align="center">GH</td><td align="center">BM10B-GHS-TBT</td></tr><tr><td>Mating Connector</td><td align="center">JST</td><td align="center">GH</td><td align="center">GHR-10V-S</td></tr></tbody></table>

***

## J3 - Ethernet

<table><thead><tr><th width="201">Item</th><th align="center">Manufacturer</th><th align="center">Series</th><th align="center">Part Number</th></tr></thead><tbody><tr><td>Onboard Connector</td><td align="center">JST</td><td align="center">GH</td><td align="center">BM08B-GHS-TBT</td></tr><tr><td>Mating Connector</td><td align="center">JST</td><td align="center">GH</td><td align="center">GHR-08V-S</td></tr></tbody></table>

***

## J4 - USB-C

| Item                    | Value |
| ----------------------- | ----- |
| Power Distribution (PD) | No    |
| USB3.1                  | Yes   |

***

## J5 - Power Input

| Item              | Manufacturer | Part Number |
| ----------------- | ------------ | ----------- |
| Onboard Connector | Same Sky     | PJ-044AH    |
| Mating Connector  | Same Sky     | PP3-002A    |

### Polarity

Sleeve: GND

Pin: VCC

***

## J6 - Micro-SD Card

| Item             | Value |
| ---------------- | ----- |
| eXFAT Support    | No    |
| UHS-I            | Yes   |
| UHS-II and above | No    |
| SD Express       | No    |

***


---

# 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://support.senterasensors.com/home/65r-sensor-user-guide/integration-information/electrical-connectors.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.
