Legacy Forum: Preserving Nearly 20 Years of Community History - A Time Capsule of Discussions, Memories, and Shared Experiences.

Use Dynamixel AX-12 with Arduino-duemilanove

Bioloid robot kit from Korean company Robotis; CM5 controller block, AX12 servos..
8 postsPage 1 of 1
8 postsPage 1 of 1

Use Dynamixel AX-12 with Arduino-duemilanove

Post by nehuma » Fri Sep 03, 2010 11:00 pm

Post by nehuma
Fri Sep 03, 2010 11:00 pm

Hello everybody
I'm new in this, i really need your help, the thing is I want to use Arduino-duemilanove with AX-12 dynamixel, I have no idea how to start it, could you help me. thanks
Hello everybody
I'm new in this, i really need your help, the thing is I want to use Arduino-duemilanove with AX-12 dynamixel, I have no idea how to start it, could you help me. thanks
nehuma
Newbie
Newbie
Posts: 2
Joined: Fri Sep 03, 2010 10:50 pm

Post by i-Bot » Sat Sep 04, 2010 10:46 pm

Post by i-Bot
Sat Sep 04, 2010 10:46 pm

Check out the code for Arbotix.
I have this code working fine at 1Mbps on the Arduino with a simple ttl interface using 74AHC126.
Check out the code for Arbotix.
I have this code working fine at 1Mbps on the Arduino with a simple ttl interface using 74AHC126.
i-Bot
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1142
Joined: Wed May 17, 2006 1:00 am

Post by siempre.aprendiendo » Sun Sep 05, 2010 10:32 am

Post by siempre.aprendiendo
Sun Sep 05, 2010 10:32 am

Have you tried to search arduino+ax-12?

Here is one result that I think can help you
Have you tried to search arduino+ax-12?

Here is one result that I think can help you
siempre.aprendiendo
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 559
Joined: Wed Aug 08, 2007 9:13 pm
Location: Barcelona

Post by i-Bot » Sun Sep 05, 2010 11:12 am

Post by i-Bot
Sun Sep 05, 2010 11:12 am

i-Bot
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1142
Joined: Wed May 17, 2006 1:00 am

Post by Gort » Wed Sep 08, 2010 6:17 pm

Post by Gort
Wed Sep 08, 2010 6:17 pm

I am going to try this out with my arduino! Thanks for the links.
I am going to try this out with my arduino! Thanks for the links.
Gort
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 555
Joined: Wed May 31, 2006 1:00 am
Location: KC, MO, USA

Post by i-Bot » Thu Sep 09, 2010 5:46 pm

Post by i-Bot
Thu Sep 09, 2010 5:46 pm

The biggest pain with the Arduino for AX12 is the single hardware USART on the basic models. This is resolved on the Arbotix and the larger Arduino Mega. At higher AX bus speeds, the hardware USART is a must, this is why the other code I posted moves the other lower speed control interface to the software serial, however this is not normally connected to the FTDI chip.

Also watch out for how you make the links to the AX Bus so the bootloader will still work.
The biggest pain with the Arduino for AX12 is the single hardware USART on the basic models. This is resolved on the Arbotix and the larger Arduino Mega. At higher AX bus speeds, the hardware USART is a must, this is why the other code I posted moves the other lower speed control interface to the software serial, however this is not normally connected to the FTDI chip.

Also watch out for how you make the links to the AX Bus so the bootloader will still work.
i-Bot
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1142
Joined: Wed May 17, 2006 1:00 am

Post by Gort » Thu Sep 09, 2010 6:43 pm

Post by Gort
Thu Sep 09, 2010 6:43 pm

After I get the Arduino working, I will then try out the Netduino.

http://blog.makezine.com/archive/2010/0 ... _a_ne.html
After I get the Arduino working, I will then try out the Netduino.

http://blog.makezine.com/archive/2010/0 ... _a_ne.html
Gort
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 555
Joined: Wed May 31, 2006 1:00 am
Location: KC, MO, USA

Post by i-Bot » Thu Sep 09, 2010 7:14 pm

Post by i-Bot
Thu Sep 09, 2010 7:14 pm

Ouch ! .Net or not ! a whole new topic

I am really out of my depth here as I struggle to reconcile the productivity I get with C# and .Net, and the hands to the metal I get with Linux, C, and even assembler. Mono seems just a compromise.
Ouch ! .Net or not ! a whole new topic

I am really out of my depth here as I struggle to reconcile the productivity I get with C# and .Net, and the hands to the metal I get with Linux, C, and even assembler. Mono seems just a compromise.
i-Bot
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1142
Joined: Wed May 17, 2006 1:00 am


8 postsPage 1 of 1
8 postsPage 1 of 1