> For the complete documentation index, see [llms.txt](https://learn.pakronics.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.pakronics.com.au/seed-studio/grove-modules/actuator/grove-rj45_adapter.md).

# Grove RJ45 Adapter

![](https://github.com/SeeedDocument/Grove-RJ45_Adapter/raw/master/img/RJ45_Adapter_01.jpg)

The Grove-RJ45 Adapter is a module which can convert a standard Grove connector to a RJ45 connector. Universal 4-Pin Grove cables can not meet the requirements when Arduino remote connect and control Grove module. Through two RJ45 adapter and a cable, It is able to achieve communication between Arduino and Grove module. This help solve the problem that Arduino and Grove are not convenient to connect because of the distance issue.

[![](https://github.com/SeeedDocument/Seeed-WiKi/raw/master/docs/images/300px-Get_One_Now_Banner-ragular.png)](https://www.seeedstudio.com/Grove-RJ45-Adapter-p-1426.html)

## Feature

* Standard Grove Connector and RJ45 Connector
* Applications Widely
* Easy to use

## Interface Function

![](https://github.com/SeeedDocument/Grove-RJ45_Adapter/raw/master/img/RJ45_Adapter_Interface.jpg)

| Grove Connecter | R45 Connector |
| --------------- | ------------- |
| VCC             | A7            |
| GND             | A8            |
| D1              | A5            |
| D2              | A4            |

## Usage

If you want to use the Moisture Sensor to real-time detect the moisture of soil in your garden, but you do not want to go to the garden personally. How to do it? Using two RJ45 adapter and a long network cable, you can solve this problem. The Hardware Installation should be:

![](https://github.com/SeeedDocument/Grove-RJ45_Adapter/raw/master/img/RJ45.jpg)

You may need to write the code by yourself for the special applications. But we can guarantee that you can always know the soil moisture of plants by observing the output data of the moisture sensor.

You may want to ask why not use a long Grove cable instead of two Grove - RJ45 and a network cable, the reason is the network cable has a weak attenuation.

## Resource

* [Grove - RJ45 Adapter Eagle File](https://github.com/SeeedDocument/Grove-RJ45_Adapter/raw/master/res/Grove-RJ45_Adapter_Eagle_File.zip)


---

# 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://learn.pakronics.com.au/seed-studio/grove-modules/actuator/grove-rj45_adapter.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.
