CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Dynamixel servos can be controlled with pic18F4550

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
*estudiante



Joined: 10 Aug 2015
Posts: 3

View user's profile Send private message

Dynamixel servos can be controlled with pic18F4550
PostPosted: Mon Aug 10, 2015 8:38 pm     Reply with quote

good morning everyone

I have a problem. I am a student, and I'm doing a project for semester, a robotic arm.

the problem is the following :

I would use Dynamixel servomotors especially the AX-12A, I want to control by means of pic18F4550 and using a program in CCS.

but I find information about it

anyone can help me please, an example, someone who has already tried

please help

thanks for your help
dyeatman



Joined: 06 Sep 2003
Posts: 1923
Location: Norman, OK

View user's profile Send private message

PostPosted: Mon Aug 10, 2015 9:00 pm     Reply with quote

You haven't even tried to search at all have you?

There is lots of info available for the AX-12...
Try searching here and on Google and to earn your
grade rather than us doing it for you.

To get you started here is the manual for the servo.
http://support.robotis.com/en/product/dynamixel/ax_series/dxl_ax_actuator.htm

Here is a tutorial:
http://forums.trossenrobotics.com/tutorials/how-to-diy-128/controlling-ax-12-servos-3275/
_________________
Google and Forum Search are some of your best tools!!!!
*estudiante



Joined: 10 Aug 2015
Posts: 3

View user's profile Send private message

thanks for your prompt response
PostPosted: Tue Aug 11, 2015 5:51 am     Reply with quote

Thanks friend, I will continue looking for information. Your contribution to been good.

Anything I tell my doubts here
Ttelmah



Joined: 11 Mar 2010
Posts: 19329

View user's profile Send private message

PostPosted: Tue Aug 11, 2015 8:51 am     Reply with quote

It is controlled using standard serial at 5v. So it really is just a matter of sending it the bytes you need. #USE RS232 can drive it directly.
You just wire the TX and RX line on the UART together, and connect this to the data line on the device. Remember though that used like this you will receive every byte you send, which makes parsing the replies harder work. Alternatively a simple TTL buffer can be used to switch off the receive when sending, and implement buffer control on the PIC, as if you were using half duplex RS485.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group