# NyBoard

## Servo wiring

Connect the wires of servos to the NyBoard servo pins as below. They follow a circular symmetry. Notice the skipped indexes between the head and leg servos (1\~7). They are reserved for our future robots with more joints.&#x20;

![NyBoard](/files/ZaOgmRvMzmrhFxRxCFlb)

{% hint style="danger" %}
The index number of the joint servo has **no corresponding relationship** with the PWM PIN on the main board. **You should not read the PINs on the PCB board during assembly.**&#x20;
{% endhint %}

### Wire direction

Please ensure the black wire (or the darkest wire - ground wire) is closest to the board.

![](/files/-MTM-WimcJAGGrjcnrOw)

Bottom view:

![](/files/-MTM-Win_KDbqjJgjyNA)

Insert the infrared receiver under the back plate so the sensor can be exposed to the outside.&#x20;

![](/files/-MTM-Wio4N0I-BzZoewa)

![](/files/-MTM-WipuCZN-A2JuJb8)

Ensure the wires go into the body, bypass the columns, and plug into the servo pins. Arrange the wires so they don't get between the servo plugs and the body frame. NyBoard should fit flat on the four standoffs. (It is OK for the board to have a minor bend caused by the chassis.) Use four M2x8 self-tapping screws to fix the NyBoard. &#x20;

![](/files/-MTM-Wiq2hlW3IXgI7rm)

Completed:

![](/files/-MTM-WirguxJis5un9Fx)

![](/files/-MTM-Wisp_7IuDcaDNJk)

Ensure all the servos are connected to the correct sockets on the circuit board in the proper orientation.&#x20;


---

# 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://bittle.petoi.com/4-connect-the-wires/nyboard.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.
