Author Topic: Which sensor is the right one  (Read 2565 times)

0 Members and 1 Guest are viewing this topic.

Offline sean22Topic starter

  • Jr. Member
  • **
  • Posts: 45
  • Helpful? 0
    • MMRambotics
First Robotics - 2009
Canada Skills Robotics - 2009

Offline Razor Concepts

  • Supreme Robot
  • *****
  • Posts: 1,856
  • Helpful? 53
    • RazorConcepts
Re: Which sensor is the right one
« Reply #1 on: March 09, 2009, 06:07:42 PM »
You can use either one, but the best one (larged range) is this one:
https://www.sparkfun.com/commerce/product_info.php?products_id=8958

Don't forget to buy the cable for it, too.

Offline pomprocker

  • Supreme Robot
  • *****
  • Posts: 1,431
  • Helpful? 16
  • Sorry miss, I was giving myself an oil-job.
    • Nerdcore - Programming, Electronics, Mechanics
Re: Which sensor is the right one
« Reply #2 on: March 09, 2009, 06:14:13 PM »
Depends what kind of distance you want to sense. Remember to offset the minimum distance the sensor can not see by mounting the sensor inward on your robot chassis, not right on the edge.

Required reading:
http://www.acroname.com/robotics/info/articles/sharp/sharp.html

paulstreats

  • Guest
Re: Which sensor is the right one
« Reply #3 on: March 09, 2009, 06:22:15 PM »
pomprocker posted while i was typing, but since ive typed it aswell...

razor is right, but it really depends on what you want...

The $50 robot can use any of them

the 1st one has a range of 10cm to 80cm so your robot is effectively blind between 0cm and 10cm range

the 2nd one has a larger blind spot 0cm to 15cm but after 15cm it can see as far as 150cm

the 3rd one is only blind for the first 3cm but it can only see 30cm maximum

What would be most useful for what you want it to do? and what maximum or minimum distance constraints do you want to work with. (the edge finding algorythm will work with any of them).

You might be tempted to just get the one with the largest range but the pre made edge finding function might make it concentrate on walls rather than following you around in a smallish room. (you can of course enhance the algorithm yourself).

Offline sean22Topic starter

  • Jr. Member
  • **
  • Posts: 45
  • Helpful? 0
    • MMRambotics
Re: Which sensor is the right one
« Reply #4 on: March 09, 2009, 06:44:18 PM »
i think the smallest range might be best for me because then it would get closer to objects before it moves which would be more interesting than it staying in the middle of the room now if i get this one with the small range would code changes be required.
First Robotics - 2009
Canada Skills Robotics - 2009

paulstreats

  • Guest
Re: Which sensor is the right one
« Reply #5 on: March 10, 2009, 08:15:18 AM »
If you are using the edge finding code (the sharpIR upgrade code) then no you wont need any changes.

Just remember that it cant see targets beyond 30 cm though. This being said, what is the behaviour of the $50 robot is there arent any targets? does it go looking for them or does it just sit there waiting for something to come into range

Offline sean22Topic starter

  • Jr. Member
  • **
  • Posts: 45
  • Helpful? 0
    • MMRambotics
Re: Which sensor is the right one
« Reply #6 on: March 10, 2009, 01:57:42 PM »
it move around avoiding abojects
First Robotics - 2009
Canada Skills Robotics - 2009