Laser Scanning Microscope from Blu-ray Player #3: Increasing the Resolution

  Рет қаралды 207,366

Doctor Volt

Doctor Volt

Күн бұрын

This is part 3 of my series on building a laser scanning microscope from an optical pickup unit I salvaged from a defective Blu-ray player. This version fixes some issues I had with the prototype shown in part 2.
In this project, I used 3D prints from PCBWay. Get 10 PCBs for only $5 and 3D Printing starting from $4.98 at www.pcbway.com/?from=Doctor Volt
3D files, schematics, source code, etc:
github.com/michalin/Blu-ray-L...
Special Parts:
Joy-It SBC-NodeMCU ESP32: amzn.to/3VXhOwF
OPU BDP10G: amzn.to/3PrssJq
FFC/FPB adapter board 40 pin, 0.5mm: amzn.to/3PrssJq
Custom 3D prints with UTR8360 standard white resin: www.pcbway.com/?from=Doctor Volt
Tools:
Camera: amzn.to/3kDp1BJ
Blu-Ray player: Samsung BD-J5900 (No more made)
Tools:
Camera: amzn.to/3kDp1BJ
Blu-Ray player: Samsung BD-J5900 (No more made)
Consider supporting this channel on Patreon or become a channel member and get updates about ongoing projects and preview videos!
/ docvolt
Paypal: www.paypal.com/paypalme/docvolt
00:00 - Introduction and retrospect
01:03 - Making the construction
02:31 - Assembly of the mechanics
04:10 - The Electronics
05:40 - The web interface
06:19 - Adjustments
07:47 - Performance tests
12:34 - Conclusion

