Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCR rs485 port #270

Open
chrswp opened this issue Mar 23, 2021 · 3 comments
Open

OpenCR rs485 port #270

chrswp opened this issue Mar 23, 2021 · 3 comments

Comments

@chrswp
Copy link

chrswp commented Mar 23, 2021

Hello...
My name is Chris from Indonesia.
I would like to ask is it possible to use RS 485 port in openCR 1.0 board to control another device beside dynamixel. I have BLDC motor controller need to be accessed from OpenCR thru RS485, but my engineer there is some difficulties due to port in OpenCR is mod for dynamixel only.
Please advice.

Thanks
Chris WP

@ROBOTIS-Will
Copy link
Contributor

hi Chris,
RS-485 is one of standard communication layers that supports various devices, however, each device may need its own driver to control them.
For example, you can use RS-485 D+/D- for other devices, but OpenCR Arduino library only provides RS-485 for DYNAMIXEL.
In order to use other devices, you will need to add/create the library to control the device you want to use.
https://github.com/ROBOTIS-GIT/OpenCR/tree/master/arduino/opencr_arduino/opencr/libraries
Thanks.

@chrswp
Copy link
Author

chrswp commented Mar 23, 2021

Hi Will, thanks for your reply.
My BLDC motor driver is using common RS485 modbus protocol, is it still need library to communicate from openCR?

@ROBOTIS-Will
Copy link
Contributor

OpenCR library supports RS485 DYNAMIXEL protocol, so you should implement the modbus protocol library to use your BLDC motor.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants