Worst DIY 3D Scanner in the World - Part 2 [Arduino, ESP8266, Lidar, WiFI, WebGL]

Поделиться
HTML-код
  • Опубликовано: 6 окт 2024
  • A follow-up to the previous video showing some hacks to improve the precision of the DIY 3D scanner. Only the TIme-of-Flight sensor was used this time.
    Part 1:
    • The Cheapest and Worst...
    Code and 3d pritner models:
    github.com/bit...
    Project page:
    bitluni.net/3d-...
    Links to the cheep parts including shipping (affiliate):
    Wemos d1 mini ESP8266:
    $2.58 s.click.aliexpr...
    Servo SG90:
    $1.09 s.click.aliexpr...
    $12.61 10x s.click.aliexpr...
    Ultrasonic Sensor JSN-SR04T:
    $7.57 s.click.aliexpr...
    Time-of-flight sensor VL53L0X:
    $3.68 s.click.aliexpr...
    Tripod nuts:
    $1.46 10x s.click.aliexpr...
    Laser Distance Meter:
    $13.88 s.click.aliexpr...
    plz share :-)
    Consider supporting our work on Patreon for some extras:
    / bitluni
    We are also thankful for any donation on PayPal:
    paypal.me/bitluni
    Twitter: @bitluni
    reddit: r/bitluni

