RoboDK Forum
Arduino with RoboDK?- Printable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: General questions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: Arduino with RoboDK? (/Thread-Arduino-with-RoboDK)



Arduino with RoboDK?-dzoni-10-28-2020

Hi

I have problems with my robotic arm, it uses Arduino Uno and drivers. I am trying to connect arduino and RoboDK software but I don't know how and what I need to run it using RoboDK Software. All information will be helpful.

Thanks


RE: Arduino with RoboDK?-Albert-11-02-2020

There isn't an official RoboDK post processor for Arduino. The closest you may find is the post processor for AR robots which can be loaded by ARCS software which then streams the data to an Arduino.

You should customize your post processor to generate data that your arduino can read (via a customized serial protocol or similar).

I recommend you to take a look at the following document and learn more about how to customize your post processors:
//www.sinclairbody.com/doc/en/Post-Processors.html


RE: Arduino with RoboDK?-astazzoni-10-12-2021

Hello Albert. I would like to know if there are any plans on developing an Arduino Post Processor for Robo DK in the near future.
Also, which is the post processor for AR Robots? I cannot find it
Thank you very much.


RE: Arduino with RoboDK?-Olivier-10-14-2021

的post-pro RobotDK创建一个文件用线条of command that tell the robot where to move and what to do, everything else is done on the robot controller side.

This mean making a post-pro for a Arduino is not simple. It would require a lot of work and I do not think the ATmega32 of the Arduino is fast enough to run a reverse kinematic smoothly. This part is usually done by a computer inside the robot controller.

However, I heard that the AR robot will have a version compatible with RoboDK soon, but it is still in development.


RE: Arduino with RoboDK?-Adegrenier1-10-15-2021

@astazzoni

Oliver means the Annin AR3 robot. It is in there. The ar3 uses a tinsy3.1 micro controller piggybacked with an Arduino mega. that project is open source by Chris Annin the developer.https://www.anninrobotics.com/I personally have an AR3 and it's not a precision machine by any means. I know people currently used his "software" and modify the kinematics for their robots, but that is labor-intensive.