about Arduino + IR sensor

MrChips

Joined Oct 2, 2009
34,662
The IR module shown by the TS requires the IR light to be reflected off an object. You can get better range if you use transmission mode, that is, the emitter is pointing at the receiver.

TS has to state the purpose of the module and how it is to be deployed.
 

Thread Starter

LAOADAM

Joined Nov 21, 2018
956
The IR module shown by the TS requires the IR light to be reflected off an object. You can get better range if you use transmission mode, that is, the emitter is pointing at the receiver.

TS has to state the purpose of the module and how it is to be deployed.
Thanks.
I am trying to use it to detect the floor changes like stair, such as the roomba return when met stair. I think it is too heavy duty for a ultrasonic sensor like HC-SR04 here?
 

MrSalts

Joined Apr 2, 2020
2,767
Thanks.
I am trying to use it to detect the floor changes like stair, such as the roomba return when met stair. I think it is too heavy duty for a ultrasonic sensor like HC-SR04 here?
The HC-SR04 isn't much heavier than the LED,sensor you have and the ultrasonic sensors can detect distances on a few mm resolution over a 2.5 meters range. The LED solution is on/off at a crudely determined set point with a potentiometer.
 

Ya’akov

Joined Jan 27, 2019
10,226
@LAOADAM if you are using a retroreflective IR sensor for cliff detection you want it to have a short range. This is usually done by pointing the emitter at such an angle that the the sensor will not see a reflection if the distance to the distant surface is greater than a distance the robot can tolerate dropping.

It is a negative object sensor because the output you are interested in is when it is not triggered. The Roomba, and other robot vacuums use IR sensors. You can even buy them as replacevent parts but you would have to work out how to use them and they are pretty expensive. Making your own is more sensible.
 
Top