Bus Servo SDK User Manual (Arduino Uno)
| 版本 | GitHub | 范例代码 |
|---|---|---|
| v1.2026.0214 | 点击下载 |
1. Install the Arduino Library
Copy the fashionstar-uart-servo-arduino-V2 project folder to the libraries directory under your Arduino IDE installation path.
2. Flashing Notes for Uno
Uno has only one hardware serial port, which must be time-shared for flashing and servo communication.
- During flashing: disconnect UC01 from Uno, connect PC to Uno.
- During runtime: connect UC01 to Uno, disconnect PC serial occupation.
3. Software Serial Logging (Optional)
Use software serial for debug log output if needed.