Skip to content

Arduino library for OCServo ROBS servomotors series

License

Notifications You must be signed in to change notification settings

JarikDem-Bot/OCServo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCServo library

GitHub Static badge Static badge

This library allows you to easily control servomotors of ROBS series of OCServo manufacturer.

Installation

Tutorial with screen-shots how to download a library from GitHub and installing a ZIP-library

Connection

Connected using UART to RS485 board included to servomotor.

Arduino Servo Board
Tx1* Tx
Rx1* Rx
5V 5V
GND GND

* I used Hardware Serial port 1, but library supports any** Hardware or Software serial port.

** Default baud rate value for servo is 1M, so port must be able to handle this value.

Documentation

Detailed documentation can be found ->HERE<-

Also, check out examples!

Tested on

Motors models:

  • OCServo ROBS-301 servomotor

Boards:

  • Arduino Mega 2560 Pro
  • STM32F411 BlackPill (Platformio and Arduino framework)

Resources

License

MIT