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

Need Guide

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

Need Guide

Post by snow4997 » Tue Jan 26, 2010 10:07 am

Post by snow4997
Tue Jan 26, 2010 10:07 am

hi everyone, i'm trying to make my robot walking using c programming..but i have no idea how to start...need step by step guides! or anyone have website or journal for reference??
hi everyone, i'm trying to make my robot walking using c programming..but i have no idea how to start...need step by step guides! or anyone have website or journal for reference??
snow4997
Newbie
Newbie
Posts: 4
Joined: Tue Jan 26, 2010 9:37 am

Post by Fritzoid » Tue Jan 26, 2010 12:59 pm

Post by Fritzoid
Tue Jan 26, 2010 12:59 pm

Robotis has not released it's C software for the CM-510, although it is expected to offer something in the March-April time frame.

For now the best source of programming information is the old Bioloid User's Guide (Version 1.00). This documentation applies to the older CM-5 controller but almost everything will be the same on the newer CM-510. Presumably the storage layout is different due to the increased size of the CM-510 memory.

You can find the manual on the Robotis site on the Downloads page. Its the oldest file on the list, at the bottom of page three.

You're going to want a compiler environment specific to the ATMEL hardware as well. The primary contenders here are WinAVR and AVR Studio. You can Google these to learn more. Either of these environments along with a C compiler, usually GNU (GCC) can be used to create .hex files that can be downloaded to the robot.

Finally, there has been some excellent work done right here on the Robosavvy forums! Checkout the libavr/libbioloid thread for much more information.
Robotis has not released it's C software for the CM-510, although it is expected to offer something in the March-April time frame.

For now the best source of programming information is the old Bioloid User's Guide (Version 1.00). This documentation applies to the older CM-5 controller but almost everything will be the same on the newer CM-510. Presumably the storage layout is different due to the increased size of the CM-510 memory.

You can find the manual on the Robotis site on the Downloads page. Its the oldest file on the list, at the bottom of page three.

You're going to want a compiler environment specific to the ATMEL hardware as well. The primary contenders here are WinAVR and AVR Studio. You can Google these to learn more. Either of these environments along with a C compiler, usually GNU (GCC) can be used to create .hex files that can be downloaded to the robot.

Finally, there has been some excellent work done right here on the Robosavvy forums! Checkout the libavr/libbioloid thread for much more information.
Fritzoid
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 331
Joined: Mon Dec 18, 2006 1:00 am


2 postsPage 1 of 1
2 postsPage 1 of 1