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

Download Bioloid CD - November 2007

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

Download Bioloid CD - November 2007

Post by limor » Sun Dec 02, 2007 2:41 pm

Post by limor
Sun Dec 02, 2007 2:41 pm

you can download the CD here:

http://robotis.u-stor.net/~robotis/ROBO ... OID_CD.zip
http://www.robo-one.org/Support/Robotis ... ov2007.zip

and the CD cover here:

http://www.robo-one.org/Support/Robotis ... ov2007.zip
http://robotis.u-stor.net/~robotis/ROBO ... dcover.zip

I'd appreciate it if someone can make it available on emule and/or bittorrent and post a link here

:lol:
you can download the CD here:

http://robotis.u-stor.net/~robotis/ROBO ... OID_CD.zip
http://www.robo-one.org/Support/Robotis ... ov2007.zip

and the CD cover here:

http://www.robo-one.org/Support/Robotis ... ov2007.zip
http://robotis.u-stor.net/~robotis/ROBO ... dcover.zip

I'd appreciate it if someone can make it available on emule and/or bittorrent and post a link here

:lol:
limor
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1845
Joined: Mon Oct 11, 2004 1:00 am
Location: London, UK

Re: Download Bioloid CD - November 2007

Post by siempre.aprendiendo » Sun Dec 02, 2007 3:59 pm

Post by siempre.aprendiendo
Sun Dec 02, 2007 3:59 pm

limor wrote:you can download the CD here:

http://robotis.u-stor.net/~robotis/ROBO ... OID_CD.zip
http://www.robo-one.org/Support/Robotis ... ov2007.zip

and the CD cover here:

http://www.robo-one.org/Support/Robotis ... ov2007.zip
http://robotis.u-stor.net/~robotis/ROBO ... dcover.zip

I'd appreciate it if someone can make it available on emule and/or bittorrent and post a link here

:lol:


Thanks, Limor!

What has been added or updated?

Downloading... :)

Installing...

Reviewing ... :idea:

Well, after a fast review, the big changes I have noticed are the Bioloid User's guide and the Robot Terminal v1.05. I'm sure there should be other differences...

The new Bioloid User's guide doesn’t include the section "Information for Advanced Users"... about:

9-1. Boot Loader Page 116
9-2. Using the C Program Language Page 119
9-3. Compiling Page 120
9-4. Example.c Page 126

I hope this will mean that there will be more news about programming Bioloid with C...

Sharing with emule... ;)

(Excuse my english, please...)
limor wrote:you can download the CD here:

http://robotis.u-stor.net/~robotis/ROBO ... OID_CD.zip
http://www.robo-one.org/Support/Robotis ... ov2007.zip

and the CD cover here:

http://www.robo-one.org/Support/Robotis ... ov2007.zip
http://robotis.u-stor.net/~robotis/ROBO ... dcover.zip

I'd appreciate it if someone can make it available on emule and/or bittorrent and post a link here

:lol:


Thanks, Limor!

What has been added or updated?

Downloading... :)

Installing...

Reviewing ... :idea:

Well, after a fast review, the big changes I have noticed are the Bioloid User's guide and the Robot Terminal v1.05. I'm sure there should be other differences...

The new Bioloid User's guide doesn’t include the section "Information for Advanced Users"... about:

9-1. Boot Loader Page 116
9-2. Using the C Program Language Page 119
9-3. Compiling Page 120
9-4. Example.c Page 126

I hope this will mean that there will be more news about programming Bioloid with C...

Sharing with emule... ;)

(Excuse my english, please...)
siempre.aprendiendo
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 559
Joined: Wed Aug 08, 2007 9:13 pm
Location: Barcelona

Post by PeterW » Fri Dec 28, 2007 8:05 pm

Post by PeterW
Fri Dec 28, 2007 8:05 pm