Пікірлер: 195
@havelsand
@havelsand Жыл бұрын
Excellent stuff. This microscope series must have far more views. Totally underrated. I'm curious what comes next in your channel.
@pastarmak
@pastarmak 3 ай бұрын
10 years ago I was working as electronics engineer for a German company - Zwick/Roel - a harness testing machines manufacturers but in their England facilities - Indentec. I had exactly the same idea - using blue ray mechanism for scanning and measuring the indentation, those times people was laughing and the idea was discarded. I'm glad someone has realised it now.
@andrewphi4958
@andrewphi4958 3 ай бұрын
About the same time I've seen a cut from a TV show where russian kid and his teacher made a working microscope out of a CD drive with very good resolution and specimen glss embedded into a normal disc to insert. Worked pretty well, down to bacteria size. Unfortunately, I couldn't find any further info.
@Redcactus5
@Redcactus5 4 ай бұрын
You may be able to further increase the resolution by also using the translation voice coils on the laser assembly, in addition to the sample stepper. If you make it scan in a similar way to the way a drive reads (the coils do most of the moving, the stepper only advance when the coils run out of travel), you may be able to improve quality. You could also try adding position sensors to the motor to allow for error compensation. adding an x translation stepper to allow for scanning bigger areas at the same detail level could be neat too. Not sure if any of this would work or even be worth it, but it is an idea. Love this project!
@SnoopyNug
@SnoopyNug 4 ай бұрын
What excellent ideas!
@Thefreakyfreek
@Thefreakyfreek 4 ай бұрын
Thats how the dvd reader works
@Redcactus5
@Redcactus5 4 ай бұрын
@@Thefreakyfreekthat’s where I got the idea. These microscopes are incredibly similar to optical drives, so I thought that things could probably transfer over.
@7LegSpiders
@7LegSpiders 2 ай бұрын
I'd love to see an encoder on the shaft for closed loop positioning, but a belt or gear on the motor for speed reduction (better position accuracy). Tell me why that wouldn't work to keep the same motor, but reduce the heat generated by splitting phases so small.
@talkingmetastasis607
@talkingmetastasis607 4 ай бұрын
please don't give up that project, you're such an inspiration for me. i dream about a diy confocal microscope every day. cheers bro
@AJMansfield1
@AJMansfield1 4 ай бұрын
The stepper driver's microstepping could be the cause of the vertical blur in your images, if it's inducing vibrations at the microstep switching frequency. You may be able to get better results if you add more mass to the stage to dampen this vibration, or actually disable microstepping by setting the driver's configuration pins. Microstepping involves generating intermediate "unit vector" voltages to feed the two stepper coils, and nearly all implementations of this rely on high-frequency PWM to do this, for efficiency sake. Lower switching frequency results in fewer transitions, which means less heat dissipated in the driver. Large stepper motors with a lot of inductance attached to heavy mechanical stages with a lot of inertia will intrinsically damp out frequencies above a threshold, making it a trade-off that's easy to design around. But I suspect the motor and stage you have are a lot lighter than what that driver was designed to control, and some of its micro-stepping PWM frequency is vibrating the stage enough to blur the image vertically.
@longpham-sj5sv
@longpham-sj5sv 3 ай бұрын
With such small motor, he could even make a linear (like in linear power supply) stepper motor driver to get even lower mechanical noise.
@longpham-sj5sv
@longpham-sj5sv 3 ай бұрын
To some extent, the voice coil - focus feedback loop can cancel out the mechanical noise if it's fast enough
@SphaeroX
@SphaeroX 20 күн бұрын
Great project! Let's start improving and building a PCB with all parts and sell it, perfect for Researchers!
@randolph6013
@randolph6013 3 ай бұрын
Respect, someone with such skills in the fields of precision mechanics, electronics, and IT can be proud of themselves.
@PaulSpades
@PaulSpades 4 ай бұрын
Here's the thing. Microstepping actually wabbles between poles, and there's backlash in the mechanics. The proper way to increase resolution is to gear down and slow down the movement. And average samples between full runs - that should average the mechanical noise, not samples in each positions - which averages laser sample noise but should already be accurate enough. At this scale, I'd try polar coordinate movements, ironically the way discs are already set up to work. But disabling microstepping, finer lead screws(probably not available) and slower speed should give better results. Alternatively, geared down steppers could be available commercially.
@longpham-sj5sv
@longpham-sj5sv 3 ай бұрын
The stepper driver uses PWM and feedback loop to regulate phase current in full step or micro step mode. It's the PWM causing current ripple in each phase, which translates to mechanical noise. I think it could be mitigated a lot by using a linear stepper driver given the motor is fairly small or improving the voice coil - focus feedback loop so that the focus is maintained despite the noise (the PDIC has bandwidth of few 100s MHz while the voice coil has bandwidth of 10s kHz) I've not seen inside of a blu ray stepper motor but i think the linear rail is pretty much tied directly to the motor shaft, combining with the spring loaded "nut", i doubt there's any backlash at all. Adding gears would complicate the mechanical design and increase backlash. To increase the resolution, as someone has stated, the voice coil itself can be used as an actuator.
@TankR
@TankR 3 ай бұрын
@@longpham-sj5sv Well to be fair, in its normal job it just has to read digital data, and has the advantage of error correction. The circuitry wasnt meant to produce an analog output value from the photodiodes other than for focusing correction which, again in normal useage is an automatic feedback loop. Also we need to keep in mind BR optics are inherently astigmatic. IIRC they also use two side beams (split from the main of course early in the optics path) which either keep a bead on the next and previous track, or just inside them in the smooth area (if the laser wonders of center one side or the other will start or stop flashing as data pips interact with the light). These tracking spots have their own photodiode areas on the sensor, I wonder if they could be utilized to ensure the entire assembly were square to the sample, or at least the stage....... But yeah I totally agree, utilize the positioning coils more. AND SET THE STEPPER DRIVER PROPERLY!!!! Dude needs to stop winging it before they cook the damn thing.... I have a lens block from an old handy cam Im playing with for the zoom functions, and Im just direct driving the coils from an arduino. Just driving one coil, one polarity shift at a time. Easy peasy. The original project from years ago I saw on hack a day.....and the second go by someone else that HaD so professionally pretended was the first time it was seen ever....I believe used linear mag coil drives to move the stage. So as long as the voltage output steps of a DAC kept the area of interest within reach of the lens all they needed to do was county up in binary to move the stage. Linear drives that small sound expensive, eh? Nah, they just used some speakers from an old bluetooth boombox! And some skewers from the woofer cones to the side glass! LoL
@markr9640
@markr9640 3 ай бұрын
Excellent video. I have many years of experience with stepper motors. If you want smooth running, it often helps to add a fly wheel. 'Not a lot of people know this'
@simonlyons5681
@simonlyons5681 3 ай бұрын
This project is a major contribution and I give you huge props. I had the same idea 6 or 7 years ago but the interfacing and output part was too daunting for me. You've really done a fantastic job with the ESP application 👍👍 I always wondered if it would be possible to operate it in confocal mode, i.e. have the focus follow the surface contours as it scans. In this way an image much like that from a SEM might be obtained. The potential for low-cost, high resolution student microscopes, leveraging the incredible abilities of these laser modules, is huge.
@knickly
@knickly Жыл бұрын
Some researchers are using piezo buzzers for their SPM stages. A really interesting option is slip-stick piezo stages, which allow nanoresolution with long travels (there are some open source printed designs).
@TankR
@TankR 3 ай бұрын
The original project years ago used speakers to translate the slides in XY (it also looked up from below to remove any alignment issues ensuring the laser lens was square to the sample plane). The arduino would drive the voice coils through some basic circuitry and depending on how much voltage was passed through them they would extend or retract the speaker cones. Attach some chop sticks to the cones and the stage, BAM! automated stage ;)
@chrisgj198
@chrisgj198 3 ай бұрын
For some mechanical ideas, you could read the article about making a ruling engine, in The Amateur Scientist column of Scientific American magazine, April 1975. This machine moves a carriage with accuracy about 0.000001 inch or 25.4nm, which should be good enough.
@vrmadlab
@vrmadlab 4 ай бұрын
an optical probing microscope is crazy for the budget. Well done !
@critic1236
@critic1236 9 ай бұрын
Great work. Thanks for sharing.
@HeadCodeMonkey82
@HeadCodeMonkey82 3 ай бұрын
Incredible work, you have clearly learnt so much to be able to produce such an amazing result
@Dangineering
@Dangineering 4 ай бұрын
Whoa, this is the coolest project I have seen in a while, thank you for sharing!
@amoedoricardo
@amoedoricardo 3 ай бұрын
Congratulations, great project!!
@morkovija
@morkovija 3 ай бұрын
this is top tier levels of geekiness
@BIM-53
@BIM-53 9 ай бұрын
Great job!
@NottsBobUK
@NottsBobUK 3 ай бұрын
Fascinating, thank you for showing us.
@_droid
@_droid 4 ай бұрын
Very nice work! This is something I have wanted to do for decades but never got around to experimenting with it. This information will be helpful!I I see those same blurs when looking at a calibration slide with a reflective light source. I suspect a transmitted light like a traditional microscope won't do that. It's due to the markings being on the wrong side of the glass compared to the light source.
@mantookaibarta3073
@mantookaibarta3073 3 ай бұрын
Nice Explanation.... Hope to see more videos like this.... Thank you for sharing your ideas.....
@AlexSouthwell
@AlexSouthwell Жыл бұрын
Amazing! I loved it. I want one! I should see what old drives I have
@DonCarlione973
@DonCarlione973 3 ай бұрын
Neat little project 👍🏼
@johnmorris1162
@johnmorris1162 Жыл бұрын
If there is a backlash problem between the screws and the carriage nut, you could try adding a second nut with a split washer or some washers with a little give in between the nuts and adjust the nuts to balance least friction against least backlash.
@DoctorVolt
@DoctorVolt Жыл бұрын
I solved that by rotating the lead screw a half turn before the actual scan begins.
@dh2032
@dh2032 8 ай бұрын
some sort spring, or at the scale where working at here, a bit sponge or small rubber band, the one's out of the anything will do?
@medienmond
@medienmond 4 ай бұрын
Get yourself a TMC2209 stepper driver (StepStick), which has smoother motion and ist more quiet. Also the microstepping is more relieable and the motor does not need as much current. In addition you can set additional parameters via a UART Interface to the driver.
@TankR
@TankR 3 ай бұрын
No, go analog. Grab some speakers from a bluetooth boom box, and set up a DAC circuit so that each increment displaces the voice coil on the woofer just enough to keep the area of interest within reach of the laser, also utilize the focusing coils more for positioning.....like how its supposed to work.... Then some tooth picks or skewers glued between the woofer cones and the slides and you're off to the races. Also, flip the thing over so the laser is looking up though a cover slip.
@RyLeedepressed
@RyLeedepressed 4 ай бұрын
Impressive work
@across8339
@across8339 9 ай бұрын
Just found your channel and what a fascinating project! The motion of a stepper motor is very abrupt and the double horizontal scan lined suggest t you could getting a backlash bounce between the threaded rod and the nut. You could fairly quickly test this by creating a simple pull back force on the carriage (spring?) and a small delay to settle. This will slow the scan but improvements in the vertical resolution will vastly improve the quality, possibly more than your current high resolution setting.
@yt4krist0f
@yt4krist0f 4 ай бұрын
Great results!
@trinocerous
@trinocerous 3 ай бұрын
You're awesome! Thanks for sharing!
@pvc988
@pvc988 4 ай бұрын
1. I wonder if it would be possible to recover height map using focus error signal. 2. The problem with horizontal lines might come from leadscrew/nut tolerances. Try preloading it with a spring. 3. Voice coil instead of stepper motor could be more precise. 4. Could this setup be used for microphotolitography?
@DatBoiOrly
@DatBoiOrly 4 ай бұрын
11:48 i think the reason it has those washed out lines is because it isn't truly level so it's scanning it on an angle so it's picking up side information making it washed out
@user-mk5bi3fq6z
@user-mk5bi3fq6z 3 ай бұрын
You can try to install optical sensors of stepper motors for a better gradation of the focus points of the location. for example, as in a laser printer or an old mouse with a running ball . But it is generally possible to approach cardinally , by definition, the sine wave of rotation of the magnetic field as in the video head of a VHS cassette recorder . Alternatively, choose a small stepper motor with interchangeable shafts with a smaller thread pitch, but this one will have to be made of wear-resistant materials and a special pen moving along the thread .
@PeaceToAllEvenYou
@PeaceToAllEvenYou Жыл бұрын
For some reason, your accent tempts me to address you as Herr Doktor 🙂 I'm really impressed with this! You achieve high resolution on such large samples. As it's proving difficult to move the sled precisely, and you know that the cylindrical lens provides an elliptical focus on the detector array - did you know that the tracking servo also uses the left/right balance of the four diodes in that central detector array? ie, you already state that, given the diode array {A,B} {C,D} you sum A, B, C and D to get your main signal And the focus error signal is the difference between (A+D) and (B+C) I'm guessing that you already know that there's a tracking servo signal in the difference between (A+C) and (B+D) So what I'm excited about trying is this: Try to use the optical tracking servo to find the resonant frequency of the optics... If it's able to resonate, use that as a final-stage scanning option instead of depending on the precise movement of the sled. Examine the signal which could be useful in resolving small details - but maybe hard to use for large samples... in any case, fun to try. Best wishes!
@DoctorVolt
@DoctorVolt Жыл бұрын
You mean that small stepper motor in the OPU that moves the collimator lens? I was always wondering what this is good for.
@hvanmegen
@hvanmegen 3 ай бұрын
​ @DoctorVolt We'll call you "that other guy with the swiss accent" from now on.. (with Andreas Spiess being the OG (original guy) with the swiss accent)
@leveaudor8577
@leveaudor8577 Жыл бұрын
doc you are amazing
@jeridleclair2270
@jeridleclair2270 Жыл бұрын
Nice job.
@marianodiaz461
@marianodiaz461 8 ай бұрын
This is a very interesting project, and I would like to make it myself , did you made any PCB to interface the laser ?
@DoctorVolt
@DoctorVolt 7 ай бұрын
No, I built the electronics on perfboard.
@marianodiaz461
@marianodiaz461 7 ай бұрын
@@DoctorVolt is there any chance that you can take a photo of both sizes of the perforated board assembly? I’m not to good following schematics in a perforated board
@DoctorVolt
@DoctorVolt 7 ай бұрын
Ok, I will upload the photos to Github when I find the time.
@valeriydergachev
@valeriydergachev 2 ай бұрын
cool i want this tool :( good work my friend!! its real cool !!
@thecrazy8888
@thecrazy8888 3 ай бұрын
Very interesting!
@RodHartzell
@RodHartzell 4 ай бұрын
Brilliant!
@gerd3136
@gerd3136 Жыл бұрын
Wow, Hammer 👍🏼😎!
@freedom2000
@freedom2000 Жыл бұрын
really excellent video
@henryjulianmurillogutierre3421
@henryjulianmurillogutierre3421 3 ай бұрын
i’m so jealous 😂 i would like to have that level of skills, this project is insane a more detailed series on the reverse engineering of the laser controller and software coding would be much appreciated i’m looking forward on being able to tepalcate this cool project
@rushbhavaiya1714
@rushbhavaiya1714 Ай бұрын
When you start ? , becz I am also looking to start. lets connect !
@talkingmetastasis607
@talkingmetastasis607 11 ай бұрын
that's very interesting, I also want to build one
@MrAlex3461
@MrAlex3461 3 ай бұрын
Good, great! Great great! Great Scott that's good great
@shadeydave
@shadeydave 3 ай бұрын
Spherical aberation toward the edges. You can compensate with software, or close crop toward the middle where you need a clearer view. The horizontal lines are doubled up vertically likely because of the instability of the stepper motor at that resolution. You can compensate this by using a geared dc motor instead, perhaps..
@Sulzart
@Sulzart 4 ай бұрын
Woah, found your video as a suggestion from YT. Nice project. I'm looking for a way to scan/photograph open ICs. More as an art project than an exact reproduction. Have you scanned IC yet ?
@jamest.5001
@jamest.5001 3 ай бұрын
Awesome 👍
@rougine
@rougine 3 ай бұрын
I have to optical focus on glasssubtrates at work. I have to deal with internal reflections and see all patterns more than once. If you look in an angle from above you see the pattern at least twice but faint. Maybe that is what you are getting here too. To test for this you can try to focus on the reflections. If there are none it is something else.
@Stopinvadingmyhardware
@Stopinvadingmyhardware 7 ай бұрын
Reduction gears and belts to smooth them out.
@ZeddZeeee
@ZeddZeeee 7 ай бұрын
really neat idea! you should consider packaging these systems and selling them as kits or put together, even in educational situations for schools or hobbists would be a good market for this. Pretty neat never thought of all that! great job!
@DoctorVolt
@DoctorVolt 7 ай бұрын
Maybe one day!
@TankR
@TankR 3 ай бұрын
The original project is on hack a day from over a decade ago.....
@noanyobiseniss7462
@noanyobiseniss7462 Жыл бұрын
This earned you a Big ars SUB and wish I could upvote multiple times! :)
@luislopez-pf5fi
@luislopez-pf5fi 4 ай бұрын
Epic!
@nikscha
@nikscha 4 ай бұрын
I believe a compliant mechanism could solve your stepper issues. I'm thinking some kind of lever mechanism.
@MarkxTube
@MarkxTube 11 ай бұрын
Hey great work. Have you ever heard of the OpenFlexure project? This could give you the fine control you need without the overheating problem. Next you need a vertical axis and some fluorescence dye ;)
@DoctorVolt
@DoctorVolt 11 ай бұрын
Would be interesting to know how accurate it works. As far as I can see, it functions with stepper motors and 3D-printed gears. So I guess that this highly depends on the quality of the 3D printer.
@MarkxTube
@MarkxTube 11 ай бұрын
@@DoctorVolt True, however your drive is quite direct from motor to shaft. If you come up with something that increases travel distance but reduces movement and works against a slight resistance you will get a much smoother ride. I think that was the principal behind the openflexure. But it has been a long while since I had a look at it.
@andrewpatlan1781
@andrewpatlan1781 11 ай бұрын
Very interesting project
@boots7859
@boots7859 Жыл бұрын
Obviously the need to physically move the optics is a problem. Didn't I read some years ago about a project where they used a MEMS from the older large screen TV's as a reflector? With the small distances involved, I would think dispersion would not be an insurmountable problem. With a really high speed input, it seems like some sort of spinning mirror like they do with those POV gadgets should be possible?
@janthran
@janthran 3 ай бұрын
you could also use an array of 4 different lasers to achieve higher resolution on the same area
@su2so3
@su2so3 3 ай бұрын
Have you considered using a flexure instead of threaded rod for the fine axis control?
@argonaut5617
@argonaut5617 3 ай бұрын
Nice!
@Dextermorga
@Dextermorga 3 ай бұрын
Instant sub
@ricoreyes6044
@ricoreyes6044 5 ай бұрын
Very interesting project. I've been wondering what to do with the drives I have in my junk bin, and I think this is an awesome idea to work with. I wonder if adding a little counter-tension (maybe a rubber band) would pull the backlash from the drive. Also, is there any chance there's vibration or external influences causing the positioning noise?
@DoctorVolt
@DoctorVolt 5 ай бұрын
I'm quite sure that it must be caused by vibrations. Waiting some microseconds between moving and capturing the value helps there, but also taking the picture takes longer, then.
@ricoreyes6044
@ricoreyes6044 5 ай бұрын
@@DoctorVolt is the sensor output stable and clean if you travel continuously instead of discrete steps?
@JohnUsp
@JohnUsp 4 ай бұрын
Awesome
@Gabuhmi
@Gabuhmi 3 ай бұрын
Super Projekt, schöne Umsetzung ! Ich möchte echt nicht zu nahe treten, aber ich würde vielleicht überlegen entweder KI für die Audios zu benutzen oder einen Sprecher outsourcen. Gibt günstige Freelancer. Video/Schnitt technisch finde ich es Klasse !
@Krishell
@Krishell 4 ай бұрын
Thanks!
@DoctorVolt
@DoctorVolt 4 ай бұрын
Thank you so much!
@zheyingchin4194
@zheyingchin4194 Жыл бұрын
Try using a second OPU for the y-axis. Then you will have coils for both axis
@DoctorVolt
@DoctorVolt Жыл бұрын
Yes, but it would be difficult to place the specimem on it, because there is not much space and it cannot carry much weight eiter. But it these issues can be solved somehow, this would be a good solution.
@TheRainHarvester
@TheRainHarvester 4 ай бұрын
😮put a small capacitor on the pwm pin to smooth the ripple?
@Zalo29
@Zalo29 Жыл бұрын
Boy, I've been thinking on your project and came across the lightscribe technology They managed to use the laser to etch the backside of a CD It would be interesting to know how they managed to keep the laser focused It should be useful for you
@DoctorVolt
@DoctorVolt Жыл бұрын
I guess that they use the focus error signal to do that. But if I re-focus every scanpoint, scanning would take much, much longer than it takes anyway
@cbhlde
@cbhlde 3 ай бұрын
So we still have engineers in Germany? :p Great stuff; sub und Grüße aus Lübeck. :)
@largerification
@largerification 4 ай бұрын
Can you increase the dept of focus by applying autofocus on the go?
@cyantosolar
@cyantosolar 4 ай бұрын
Great project! Inspired to try something like this based on your work. Want to use an optical setup that has both red and blue lasers in one optical path. It seems like Sony BDPBX370 has optical head like this. Will your electronics control this player? or would you suggest another model that is readily available? Thanks!
@DoctorVolt
@DoctorVolt 4 ай бұрын
My electronics will control any OPU. I was using a BDP10G from a Samsung player. With other heads it's up to you to figure out the pinout.
@cyantosolar
@cyantosolar 4 ай бұрын
How did you figure out the pinouts? And how would one go about figuring out pinouts for a different model? Thank you.@@DoctorVolt
@DoctorVolt
@DoctorVolt 4 ай бұрын
Have you seen part #1? There I show how I did it.
@Dhirajkumar-ls1ws
@Dhirajkumar-ls1ws 3 ай бұрын
You can also do direct laser lithography
@seditt5146
@seditt5146 4 ай бұрын
I wold think some form of Linear motor would be much better than attempting to use the worm gears to convert rotational movement into translational as you will always get some losses that way. Hell, you already have everything needed to make an Atomic force microscope and see atoms by replacing the stage with piezo controlled movements and a sharp pin to detect the electric fields
@Ben-ht5yf
@Ben-ht5yf 4 ай бұрын
Great results. Maybe a dedicated adc or a analog sweep driver for the scan coil instead of the pwm would make the optics more stable? Or is it a mechanical limitation?
@DoctorVolt
@DoctorVolt 4 ай бұрын
Only the X direction is scanned by voice coil. This is ok. The problem is the Y direction which is driven by stepper motor.
@Ben-ht5yf
@Ben-ht5yf 4 ай бұрын
@@DoctorVolt some preload on the carriage may help, maybe? Impressive results nonetheless
@DoctorVolt
@DoctorVolt 4 ай бұрын
@@Ben-ht5yf Yes, I will consider it if I do a follow-on for this.
@khatharrmalkavian3306
@khatharrmalkavian3306 3 ай бұрын
Could you use a couple gears to adjust the effect of the motor? I haven't worked with them so I don't know what causes the overheat. Is it the constant operation or is it that it doesn't like running at that speed?
@DoctorVolt
@DoctorVolt 3 ай бұрын
It's because it needs a high torque to drag the sled.
@nickpelov
@nickpelov 3 ай бұрын
Are you using the electro-magnetic deflector? I think (not 100% sure) there is a el.magnetic coils that can deflect the lens for fine movement. when you pass current through the coils. It's also possible that if you don't pass current the lens will vibrate and cause distorsions.
@DoctorVolt
@DoctorVolt 3 ай бұрын
Yes, the lines are being scanned by the coils
@meyemediauk
@meyemediauk 4 ай бұрын
i transmitted data via laser when i was a child , but the reciever had to be in a fixed position, the room had wooden floorboards , if i walked arround it would cause a vibration and lose connection , also made a laser speaker, transmitted a song to the output cool stuff
@DoctorVolt
@DoctorVolt 4 ай бұрын
Young Sheldon :)
@qweqwerty7537
@qweqwerty7537 7 ай бұрын
Sir, very nice work. Where do you find a motor with a ball screw pair? Can you give a link on your motor? Please answer.
@qweqwerty7537
@qweqwerty7537 7 ай бұрын
Stepper motor with lead screw, sorry, i mean this device.
@DoctorVolt
@DoctorVolt 7 ай бұрын
I bought it on Ebay, but don't have the link any more. Just enter "stepper motor with lead screw" into the search field and you'll probably find something.
@gibbyrockerhunter
@gibbyrockerhunter 5 ай бұрын
Totally guessing here. But if the blurry artifacts are not from software, reflection or refraction from stray energy pollution...id bet the the issue would be from the physical and digital X an Y axis are not perfectly square. Obviously there are a few factors so no clue for certain. Great build. My electron microscope from 8 years ago looks like a mad scientists joke by today’s standards. Lol
@hi-tech-guy-1823
@hi-tech-guy-1823 3 ай бұрын
You should of used the Voice coils more The optical Pick Head has a few of these To fine Tune the optical Pickup Lens
@hvanmegen
@hvanmegen 3 ай бұрын
Hey, another other guy with that swiss accent!
@C4Cyber
@C4Cyber 7 ай бұрын
super Cool ❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥
@thefruit
@thefruit 3 ай бұрын
Warum verwendest du nicht ein Größeres Zahnrad das zu immer kleineren Zahnrädern führt, dann könntest du vielleicht einen größeren Motor verwenden oder? Ich hoffe du bleibst dran an dem Projekt und schaffst es eine Anleitung für ein günstiges Hochleistungsmikroskop zu erstellen :) das würde vielen ärmeren Ländern helfen, die zb in Krankenhäusern eines bräuchten (aber ich kenn mich nicht aus, vielleicht ist es garnicht für organische Materialien geeignet)
@jimbotron70
@jimbotron70 3 ай бұрын
What about using a CRT as electron scanning microscope?
@fox.9879
@fox.9879 4 ай бұрын
12:11 when you under power a servo it jitters it might be a similar issue in that image
@RyLeedepressed
@RyLeedepressed 4 ай бұрын
Have you looked into nema 8 linear slides? You can find 0.9deg step angle versions for around $50
@DoctorVolt
@DoctorVolt 4 ай бұрын
I checked several options, but I didn't want to spend that much money.
@CRAIG86
@CRAIG86 4 ай бұрын
i had that out dated samsung blu ray player, worked great to wach youtube intell it sttarted to refuse to connect to wifi
@regor2102
@regor2102 3 ай бұрын
nice.
@marcdohmen4699
@marcdohmen4699 3 ай бұрын
very nice project. I just build the hardware, but I can't get any connection with the website. Why?
@user-xo1ur5pm4x
@user-xo1ur5pm4x 7 ай бұрын
Is it possible to continuously accumulate data from the led sensor to differentially get images of the areas that had just included in the spot and leaving it? You could take images every 120nm to obtain a lower resolution than spot size of 480 nm.
@DoctorVolt
@DoctorVolt 7 ай бұрын
Maybe...
@reoproedros
@reoproedros 3 ай бұрын
why there is a different focus point between scans ?
@nomanshah6761
@nomanshah6761 3 ай бұрын
Primax venus fuzool hai Primax galaxy ka batayern please q k voltronic based hai
@GregCoonrod
@GregCoonrod Жыл бұрын
How did you determine when your subject was "in focus"?
@DoctorVolt
@DoctorVolt Жыл бұрын
It is in focus when it reflects a maximum of light. I can this on the LED or the indicator at the bottom of the HTML site.
@chrisarmstrong2721
@chrisarmstrong2721 4 ай бұрын
Would you make this for a privet buyer? If so, roughly how much???
@andrewanderson8803
@andrewanderson8803 3 ай бұрын
Why not try a piezeoelectric stepper?
@user-qv4fo6xp2w
@user-qv4fo6xp2w 3 ай бұрын
крутая работа
@tech.curiosity
@tech.curiosity 3 ай бұрын
Why dont you use a mechanical hard drive head to make the movement? I believe you will have much more precision and faster scaning.
@emil4390
@emil4390 3 ай бұрын
Why not to try DC motor with reducing gear box insted of stepper motor
@Erebus-PCFX
@Erebus-PCFX 4 ай бұрын
Can you just use your laser microphone to record "Hello, I'm under the water, please help me." 😂
@LaurentLaborde
@LaurentLaborde Жыл бұрын
It's very neat and fun. good job. From a practical point of view, it's easily outperformed by any microscope in the 300$ range in speed (obviously) and resolution, or even an old microscope that is around a century old (i have some, they works extremely well and a high end old microscope outperform a 300$ new microscope). It could have some use in some specific case where a traditional bright field compound microscope doesn't fit the need, but i can't think of anything right now. About the problem with horizontal line, i don't have any idea (except a problem with the stepper motor). i have the same slide as you have. i can make a video of the result i get with one of my microscope and various objective.
@DoctorVolt
@DoctorVolt Жыл бұрын
Yes, it's a fun project for everyone who likes tinkering with this kind of stuff. If you really need a microscope, you'd rather buy one.
@corwin.macleod
@corwin.macleod 6 ай бұрын
​@@DoctorVolt Does it have better resolution than lensless webcam microscope? I remember being able to see bacteria with it with decent resolution.
Homemade PCBs with Fiber Laser - 0.1mm Clearance
44:57
Electronoobs
Рет қаралды 221 М.
Laser Scanning Microscope from Blu-ray Player #2: Shooting Images
10:12
одни дома // EVA mash @TweetvilleCartoon
01:00
EVA mash
Рет қаралды 6 МЛН
Can You Draw The PERFECT Circle?
00:57
Stokes Twins
Рет қаралды 70 МЛН
Barriga de grávida aconchegante? 🤔💡
00:10
Polar em português
Рет қаралды 82 МЛН
The magical amulet of the cross! #clown #小丑 #shorts
00:54
好人小丑
Рет қаралды 24 МЛН
I tried finding Hidden Gems on AliExpress AGAIN! (Part 9)
15:00
GreatScott!
Рет қаралды 164 М.
2187 - The 50 Year Nuclear Battery From China And How To Make Your Own Version
10:56
Digital Microscope Comparison
28:14
EvilmonkeyzDesignz
Рет қаралды 489 М.
I Hacked a Mouse into a Camera!
10:04
Doctor Volt
Рет қаралды 172 М.
50,000,000x Magnification
23:40
AlphaPhoenix
Рет қаралды 5 МЛН
I tried to make a camera sensor
30:00
Breaking Taps
Рет қаралды 521 М.
ESP32 Laser Projector with stepper motors | StanleyProjects.com
11:52
StanleyProjects
Рет қаралды 225 М.
DID YOU NOTICE ANY LAPSES IN THE VIDEO or NOT? / MARGO_FLURY
0:34
MARGO FLURY | Маргарита Дьяченкова
Рет қаралды 12 МЛН
Robot 🤖 cleaning 🧹
0:57
Bunnal 𝚃𝚎𝚌𝚑
Рет қаралды 4,7 МЛН
НИКОГДА не иди на сделку с сестрой!
0:11
Даша Боровик
Рет қаралды 729 М.