Friday, January 26, 2024

How to use GP2Y0E03 Sensor for Object Detection

The GP2Y0E03 TOF sensor may be a good choice for our autonomous  robot's collision avoidance system.  It has a range that suits our needs good and it has two interfaces: i2c and analog output.  The Raspberry pi PICO has both interfaces making for an easy connection. 

The critical aspects for us are linear readings, relative accuracy, fast readings, and relatively consistent readings in various light conditions.  Let's see how well in performs in this practical test.



Cheers!

Chris

No comments:

Post a Comment

Looking At Maneuver Changes - The Logic Has Changed

With all the changes in the last few months regarding simplification, a lot has changed in the code for making each maneuver. Sensors have b...