Let's Make Robots!

srf05

How do you connect a SRF005 to an Arduino MEGA 1280

microbot777's picture

I need help on connecting a srf005 (the blue one) to an Arduino MEGA 1280

You can use this image as a guide.

I want the connection for the srf005 using only three pins. :) (The one where you connect the mode pin to ground)

Thanks,

Microbot777

Races around the room using ultrasound
Using a
I was inspired to make fritsl's wall racers when he showed them off in episode 18 of The latest in Hobby robotics on Makezine's youtube channel.  After finding his … Read more
Hey folks! This is my first robot of this kind. Orginally I wanted to use a different controllerboard with everything built onto it already, but programming it so … Read more
Guys this is my(our viz. me and my cousin) second robot based on Oddbot's Quadbot. Must firstly thank DAGU & robotshop.com for providing me all the materials … Read more
DTB's picture
Simple object avoidance
Using a
UPDATE 24/1/11 New video added of the thing actually working. I could spend forever tweeking the code, but at least I know that it does what it's supposed … Read more

Maxsonar ez1 vs srf05 vs parallax ping

Hi

I'm new to this forum and i would like to know a few things.

Which one of the following ultrasonic rangefinders do you prefer.

I know that the ez module is designed for indoor environments but i would like to use my robot outdoors

as well,do the ping and the srf05 would outdoors as well.

My robot is going to be a basic obstacle avoiding robot for otudoor and indoor use.

I know the ez is accurate to about 1 inch,what about the accuracies ofthe srf05 and ping but this is really not going to

Hi everybody! First of all, I want to thank all of you guys who's robot projects and blog entries make this site such an amazing place! You all ignited my passion … Read more

Several SRF05 sharing the same picaxe's trigger output pin ?

LordGG's picture

Hi guys,

First of all, since this is my first topic here, I want to thank you all for this great community. I have learned a lot and I have just finished my first robot thanks to you :) I am now thinking about the next one, and here comes the question !

navigates via ultrasound, "identifies" milkshake bottles and drives away from them
Using a
Following on from Djeff-209 MkI. In order to replace a slipping drive sprocket, I had to change the layout a bit. I also added the code for very limited object … Read more
Djeff-209 is my first robot, based on the LMR Start Here robot. I swapped out the wheels for tracks, and an SRF05 ultrasonic in place of the Sharp IR sensor. At … Read more
Auto Navigate using SRF05 Sensors
Using a
Parts List 2 x 15cm 5mm Perspex Circles 2 x 100:1 MFA Como Drills 3-9V Motors 1 x Arduino Mega 2 x SRF05 1 x PP3 Battery Holder and Battery  to power the … Read more
dan's picture

Altered 'Start Here Bot' Code

Im trying to run my start here bot that is has a tamiya twin gearbox and SRF05 instead of the IR sensor on it. All the components work, just not together. I wrote my code (most copied from frits) but my robot just goes forward and back, sometimes sideways about 2 centimetres. Can you post anything wrong in the code that may help to fix this problem

