Тёмный

Laser Range Sensor / TOF10120 / Arduino 

0033mer
Подписаться 34 тыс.
Просмотров 47 тыс.
50% 1

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 65   
@benjaminscherrey1124
@benjaminscherrey1124 4 года назад
I like that you're using forth to control your nano. Pretty much the ideal tech stack for this kind of thing.
@williamlattin
@williamlattin 2 года назад
Thank you so much for this video. As a true novice, I appreciate this type of explanation.
@0033mer
@0033mer 2 года назад
Glad it was helpful!
@rasmusjunker443
@rasmusjunker443 4 года назад
Whats the precision and max reading frequency?
@buddysteve5543
@buddysteve5543 2 года назад
What is the smallest amount of measurement it can sense? 1mm, 1cm, 6 inches? Thanks!
@markgreco1962
@markgreco1962 4 года назад
Thanks for the great work
@0033mer
@0033mer 4 года назад
You're welcome!
@ryuukl
@ryuukl 2 года назад
Hi, can this sensor able to detect behind a meterial, eg transparent plastic or glass
@diamony123
@diamony123 4 года назад
I want to make one from scratch. I question these cheap tof. Would love to see you use different color objects to determine whether it's pure tof or intensity driven.
@larrybud
@larrybud 2 года назад
Did you ever do some objective testing of the accuracy (measuring a known distance vs what the sensor is reporting?)
@camsmart
@camsmart 3 года назад
What type of range finder would work best if mounted on a moving object? Such as a bike.
@rickhunt3183
@rickhunt3183 4 года назад
I'm guessing some materials might be difficult to detect depending on composition and the angle of incidence. Good presentation. looks simple enough. Do they all come set to the same address?
@0033mer
@0033mer 4 года назад
The factory setting is 52 hex. There is a way to re-program it to other addresses but documentation is scarce and what is available is written in chinese.
@bhautikgondaliya9335
@bhautikgondaliya9335 Год назад
How it perform in sunlight?
@gunjan_
@gunjan_ 2 года назад
I am looking for sensor having upto 50 micrometer resolution and same accuracy, please suggest me that can be interfaced with arduino!
@AmitThakorlovemeorhateme
@AmitThakorlovemeorhateme 3 года назад
is there any tiny sensor that measure the displacement/distance travelled in millimeter, just like how the mouse optical sensor works but tiny module.?
@24crypto
@24crypto 4 года назад
Nice vid. Could you check if this sensor can detect the surface of water and as water rises the distance becomes shorter? Thx in advance.
@0033mer
@0033mer 4 года назад
Some people have had success: www.hackster.io/team-protocentral/liquid-level-sensing-using-a-laser-tof-sensor-d04232 I would personally weigh the water tank (strain gauge) and calculate the water level.
@hullinstruments
@hullinstruments 4 года назад
I left a long comment on your “troubleshooting circuits” video. I apologize for the length but I didn’t know how to send you a direct message.
@Ruhgtfo
@Ruhgtfo 11 дней назад
UART??
@regaarya7997
@regaarya7997 3 года назад
it is work for water level?
@TubeSwarn
@TubeSwarn 4 года назад
Can this sensor measure water level if I point the sensor to a bucket of water?
@muhammadhaziqyosri5765
@muhammadhaziqyosri5765 4 года назад
can this sensor detect a fabric material like cloth?
@1057Boy
@1057Boy 3 года назад
Hi , I want to detect thin (light can pass through it)line in piece of clothe Which sensor would be perfect for that I used ldr sensor but i get problems while detecting white colour clothe
@helmschang4671
@helmschang4671 3 года назад
I used PI4, but don’t import i2c from machine.
@nektarioskourakis8331
@nektarioskourakis8331 3 года назад
MIN REFRESH TIME OF MEASURE DATA?OUTSIDE CAN BE USED?
@harishussain740
@harishussain740 4 года назад
Hi I was wondering if you could help me I am looking to find out more about impact sensors
@salahai2012
@salahai2012 4 года назад
hi, thanks for your video also it will be good if you provide schematic and project code
@jesperbergvall7714
@jesperbergvall7714 4 года назад
How does it work outdoor in bright sunlight? I wonder because the VL53L0X is very bad in sunlight.
@0033mer
@0033mer 4 года назад
Yes ... the sensor will be affected by bright sunlight.
@lakshmiv9613
@lakshmiv9613 4 года назад
Can I interface this with a pic microcontroller? Also, will it penetrate water(can it be used to measure the distance under water)?
@larrybud
@larrybud 2 года назад
Whether you can interface it with a pic is up to you. It outputs i2c data. I doubt it would read correctly under water. The laser will be refracted.
@Arshath13
@Arshath13 3 месяца назад
I am your cupcake 3 🙈
@sayantanmaiti2513
@sayantanmaiti2513 4 года назад
What did you infer? Is this works better than the ultrasonic sensor???
@0033mer
@0033mer 4 года назад
Depends on the application.
@CoolDude-vc2fl
@CoolDude-vc2fl 2 года назад
Will it detect water level or just pass through it?
@0033mer
@0033mer 2 года назад
It is not very reliable in detecting water levels. You could put a float in the water and measure off that or use air pressure as in this video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NOTMb165jMU.html
@malgailany
@malgailany 4 года назад
How does the TOF sensor compare to the ultrasonic and infrared distance sensors in terms of resolution, accuracy, range and reading/sec? Thanks.
@0033mer
@0033mer 4 года назад
That would be another video, but someone else has made one on that subject: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-xO5_3SjEhS4.html
@greengiant5566
@greengiant5566 3 года назад
Thanks for your video. I tried connecting to my serial port using Tera Term, but it just reads out a string that I do not understand. Here is an example **ë³ööV**ë³ööV**ë³ööV**ë³ööV**ë³ööV**ë³ööV**ë³ööV**ë³ööV**. Do you have any advice?
@0033mer
@0033mer 3 года назад
Looks like your baud rate is not set correctly. Set it to 9600 baud as seen at 5:00.
@greengiant5566
@greengiant5566 3 года назад
@@0033mer Thanks for your reply. I had it set to 9600. However, check and try again.
@filmyzone6640
@filmyzone6640 Год назад
How to measure water depth
@0033mer
@0033mer Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NOTMb165jMU.html
@KevoSmitherino
@KevoSmitherino 2 года назад
thank you for this video! I am looking for a similar sensor that can provide distance of up to 150 meters. Do you know if something like this is available?
@0033mer
@0033mer 2 года назад
LiDAR would be your closest pick, but range is probably maxed out at 100 meters. For long range you will have to get into land survey equipment. Check out products by TruPulse. www.lasertech.com/TruPulse-200L-Laser-Rangefinder.aspx
@larrybud
@larrybud 2 года назад
Check what consumer laser range finders use. (e.g. hunting or golf lasers). They generally use some pretty accurate optics, so they aren't cheap, but it's going to depend on what accuracy you need.
@eqdparanormal
@eqdparanormal 4 года назад
hi, thanks for your video. I have a question. Is this mod working the night ?Sorry for my english i'm french.
@0033mer
@0033mer 4 года назад
Yes .. this will work at night.
@eqdparanormal
@eqdparanormal 4 года назад
@@0033mer ok thanks it for make some ghost detector 🤷🏻‍♂️😅👻 thanks for the answer
@TOMTOM-nh3nl
@TOMTOM-nh3nl 3 года назад
Thank You
@0033mer
@0033mer 3 года назад
You're welcome
@igort5418
@igort5418 3 года назад
What is the maximum sample rate of this sensor ?
@0033mer
@0033mer 3 года назад
Max measurement time is 30 msec
@mertcimen4800
@mertcimen4800 3 года назад
I want to build a low cost cleaning robot with mapping feature. Will this sensor work for me to do mapping?
@0033mer
@0033mer 3 года назад
Yes it will. Just be aware it will also detect strong sunlight.
@mertcimen4800
@mertcimen4800 3 года назад
@@0033mer can you help me with this? I just need to map a single room. my university graduation project cleaning robot mapping. and my time is limited. I do not know much coding.
@sophanop9332
@sophanop9332 4 года назад
good articale! could you give me this project code? thanks.
@Ruhgtfo
@Ruhgtfo 11 дней назад
6:43 Pseudo?
@Yes-o5z
@Yes-o5z 3 года назад
hello! thanks for your video. it really great work! I also make some work using tof10120 for my artworks, but it is really hard to get information about tof sensor. So, l'm sorry to say this, but could you give me this project code?
@0033mer
@0033mer 3 года назад
Check out the word "measure" in my code at 6:54. Send a null over I2C to the sensor and then read two bytes back. That will be the measurement in millimeters.
@0033mer
@0033mer 3 года назад
Check out this channel for Arduino code: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-xO5_3SjEhS4.html
@Yes-o5z
@Yes-o5z 3 года назад
@@0033mer I appreciate your help.👍👍
Далее
Laser vs Ultrasonic - TOF10120 vs. HC-SR04
31:09
Просмотров 185 тыс.
Effective Ways To Detect People With Common Sensors
7:43
How accurate are time of flight sensors?
6:55
Просмотров 19 тыс.
#119 Time-of-flight LIDAR with VL53L0X ?
10:58
Просмотров 76 тыс.
$3 laser transmits audio over 100m (arduino)
21:17
Просмотров 218 тыс.