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

If you replaced or modified your CM-5...

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

If you replaced or modified your CM-5...

Post by Zoid » Thu Oct 04, 2007 11:41 pm

Post by Zoid
Thu Oct 04, 2007 11:41 pm

Whether your CM-5 died, or just didn't put out, I'd like to hear from those that replaced their CM-5 with something else, or how you modified your CM-5 to better suit your needs.

I haven't even begun to purchase yet, and already I'm seeing controller options that sound inviting, such as the MAVRIC-IB (for its additional RAM) and Gumstix.

--Chris
Whether your CM-5 died, or just didn't put out, I'd like to hear from those that replaced their CM-5 with something else, or how you modified your CM-5 to better suit your needs.

I haven't even begun to purchase yet, and already I'm seeing controller options that sound inviting, such as the MAVRIC-IB (for its additional RAM) and Gumstix.

--Chris
Zoid
Robot Builder
Robot Builder
Posts: 19
Joined: Thu Oct 04, 2007 5:47 am

Post by JonHylands » Fri Oct 05, 2007 1:08 am

Post by JonHylands
Fri Oct 05, 2007 1:08 am

I use both a PC and a gumstix to talk to the bus directly...

- Jon
I use both a PC and a gumstix to talk to the bus directly...

- Jon
JonHylands
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 512
Joined: Thu Nov 09, 2006 1:00 am
Location: Ontario, Canada

Post by Zoid » Fri Oct 05, 2007 1:53 am

Post by Zoid
Fri Oct 05, 2007 1:53 am

Thanks Jon. I've spent hours following the adventures of Brainbot on this site and your blog. He's a neat project. I read forums a lot so that I can avoid the headaches and expensive lessons of others. Even so, it's difficult to know how much of Brainbot's expenses were the result of necessity versus convenience. IIRC you first tried to leverage the Gumstix' processing power, and then demoted it to mail boy. Might you have found another way to achieve 1Mb wireless if the Gumstix wasn't already in your hand? I've done a fair amount of searching, and not found another 1Mb wireless solution, but you're better connected than I am. I can't quite fathom spending $400 on an invisible cable....yet. Anyway, keep up the good work. It's fun reading.

--Chris
Thanks Jon. I've spent hours following the adventures of Brainbot on this site and your blog. He's a neat project. I read forums a lot so that I can avoid the headaches and expensive lessons of others. Even so, it's difficult to know how much of Brainbot's expenses were the result of necessity versus convenience. IIRC you first tried to leverage the Gumstix' processing power, and then demoted it to mail boy. Might you have found another way to achieve 1Mb wireless if the Gumstix wasn't already in your hand? I've done a fair amount of searching, and not found another 1Mb wireless solution, but you're better connected than I am. I can't quite fathom spending $400 on an invisible cable....yet. Anyway, keep up the good work. It's fun reading.

--Chris
Zoid
Robot Builder
Robot Builder
Posts: 19
Joined: Thu Oct 04, 2007 5:47 am

Post by JonHylands » Fri Oct 05, 2007 1:51 pm

Post by JonHylands
Fri Oct 05, 2007 1:51 pm

Chris,

I really wish there was an easier (cheaper) solution for full speed wireless. We almost had something with an ATmega128 and a wifi module, but we just couldn't get the wifi module to talk over SPI.

However, you could easily use the XM-4 ($129) plus the netwifimico-SD card ($99) plus a console-vx ($25) for a total of $255 (plus tax and shipping).

Eventually I would like to have the "brains" on-board, but it will require a much bigger robot than the Bioloid to do it.

- Jon
Chris,

I really wish there was an easier (cheaper) solution for full speed wireless. We almost had something with an ATmega128 and a wifi module, but we just couldn't get the wifi module to talk over SPI.

However, you could easily use the XM-4 ($129) plus the netwifimico-SD card ($99) plus a console-vx ($25) for a total of $255 (plus tax and shipping).

Eventually I would like to have the "brains" on-board, but it will require a much bigger robot than the Bioloid to do it.

- Jon
JonHylands
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 512
Joined: Thu Nov 09, 2006 1:00 am
Location: Ontario, Canada

Post by roycepipkins » Fri Oct 05, 2007 2:22 pm

Post by roycepipkins
Fri Oct 05, 2007 2:22 pm

Jon,

Would the Pico-ITX stuff VIA just came out with work for you?

http://www.via.com.tw/en/initiatives/spearhead/pico-itx/

Regards,
Royce
Jon,

Would the Pico-ITX stuff VIA just came out with work for you?

http://www.via.com.tw/en/initiatives/spearhead/pico-itx/

Regards,
Royce
roycepipkins
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 25
Joined: Tue Jun 20, 2006 1:00 am

