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

Is Bioloid for me?

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

Is Bioloid for me?

Post by kennethw » Wed Dec 19, 2007 1:52 am

Post by kennethw
Wed Dec 19, 2007 1:52 am

Hi folks. I've been lurking for about a week, checking out the landscape and soaking up as much info as I can on the humanoids that I've been looking into. This is my first post, and I'm sorry that it's a selfish one, but I hope to give lots back once I get my feet wet. I've been interested in robotics for a long time, but could never afford the money (and later, the time) to do the pursuit justice. Thanks for your time, and I really appreciate any input you may have.

So it has been between the current Kondos, RN-1 and Bioloid. The Kondos are great, but no English manuals = no fun at all if you want to tinker. The SPC-101C looks great, but it's not out yet and is 2-3x the price. I'm not sure if I'm ready for that yet.

The Bioloid's modularity makes it super easy to expand and build upon, while being able to code and control it by a number of means. Bioloid has more DOF, great programmability and I like the idea of being able to build different things. I'm brand new to robotics (but not to programming), and have an itch to really tweak something out.

I'm not intimate with C/C++ yet, but I know several higher-level languages and have been coding for a while, and have dabbled a bit in C. One of the intriguing aspects of the Bioloid to me is being able to code some decision-making that's smarter than just rows of conditional procedural code. I'm more interested in slowly adding to his autonomy than having tons of widgets to attach to him, though there are many widgets for the Bioloid now. The software that comes with the kit looks good too.

I am also interested in learning about controller-servo operation and computer control for kinetic art projects. The Dynamixels are really robust, feature-wise, but are plastic, and may well be unique enough that my knowledge of them cannot be repurposed. I just don't know enough about what's out there, and don't want to bark up the wrong tree for extended periods.

That said, if the process of coding the Bioloid ends up being downright painful, I have to temper that with the fun level. I have a nasty habit of diving into things headfirst, burning them out and moving on.


Some specific questions:

- Is it possible to use something other than RoboBasic to code the RN-1, perhaps via an alternate controller?
- Can you actually get similar results with enough work in a visual editor?
- Does Bioloid have enough memory for complex work?
- I keep seeing "64k*8" in the memory specs for the Robonova. Meaning 8 units of 64k (512) or is that a designation for a type of memory?
- Am I crazy in assuming that you can operate a Bioloid (or Robonova for that matter) tethered for power, or do you have to constantly swap out battery packs?
Hi folks. I've been lurking for about a week, checking out the landscape and soaking up as much info as I can on the humanoids that I've been looking into. This is my first post, and I'm sorry that it's a selfish one, but I hope to give lots back once I get my feet wet. I've been interested in robotics for a long time, but could never afford the money (and later, the time) to do the pursuit justice. Thanks for your time, and I really appreciate any input you may have.

So it has been between the current Kondos, RN-1 and Bioloid. The Kondos are great, but no English manuals = no fun at all if you want to tinker. The SPC-101C looks great, but it's not out yet and is 2-3x the price. I'm not sure if I'm ready for that yet.

The Bioloid's modularity makes it super easy to expand and build upon, while being able to code and control it by a number of means. Bioloid has more DOF, great programmability and I like the idea of being able to build different things. I'm brand new to robotics (but not to programming), and have an itch to really tweak something out.

I'm not intimate with C/C++ yet, but I know several higher-level languages and have been coding for a while, and have dabbled a bit in C. One of the intriguing aspects of the Bioloid to me is being able to code some decision-making that's smarter than just rows of conditional procedural code. I'm more interested in slowly adding to his autonomy than having tons of widgets to attach to him, though there are many widgets for the Bioloid now. The software that comes with the kit looks good too.

I am also interested in learning about controller-servo operation and computer control for kinetic art projects. The Dynamixels are really robust, feature-wise, but are plastic, and may well be unique enough that my knowledge of them cannot be repurposed. I just don't know enough about what's out there, and don't want to bark up the wrong tree for extended periods.

That said, if the process of coding the Bioloid ends up being downright painful, I have to temper that with the fun level. I have a nasty habit of diving into things headfirst, burning them out and moving on.


Some specific questions:

