Asked

Bluetooth Laser

I'd like to request a feature use bluetooth to communicate with a Leica Laser distance Measure. It is accurate to within 1/16" in 330 ft. If you want me to buy it and send it to you I can. Or if you see a different one that you would prefer to make work with ARC just let me know. Having this working would be really helpful. Thanks, Don


ARC Pro

Upgrade to ARC Pro

Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.

PRO
Synthiam
#1  

Sorry, I think I'll need a bit of clarification on this one. I'm aware of Leica laser distance devices for carpenters and such. They're handheld devices that you can get from home depot in replacement of a tape measure.

User-inserted image

I do not see how this handheld distance scanner can be connected to ARC. Because it's a third-party product, we begin the process by reaching out to the company and letting them know there's a demand for their product in the skill store by robot builders (i.e., https://synthiam.com/Partner). But the trouble with this is that their product is a standalone handheld device. There is no communication system or anything to "talk to." Unless you know of another Leica product designed for integration in product development, I don't see how this can be added to ARC.

There are many DIY options if you're looking for high-quality distance with a laser.

I do feel that understanding how these distance sensors work would be helpful because they may not do what you're requesting. The issues you were having with IR will also happen with laser (even though most distance sensors are IR or lower laser spectrum). This is because light doesn't always work, just like sound doesn't always work. Your best bet is to use a camera placed above the surface with a high field of view and contrasting background to get the shape and edges.

As for thickness, a programmatic feeler with a pressure switch is how most automation solutions work.

#2  

Aside from what DJ reports, here's an interesting Ping Laser board. It accreat at 1mm up to 200 CM. Digi-Key has them for about 30 USD. Don't knwo but this should work with ARC: [url=https://www.digikey.com/en/htmldatasheets/production/2934822/0/0/1/28041.html]https://www.digikey.com/en/htmldatasheets/production/2934822/0/0/1/28041.html

User-inserted image

PRO
Synthiam
#3  

That’s a good find Dave. It’ll work with ARC too!

#4   — Edited

Great find Dave!   The one that I was looking at has bluetooth and thought you may be able to communicate with it. https://www.amazon.com/Leica-DISTO-Distance-Measure-Bluetooth/dp/B01D8HNPSK/?encoding=UTF8&pd_rd_w=YpDSR&content-id=amzn1.sym.8cf3b8ef-6a74-45dc-9f0d-6409eb523603&pf_rd_p=8cf3b8ef-6a74-45dc-9f0d-6409eb523603&pf_rd_r=4370X732Q2G1NDTPSVEG&pd_rd_wg=jkLon&pd_rd_r=f9805f22-71f2-4b08-a9d3-d3ca844ccf1c&ref=pd_gw_ci_mcx_mi

"There are many DIY options if you're looking for high-quality distance with a laser". Could you please send a few examples of them effectively working with ARC. I haven't been able to find one working with ARC that is not deeply involved.  Thanks again, Don

#5  

Dave, did you get the Ping laser working? I tried it with the ADC but it did not produce any change in voltages with different distance measurements -not sure why.

PRO
Synthiam
#6  

Laser ping manual explains that it uses the ultrasonic ping communication. It does not use adc. Dave posted a link to the manual for the product in a post above.

#7  

@Automation Man, sorry, I didn't get one of these. I just found it and pointed you to it. Good luck.

#8   — Edited

The 3 prongs similar to servo board made me think it would use the ADC-should have read the manual. The Ultrasonic sensor from EZ Robot already works great still looking to solve the Lidar and came across this one https://create.arduino.cc/projecthub/maksym-buryak/radar-with-lidar-sensor-877695 which seems like it would work. I would like get a lidar working with or without Arduino so I can see for myself if it will be useful or not. I used to use a infrared sensor that would go off accurately 5 1/2 inches away so first detect the middle of the board, stop, then move forward till it turned off, then backward which turned on again but turned off on back edge. From there I could determine center and pick it up with a suction cup. I saw the video on the rotating ultrasonic sensor and will be experimenting with that one as well. Overall seems like 360 lidar would be so much easier and accurate. I will be doing some experimenting with the camera and edges as you have recommended.