Post by JonHylands » Fri Oct 05, 2007 3:32 pm

Post by JonHylands
Fri Oct 05, 2007 3:32 pm

It would work for the simpler version of the brain I'm building right now, but not the full-blown one I will hopefully be building in a couple years.

The full blown one is probably going to require a quad-core board, with 8 GB of RAM and a terabyte of storage. Of course, in two years from now that might be available in pico-itx form...

- Jon
It would work for the simpler version of the brain I'm building right now, but not the full-blown one I will hopefully be building in a couple years.

The full blown one is probably going to require a quad-core board, with 8 GB of RAM and a terabyte of storage. Of course, in two years from now that might be available in pico-itx form...

- Jon
JonHylands
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 512
Joined: Thu Nov 09, 2006 1:00 am
Location: Ontario, Canada

Post by Zoid » Fri Oct 05, 2007 4:28 pm

Post by Zoid
Fri Oct 05, 2007 4:28 pm

Jon, I spent last night reading about the Propeller chip, languages, data sheets, boards, and example code and applications. I'm simultaneously amazed and disappointed. The Propeller certainly has its weaknesses, but I think its strengths may be just the ticket to driving bot-side budget wifi. The Propeller strikes me (roughly) as an ATMega that has all its charms (parallel/hardware I2C, PWM, ADC, SPI, etc) stripped away and replaced with numerous speedy processors, each capable of duplicating one or more of those interfaces (in parallel) if you cared to write it. I wonder, if we had the code and components to duplicate a MAVRIC-IB (for example) with a Propeller, how would our budget look, and how much RAM and processing power would remain for application? Not a serious question, just food for thought.
--Chris
Jon, I spent last night reading about the Propeller chip, languages, data sheets, boards, and example code and applications. I'm simultaneously amazed and disappointed. The Propeller certainly has its weaknesses, but I think its strengths may be just the ticket to driving bot-side budget wifi. The Propeller strikes me (roughly) as an ATMega that has all its charms (parallel/hardware I2C, PWM, ADC, SPI, etc) stripped away and replaced with numerous speedy processors, each capable of duplicating one or more of those interfaces (in parallel) if you cared to write it. I wonder, if we had the code and components to duplicate a MAVRIC-IB (for example) with a Propeller, how would our budget look, and how much RAM and processing power would remain for application? Not a serious question, just food for thought.
--Chris
Zoid
Robot Builder
Robot Builder
Posts: 19
Joined: Thu Oct 04, 2007 5:47 am

Post by JonHylands » Fri Oct 05, 2007 6:26 pm

Post by JonHylands
Fri Oct 05, 2007 6:26 pm

I'm sure the propeller is a nice chip for doing embedded stuff, but personally it doesn't have any where near the kind of horsepower I require.

Getting wifi cheaply will be doable with an ATmega if we can find a reliable wifi module that has a 1.0 Mbps serial interface.

- Jon
I'm sure the propeller is a nice chip for doing embedded stuff, but personally it doesn't have any where near the kind of horsepower I require.

Getting wifi cheaply will be doable with an ATmega if we can find a reliable wifi module that has a 1.0 Mbps serial interface.

- Jon
JonHylands
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 512
Joined: Thu Nov 09, 2006 1:00 am
Location: Ontario, Canada

Post by Robo1 » Fri Oct 05, 2007 8:01 pm

Post by Robo1
Fri Oct 05, 2007 8:01 pm

Hi

If your after a good wifi module have to looked at the wiport. I'm running one at the moment, but haven't tried any faster then 115200. I think the datasheet said something about 920K or 1M can't remember of hand. You cna set it up so that you have 2 serial ports mapped to to com ports on your computer. Plus there easy to use.

Bren
Hi

If your after a good wifi module have to looked at the wiport. I'm running one at the moment, but haven't tried any faster then 115200. I think the datasheet said something about 920K or 1M can't remember of hand. You cna set it up so that you have 2 serial ports mapped to to com ports on your computer. Plus there easy to use.

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

Post by JonHylands » Fri Oct 05, 2007 9:15 pm

Post by JonHylands
Fri Oct 05, 2007 9:15 pm

The problem is the WiPort maxes out at 921 kbps, which is fundamentally not compatible with a microcontroller set up to talk at 1.0 mbps (different crystal frequencies are required for each).

- Jon
The problem is the WiPort maxes out at 921 kbps, which is fundamentally not compatible with a microcontroller set up to talk at 1.0 mbps (different crystal frequencies are required for each).

- Jon
JonHylands
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 512
Joined: Thu Nov 09, 2006 1:00 am
Location: Ontario, Canada


10 postsPage 1 of 1
10 postsPage 1 of 1