Комментарии • 98

  • @UnexpectedMaker
    @UnexpectedMaker 6 лет назад +21

    Bummer, I was hoping you’d get better results. Great video though!

  • @goosenp
    @goosenp 6 лет назад +10

    I think you should still look into using the range scanner, if you cannot find any obvious signal to probe you can maybe instead try to read the signals which go to the LCD segments and decode them with a microcontroller.

    • @bitluni
      @bitluni  6 лет назад +2

      I thought of that option. It reads approx once a second.. one of these scans I shown where 90x90 samples -> over 2h per scan... maybe worth trying. but I would need to build a serious gimble

    • @salvatorebarbaro5862
      @salvatorebarbaro5862 5 лет назад +3

      aliexpress range scanners are almost all built by a single manufacturer (the internal sensor modules) have a serial output with a special protocol to read the memory registers and manage events. I have an Arduino code to manage these modules, built on the data provided by the manufacturer himself, if you are interested contact me

  • @Appregator
    @Appregator 4 года назад +3

    Suggestion: 3D print a box to fit that lens you used to focus the beam from the pcb emitter. 3D print a pcb holder to fit inside the box with two screw threads on the top and bottom. So now you can move the pcb forward and backward accurately inside the box to focus the beam.

  • @smallmoneysalvia
    @smallmoneysalvia 6 лет назад +7

    The lens may have reflected some light directly towards the receiver

  • @hyperhektor7733
    @hyperhektor7733 6 лет назад +1

    Time-Of-Flight is great, but only when the emitter is a laser.
    Try to bypass/replace the emitter light.ideas:
    1. use laserdiode and use the signal of the emitter to drive the laserdiode on/off
    2.put black tape on the actual emitter and a small mirror with 45 degrees so the laserdiode points at the mini mirror and is virtually emitting from the exact same spot the old IR-LED did.
    3. the benefit is you have more space, and the laser can be focussed to your needs.

  • @Arnthorg
    @Arnthorg 6 лет назад +2

    you need a second pinhole to get a consistent beam of light.
    I think it would be best to have a hole similar size to the emitter

    • @bitluni
      @bitluni  6 лет назад +5

      or a thin pipe like the stick from a lollipop..... hmmmm maybe there will be a part 3 after all?

  • @TunMaker
    @TunMaker 6 лет назад +2

    If your trying to scan objects it would be better to scan them in circular way : you scan a full contour then move the scanner up by 1mm then do it again until the object is scanned.good video keep it up

    • @bitluni
      @bitluni  6 лет назад +1

      If you look at the scan of the fox you can see that it shows a long shadowy contour. it seems the scanner averages between the object and the back. but your method could be used to find a planar contour since we know the ray has a 10° spread.. we could approximate the contour to some extent

  • @cyrushenry1909
    @cyrushenry1909 5 лет назад

    Don't beat yourself up man, definitely not the worst scanner in the world. It's amazing!! You're a very intelligent man. You should have more subscribers. Wish you all the best. Keep up the great work. Very inspiring.

  • @Hexor1211
    @Hexor1211 4 года назад

    May be reflection is coming trough lens material. If the lens is distant from the sensor maybe this would not be a problem.
    I would recommend using the whole optical drive lense assembly. You could adjust the lens position using a current driver for the coil.

  • @Davedarko
    @Davedarko 6 лет назад +23

    Wilhelm scream for the win!

    • @bitluni
      @bitluni  6 лет назад +1

      Fun fact.. It's the third time in my videos where put it in...
      I hope it was unkomfortable to watch that needle to poke my finger :-D

    • @mrbiznessguy
      @mrbiznessguy 6 лет назад

      2:49-3:14. thats how long I was laughing which was continued by scrolling down and seeing these comments

  • @korishan
    @korishan 6 лет назад +3

    Instead of a CD lens, maybe using one from an old cell phone or web cam would be better. They are designed for distance focusing whereas the CD lens is designed for super close up focusing and pin pointing.

    • @bitluni
      @bitluni  6 лет назад +1

      I thought of that, but didn't have a spare one at hand.. I'll give it a try some time and post an update if it was successful

  • @Trent-tr2nx
    @Trent-tr2nx 6 лет назад +2

    Nice work dude, I'm really impressed by the results -- especially the body scan!

  • @3D_Printing
    @3D_Printing 5 лет назад +5

    1:18 may not be a lens for infrared

    • @benjwgarner
      @benjwgarner 4 года назад +1

      CDs use near infrared lasers (DVDs use red). I wonder if the problem with the lens is that it was changing the time of flight; ToF sensors usually need to be calibrated for flat cover glass, so I would think the need for recalibration with a lens would be greater.

  • @arletpaz8010
    @arletpaz8010 3 года назад

    you should of use a black paper for the background so just like the tripod you would get a clearer boundaries, also you should have run a inverted operation in the algorithm, so anything thats mapped with the laser gets inverted, this should give you a cleaner model just again like the tripod that is black and came off as a missing object but clearly was well represented as a lack of something we knew was there.

  • @MaLi-gt2lq
    @MaLi-gt2lq 5 лет назад +2

    Did you also try the successor of the VL53L0X, the VL53L1X? The datasheet claims that it has a programmable field of view, but the minimum seems to be 15 degrees. May be worth trying though.

  • @pierazzoli1
    @pierazzoli1 3 года назад

    You should try the VL53L1X, and explore the Region of Interest RoI ( RoI matrix of 16x16, but minimal of 4x4) and the low distance mode. The api informs the quality of signal, só um can repeat if you get strange values. Other thing is adjust a better timebudget (the vl will report a more stable value then a averanging).

  • @DreitTheDarkDragon
    @DreitTheDarkDragon 5 лет назад

    I like idea with aluminium foil, but I think it really needs to be higher above chip. I noticed you have 3D printer, so what if you printed small hollow cube (just to fit half of SMD package where light is emitted) with height of about...I think 3 milimeters might be fine. Put aluminium foil with small hole on top and I think it might be better.

  • @Willy_Tepes
    @Willy_Tepes 5 лет назад

    How about just using a normal ir laser with a diffraction lens to project a pattern, and a CCD for a sensor? Your distance is then calculated by the dispersion of the pattern. Should be relatively easy to process the image.

  • @kutluyigitturk5952
    @kutluyigitturk5952 3 года назад

    Hello, I am a student of Electrical and Electronics Engineering. Luck into something, I watched your videos The Cheapest and Worst DIY 3D-Scanner in the World [ESP8266, ToF, WiFi, WebGL] and Worst DIY 3D Scanner in the World - Part 2 [Arduino, ESP8266, Lidar, WiFI, WebGL] on RUclips. I hit the ground running to try this project myself. Differently from this, I wanted to use the wifi module and Arduino separately. I know I should not include the ESP8266WiFi Library in the code, as I will use these equipment separately. But I could not find any information about how to install or use the ESP8266WebServer and FS libraries. In addition to that, I have no idea where to use Renderer.h html codes. I look forward to hearing from you.

  • @pranav7759
    @pranav7759 4 года назад

    What you are doing is really awesome, why don't you try to put a polarized sheet over the emitter and then over the emitter and sensor.

  • @largerification
    @largerification 5 лет назад

    The newer model , whit 1, instead of 0 has 4m range and software switching to narrower beam, where only the center pixels are measured. Combine this with the pinhole and it is Time to revisit the idea.

  • @meadowsirl
    @meadowsirl 4 года назад

    Feels like it is kinda close to the VL53L0X sensor. I read the sensor has a 2m range, perhaps it has a better sweetspot.

  • @ritzengineering
    @ritzengineering 6 лет назад +1

    the CD lens isnt possible because ist has to focus very small distrance. the lens bending is big. if you take a lens with other charakteristics it will be right. optics ;-)

    • @bitluni
      @bitluni  6 лет назад

      didn't have a spare smartphone camera at hand

    • @TheHyperrat
      @TheHyperrat 5 лет назад

      @@bitluni actually, that won't be the ideal lens. You should try the lens from a laser pointer. They are ment to achieve exactly what you need. They are called Collimator lenses. They r dirt cheap too. A Chinese red laser pointer cost cents.

  • @salvatorebarbaro5862
    @salvatorebarbaro5862 5 лет назад

    aliexpress range scanners (triangulation based) are almost all built by a single manufacturer (the internal sensor modules) have a serial output with a special protocol to read the memory registers and manage events. I have an Arduino code to manage these modules, built on the data provided by the manufacturer himself, if you are interested contact me

  • @mateuszsoszynski7880
    @mateuszsoszynski7880 6 лет назад

    I think next thing to improve are definitely servos.

  • @loanqypol6797
    @loanqypol6797 6 лет назад +1

    I think it will be better if the sensor just go up and down and the object scaned is on a plat that turn

    • @bitluni
      @bitluni  6 лет назад

      yeah probably.. it was meant to be a room sized scanner, initially 😅

    • @loanqypol6797
      @loanqypol6797 6 лет назад

      bitluni's lab oooo okey xD

  • @ytfp
    @ytfp 6 лет назад +1

    Thank you for the update!

  • @discopoe
    @discopoe 3 года назад

    Have you ever heard of diffraction my friend?

  • @lewisfoster2494
    @lewisfoster2494 5 лет назад

    Did I see a Steinberg UR22 next to the monitor or was I seeing things?

  • @bornach
    @bornach 6 лет назад

    Have you tried with pinhole in front of light sensor? Diffraction will become problematic using the pinhole method in either case.
    The lens might have attenuated the infrared too much (especially is it's a glass lens) or there might have been internal scattering.

    • @SianaGearz
      @SianaGearz 6 лет назад

      The optical drive lens must be quite clear at 780nm infrared. The LIDAR is 940nm, which is a bit tough. However it didn't look too badly attenuated from the phone capture?

    • @bitluni
      @bitluni  6 лет назад

      The capture looked good... probably could have try to block the scatter a bit more. As the name says "single photon avalanche diode" one photon is enough :-D
      but there have been the to other challenges to get the right focus. This isn't trivial at this scale

  • @ABID5
    @ABID5 6 лет назад

    Yeah! Infrared rays can't get passed through glass.This is why
    DVD lense didn't work I think.

    • @pepper669
      @pepper669 6 лет назад

      This is near (near the visible spectrum) infrared so it can pass glass.

    • @TheHyperrat
      @TheHyperrat 5 лет назад +1

      Also, dvd have a red and an infra red lasers, so it can clearly go though it.

  • @lucaswybrandt7058
    @lucaswybrandt7058 6 лет назад

    Try to use an external ir light with a good lens

  • @bruh-man3908
    @bruh-man3908 5 месяцев назад

    Add a gyro + accelerometer and you get an actual scanner!! Thanks for the video

  • @AdrianoFiorenza
    @AdrianoFiorenza 6 лет назад

    Try with a webcam focusable lens! nice improvement you achieved :)

    • @bitluni
      @bitluni  6 лет назад +2

      All such lenses at my lab were larger than 3mm... this a really fiddly job

  • @Ncky
    @Ncky 5 лет назад

    Try moving sensor in xy axis like cnc machine.

  • @nektarioskourakis8331
    @nektarioskourakis8331 3 года назад

    GREAT JOB! HOW TO FIND YOUR PROCESSING-GRAPHICAL PROGRAM? ON GIT THERE ISNT

  • @korishan
    @korishan 6 лет назад

    Could it be possible to use 2 of these units in tandem and then have them articulate mirrored of each other and alternate with the scan frequency so each led doesn't interfere with the others.

  • @salihaksu9946
    @salihaksu9946 4 года назад +1

    2:47 man, thank you a lot for giving me a very good laughter.. my gosh, I am in tears hahahah. The point is, I was not expecting it and suddenly .. hahahahhhkfkfklcffg¿^¡$

  • @LatinDanceVideos
    @LatinDanceVideos 6 лет назад +2

    If it works, it's not the worst scanner in the world.

    • @SianaGearz
      @SianaGearz 6 лет назад

      You mean it's better than a non-scanner? That being said, i think Electronoobs made a worse scanner, it was wobbly and based on that piezo ultrasonic locator.

    • @bitluni
      @bitluni  6 лет назад

      just searched for that... they did a better one with a ToF ruclips.net/video/uYgsmT7_Y7o/видео.html

    • @bitluni
      @bitluni  6 лет назад

      If I would title it probably a mediocre 3d scanner nobody would watch it :-D
      at least it's so bad I'd never rebuild it 😂

  • @sei_tv
    @sei_tv 4 года назад

    Part 3 pls!

  • @DynamicSun
    @DynamicSun 6 лет назад

    i got a idee , mount at front of the Scanner an drinking straw(dark one,light opaque), to reduce inteference

    • @bitluni
      @bitluni  6 лет назад

      good idea!

    • @DynamicSun
      @DynamicSun 6 лет назад

      and glue the aluminium foil with the litle hole on the tophole of the drinking Straw - bin auf das resultat gespannt wie ein Hosenträger :-D

  • @nexless3673
    @nexless3673 3 года назад

    Like your project... You should a vcsel

  • @johnsmith-000
    @johnsmith-000 3 года назад

    But your face scan, almost face recognition quality;) You'll get there, though, just keep up the good work.

  • @delusiongaming2506
    @delusiongaming2506 6 лет назад

    Can u built like electronics biodevices like?

  • @ArielBaravalle
    @ArielBaravalle 6 лет назад

    Please, in the next videos , can you explain how create and show the 3d image . thanks.

    • @shkhamd
      @shkhamd 6 лет назад

      processing.js i guess.

  • @user21XXL
    @user21XXL 6 лет назад

    could you use an external light source - cover the one on the sensor and just use it to trigger a better diode

    • @SianaGearz
      @SianaGearz 6 лет назад

      How? How do you want to do that at the speed of light, considering it's a time-of-flight sensor?

    • @bitluni
      @bitluni  6 лет назад

      everything is integrated. only thing would work is to put a diode in front of the laser that triggers an external emitter... if the delay is short enough it would work.. we would just need to subtract the distance from the delay

  • @TinLethax
    @TinLethax 6 лет назад

    cool project .Gonna make like this one 😉

  • @FlexxVision
    @FlexxVision 6 лет назад

    Nice work men

  • @lightdark00
    @lightdark00 6 лет назад

    Time to make a self driving small car/robot with that scanner!

    • @bitluni
      @bitluni  6 лет назад +1

      nice idea.. maybe some kind of ai. I have started a project of similar kind some time ago

    • @lightdark00
      @lightdark00 6 лет назад

      bitluni's lab I was thinking it could prove a small challenge to try to quickly traverse an obstacle course just using that sensor. The course should include needed turns where one turn is correct, the other turn quickly ends. Basically it would be great to see you turn those dots into logical choices of where to go.

  • @electron-1979
    @electron-1979 6 лет назад

    Great attempt!

  • @shinevisionsv
    @shinevisionsv 6 лет назад +1

    Awesome!

  • @stefanmayer444
    @stefanmayer444 3 года назад

    A lens will change the time of flight. The speed of light is slower in glass, so you should get a longer calculated distance. Never the less, great project!

  • @yudimaryadi230
    @yudimaryadi230 3 года назад

    where i can ger source code ?

  • @SianaGearz
    @SianaGearz 6 лет назад

    Ha, marvellous idea with punched tinfoil!

  • @delusiongaming2506
    @delusiongaming2506 6 лет назад

    Marvelous!

  • @delusiongaming2506
    @delusiongaming2506 6 лет назад

    When youll do electronics tutorial vids?

    • @bitluni
      @bitluni  6 лет назад

      What do you like to have explained first?

    • @delusiongaming2506
      @delusiongaming2506 6 лет назад

      bitluni's lab u know,do starat up videos till the end about electronics,current and voltage and u know

    • @SianaGearz
      @SianaGearz 6 лет назад

      But everyone and their dog has made those, haven't they? I know stupid me being selfish, and Luni's Patreon supporter, i'd prefer given the choice between an explain video and a creative video, a creative one, because... i mean how many times i've learned these things? As a child from parents, as a child in school, as a physics student at university, as an EE student at university, and dozens of times ran into one or another RUclips video, it just... i mean i don't think i'll ever forget how it works before i forget my name and everything else.

    • @delusiongaming2506
      @delusiongaming2506 6 лет назад

      Siana Gearz
      ?

    • @bitluni
      @bitluni  6 лет назад

      Siana is somehow right... I even don't feel very qualified to do it, I couldn't explain how inductors work.. Afrotechmods did a much better job on that, BUT I could image either to incorporate simple explanations in my projects from time to time.. it's much better to see it on a example. I could also imagine to take a completely different approach on a basics video... kinda bitluni style.

  • @devfromthefuture506
    @devfromthefuture506 4 года назад +1

    2:47 lol

  • @nrdesign1991
    @nrdesign1991 6 лет назад

    II built the worst camera in the world, with an LDR and Processing

    • @bitluni
      @bitluni  6 лет назад +1

      SOUNDS NEAT... do you have some pics?!

    • @nrdesign1991
      @nrdesign1991 6 лет назад

      Sadly no, but maybe I can rig it up again.

  • @ErkanOkman
    @ErkanOkman 6 лет назад

    👍👏

  • @mihirpatil8843
    @mihirpatil8843 6 лет назад

    Just use your phone and photogrammetry Software

  • @Лисяморд
    @Лисяморд 4 года назад

    Лоис за лисичку