Snapper

UPDATE 2:

Project has ended and robot is disassembled. link

UPDATE 1:

Since i changed from PIC to Atmega, I remade this bot's whole brain. H-bridges and motor controllers were a headache so I changed motors to servos. Also now i have new power source, 5x AA NiMh regulated to 5V for electronics. Hmm. New pictures soon.

 

-- Original --

First bot what is entirely my built and has sensors what are connected to brain. Now it just moves its gripper open and close and does other preprogrammed activities. First i tried to use prototypeing board (green one with premade tracks) but everything failed so i moved to self made breadboard. I know that it is a mess of wires, but it is really handy. All parts are from eBay & Farnell.

 

 It has such name because all it does is snaps.

 

Bigger batteries are for motors & servos. 9V for electronics and sensors. There is a voltage regulator hidden in that heatsink.

 

I'm using L298N to drive motors. For some unknown reasons servos sometimes go grazy if i motors run, and i think motors are too big for this robot. I'm thinking of changing over to 2X 9g servos. It could use tiny omniwheel or roller to tip of tail.

 

Idea is that it moves around and if it finds anything it can use its tail servo to tilt whole body + arm. By doing this it can scan the height of thngs and crab things from different angles. If it crabs something it pulls prey to its lair.

 

(Soon: more sensors, activity and videos.)

Nothing much

  • Actuators / output devices: 2x Continous Rotation servo's for wheels, 2x 3.7g mis(t)ery servo
  • Control method: IR remote and full auto
  • CPU: atmega88
  • Operating system: undefined
  • Power source: 5x AA NiMH
  • Programming language: C
  • Sensors / input devices: Sharp GP2D12 IR sensor
  • Target environment: flat surfaces

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

If you got balls
If you got balls, you can use it to snap them…

Estonia?!?
If there is one awesome thing about this website it is the fact that we all get to learn geography! I had no idea where Estonia even was. Actually, I really didn’t even know it was even a country! I thought it was one of those places from back in history. Too cool. Welcome.

:smiley: it doesn’t surprice me.
:smiley: it doesn’t surprice me. Like some years ago it was Soviet Russia. Good part is that i have big box full of russian electronics.

I knew it existed I just
I knew it existed I just thought it was more central or easter Europe. Too many new countries over there.

What is “old russia”?
Is there a name for what used to be the USSR? --I think I heard “Commenwelth of independant states” or something like that. Is there anything like that, or is everybody just thier own country now?

most former soviet states

most former soviet states are now their own countries

there are still disputes like Chechnya and other areas trying to free themselves, not just from Russia, but also from other former

soviet states aswell.

here’s a handy page to get an overview: http://en.wikipedia.org/wiki/Post-Soviet_states

edit:
oh!

how rude of me, cool little robot aswell

are those little servos really strong enough for the metal frame?

Servos havn’t broken yet.
Servos havn’t broken yet. And i like alluminium frame it’s strong, doesn’t wobble and doesn’t break down if i move it.

DC motors generate so much

DC motors generate so much noise to power line that tiny servos go grazy and try to kill themselves. 10uF capacitor and 10nF capacitors to motors didn’t help. Anyone knows how to fix it without adding third battery or replacing motors with small servos?

 

Edit:

It turned out to be problem of 9v battery. New one eliminated all problems.

awesome!
I am so going to copy your gripper idea! :slight_smile: Maybe it will be mounted at crotch-height so it can… umm… never mind.

Are we going to see a video
Are we going to see a video on this one?

Yes. But not yet. I moved to
Yes. But not yet. I moved to atmega and i has no h-bridge board yet. Updates and stuff like that in the morning (10 hours later.)

PIC vs Atmega

Why did you switch from PIC to Atmega? Any specific reason?

My PICs kept failing and I

My PICs kept failing and I had no proper way to program them. On PIC i could chose: nonsense ASM, no features BASIC, absurtic C and on AVR there was warm, soft and frendly C. Also I had had enough of pirating software and the AVR seemed to have more free and multi platform tools.