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

04 Generating the CNC program for your machine, CAM software or Custom software

Once you have a design, you need to covert that information into a CNC program for your machine.  This video explains that process. This is ...