Thanks Limor I have just built my Bioloid and then found the software CD was an older version 1.06 than the manual and didn't install properly. From your link I have downloaded 1.08 and all appears to be working correctly. At least I have used the Humanoid "CheckAssembly" program and have now got the "DemoExample" running. I have been really impressed with the mechanical side of the kit but there does not appear to be much info about the programming. I have had to download a Behavior Control Program and Motion Data File but I haven't seen a high level description of what they do. Maybe I had better read the manuals a bit more carefully, or in the case of the user manual for the first time, still its early days yet and at least its all working.
Thanks Limor I have just built my Bioloid and then found the software CD was an older version 1.06 than the manual and didn't install properly. From your link I have downloaded 1.08 and all appears to be working correctly. At least I have used the Humanoid "CheckAssembly" program and have now got the "DemoExample" running. I have been really impressed with the mechanical side of the kit but there does not appear to be much info about the programming. I have had to download a Behavior Control Program and Motion Data File but I haven't seen a high level description of what they do. Maybe I had better read the manuals a bit more carefully, or in the case of the user manual for the first time, still its early days yet and at least its all working.
PeterW
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 31
Joined: Thu Dec 20, 2007 3:45 pm
Location: Aylesbury

Post by limor » Fri Dec 28, 2007 11:26 pm

Post by limor
Fri Dec 28, 2007 11:26 pm

Regarding programming in C, please check out the wiki
http://robosavvy.com/site/index.php?opt ... is_bioloid

There are a couple of easy to use libraries that have been developed for the CM5.

And i'm also working on an Arduino Diecimila bioloid library. the advantage is that it can accept the voltage from the Bioloid battery and can also interface with analog and serial sensors.

There's also a work in progress for a C library for Gumstix. thats a bit more complicated. check out the forum threads regarding this.

Please feel free update the wiki with whatever information you find useful when exploring the Bioloid.

:)
Regarding programming in C, please check out the wiki
http://robosavvy.com/site/index.php?opt ... is_bioloid

There are a couple of easy to use libraries that have been developed for the CM5.

And i'm also working on an Arduino Diecimila bioloid library. the advantage is that it can accept the voltage from the Bioloid battery and can also interface with analog and serial sensors.

There's also a work in progress for a C library for Gumstix. thats a bit more complicated. check out the forum threads regarding this.

Please feel free update the wiki with whatever information you find useful when exploring the Bioloid.

:)
limor
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1845
Joined: Mon Oct 11, 2004 1:00 am
Location: London, UK

Post by siempre.aprendiendo » Fri Dec 28, 2007 11:37 pm

Post by siempre.aprendiendo
Fri Dec 28, 2007 11:37 pm

limor wrote:Regarding programming in C, please check out the wiki
http://robosavvy.com/site/index.php?opt ... is_bioloid

There are a couple of easy to use libraries that have been developed for the CM5.

And i'm also working on an Arduino Diecimila bioloid library. the advantage is that it can accept the voltage from the Bioloid battery and can also interface with analog and serial sensors.

There's also a work in progress for a C library for Gumstix. thats a bit more complicated. check out the forum threads regarding this.

Please feel free update the wiki with whatever information you find useful when exploring the Bioloid.

:)


Umm, very interesting :)

The C library for Gumstix is related to Jon's work?

Have you published the sources code of this libraries?

Thanks!
limor wrote:Regarding programming in C, please check out the wiki
http://robosavvy.com/site/index.php?opt ... is_bioloid

There are a couple of easy to use libraries that have been developed for the CM5.

And i'm also working on an Arduino Diecimila bioloid library. the advantage is that it can accept the voltage from the Bioloid battery and can also interface with analog and serial sensors.

There's also a work in progress for a C library for Gumstix. thats a bit more complicated. check out the forum threads regarding this.

Please feel free update the wiki with whatever information you find useful when exploring the Bioloid.

:)


Umm, very interesting :)

The C library for Gumstix is related to Jon's work?

Have you published the sources code of this libraries?

Thanks!
siempre.aprendiendo
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 559
Joined: Wed Aug 08, 2007 9:13 pm
Location: Barcelona

Installing CM-5

Post by astar » Thu Feb 11, 2010 11:56 am

Post by astar
Thu Feb 11, 2010 11:56 am

Hi Limor,

Could you please guide me to the link for the download of CM-5 library of Bioloid SDK?

Thanks !
Hi Limor,

Could you please guide me to the link for the download of CM-5 library of Bioloid SDK?

Thanks !
astar
Newbie
Newbie
Posts: 1
Joined: Thu Feb 11, 2010 11:54 am


6 postsPage 1 of 1
6 postsPage 1 of 1