- Is it possible to use something other than RoboBasic to code the RN-1, perhaps via an alternate controller?
- Can you actually get similar results with enough work in a visual editor?
- Does Bioloid have enough memory for complex work?
- I keep seeing "64k*8" in the memory specs for the Robonova. Meaning 8 units of 64k (512) or is that a designation for a type of memory?
- Am I crazy in assuming that you can operate a Bioloid (or Robonova for that matter) tethered for power, or do you have to constantly swap out battery packs?
kennethw
Robot Builder
Robot Builder
Posts: 17
Joined: Wed Dec 19, 2007 12:17 am

Re: Is Bioloid for me?

Post by siempre.aprendiendo » Wed Dec 19, 2007 4:43 pm

Post by siempre.aprendiendo
Wed Dec 19, 2007 4:43 pm

kennethw wrote:Some specific questions:
- Is it possible to use something other than RoboBasic to code the RN-1, perhaps via an alternate controller?


Sorry, I don't know Robonova

kennethw wrote:- Can you actually get similar results with enough work in a visual editor?


I think that visual editor are very interesting to movement programming, specially for robots without wheels (bipeds, hexapods, ...) But the logic is hardly to program, and less flexible, with visual environments for non programmers (like labview). At least for people from software development , like me.

kennethw wrote:- Does Bioloid have enough memory for complex work?


For complex work I think that the best option is to replace the CM-5, with only (I think) 5Kb RAM, or using it only as AX-12+ controller, connecting to the "brain" wireless. The best of Bioloid are the AX-12+ actuators.

See

Replacing the CM-5

and

New Brainbot

kennethw wrote:- Am I crazy in assuming that you can operate a Bioloid (or Robonova for that matter) tethered for power, or do you have to constantly swap out battery packs?


Well, Bioloid battery last for about 10 minutes, but you can use it with the power connector attached ... or replace the battery... see

Robotis battery upgrade for Bioloid and others threads about that...

Hope this helps :)
kennethw wrote:Some specific questions:
- Is it possible to use something other than RoboBasic to code the RN-1, perhaps via an alternate controller?


Sorry, I don't know Robonova

kennethw wrote:- Can you actually get similar results with enough work in a visual editor?


I think that visual editor are very interesting to movement programming, specially for robots without wheels (bipeds, hexapods, ...) But the logic is hardly to program, and less flexible, with visual environments for non programmers (like labview). At least for people from software development , like me.

kennethw wrote:- Does Bioloid have enough memory for complex work?


For complex work I think that the best option is to replace the CM-5, with only (I think) 5Kb RAM, or using it only as AX-12+ controller, connecting to the "brain" wireless. The best of Bioloid are the AX-12+ actuators.

See

Replacing the CM-5

and

New Brainbot

kennethw wrote:- Am I crazy in assuming that you can operate a Bioloid (or Robonova for that matter) tethered for power, or do you have to constantly swap out battery packs?


Well, Bioloid battery last for about 10 minutes, but you can use it with the power connector attached ... or replace the battery... see

Robotis battery upgrade for Bioloid and others threads about that...

Hope this helps :)
siempre.aprendiendo
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 559
Joined: Wed Aug 08, 2007 9:13 pm
Location: Barcelona

Re: Is Bioloid for me?

Post by kennethw » Wed Dec 19, 2007 6:52 pm

Post by kennethw
Wed Dec 19, 2007 6:52 pm

Thanks very much for the information. It helps to get a better idea of what I'm getting myself into.

siempre.aprendiendo wrote:Well, Bioloid battery last for about 10 minutes, but you can use it with the power connector attached ... or replace the battery... see


10 minutes! Wow. The specs say roughly an hour. Is that for the simpler robots with fewer actuators, or do you have tons of mods?
Thanks very much for the information. It helps to get a better idea of what I'm getting myself into.

siempre.aprendiendo wrote:Well, Bioloid battery last for about 10 minutes, but you can use it with the power connector attached ... or replace the battery... see


10 minutes! Wow. The specs say roughly an hour. Is that for the simpler robots with fewer actuators, or do you have tons of mods?
kennethw
Robot Builder
Robot Builder
Posts: 17
Joined: Wed Dec 19, 2007 12:17 am

