Going to build a YDM!

'Going to build a YDM'

Bit ambitious as a first project, but I have 'some' background in programing.

Right now I am a student at University of Idaho. I am taking C++ and attend the ACM meetings. ACM is a group on campus that does programing challenges and is now dabling in robotics. They recently got an Arduino board, and it is my understanding that it uses C++.

This will be my first robot, except for a semester in high school where I programed a robot to navigate a maze using only a sequence of commands.

Am I better off getting an Arduino board to learn on, than a Picaxe 28x1? or stick with the reccomended hardware for the YDM? I do no plan to scavenge the bot for parts later, I would buy all new for my second bot.

Also, I have sourced all parts for the YDM from solarbotics.com except the sampler board! It would cost me nearly $40 USD to get one from the source provided. Does any one know of something availible in the US that could be used? (within reason and budget! :p )

 

I think I would build my bot with the slower GM3 like the YDM II, instead of the GM9 on the original. I figured out what they were using by watching the video's, the original YDM is faster!

I also would like to put a downward looking IR sensor to detect cliffs if the Picaxe would have support for it. (looking at its specs, it has plenty of pins for extra goodies)

 

Anyway! looking forward to bot building and programing.

-Tevis

A Yankee Doodle Ministry!
A Yankee Doodle Ministry! Can I join?

Parts for the YDM are
Parts for the YDM are ordered!

Parts have been here for a

Parts have been here for a while… still in their box.

Got the picaxe out and played with it making beeps… got it to play marry had a little lamb :stuck_out_tongue:

I ordered a sheet of the 1/8 pvc board, I’ll be making the body from that.

 

Anyway… Thought I would give an update.

I hope to work on getting the body assembled this weekend.

 

Man! You must have a defective board
Man! You must have a defective board because if mine ever played “marry had a little lamb”, I would make it surely defective by busting it up and trashing it. That’s Guaranteed Defective Now…

Made some progress on the

Made some progress on the WDM "White Drum Machine" this weekend.

WDM1.jpg

I hope cat5 works for the sonic range finder.. it it doesnt, its going to be a pain to put lighter wire in.

I miss read how many L293D motor controlers I was going to need =/ going to try and drive the head with a servo for now.

I have a question. Is it absolutly necessary to have a sperate power supply for the servo?

fun fun!

-EVRE-

CAT5 wire works for just
CAT5 wire works for just about anything that doesn’t need more than a few amps. Servos don’t need a seperate power supply, but they do usually need a solid 4.8-6V and not too much noise (a capacitor or two usually fixes that anyway).

A few questions:can I drive

A few questions:

can I drive the pager motors (for the sticks) from the darlington driver?

also, can I pass the signal for the servo through the darlington driver? If I did that, couldnt I put a 330ohm resister on the signal wire?

I dont want to have to remove the Darlington driver if I dont have to.

I’m also going to be driving a speaker, if I remove the Darlington driver, I’m going to have to make special circuits for all the digital outputs.

 

• You can drive the pager

• You can drive the pager motors from the darlington IC, but only in one direction. You can use two channels from the darlington + 2 extra transistors to create an H-bridge to drive the motor both ways, but you may find it easier to just make a seperate H-bridge or buy a motor driver IC.

• The servo signal can be passed through the darlington, but you’ll need to add an extra pull-up resistor, and the servo signal will have to be inverted somewhere either in the code, electronically between the PICAXE and the darlington, or between the darlington and the servo.

What type of speaker are you using? A coil speaker can be driven by the darlington, whereas a piezo speaker is better driven directly from one of the PICAXE digital outputs.