> For the complete documentation index, see [llms.txt](https://inacks.gitbook.io/kappa4310ard-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inacks.gitbook.io/kappa4310ard-wiki/datasheet/presentation.md).

# Presentation

The **Kappa4310Ard** is an evaluation board for the **IS4310 Modbus chip**. It enables engineers to easily evaluate the IS4310 without the need for soldering or developing their own prototype—offering a ready-to-use solution. The board features an RGB LED and a potentiometer to simulate an actuator and a sensor.

Designed as a shield with the **Arduino form factor**, the Kappa4310Ard benefits from its widespread popularity, ensuring compatibility with various microcontroller boards, including **Arduino** and **STM32 Nucleo Boards**, among others.

The board features an **RS485 electrical interface** and includes two daisy-chained RJ45 connectors for seamless integration.

The IS4310 is an ideal solution for **ensuring Modbus protocol timing constraints**, reducing CPU load, and eliminating the need for dedicated pins. It includes **500 Holding Registers** for engineers to use and supports Function Codes 3 (0x03), 6 (0x06), and 16 (0x10).

<figure><img src="/files/efJatS8WZVUDgM7JnP9m" alt=""><figcaption></figcaption></figure>

<div><figure><img src="/files/PuNu5e7ectSrCJBn7nwH" alt=""><figcaption><p>Kappa4310Ard Top View</p></figcaption></figure> <figure><img src="/files/ESbfegywn1Tb50x0Er3R" alt=""><figcaption><p>Kappa4310Ard Bottom View</p></figcaption></figure></div>


---

# 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://inacks.gitbook.io/kappa4310ard-wiki/datasheet/presentation.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.