Re: Is Bioloid for me?

Post by siempre.aprendiendo » Wed Dec 19, 2007 7:02 pm

Post by siempre.aprendiendo
Wed Dec 19, 2007 7:02 pm

kennethw wrote:Thanks very much for the information. It helps to get a better idea of what I'm getting myself into.

siempre.aprendiendo wrote:Well, Bioloid battery last for about 10 minutes, but you can use it with the power connector attached ... or replace the battery... see


10 minutes! Wow. The specs say roughly an hour. Is that for the simpler robots with fewer actuators, or do you have tons of mods?



With all the AX-12+ ( 18 ) connected and working continuously between 10 and 20 minutes. More about Battery duration
kennethw wrote:Thanks very much for the information. It helps to get a better idea of what I'm getting myself into.

siempre.aprendiendo wrote:Well, Bioloid battery last for about 10 minutes, but you can use it with the power connector attached ... or replace the battery... see


10 minutes! Wow. The specs say roughly an hour. Is that for the simpler robots with fewer actuators, or do you have tons of mods?



With all the AX-12+ ( 18 ) connected and working continuously between 10 and 20 minutes. More about Battery duration
siempre.aprendiendo
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 559
Joined: Wed Aug 08, 2007 9:13 pm
Location: Barcelona

Post by kennethw » Thu Dec 20, 2007 11:14 am

Post by kennethw
Thu Dec 20, 2007 11:14 am

Thanks for your help. My Bioloid Comprehensive is on the way. :D
Thanks for your help. My Bioloid Comprehensive is on the way. :D
kennethw
Robot Builder
Robot Builder
Posts: 17
Joined: Wed Dec 19, 2007 12:17 am

Post by siempre.aprendiendo » Thu Dec 20, 2007 1:25 pm

Post by siempre.aprendiendo
Thu Dec 20, 2007 1:25 pm

kennethw wrote:Thanks for your help. My Bioloid Comprehensive is on the way. :D


You're welcome! :D

It's the least that I can do! I've learned a lot about Bioloid and robotics from this forum and from Tribotix, though Tribotix have rather less messages, there is some good information there too.
kennethw wrote:Thanks for your help. My Bioloid Comprehensive is on the way. :D


You're welcome! :D

It's the least that I can do! I've learned a lot about Bioloid and robotics from this forum and from Tribotix, though Tribotix have rather less messages, there is some good information there too.
siempre.aprendiendo
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 559
Joined: Wed Aug 08, 2007 9:13 pm
Location: Barcelona

Post by PeterW » Thu Dec 20, 2007 8:43 pm

Post by PeterW
Thu Dec 20, 2007 8:43 pm

I am new to this forum but have also just ordered a Bioloid. I am already into Antweight combat robots plus minisumo and micromouse and after see the Humanoids at the last two Birmingham events I couldn't resist any longer. Hopefully my experience in the other branches may speed up the learning curve but I realise there is a greatdeal I have to cover before the next event.
I am new to this forum but have also just ordered a Bioloid. I am already into Antweight combat robots plus minisumo and micromouse and after see the Humanoids at the last two Birmingham events I couldn't resist any longer. Hopefully my experience in the other branches may speed up the learning curve but I realise there is a greatdeal I have to cover before the next event.
PeterW
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 31
Joined: Thu Dec 20, 2007 3:45 pm
Location: Aylesbury

Post by kennethw » Fri Dec 21, 2007 4:06 am

Post by kennethw
Fri Dec 21, 2007 4:06 am

PeterW wrote:Hopefully my experience in the other branches may speed up the learning curve


How could it not? :D Good luck and I look forward to seeing your progress. Maybe I can peek over your shoulder during the exam. :wink:
PeterW wrote:Hopefully my experience in the other branches may speed up the learning curve


How could it not? :D Good luck and I look forward to seeing your progress. Maybe I can peek over your shoulder during the exam. :wink:
kennethw
Robot Builder
Robot Builder
Posts: 17
Joined: Wed Dec 19, 2007 12:17 am


8 postsPage 1 of 1
8 postsPage 1 of 1