4 ๐Ÿ”Œ Connect Wires

"Everything is connected." ๐Ÿค

4.1 Joint map

Nybble's servos are connected to NyBoard's PWM pins symmetrically and resemble the nerves along the spinal cord. Though Nybble doesn't have shoulder roll DoF, those indexes(4~7) are reserved for the full OpenCat framework.

NyBoard V0_* and V1_* have different PWM pin orders, but the physical servo connection remains the same. All adjustments are handled in the software. You don't even need to read the pin numbers on the PCB board.

4.2 Plug in the servos

Observe the indexing pattern to connect servos with the correct PWM pins. Be careful with the wiresโ€™ direction. The brown wire of the servo is GND, while the GND on NyBoard V0_1 is along the centerline. In later versions of NyBoards, they are the opposite.

A quick check is that all On NyBoard V0_1 the brown wires should be far away from the board surface. On NyBoard V0_2 the brown wires should be close to the board surface.

From NyBoard V0_2 (to NyBoard V1_X), the location of servo wires will still be the same, but their direction of colors will be opposite.

Even though the PCB layouts vary on different NyBoards, the wiring pattern is the same. You don't need to read the indexes of the servo pins when plugging the servos. The joint mapping is done automatically in the OpenCat code. You just need to select the right board version when uploading the code.

4.3 Wiring

4.3 Prepare for calibration

You must enter the calibration mode before installing the head and the legs. After entering the calibration state, you need to attach the head, tail, and leg components to the servo's output shaft. Don't screw them yet.

There are five methods to enter the calibration state:

  • Long-press the battery and boot up the robot with one side up. It will enter the calibration state automatically.

  • Use the mobile app Petoi and enter the calibration panel.

  • Use Joint Calibrator in Petoi Desktop App:

    • If you have already connected the robot and computer with a serial port, It will enter the calibration state after you click the "Joint Calibrator" button

    • Click the "Calibrate" button in the calibrator's interface

  • In the serial monitor of Arduino IDE, enter the serial command "c"

Install the head, tail and leg components as following picture:

You can install the legs with the reference of a triangle ruler or the L-shaped ruler included in the kit.

4.4 Wiring

After calibration, troubleshooting and final assembling, Itโ€™s time to think about wiring routes to make Nybble look neat. There are multiple slots on the frame designed as a wire organizer. Feel free to develop your own style for connecting future accessories. Make sure the wires donโ€™t get in the way of the servosโ€˜ movement.

Below are the wiring routes.:

NyBoard V1_* :

NyBoard V0_* :

Last updated