Это видео недоступно.
Сожалеем об этом.

DIY Motorised Camera Slider With Object Tracking

Поделиться
HTML-код
  • Опубликовано: 21 фев 2021
  • In this video, I'll show you how to build your own motorised camera slider which can pan, rotate and track objects for some really cool shots and time-lapses. It can lift a mirrorless camera like the Canon M50 vertically, can be mounted onto a tripod, and works in any orientation, even upside down. A rotary pushbutton lets you input data on an OLED display to set the parameters for each movement. The motors are driven by two TMC2208 silent stepper motor drivers for smooth and quiet operation.
    Here's a full write-up of the build - www.the-diy-li...
    Get your PCBs made up by PCB Way from just $5 - www.pcbway.com/
    What You Need For This Project - Links from Amazon
    2040 Aluminium Extrusion 700mm - amzn.to/39XxadP
    2040 V-Slot Gantry - amzn.to/3sORpCM
    GT2 Tensioner - amzn.to/2XZWJVZ
    GT2 5mm Pulley - amzn.to/3c7dua5
    GT2 Belt - amzn.to/39RARBI
    2 x Nema 17 2.5” Stepper Motors - amzn.to/2MaESsD
    Camera Ball Joint Mount - amzn.to/364gO1H
    M5 T Slot Nuts - amzn.to/2Ni4GDE
    M5 Machine Screws - amzn.to/2AtFG5W
    Arduino Pro Mini 5V - amzn.to/3qEhdQg
    2 x TMC2208 Stepper Motor Drivers - amzn.to/3sLm7wC
    2 x 100uF Capacitors - amzn.to/2UzqNqj
    128x64 I2C OLED Display - amzn.to/3neur41
    Rotary Pushbutton - amzn.to/3e2j8aY
    Header Pins - amzn.to/2wY3k9g
    Slider Switch - amzn.to/2Dqvn4c
    3D Printer Used - Creality Ender 3 Pro - amzn.to/33MXHH0
    What You Need For This Project - Links from Banggood
    2040 Aluminium Extrusion 700mm - www.banggood.c...
    2040 Gantry - www.banggood.c...
    Nema 17 Motor Mount - www.banggood.c...
    GT2 Tensioner - www.banggood.c...
    GT2 5mm Pulley - www.banggood.c...
    GT2 Belt - www.banggood.c...
    2 x Nema 17 2.5” Stepper Motors - www.banggood.c...
    Camera Ball Joint Mount - www.banggood.c...
    M4 T Slot Nuts - www.banggood.c...
    M4 Machine Screws - www.banggood.c...
    Arduino Pro Mini 5V - www.banggood.c...
    2 x TMC2208 Stepper Motor Drivers - www.banggood.c...
    2 x 100uF Capacitors - www.banggood.c...
    128x64 I2C OLED Display - www.banggood.c...
    Rotary Pushbutton - Not Available
    Header Pins - www.banggood.c...
    Slider Switch - www.banggood.c...
    The above parts are affiliate links. By purchasing products through the above links, you’ll be supporting this channel, with no additional cost to you.
    If you've got any ideas for Raspberry Pi, Arduino, or other Electronics projects or tutorials you'd like to see, let me know in the comments section.

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

  • @hadjsaidahmed3144
    @hadjsaidahmed3144 3 года назад +8

    Thank you for sharing this project with us I think adding a timelapse mode will be a big improvement for this project

  • @sharadjadhav7234
    @sharadjadhav7234 3 года назад +3

    that is one best camera slider video i seen out there....
    very simple detailed and all information needed is in comments....
    awesome !!!

  • @ernielazdins1348
    @ernielazdins1348 3 года назад +3

    Hi Michael
    Thanks for the reply and making time for me.
    I placed my order yesterday with the help of the online Help.
    PCB Way is a great company.
    As a retired engineer I have looked at all the RUclips makers and what they have to offer in the way they make their sliders
    and yours is the best.
    At 68 years old I have recently fallen in love with electronics,
    Some of which is a bit overwhelming.
    Thank you for producing a great video on the slider and all the files.
    Looking forward to getting all the parts delivered so I can try the slider for my Ender 3 Pro.
    Also looking forward to the Raspberry Pi version you intend producing.
    Thank You again for your reply.
    Keep up the good work.
    Stay safe and healthy.
    Regards
    Ernie from Australia

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      No problem at all, happy to help out!
      That's great, good luck with building it and let me know how it turns out!
      Thank you, you too!

  • @groundbreakerexplore
    @groundbreakerexplore 2 года назад +1

    Awesome DIY project

  • @robertsimpson4693
    @robertsimpson4693 3 года назад +1

    Another wonderful project ! - Robert

  • @CrAzYDr1veR
    @CrAzYDr1veR 3 года назад +3

    wanted to do semething like that for years after i saw the diy sentry tower, all it needs is a webcam to follow objects :)

  • @SqueakyNeb
    @SqueakyNeb 7 месяцев назад

    I haven't checked the maths on paper, but I'm pretty sure you can do that trigonometry backwards to save on measuring. Travel to one end and pan to the target, save the position, repeat for the end movement, and you should be able to solve backwards. Or at least, you can triangulate the distance to the target and use that as the input for your existing maths instead of a manually measured distance.

  • @CoyoteFPV
    @CoyoteFPV 5 месяцев назад

    Brilliant project ! I think I will strip down my own and modify it to this. I however have limit switches on both ends which I would like to incorporate, and I would like to run the pan stepper via a 5.18:1 planetary gearbox to take the rough steps out of the motion. Not being a coder, what would I need to change in your code to compensate for the gearbox reduction ? So the degrees match on the OLED to the actual output.

  • @Lechnology_Engineering
    @Lechnology_Engineering Год назад +3

    Thanks for sharing! I built my camera slider when COVID first hit. I released the video less than a year ago too! It's always nice to see what others did! Ours had a lot of similarities, especially with the motor driver selection. I like that you made a PCB, this will make things far more robust. I used an old telephone cable for the pan stepper motor so that it stays nice and compact. Check it out! I plan on upgrading my camera slider to an STM32 based design where I can take advantage of its hardware features. I will find myself coming back to this video for inspiration about the object tracking! Thanks again, subscribed!

    • @MichaelKlements
      @MichaelKlements  Год назад

      I like the telephone cable idea. Maybe have a look at using an ESP32 dev board, at their price with built in WiFi and Bluetooth , they're hard to beat.
      Thanks for the feedback!

  • @digimaks
    @digimaks 6 месяцев назад

    Complex project.
    I wish there was a way to create camera movement, and then make the panner do that movement frame by frame by clicking through and it makes one step movement.

  • @andi030
    @andi030 3 года назад +2

    Real nice design! The only thing I can think of to add would be an energy chain. There are a few on thingiverse. Really liked the countdown feature!

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

      Thanks for the suggestion, I’ll have a look at some 3D printed options.

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

      @@MichaelKlements troguh an other video i found a other possible solution for improved control of the cable.
      The type of cable is called spiral or curly/ curled cable. The type of cable is used on wired phones.

  • @ravkhangurra7522
    @ravkhangurra7522 3 года назад +2

    Great Video as usual. Always look forward to your projects, keep up the good work!

  • @5V500mA
    @5V500mA 3 года назад

    A option to trigger the camera would be a great addition. For time-lapses with panning for example.

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      This would be great! Most camera have moved towards wifi or wireless triggers now which makes things a bit more complicated.

  • @crixi__
    @crixi__ 2 года назад +2

    you could put a laser on the rail which puts lines on the ground in 10 cm steps, so you can quickly gauge the distance from the rail to your object :D

  • @jupiterjs031
    @jupiterjs031 3 месяца назад

    Hi. A 12V voltage was connected to the PCB board. But More than 8.9V flows inside. Where does the DC Stepdown take place?

  • @user-rp8es3pe2p
    @user-rp8es3pe2p Год назад

    Amazing and halpfull job! Ceep going :)

  • @aspmos
    @aspmos 11 месяцев назад +1

    I would like to order the PCB, is this file ok? Shall I make the order?
    Maybe a better version available?

  • @HarryCpok
    @HarryCpok 3 года назад +1

    Nice video and tutorials..

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

    on point.. described neatly..thank uh

  • @classyman7
    @classyman7 2 года назад +1

    Amazing

  • @moritzlaszlo3115
    @moritzlaszlo3115 2 года назад

    Super impressiv!

  • @yahiaalhaj9432
    @yahiaalhaj9432 Год назад

    one thing it wasn't clear is that the belt connection with the camera? Could elaborate more here?

    • @MichaelKlements
      @MichaelKlements  Год назад

      The belt it just folded over onto itself and the 3D printed clamp holds it together.

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

    Great ! I created a very similar project - not as neatly assembled, but pretty much the same concept - minus the oled . Will have a demo up on my feed soon.

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

      That's great!

    • @pgtips4240
      @pgtips4240 2 года назад +1

      Hi, is your demo up yet? If so can you provide a link?

    • @DeonMitton
      @DeonMitton 2 года назад +1

      @@pgtips4240 I have some footage here : ruclips.net/video/sIBB4mbGVKk/видео.html
      Let me know what you think? Another clip contains close ups here : ruclips.net/video/gSKq9LnXvAc/видео.html

  • @gitgudchannel
    @gitgudchannel Год назад

    Can the V-Slot Gantry and Belt tensioner be 3d printed? Also, is there any chance you could share the EasyEDA file as well? I need to swap out the Arduino for a Nano.
    Btw, can't post anything on your blog, the WP spam protection doesn't like me at all, no idea why.

  • @abnerx.cruzrivera1772
    @abnerx.cruzrivera1772 2 года назад +1

    Can you make it loop the pan/rotation? Like, set it once for a interview shoot and it will loop Left & Right until I press the button? If so, how can I do it? Thanks for the insightful video, motivated me to get into arduino coding.

    • @MichaelKlements
      @MichaelKlements  2 года назад +1

      You would need to add an extra loop to the main function and reset the counters but it should be fairly easy to get it to just cycle back and forth

    • @mehulpraja
      @mehulpraja 2 года назад

      Anyone done coding with loop function ? Please share Needed Badly .

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

    Far out mate top effort! I just dropped a grand on a new slider (Shark Nano), and you're pushing for the same functionality. I don't know how they do it but you can physically move and point the camera to set point A and B, and then just set a time to get between the two distances. For me that was the big selling point as has made production so quick with sliding shots. But to see you're able to pull off the same "tracking" shots with $100 in 3D printer parts, very impressive and inspiring! Chuck some warp stabilizer on your shots and you'll have an even smoother pan too

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      Thank you! Yeah there are a few things I'd still like to try and improve, but I'm quite happy with how it turned out. I'm guessing your slider has some form of encoder on the motors, so it knows that actual position of the motors. This allows the controller to "sense" the position of the camera. That's a really neat feature, I'm sure it saves a lot of time.

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

      ​@@MichaelKlements Ah yeah encoders would make sense, It also has a laser on the sliding part to sense distance too so it won't ram into the end if it's on high speed, I hadn't seen anything else like it which is why I finally pulled the trigger and bought one.
      But love the D.I.Y. project, and I can see a great use for this in making custom super long slider setups by using that steel! excited to see what else you come up with in the future, great work 👍

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      Ah if it's got a laser on it then that's probably what it's using to measure the position of the camera.
      Yes you could make this setup as long as you need. Although anything over two meters and I'd start thinking about putting the pan motor onto the gantry as well and driving the wheels so that you don't need a 4m long belt and large tensioner.

  • @HromoffWoodwork
    @HromoffWoodwork 2 года назад

    Огромное спасибо!!! Очень крутой проект!!!

  • @ranchorace1
    @ranchorace1 5 месяцев назад

    Great tutorial!
    Anyone have luck powering this from USB C power bank?

  • @kiyashko86
    @kiyashko86 2 года назад

    One of the best solutions and almost perfect. One weak thing is ball-head directly connected to motor - it's weak and doesn't smooth part/movement. You need to add "reduction gear" with using belts. It will make it smoother and more powerful, there is no need in speed, but smooth and torque are important. Is there any simple way to add ratio for one motor to the code? (I'm too far from programing).

    • @MichaelKlements
      @MichaelKlements  2 года назад +1

      The easiest would be to just adjust the number of rotation steps according to your new gear ratio.

    • @OnceinaSixSide
      @OnceinaSixSide 2 года назад

      @@MichaelKlements Hi Michael, I'm currently building this slider and am exploring making such a gear reduction and belt solution for the pan motor. If I were to for example use a 2:1 gear ratio, what needs to be changed in the code? I can't find anything in there pertaining to steps, the closest thing I could see is float pulsesPerDeg = 4.4444. If I'm using 2:1 is it as simple as doubling that variable to 8.8888?

  • @epatal6038
    @epatal6038 3 года назад +2

    I already know this is gonna be good.
    Edit: What language did you program it in?

  • @wild_blind
    @wild_blind 2 года назад

    Love your proyect!! didn't know the existence of those metal parts :)) is there any chance to ask a new design if i have a ball head with 1/4", mine does not have the 2 screws as your ball head :) and many people will not have the same ball head :) thx for sharing your project :)

  • @pgtips4240
    @pgtips4240 2 года назад +1

    This is brilliant mate. I am strongly considering doing this myself, I am a retired web developer but never done anything with electronics so it going to be a learning curve. The most intimidating part for me because I've never used breadboard and arduino will be setting this up and testing it, then I need to learn how to do the pcb design. Your video has basically demonstrated everything I want to do. Not sure if I can do it all with arduino with the LCD menu etc or whether if this would be easier in rasberry pi?

    • @MichaelKlements
      @MichaelKlements  2 года назад +1

      Definitely give it a go, you'll learn a lot and enjoy the process. The PCB file is linked on my blog post if you want to just use that one, then you don't need to do any PCB design.
      I find that these sort of projects are better suited to run on an Arduino as you can then power them on and off at will without shutdowns and boot up times and you don't have to worry about corrupting the SD card. They're also more power efficient.

    • @pgtips4240
      @pgtips4240 2 года назад

      @@MichaelKlements Thank you so much, this is so helpful.

  • @benjaminberdeaux1266
    @benjaminberdeaux1266 3 года назад +1

    Hello Michael, your project is really great, that's exactly what I need. Do you sell the already manufactured PCB? I will be interested to buy it from you because I am not very good in electronics and that would make the assembly of the project a lot easier. Thank you for your answer.

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      I can look at putting a kit together for the electronics. It probably wouldn't be fully soldered, but this is relatively easy to do yourself as you're not soldering any small or delicate components, mostly header pins.

    • @Cias_artist
      @Cias_artist 3 года назад +2

      I'd also be very interested in buying this kit and willing to solder my self with some guidance.

  • @Lanternamagika
    @Lanternamagika 3 года назад +1

    Fantastic project indeed !!! Thanks for sharing! Now a question: would it be very complicated to add a 2nd motor controlling camera tilt just as the first one is controlling camera pan ? (3rd motor is driving the belt, not taken into account)

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      Not at all, you could quite easily add another motor to the system. You'd just need to add another driver with its two inputs connected to the Arduino. I don't have much use for a camera tilt axis, so chose not to add it.

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

    Wow. Really impressive. Don't have a neat piece of A/V kit? Maker Michael to the rescue! He'll show you how to make one for yourself. Thanks for the awesome video. I can't wait to see what you decide to shoot with your new rig! P.S. Funny how the programming can sometime be harder than the hardware.

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      Thanks Deech. It's just one of those things I guess, the simpler you try make the hardware, the more complicated the software becomes. Software is easier to tweak and change though, so I'd still go this route if I had to do it over.

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

      @@MichaelKlements Thanks for the reply. Best wishes on your next project.

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

    the best design ever see !
    Great Project to learn how to biuld and code in ones !

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

    I would love to be able to controll a slider with my Xbox controller. Would be great for filming band gigs for example.
    Oh and a timelapse mode with camera controls, but I dont know it that is possible at all

  • @markusmeeder
    @markusmeeder 2 года назад

    This is a fantastic build, but could you film a sample of how loud the whole thing gets, when in action? Is it suitable for interviews?

    • @MichaelKlements
      @MichaelKlements  2 года назад +1

      It's completely silent, the TMC drivers running at low speed are inaudible. I've made another video on the sound level of TMC drivers - ruclips.net/video/Lx40lJkk9NQ/видео.html

    • @markusmeeder
      @markusmeeder 2 года назад +1

      @@MichaelKlements OK, thanks for your quick response! I guess I'll be going shopping tomorrow!

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

    Very cool, Michael. I might have to take a peek at your code and see if I can get any ideas for the one I'm building so I can ditch GRBL, haha. :)

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

      Thanks John! Please do, I'm sure there are quite a few things that can be improved in my code as well.

  • @The22v10
    @The22v10 18 дней назад

    Wonder if you got the object tracking with TfL ? I'm thinking of taking a crack at it.
    🤓✌

  • @solidusseal
    @solidusseal 2 месяца назад

    I just realized that the arduino pro mini has no way of being programmed out of itself . so you need additional components ( showed here ruclips.net/video/78HCgaYsA70/видео.html )
    I just go with the arduino NANO . it seens to have the smae pins but with standard programming port (USB)

  • @SSam1-_
    @SSam1-_ 2 года назад

    Can we create it without the programming & arduino stuff???

    • @MichaelKlements
      @MichaelKlements  2 года назад +1

      You need something to control the movement, so if you can find a plug-and-play stepper motor controller then you could use that.

  • @thiphamduy6813
    @thiphamduy6813 3 года назад +1

    Hi Michael Klements, I’m so excited about your project, it’s awesome, one thing I want to ask is can I extend the slider from 700mm to 1m? and then how the code will change. And another question is how is the wiring diagram if I want to add a limit switch.

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

      Yes you can, you just need to change the maxTravDist parameter to allow the gantry to travel further. Limit switches should be wired to any of the free digital IO pins the same way a switch or pushbutton would be.

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

      @@MichaelKlements Please let me ask a little more, if I want to use A4988 instead of TMC2208 what will the code have to change?

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

      Nothing in the code, but you'd need to bridge the sleep & reset pins on the A4988. This also probably won't work well with the A4988 drivers as the steps are too course, you'll land up with very jittery footage and a lot of background noise.

  • @aureliopuertamartin3631
    @aureliopuertamartin3631 2 года назад

    Amazing project! Would this be compatible with an Arduino ESP32 board? I'm interested in making the project for ligthfield photography which needs pictures taken every x cm, so I would need to modify the code so the belt stops each cm and sends a bluetooth signal to activate the shutter

    • @MichaelKlements
      @MichaelKlements  2 года назад

      Thanks Aurelio. Yes the circuit and hardware are all compatible with an ESP32, you just wouldn't be able to use the PCB design as the footprint is obviously a bit different.

  • @jlomein4634
    @jlomein4634 2 года назад

    genius

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

    Great one! Is there a setting or option to choose continous motion with panning, infinite motion?

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

      Do you mean like panning back and forth continually?

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

      @@MichaelKlements yes, back and forth with continuous movement (auto loop), like the one which comes on GVM motorised slider?

  • @etniknrecaj6187
    @etniknrecaj6187 2 года назад

    Hello Michael, great work, I am mindblower of the work you have done.
    I wanted to ask how long is the slider and can I modify the size and if possible how can I do it ?
    Do I need other parts to do it or am I fine with these parts for a 1.5m slider ?

    • @MichaelKlements
      @MichaelKlements  2 года назад

      Yes you can extend it if you'd like, but only to around 750mm and then you'll start getting overflow issues on the number of pulses unless you extensively modify the code. If under 750mm then you just need to change the slider length variable.
      The parts all stay the same.

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

    Hello Michael,
    cool project - thank you for publishing.
    One little question: how do you fix the adapter to the ball-point-adapter (1:30).
    The adapter has two holes for M4 but not the ball-point?
    With regards from germany
    Harry

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

      Hi Harry,
      The 3D printed adaptor has recessed holes for the screws and these screw into the threaded holes on the bottom of the ball joint.

    • @harry60
      @harry60 3 года назад +1

      Thank you for your response. As i suspected: there are no srew-holes in my ball-point, only one large with an adapter-srew in the the center. Obviously I ordered a different/wrong modell. That's bad luck.
      Harry

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

    Engines sound a lot to record with the microphone close? for example to stream

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      It depends on the speed you're running them at. When they're turning slowly (less than around 15-20 RPM) they are basically silent, they make a slight hum when running faster. It depends on how sensitive your microphone is as well. I recently made a video comparing the sound level between the TMC2208 and A4988 drivers which you can listen to.

  • @RailyardProductions
    @RailyardProductions 6 месяцев назад

    Hi Michael, cool project. Where are the 3d files?

  • @TonyBabarino
    @TonyBabarino Год назад

    Can this all be done without a 3D printer?

    • @MichaelKlements
      @MichaelKlements  Год назад

      You’d need some other way to make up the legs, motor housing and PCB case but sure, they don’t have to be 3D printed

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

    Hey ! I need to build a bunch of sliders, and am currently researching what has been done already. You design is pretty much what i had in mind, but there's something i saw in almost every design on youtube, that i don't quite understand. But I guess there is a hidden reason to it :
    I was wondering why the rotation motor was below the ball joint. Let's imagine a 45° slope for the slider, i would prefer my slider to stay on the level instead of rotating parralel to plane of the slope.
    Mounting the motor platform on the ball joint and then mounting the camera would solve this issue

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

      Hey Warths,
      It depends on what you're intending to do with your slider. For most people the rotation axis would be used primarily to keep the camera pointed towards something while panning - such as tilting the camera down to face something on a table or desk. For your application it would make more sense to have the motor above the ball joint.

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

    I've been searching for an easy to build automatic adjustable height portrait photo machine. So it's possible to make it automatically adjust the camera height to the person's height. What do you think is the best approach?

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

      You could mount this at 90 degrees on a tripod, that'll give you the height adjustability. To make it automatic you'd need something to "sense" the persons height. You could probably do this with an ultrasonic sensor on the roof above the area where a person is standing but they're need to reliably stand in the same spot each time. If this is not then case then you'd probably be better off using a camera on something like a Raspberry Pi and an image recognition package like Tensorflow to "intelligently" adjust the camera height.

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

      @@MichaelKlements sounds like another fun challenge to tackle! 😁

  • @ernielazdins1348
    @ernielazdins1348 2 года назад

    Hi Michael
    After a lot of distractions I have tried to assemble the slider.
    Unfortunately I can't get the stepper motor to fit in the case for the rotate function.
    The pin socket sticks out to far.
    I have several spare stepper motors . None of which will fit.
    Did I miss something in your original video and instructions.
    All the printed parts printed very well in PLA on my Ender 3 Pro
    Your advice on this dilemma would be appreciated.
    Regards Ernie

    • @MichaelKlements
      @MichaelKlements  2 года назад

      Hi Ernie,
      Is there no way you can trim a bit off the top of the connector with a craft knife? How far is it sticking out beyond the edge of the case? You also might be able to push it in if it is at an angle (not square to the case).
      As a last resort you could try widening the model a bit before printing it out.

    • @ernielazdins1348
      @ernielazdins1348 2 года назад +1

      @@MichaelKlements Hi Michael
      Thanks for the information.
      I put the model for the case into TINKERCAD and lengthened the hole to about 6mm from the top edge and widened it bit 1.5mm and reprinted it.
      The bigger rectangular slot doesn't look out of place because the stepper motor is painted black.
      Thanks again for your help.

  • @antoninomanfre1387
    @antoninomanfre1387 3 года назад +1

    Ciao Michael, desideravo sapere se cambio questo valore da 550 a 1000
    #define maxTravDist 1000
    Perchè quando seleziono per esempio dal menù Pan e setto la distanza 1000 la direzione avanti o indietro e la durata lascio 120s mi esce la scritta troppo veloce tradotta io in italiano e quando lascio
    #define maxTravDist 550
    e faccio la stessa configurazione, se voglio far uscire la scritta troppo veloce, devo scendere la durata a 10s se aumento non scrive niente.

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

      Hi Antonino,
      There seems to be a variable overflow issue when you exceed around 700mm. The counters and variables associated with the maximum number of pulses "overflow" and this starts causing logic issues.

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

      @@MichaelKlements
      Grazie per la risposta celere, sto usando un profilo a vslot 2040 lungo 1000 mm, come posso ovviare a questo problema, hai una soluzione?

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

    Hi This is a great project I will build for my Ender 3 Pro.
    Sorry I am new to this stuff and at my age a real challenge to get my head around.
    I have ordered 99% of the parts Just a stupid question. What are the dimensions of the PCB.
    I have created an account with PCBWAY and in the quote section they require the dimensions Length and Width.
    I have viewed the Gerber files in the viewer but can't find the dimensions any where.
    Please advise where I can find these dimensions. Have I missed something in the details.
    Regards Ernie the old newbie from Australia

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

      Thanks Ernie,
      If you use the Quick Quote tool (option at the top) then it should ask you to upload the gerber files and it will read them in automatically. It sounds like you're still using the manual quote tool that requires you to input all of the information.
      Let me know if this helps!

  • @OnceinaSixSide
    @OnceinaSixSide 2 года назад

    This looks great and I think I can source all the parts! Quick question regarding PCBway, the ordering process is super confusing - do I just leave everything in the quote form at its default values or do I have to change anything?

    • @kodyhenry7
      @kodyhenry7 2 года назад

      Same question

    • @OnceinaSixSide
      @OnceinaSixSide 2 года назад

      @@kodyhenry7 So I figured out after speaking to a rep at PCBway. You gotta register an account, then go back to the form and leave everything default but enter in the approximate dimensions + the quantity you want - then you submit it, and it will ask you upload to gerber files - then they manually review it and update anything that needs to be changed (ie the dimensions) so getting the form right doesn't really matter.

    • @MichaelKlements
      @MichaelKlements  2 года назад +1

      Don't use the manual quoting too, PCBWay have a quick quote tool that asks you to upload your Gerber files and this populates all of the fields with data from the fields or good defaults, you can just order them straight from this form without any "technical" input.

    • @kodyhenry7
      @kodyhenry7 2 года назад

      @@MichaelKlements thanks! Ordered them and they came today! I'm going to try to do an 8-ft set up instead of a 4ft. I'll let you know how it goes.

    • @kodyhenry7
      @kodyhenry7 2 года назад +1

      @@OnceinaSixSide Thanks! That was way easier than trying to create an order. Already landed on my doorstep!

  • @ApplySkills
    @ApplySkills 3 года назад +1

    2:43 hi, how did you manage to get the linear rail models into fusion 360?

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      They're just imported using the McMaster Carr catalogue import tool

  • @Shakerthreehundo
    @Shakerthreehundo Год назад

    Hey Michael I have an idea for a project that you might be able to help with. I'd love to get in contact with you to talk about it

    • @MichaelKlements
      @MichaelKlements  Год назад

      Hey Erock, send me a mail through my blog or address under the about section

  • @n_l_o
    @n_l_o 2 года назад

    DIY 😆 yeah for engineers

  • @A1_invitation
    @A1_invitation 2 года назад

    Power source voltage ?

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

    hello, Michael. I made a slider according to your scheme, but I ran into a problem - my slider is longer, I wanted to change the length in the firmware, but if I change the length, when setting the movement, time, etc. at the bottom of the screen the inscription "to fast" appears, and the slider (carriage) does not move, but immediately the inscription "complete" appears. what am I doing wrong?

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

      I've replied to your comment on the blog post. You need to change both the length and the time parameters and then make sure that what you're inputting as your travel time does not exceed the minimum interval between pulses which is set in the code.
      The code checks that you're not asking the motor to turn faster than a certain set point before each movement. If you just increase the length then you're increasing the speed porportionally.

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

      @@MichaelKlements hi Michael. I wrote in the firmware: maxTravDist 800, maxDur 3600, minDur 20. When selecting the time, it writes "Too fast" - for any time interval. Help me fix the firmware - I don't understand anything about programming.

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

    cool now u can add nrf2401 remote controller for v2 or upgrade :)

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

    Do you think this could support a heavier camera like the Canon C200?

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      It would probably manage DSLRs with a small lens, but I think the C200 is too heavy for it.

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

      @@MichaelKlements what modifications would be necessary for it to support a camera as heavy as the C200?

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      @@nmweissm you'd need bigger stepper motors and then drivers which can supply more current to them. The rest of the components would be fine.

  • @solidusseal
    @solidusseal 2 месяца назад

    Whats software did you use to create the PCB ?

    • @MichaelKlements
      @MichaelKlements  2 месяца назад +1

      I used Easy EDA - its an online tool

    • @solidusseal
      @solidusseal 2 месяца назад

      @@MichaelKlements :) tnx

  • @1Lemurensohn
    @1Lemurensohn 3 года назад

    Is it possible to operate with a 5v voltage? I would like to work with a power bank, otherwise I will take a battery pack

    • @1Lemurensohn
      @1Lemurensohn 3 года назад +1

      And what function do the capacitors have? Only as a filter?

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      The TMC2208 drivers are rated for 5.5v to 36V, so you would probably be able to power it using a 5v USB supply. The current draw might be an issue though as power banks usually only supply 1A, which is probably too little for two stepper motors.
      The capacitors just cover for short peak demands on the supply and protect the other components from voltage drops and/or noise generated by the driver.

    • @1Lemurensohn
      @1Lemurensohn 3 года назад +1

      Thank you for the answer. In Germany, most power banks, at least those of good quality, have a 2.1A output. As soon as all the parts for the slider are there, I will measure the current consumption, if it is not possible with a commercial power bank, I will build one myself.

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

    Sir can you add a wifi module to it to connect to it and give it instructions wirelessly!

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      Yes this should be quite easy to do. I tend to avoid using WiFi on these types of projects as I find the reliability of the WiFi connection is just another frustration to work around when you're trying to get things set up quickly.

    • @abdulmuhaimin5274
      @abdulmuhaimin5274 2 года назад

      Use Bluetooth instead

  • @samerhamida2357
    @samerhamida2357 2 года назад +1

    Am thinking of making one for a phone and with a bit longer rail and fast speed as fast as 4m/s am i dreaming to much ? 😂

    • @MichaelKlements
      @MichaelKlements  2 года назад

      That's probably a bit optimistic for this type of arrangement

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

    Great job. Where i can find the pcb diagram?

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

      Through the blog post linked in the video description

    • @erikamayer637
      @erikamayer637 3 года назад +1

      @@MichaelKlements thanks... Keep it up...

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

    Ciao
    Mi piace il tuo progetto ho visto che hai inserito i file
    geber, come faccio a ordinare questo pcb da PCB Way, che misure ha il pcb, hai un numero di ordine o come si chiama il pcb

    • @MichaelKlements
      @MichaelKlements  3 года назад +1

      Hi Antonino,
      You can use this form to order PCBs from them, you just upload the gerber zip file and then use the default selections. you can change the pcb and silkscreen colour if you'd like.
      www.pcbway.com/QuickOrderOnline.aspx

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

      @@MichaelKlements
      Grazie

  • @rjkkumar2808
    @rjkkumar2808 2 года назад

    Can I use Arduino UNO.

    • @MichaelKlements
      @MichaelKlements  2 года назад

      Yes you can use an Uno - most Arduino boards will have enough IO for this project.

  • @phattso1659
    @phattso1659 Год назад

    Do you have a parts list or supplier list?

    • @MichaelKlements
      @MichaelKlements  Год назад

      There is a parts list in my blog post linked in the video description

    • @phattso1659
      @phattso1659 Год назад

      @@MichaelKlements Thanks, I watched it on a mobile, not the best for detail.

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

    What was the total end cost of this project?

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

      Depending on which components you may already have or are able to salvage (stepper motors, 3D printer filament etc.) it should cost between $60-$80 to build. If you've got access to an old 3D printer then this will likely have the belt, tensioner, extrusion, motors and potentially even a gantry.

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

    Hi , really inspirational work. Getting close to get everything working .I ordered all the slider gear via ratrig.com as part of their DIY kit.
    The only thing I'm missing is the connector of the ball head for the second motor ; I'll ask a friend to 3d print that for me :)
    I understand there is 1 screw connecting the connector to the shaft of the motor (1 screw).
    What I don't understand are the two other screws that go into the ballhead connector. Does the ballhead have 2 screw taps where this fit in? I've watched the video 10 times now trying to find a clue , yet fail to see how those two screw will actually lock the ballmount in place. Thanks for helping me out !

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

      That sounds great, good luck with your build!
      Yes, there is one screw which holds the 3D printed adaptor onto the motor shaft.
      The other two screws screw into two threaded holes on the bottom of the ball joint base. These just hold the ball joint onto the 3D printed adaptor. The actual locking of the ball is done through the thumb screw on the side.

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

      @@MichaelKlements got it - I google it and then saw certain ballheads have these holes in them for easy mounting - learned a new thing!