The Laser Range Finder – Beta Testing

I was fortunate enough to be selected as a beta tester for Joe Grand’s latest invention for Parallax, the Laser Range Finder Module.
Below you will find a link to the Arduino code I used.

The module consist of a red laser and a very small camera. It emits a pulse, grabs a frame and calculates the distance to the reflected laser dot. It has four interface pins. Power, ground and two serial communication lines. Sending the command ‘R’ will tell the module to take a reading and send the data back.

I decided to test mine on an Arduino and build a setup that could be mounted to the back of my vehicle as a backup proximity warning device. Something that would readout the distance on a dash mounted LCD and sound an audible warning below a given threshold. I had a 16 x 4 reflective LCD on hand from Element 14 that I needed to review anyway so I used that as my readout display. I got some help with the Arduino code from my friend Roy Eltham. He was a great help in this project so here’s a shout out to Roy! “Thank You!”

Breadboarding the project took a couple hours and after uploading and tweaking some code, it worked! I could get readings as close as 150 mm and as far as 2.4 meters! It was time to put it all in some enclosures. I found two plastic projects boxes at Radio Shack that suited my needs and set to work. After about 8 hours of build time over two evenings it was complete. The Laser Range Finder (LRF) was in one box and the Arduino and LCD were in another, The two were linked via a length of twisted pair CAT5 cable. I hardwired to the LRF and put an RJ-45 connector on the main display box. With the help of some 3m two sided mounting tape I attached everything to the vehicle and I was ready to test!

The first thing I tried was backing up to my white garage door. It was mid day so it was very bright outside. This would be a good test of blob detection. The bright light would make it more difficult to find the bright spot from the laser. This was a beta test after all. Why not test the boundaries. I started out about one meter from the door, turned the unit on and got a reading of 0000 which meant that it couldn’t find the blob. So, I slowly backed up and at 547mm it showed a reading. It was evident that the bright light was hindering blob detection.

So, what to do? I remembered from my photo experience that a filter might help. Since the laser is emitting red light, how about a red filter? The camera would see everything in shades of red and the laser dot just might stand out as the brightest. I had covered the LRF box with a piece of clear acrylic. I removed it and with a red Sharpie marker, colored both sides red on the half that covered the camera and left the laser side clear. I installed the acrylic and went back to testing. I started out at about one meter again, turned the unit on and YES! I had a reading! The red filter worked. I slowly moved the car forward and I was able to get distance readings all the way out to 2.3 meters. Success!! The LRF also has a command to adjust the exposure to current lighting conditions. This is done by sending ‘E’ to the LRF. I implemented this in the code and it also helped with blob detection outdoors.

This is a great piece of hardware. Joe really did his homework on this one, and it will only get better before final release in the next month or two on the Parallax website. I can see this being used on robots as a distance sensor, which a few beta testers have indeed done. I plan on using it on another robot project in the near future as a forward looking edge sensor.

Great job Joe Grand! Thanks for letting me beta test!

Keep On Hackin…

Click here for the Arduino code

About Dino

Self taught electronics and hardware hacker.
This entry was posted in Weekly Hacks. Bookmark the permalink.

10 Responses to The Laser Range Finder – Beta Testing

  1. rbwilliams says:

    Hey,
    What kind of camera do you use? Fantastic quality!

    • Dino says:

      Thanks!
      I use a JVC Everio model GZ-MS1108U. I edit the videos in Video Pad Editor free version and save the movie as an AVi.

  2. rbwilliams says:

    Good find on that camera! I have never heard of that line. Looking for a new camera myself.
    One last question – Is all the audio from the internal mic, or do you have a clip-on?

    • Dino says:

      The audio is from the mic built into the camera. It’s a pretty good mic with it’s own compression software.

  3. djscurge says:

    You may want to blank out your license plate # in the video. Otherwise, nice project!

    • Dino says:

      Ha… I always think it’s silly when people do the blank out the license plate thing. Is there a good reason to do so? I mean, I drive around all day with it exposed! How is being on a video on the internet any different? Please enlighten me. ๐Ÿ™‚

      Funny how people with personalized plates show them off on videos though. lol

  4. djscurge says:

    Well I was under the impression that one could search your personal info through your plate # because of sites I’ve seen advertised on google, however further digging pointed me to the Drivers Privacy Protection Act 18 U.S.C. ยง 2721 et. seq. So I guess its up to you. Perhaps people who think they may be identified in a hit and run by their car or face would want to blank them out incase someone is searching for them.

  5. nacho says:

    hi can you post the code you use in the project??? thx

Comments are closed.