null
Created with Sketch. Created with Sketch.

ROBOTIS IR/PR & Blog

PID Tuning For DYNAMIXEL

PID Tuning For DYNAMIXEL

Posted by Mason Knittle on 6th Apr 2026

When you command a DYNAMIXEL servo to move to a target position, the motor constantly compares its current position with the desired target. The difference is called the error. PID tuning controls how the motor responds to that error.
read more
Using Serial Monitor via DYNAMIXEL Shield

Using Serial Monitor via DYNAMIXEL Shield

Posted by Mason Knittle on 24th Dec 2025

Serial Communication Overview The DYNAMIXEL Shield communicates with actuators using the Arduino’s hardware serial interface (TX/RX). This is the same physical UART interface used for USB communication with a computer. On many Arduino boards, this shared interface can lead to conflicts. If b
read more