Bus Servo SDK User Manual (Arduino Mega2560)
| 版本 | GitHub | 范例代码 |
|---|---|---|
| v1.2026.0214 | 点击下载 |
1. Install the Arduino Library
Copy the fashionstar-uart-servo-arduino-V2 project folder to the libraries directory of Arduino IDE.
2. Demo Wiring (Mega2560)
Recommended connection to adapter board UART:
| Arduino Mega2560 | USB-to-TTL Module |
|---|---|
| D15 (Serial3 Rx) | Tx |
| D14 (Serial3 Tx) | Rx |
| GND | GND |
3. Demo Workflow
- Open sample project.
- Select board and serial port.
- Upload sketch.
- Verify communication and motion behavior.