I just noticed that a servo and a SRF05 range finder's trigger might be able to share an output pin on Picaxe 28x1 (should work on other models too). It should be … Read more
This is my second attempt at a robot, and my first more or less blind since I basically followed the start here tutorial for my first one. My goals here were … Read more
Navigates by sonar and carries a multimeter around
Using a
This little guy exists as a courtesy. He makes his binary way to the nooks and crannies of the house in case someone there might need to measure a resistor or … Read more
Navigates around via ultrasound, makes :D :) :( :| or :P, tries to catch everything nearby with its gripper
Using a
You can buy German Cheese in Shanghai, sealed in a nice aluminum can. Since a while I toyed already with the idea of doing sth. with these cans. Too good to throw … Read more
Navigates around via ultrasound, turns on the lights when it gets darker, looks just awful and feels raped.
Using a
First of all, hello LMR! I'm new here so very impatient to learn everything and meet everybody. I saw this website few months ago and instantly fell in love with … Read more
Basic self navigation with ultrasound and bump switch kit
Using a
KRB1A - Katebot from now on will be refered to as Katebot in thos page. About KateBot: KateBot is my first robot that i planned to build and have started to build … Read more

Wall Following RC car using 16F887

kenjones1935's picture

Here are two videos of my hobby level radio control car following the wall around a room.  This car uses channel 3 of the radio control system to toggle between RC control and autonomous control.

http://video.yahoo.com/watch/7184507/18716445

http://video.yahoo.com/watch/7169550/18673820

Obstacle avoider. Other behaviours planned.
Using a
Early March - GREAT PROGRESS - Giving it a brain, and a problem solved. I've built the brain-board with its 20x2, pluggged everything together and IT'S ALIVE! - … Read more

No response from SRF05!

Simon002's picture

Hello, I am trying to connect a SRF05 to my 28x1 PICAXE starterkit.

 Using the "start here" guide and the How to connect SRF05 to Picaxe 28 pin Project board
I am able to make the SRF05 LED flash like the guide says it should, however I am not able to receive any input in debug.

I have connected every wire like in the picture and I am only using the program provided. 

How to connect SRF05 with a ribbon cable? (I'm not sure either!)

Well, I was browsing like 100s of robots on this website, many of which use the SRF05 (SRF005) and I see that HEAPS ( I did that on purpose) of them use ribbon cables (which are included when you buy this picaxe 28 pin project board. It seems much neater and easier. It would make things easier and save money. Can any1 tell me how to do this?

Zen Master

maneuver's picture

I'm building a robot with many different voltages here.

I have managed to avoid voltage regulation by cheating, I run the motors that are rated for 4.5 volts at 6 volts from a RC NiCd battery, and I use an RC Electronic Speed Controller that can give 5 volts to the RC receiver, the wireless camera and the Picaxe. I feared that this might be a problem and turned to the all knowing LMR forums for help. And help I got...

Fritsl answered:

Wakes people up and runs away with alarm clock on his back :)
Using a
Ok, It came to the piont Mr. Wake got some shape, so I'm posting it here. Wake is Mr. Basic V2.0 contest entry, and he is intelligent annoyeing alarm clock bot :D. … Read more

SRF05 with common in/out pin

ignoblegnome's picture

I'm trying to get the PICAXE-28x1 to work with the SRF05 usnig a common input and output pin. The reason is I want to conserve my input and output pins. I've seen discussions on this site about it, but I don't know if anyone ever succeded.

Since the 28x1 allows you to reconfigure digital inputs as digital outputs, I figured it should be possible to use "Mode 2" of the SRF05 with a commmon single input and output.

Here's the code I tried. I also tried some varations the timing, as noted.  No luck so far.

What distance sensors are better and best?

fritsl's picture

I am working on a much faster & stronger version of Robot Wall Racers, using quite fast RC-cars

I want to use lasers as distance sensors, but I think they will be a little over budget, altough this is a paid for job :)

Yes, SRF05's clai, they can detect a broomstick on 3 meters.. but in reality they are not stable before say 1.5 meters.

1.5 meters when you are traveling at 25km/h is NOT a lot, when you even are set up with drifting tyres.

360 Range Finder

ignoblegnome's picture

I just received my SRF05 and I can't wait to start using it.  While I was thinking about it, it occurred to me that I always see the SRF05 mounted on a servo, which allows maybe a 180 degree field of view for a robot. I wondered if anyone ever mounted a range finding sensor on a motor so a robot could see in every direction. 

I think I may try to build a 360 degree range finder, but I wanted to open this as a topic and get some ideas. Here's what I'm planning. Let me know what you think.

Hardware

Roams and avoids obstacles via ultrasound, looks around, plays little tunes, flashes LED, beeps when it backs up
Using a

what is wrong with my code?!

PeterJacob's picture

i dont know what's wrong with my code!

i made a simple code that should make my robot simply avoid walls, stuff etc.

i placed SC-QR-1 (my robot's name) upside-down and pressed [F5] (the "run" shortcut) and watched him move his cute little robot legs..     WTF?

the new code seemed to work untill the walk part was over and he started to turn..    ..left.        and then again left and again and again..    etc.

he is suposed to keep walking!!!