-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a6143a
commit 7f166dd
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Control for Rhino High-Torque Encoder DC Servo Motor and Driver (RMCS-220X) | ||
|
||
This code requires you use the i2c interface connected as in the manual: https://robokits.download/downloads/RMCS220x_DCServo_Driver.pdf | ||
|
||
You must pull up the SDA and SCL pins on your Arduino to 5v with 4.7k resistors. | ||
|
||
## Functionality | ||
|
||
As per the manual, you are able to perform the following functions: | ||
|
||
- Read/Write Motor Speed and Direction | ||
- Read/Write Speed Damping | ||
- Read/Write Encoder Position | ||
- Read/Write Go to Position Command | ||
- Read/Write Speed-Feedback Gain term | ||
- Read/Write P-Gain term | ||
- Read/Write I-Gain term | ||
- Write Relative Go to Position Command | ||
|
||
Please see `src/RMCS-220X.h` for the relevant methods, data types and accepted parameters. |