# 100BaseT1 "2-Wire" Ethernet

## Introduction

100BaseT1 2-Wire Automotive Ethernet provides 100MBPS connections over simple twisted 2 wires for a distance of up to 15 meters. The line signaling on the wire is not directly compatible with traditional 100BaseTX (RJ45) connections, but a physical adapter may be used. Otherwise it is the same as traditional Ethernet.&#x20;

T1 is lightweight and reduces the cabling weight. The interface also does not require the use of magnetics, so it also saves weight and cost in that regard. Typically you will find T1 Ethernet used on Radar, Cameras, MR-CANHUBK3 and NXP flight controllers for drones.&#x20;

This interface is compatible with the T1 Adapter for PC or other embedded devices [RDDRONE-T1ADAPT](https://www.nxp.com/products/interfaces/ethernet-/automotive-ethernet-phy-transceivers/ethernet-media-converter-for-drones-rovers-mobile-robotics-and-automotive:RDDRONE-T1ADAPT) and the [MR-T1ETH8](https://www.nxp.com/products/security-and-authentication/authentication/sja1110-100base-t1-multi-gig-ethernet-switch-example-board:MR-T1ETH8) network switch for robotics.\
[RDDRONE-FMUK66](https://www.nxp.com/design/designs/px4-robotic-drone-vehicle-flight-management-unit-vmu-fmu-rddrone-fmuk66:RDDRONE-FMUK66) and FMURT6 also include T1 Ethernet

## T1 Ethernet Locator

<figure><img src="https://2768264622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQsLUVVC7cJOe9aVARC%2Fuploads%2FzxqMtrDukE0GHHj4VM4T%2Fimage.png?alt=media&#x26;token=3fefbfa3-784c-4579-ae90-2be96bf07d1d" alt=""><figcaption><p>Location of T1 Ethernet connector</p></figcaption></figure>

J18 is the T1 Ethernet connector and it should not be confused with the similar SE050 Secure-Element NFC connector at the opposite corner of the board.\
This is a JST-GH 2 pin heade. Technically there is a polarity associated with T1 Ethernet, but the TJA1103 Phy is configured to automatically and transparently swap the polarity as needed. It is still a good idea to attempt to maintain the correct polarity.

## NavQPlus uses the TJA1103 T1 Ethernet Phy

[TJA1103 ](https://www.nxp.com/products/interfaces/ethernet-/automotive-ethernet-phy-transceivers/asil-b-compliant-100base-t1-ethernet-phy:TJA1103)is the third-generation product of NXP’s successful family of 100BASE-T1 Automotive Ethernet PHYs. It is perfectly suited to support the rapid expansion of Ethernet to the edge of the network or provide robust connection to domain controllers in the center of the car.

[TJA1103 ](https://www.nxp.com/products/interfaces/ethernet-/automotive-ethernet-phy-transceivers/asil-b-compliant-100base-t1-ethernet-phy:TJA1103)complies with all state-of-the-art conformance test specifications and is designed according to ISO 26262 to meet ASIL B, providing enhanced monitoring and diagnostic features

## No magnetics

Unlike traditional Ethernet, a heavy coupling transformer is not used. A small common mode choke and simple passive RC network is used for noise filtering. There is an ESD protection diode used and the communications signals are capacitively coupled. \
This overall lightweight, small size and cost optimized solution lends itself well to mobile robotics applications. <br>

<figure><img src="https://2768264622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQsLUVVC7cJOe9aVARC%2Fuploads%2FdoZiKfC7WHQ16bUs9yUp%2Fimage.png?alt=media&#x26;token=2160f1f2-3985-4de7-af48-12b10d489205" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2768264622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQsLUVVC7cJOe9aVARC%2Fuploads%2FsEnG7g6tSZvnoNfzgf6Y%2Fimage.png?alt=media&#x26;token=4954850d-054a-4497-9f03-9086e4df066c" alt=""><figcaption></figcaption></figure>

The Ethernet PHY itself is also extremely small:

<figure><img src="https://2768264622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQsLUVVC7cJOe9aVARC%2Fuploads%2Fenmt1fIhxeKMwmZnE24b%2Fimage.png?alt=media&#x26;token=a337bd76-423c-4e32-89a4-9424745749ee" alt=""><figcaption></figcaption></figure>

## T1 Ethernet LEDs

There are two LEDS that connect directly to the TJA1103 PHY.&#x20;

| Name | Color  | Function       |
| ---- | ------ | -------------- |
| LED1 | Orange | TMS/GPIO0/CFG0 |
| LED2 | Green  | TDI/GPIO1      |
|      |        |                |

\<TODO - additional description during operation><br>

## T1 Ethernet Schematics

{% hint style="info" %}
At the time of publication (1/16/2023) [TJA1103 ](https://www.nxp.com/products/interfaces/ethernet-/automotive-ethernet-phy-transceivers/asil-b-compliant-100base-t1-ethernet-phy:TJA1103)pinout information was not allowed to be made public. It is expected this is a very short term restriction.
{% endhint %}

{% hint style="success" %}
Datasheets and technical documents for TJA1103 are available on request for users with an NXP account.
{% endhint %}

<figure><img src="https://2768264622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQsLUVVC7cJOe9aVARC%2Fuploads%2FlToKI8vYVO4rGBrFWCff%2Fimage.png?alt=media&#x26;token=b3fb34e3-e588-4f48-9055-7fe8accd3d6c" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/t1-2-wire-automotive-ethernet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
