Canada
Asked — Edited

Dj A Feature Request For Lidar-Lite Laser

Hello DJ I'm using the LIDAR-Lite Laser Rangefinder by PulsedLight in my project and would like to know if you can add support for it in ARC/ Ez-Script.

Its very similar to the " GetPing( trigger port, echo port ) " command except the trigger port is low and the echo port measures the low to high output pulse width in milliseconds .

Thanks

(http://www.robotshop.com/ca/en/lidar-lite-laser-rangefinder.html#Useful%20Links)


ARC Pro

Upgrade to ARC Pro

Your robot can be more than a simple automated machine with the power of ARC Pro!

#3  

The the LIDAR-Lite Laser Rangefinder by PulsedLight also supports I2C as an interface. It should be possible to write an ARC script that can talk to the LIDAR without adding a control.

If it does get supported in ARC. Perhaps it could be supported similar to a ping sensor type control and a radar type control which would control a servo to sweep the LIDAR as well.

The manual for the LIDAR is at:

http://www.robotshop.com/media/files/pdf/operating-manual-llm20c132i500s011.pdf

PRO
Synthiam
#4  

What is the most popular lidar sensor?

#5  

There only seem to be two, Lidar Lite by PulsedLight and the Lidar unit out of the Neato vacuum robot.

PRO
Synthiam
#6  

Pulsed Light seems to be more attainable. i'll order one to try out

#7  

Hi DJ

If possible try and make it flexible to also use the Neato Lidar as I have just ordered that one ...

Cheers

Chris

ps - I am looking forward to ordering some of these new sensors when they become available in the shop too

#8  

That would be great DJ . I'm using it with the arduino nano and communicating with the EZ-B with the new com feature you added.

The sensor has a good range and has no issues picking up soft targets like the PING does. Don't want to run into those pesky humans wearing those bulky sweaters !

I just keep the trigger pin low and the echo pin measures the time the pin goes to low and back to high.