Zip the Drum Machine

  This is my attempt at building a drum machine from fritsl's walkthrough. I used two GM3 gearmotors from Solarbotics to drive the black tracks (also from Solarbotics). The project is centered around a Picaxe 28-pin project board. The microcontroller I used is a Picaxe 28X1.

  This is my first project with the Picaxe system, and I like it.  I had a steep learning curve, because this is the first microcontroller based robot I've actually wired and programmed. Interfacing to the project board was somewhat difficult with the documentation, but there are great walkthroughs on Lets Make Robots that made things easier. The Picaxe28 pin project board walkthrough was really helpful. Thanks fritsl.

  The SRF05 ultrasonic rangefinder is the main sensor for Zip. I just barely got it interfaced to the Picaxe 28X1, and am now working out the code to synchronize the sensor reading with the head looking left, right and forward. 

  You may have noticed the absence of Zip's drumsticks in the picture. I will add the drumsticks and mini geared pager motors after I have the sensing and navigation portions of the code functioning.

It navigates around the unpredictable world, finds objects, and bangs out a beat on them.

  • Actuators / output devices: speaker, 4x GM10 81:1 geared pager motors, a couple LEDs, 2x GM3 224:1 right-angle gear motors
  • Control method: autonomous
  • CPU: Picaxe 28x1
  • Power source: 4x AA NiMH (1.2v/cell) 1800mAh
  • Programming language: Picaxe basic
  • Sensors / input devices: microphone, SRF05 Ultrasound
  • Target environment: indoors, outdoor flat terrain

This is a companion discussion topic for the original entry at https://community.robotshop.com/robots/show/zip-the-drum-machine

I cannot believe you made

I cannot believe you made this as your first robot!

Well done… but everyone be warned; This is NOT the way to help yourself to a smooth start! :slight_smile: (Start with the start here, top menu, if it is my humble instructions that you are trying to follow)

Good luck on the project, Arm-atron!.. and heck, if you are not getting music from it, it’s still a good platforn to make something else out of :wink:

I have had some previous experience

I’ve built several basic robot kits (Velleman Running Microbug, OWI-007 Robot Arm Trainer, OWI Rockit Robot, Solarbotics Symet FLED, Tamya Bulldozer Kit), and have built some simple pseudo-programmable (no inputs) robots for a college engineering class project.

On your ‘How to buy (!) or make a yellow drum machine’ page, I thought when you said:

“If you have never build a robot before, I would STRONGLY suggest that you start by making this project. Many of the parts can be used in making an YDM afterwards.”

I thought you meant that you recommended building a Yellow Drum Machine – I didn’t realize that the project you meant was an entirely different (and much simper) robot project. My mistake, but I was able to struggle through the Picaxe basics while trying to figure out how the Yellow Drum Machine was put together. I do wish I had started with your beginner robot project, because it would have made life much easier. But that’s okay.

LOL!!, I’m sorry, I’ll
LOL!!, I’m sorry, I’ll change that text right away so nobody else makes that mistake :slight_smile:

It’s my fault really, the

It’s my fault really, the hub and I told him about YDM.

I do have to admit Mort the Drum Machine was my “first bot” as well.

We don’t pay any attention to the Danish man!

He looks so neat and tidy! I

He looks so neat and tidy! I really need to get that way on my bot!

That’s great that you are taking it step by step. I did the same thing with Mort, and it helped me learn what I needed for Mr. Tea.

Can’t wait to see further development and some videos of this bad boy!

fixed one navigation bug

It’s been a while since I last worked on Zip the Drum Machine. Tonight I finally found the annoying bug in the navigation algorithm: I had the left body turn and right body turn code switched in the if-else statements. That meant that if the clearest path was to the right, it turned to the left and vice versa! Now he is making much more intelligent navigation decisions.

Next I’m going to mount the battery pack, PICAXE project board and extra L293D driver chip properly (they’ve been sliding all over and were just haphazardly taped on).

Updated picture

I posted an updated picture of my robot. Now the PC boards are actually mounted to the robot.

more stuff

hi can you please post me more stuff like circuit diagram and more picture as well . please

 

Re: more stuff

harinder,

Yes, I would be happy to post more pictures and a circuit diagram. I appologize that I took so long to respond to your post.