# RS485 Board

GitHub hardware [link](https://github.com/FYNCH-BIO/hardware/tree/master/Vial%20Platform/RS485)

<figure><img src="https://3394537773-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYy5AdmKzUTn7D8n357Md%2Fuploads%2FIVHEJI0p9XxstrF6o9Mg%2Fimage.png?alt=media&#x26;token=544a1e82-43da-4862-8cda-19b2e04cf689" alt=""><figcaption><p>RS485 board is center with a red arrow pointing to it.</p></figcaption></figure>

## Overview

The [RS485](https://en.wikipedia.org/wiki/RS-485) board enables serial communication between the [Raspberry Pi](https://khalil-lab.gitbook.io/evolver/hardware/raspberry-pi) (server) and the [Arduinos ](https://khalil-lab.gitbook.io/evolver/hardware/motherboard-layout-and-circuitry/arduino)(controlling the parameters).

## Troubleshooting

The RS485 board has broken on very rare occasions.

### Symptoms

No communication between all Arduinos and the Raspberry Pi server

### Diagnosis

If only one Arduino is not communicating More likely to be something wrong with:

1. Arduino
2. [Motherboard](https://khalil-lab.gitbook.io/evolver/troubleshooting/vial-platform-troubleshooting/motherboard-troubleshooting-replacement) connections between Arduino and RS485 board

If you have tried a new Arduino with new code and verified motherboard connections work, it may be the RS485 board itself. Try a new RS485 board ordered from Fynch.


---

# 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://khalil-lab.gitbook.io/evolver/hardware/motherboard-layout-and-circuitry/rs485-board.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.
