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

Robotis' CYCLOID II / III - anybody knows?

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

Robotis' CYCLOID II / III - anybody knows?

Post by austin2powers » Thu Nov 09, 2006 7:37 am

Post by austin2powers
Thu Nov 09, 2006 7:37 am

Hi,

first I was interested in Robotis' Bioloid, but the expert kit, which provides a C programming environment (necessary for my needs), won't be shipped this year.

Then I noticed the CYCLOID II and III kits at Tribotix.

Does anybody have positive experience with the CYCLOID or further informations about it?

Thanks in advance for your help.

Greetings from Germany
Henning
Hi,

first I was interested in Robotis' Bioloid, but the expert kit, which provides a C programming environment (necessary for my needs), won't be shipped this year.

Then I noticed the CYCLOID II and III kits at Tribotix.

Does anybody have positive experience with the CYCLOID or further informations about it?

Thanks in advance for your help.

Greetings from Germany
Henning
austin2powers
Newbie
Newbie
User avatar
Posts: 3
Joined: Fri Oct 27, 2006 1:00 am

Post by inaki » Thu Nov 09, 2006 12:52 pm

Post by inaki
Thu Nov 09, 2006 12:52 pm

Do you know that the Comprehensive Kit also supports the C compiler ?
You can buy this kit now.
Do you know that the Comprehensive Kit also supports the C compiler ?
You can buy this kit now.
inaki
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 233
Joined: Sun Mar 06, 2005 1:00 am
Location: EH

Post by Robo1 » Thu Nov 09, 2006 2:35 pm

Post by Robo1
Thu Nov 09, 2006 2:35 pm

Have you seen the price of them,

1. CycloidII - USD $20,000
2. CycloidIII - USD $7,500

If you have the sort of money then buy the CycloidII but if your like the rest of use then you can only keep on dreaming.

bren
Have you seen the price of them,

1. CycloidII - USD $20,000
2. CycloidIII - USD $7,500

If you have the sort of money then buy the CycloidII but if your like the rest of use then you can only keep on dreaming.

bren
Robo1
Savvy Roboteer
Savvy Roboteer
Posts: 501
Joined: Fri Jun 30, 2006 1:00 am
Location: UK - Bristol

Post by hivemind » Thu Nov 09, 2006 9:22 pm

Post by hivemind
Thu Nov 09, 2006 9:22 pm

Or you could just use C and the Bioloid kit that is already out? The Cycoid robots are truly amazing, but seem a bit out of most people price range. But I think that the Bioloid can be run with just C (instead of the motion editor?), so why not just go with that?
Or you could just use C and the Bioloid kit that is already out? The Cycoid robots are truly amazing, but seem a bit out of most people price range. But I think that the Bioloid can be run with just C (instead of the motion editor?), so why not just go with that?
hivemind
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 211
Joined: Sat Jul 01, 2006 1:00 am
Location: between my computer and robot.

Post by austin2powers » Fri Nov 10, 2006 2:01 pm

Post by austin2powers
Fri Nov 10, 2006 2:01 pm

inaki wrote:Do you know that the Comprehensive Kit also supports the C compiler ?
You can buy this kit now.


Hi inaki,

Robotis' statement concerning C-programming:
ROBOTIS Support wrote:We are not able to launch expert kit to overseas now. It will be end of December.
Only expert kit containing C-language program base.


This confused me, but I guess (or I hope) that this only means, that there will be a software-package (i.e. compiler..) included only in expert kit.

...so that the basic kits also allow C-programming.

Greeting from Germany
Henning
inaki wrote:Do you know that the Comprehensive Kit also supports the C compiler ?
You can buy this kit now.


Hi inaki,

Robotis' statement concerning C-programming:
ROBOTIS Support wrote:We are not able to launch expert kit to overseas now. It will be end of December.
Only expert kit containing C-language program base.


This confused me, but I guess (or I hope) that this only means, that there will be a software-package (i.e. compiler..) included only in expert kit.

...so that the basic kits also allow C-programming.

Greeting from Germany
Henning
austin2powers
Newbie
Newbie
User avatar
Posts: 3
Joined: Fri Oct 27, 2006 1:00 am

Post by smoothchat » Fri Nov 10, 2006 11:38 pm

Post by smoothchat
Fri Nov 10, 2006 11:38 pm

Check this out. A cost effective alternative to the Cycloid....

http://forums.tribotix.info/forum1/54.html
Check this out. A cost effective alternative to the Cycloid....

http://forums.tribotix.info/forum1/54.html
smoothchat
Robot Builder
Robot Builder
User avatar
Posts: 13
Joined: Tue Oct 10, 2006 1:00 am
Location: Australia

Post by limor » Sat Nov 11, 2006 1:45 am

Post by limor
Sat Nov 11, 2006 1:45 am

autin2powers,

Here are some basic facts that you may find useful.

The CM5 is the Bioloid controler based on Atmega128 it comes with the Beginner kit, the Advanced kit and the (non existant) Expert kit.

The CM5's Atmega128 comes pre-installed with some firmware that allows for text-mode interraction with the servo bus and allows the Windows GUI software to control the robot.
This firmware can be replaced by your own proprietry code.
You can write such code in C and compile it with Atmega128's GCC compiler called WinAVR.
More intro info can be found here.
autin2powers,

Here are some basic facts that you may find useful.

The CM5 is the Bioloid controler based on Atmega128 it comes with the Beginner kit, the Advanced kit and the (non existant) Expert kit.

The CM5's Atmega128 comes pre-installed with some firmware that allows for text-mode interraction with the servo bus and allows the Windows GUI software to control the robot.
This firmware can be replaced by your own proprietry code.
You can write such code in C and compile it with Atmega128's GCC compiler called WinAVR.
More intro info can be found here.
limor
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1845
Joined: Mon Oct 11, 2004 1:00 am
Location: London, UK

Post by austin2powers » Wed Nov 15, 2006 7:50 am

Post by austin2powers
Wed Nov 15, 2006 7:50 am

Thank you all for your elaborate answers.

limor wrote:This firmware can be replaced by your own proprietry code.


Hi limor,

are you cocksure about that?
Because then I wonder why Robotis always accentuates that only the "Expert Kit" will have a C-environment included.

Greetings from Germany
Henning
Thank you all for your elaborate answers.

limor wrote:This firmware can be replaced by your own proprietry code.


Hi limor,

are you cocksure about that?
Because then I wonder why Robotis always accentuates that only the "Expert Kit" will have a C-environment included.

Greetings from Germany
Henning
austin2powers
Newbie
Newbie
User avatar
Posts: 3
Joined: Fri Oct 27, 2006 1:00 am

Post by limor » Wed Nov 15, 2006 10:51 am

Post by limor
Wed Nov 15, 2006 10:51 am

Sure i'm cocksure about it :lol: I have been compiling code for CM5 regularly since i've had bioloid (Advanced kit).
Have a look at this thread for "firmware" code examples.

Also, please have a look at the Bioloid documentation: http://robosavvy.com/RoboSavvyPages/Support/Bioloid/
you will see that the kit's document shows how to use the GCC compiler and some example code.
Sure i'm cocksure about it :lol: I have been compiling code for CM5 regularly since i've had bioloid (Advanced kit).
Have a look at this thread for "firmware" code examples.

Also, please have a look at the Bioloid documentation: http://robosavvy.com/RoboSavvyPages/Support/Bioloid/
you will see that the kit's document shows how to use the GCC compiler and some example code.
limor
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1845
Joined: Mon Oct 11, 2004 1:00 am
Location: London, UK


9 postsPage 1 of 1
9 postsPage 1 of 1