Pi-servo-hat vs Arduino on Raspberrypi
I am new at ROS and I have a question.
At Raspberrypi, is it standard to control servos by using Arduino instead of pi-servo-hat like PCA9685? And if so, what are the pros and cons of each devices?
Asked by ba520y on 2020-11-01 22:24:36 UTC
Answers
the pro for the pi is you can program it realy easy. you do not have to program the ardione. the i2c communication is more responsive compare to the usb usb-ttl uart interface (i know you could directly connect the serial port but usb is the simpler one)
if you use a arduino and programm the movecommand with buffers and so on, you can get a smoother movemat, but you have to code mutch. if you use an arduino you get a better execution time prediction compard to the pi solution.
Asked by duck-development on 2020-11-02 14:35:17 UTC
Comments
Thank you for reply. Your advice will be helpful to decide which device I should use.
Asked by ba520y on 2020-11-02 19:28:32 UTC
Comments