> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/navqplus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/ix-industrial-ethernet.md).

# IX Industrial Ethernet

{% hint style="warning" %}
Some versions of the NavQPlus do not include the IX Ethernet interface . They will have part numbers that  have -XE in their part numbering indicating "no ethernet"

i.e. **8MPNAVQ-4GB-XE or**&#x20;

**part number 8MPNAVQ-8GB-XE**
{% endhint %}

## Using IX Industrial Ethernet

IX industrial ethernet defines a new rugged and small connector type for traditional 100BaseTX  and 1000BaseTX interfaces. These traditionally would use RJ45 with plastic clips whereas IX industrial is primarily metal shell and clip design. The signals used are exactly the same and only the connector changes to the IX connector. \
Both  IX-to-IX cables as well as IX-to-RJ45 cables are available off the shelf..\
\
Plugging an IX-to-RJ45 cable into the NavQPlus will allow you to connect via ethernet to a laptop. An IX-to-IX would allow connection to the NXP [MR-T1ETH8](https://www.nxp.com/products/security-and-authentication/authentication/sja1110-100base-t1-multi-gig-ethernet-switch-example-board:MR-T1ETH8) ethernet switch board or similar industrial equipment. \
\
Note that the [MR-T1ETH8](https://www.nxp.com/products/security-and-authentication/authentication/sja1110-100base-t1-multi-gig-ethernet-switch-example-board:MR-T1ETH8) was was also made for mobile robotics with the intention of demonstrating the NavQPlus being able to connect to a multitude of T1 devices such as [Automotive Radar modules ](https://www.smartmicro.com/automotive-radar/drvegrd-169)and cameras.\
\
The IX Ethernet interface on NavQPlus is capable of gigabit 1000BaseTX speeds.

## ![IX industrial ethernet connector shown on right edge of board.](/files/fl5nAnEl9nVeSKOnLyBb)

## Use 100BaseT1 instead of IX Ethernet port

There are two boards from the mobile robotics team that can also convert from T1 Ethernet back to a 100BaseTX:

* [MR-T1ETH8](https://www.nxp.com/design/development-boards/analog-toolbox/sja1110-100base-t1-multi-gig-ethernet-switch-example-board:MR-T1ETH8)
* [RDDRONE-T1ADAPT](https://www.nxp.com/products/interfaces/ethernet-/automotive-ethernet-phys/ethernet-media-converter-for-drones-rovers-mobile-robotics-and-automotive:RDDRONE-T1ADAPT), there is also a [separate gitbook for this board here](https://nxp.gitbook.io/rddrone-t1adapt/)


---

# 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://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/ix-industrial-ethernet.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.
