RPM Sensor for CNC

Поділитися
Вставка
  • Опубліковано 22 сер 2024
  • In this video, I'll sow you how I added an RPM sensor to a manually controlled CNC spindle. You can also use this on auto controlled spindles as a visual double check.
    Arduino Code: github.com/ski...

КОМЕНТАРІ • 26

  • @gixxer61108
    @gixxer61108 2 роки тому

    I was scouring Amazon for this just the other day wondering where you got it! Lol I'll have to pull an Arduino out of my spare parts box and make one thanks for posting this!

  • @andysworkbench
    @andysworkbench 2 роки тому

    this is actually a very good idea thanks for explaining so well

  • @wm973
    @wm973 2 роки тому

    Nicely done.
    Could you show your Speed controller setup.
    Thank you for putting this video up.

  • @digiboudy71
    @digiboudy71 2 роки тому +1

    i think your designs are really awesome! can you share links or files (fusion) of the wooden replacements you've made?

  • @gunzi2269
    @gunzi2269 Рік тому

    Great video, thank you for your work! Question: Does the length of the black painted rectangle count? Has it to be the half of the scope?

    • @Wallworkshop
      @Wallworkshop  Рік тому

      Not really, as long as it's once per rotation and is big enough for the sensor to pick up

  • @56Moto
    @56Moto Рік тому

    Have you made any new updates to the cnc machine? Maybe an update video in the future? ✌️

    • @Wallworkshop
      @Wallworkshop  Рік тому +1

      I have just modified it to be 600mm x 300mm. Video is coming soon

    • @56Moto
      @56Moto Рік тому

      @@Wallworkshop Nice upgrade Matt. I'm also in the process of upgrading my 3018. This will now be 3055 and everything from aluminum beams. I look forward to your video.

  • @mattivirta
    @mattivirta Рік тому

    working same code whitout modification whit nano board, i have arduino nano, newer not has buy anywere arduino pro micro.

  • @poolet2108
    @poolet2108 Рік тому

    Hello,
    This is nice job and I'm just starting the integration on my machine.
    I'm trying to recreate all design for sensors ans so on and I would like to know what is max distance between sensor and fan,
    Did you have a link if you already shared the design on Thingdiverse
    Thank you for you job.

  • @lake1140
    @lake1140 7 місяців тому

    Hello Matt, can you please tell me what are the lowest RPM at which this motor can run?

    • @Wallworkshop
      @Wallworkshop  7 місяців тому +1

      It can run as low as 700rpm but I wouldn't want to cut at that rpm as it's a DC motor so the torque will be terrible

  • @jamesmcphillips3961
    @jamesmcphillips3961 2 роки тому

    Might I ask how to add the extra arduino code? Does it go into the Grbl code? Also, have you thought about controlling the spindle speed with the likes of Candle via the board and psu? I believe you'd need to add a PWM but I have no idea on how to do it.

    • @Wallworkshop
      @Wallworkshop  2 роки тому

      Hi, the Arduino code is loaded directly into the arduino as it is completely standalone from the main control board. I did look at controlling the spindle via the main board but i like the ability to adjust the speed very quickly to get the optimal cut etc. However I might get the main board to start and stop the spindle which is slightly easier to implement.

  • @Sophie333C
    @Sophie333C 5 місяців тому

    Hi, does anybody know the maximum frequency the sensor can operate at? Cheers in advance!

    • @Wallworkshop
      @Wallworkshop  5 місяців тому

      What do you men by frequency? Maximum RPM it could detect?

    • @Sophie333C
      @Sophie333C 5 місяців тому

      @@Wallworkshop the maximum RPM will do, I just going to do it in a more accurate way, you can use the timer of the nano to get the frequency, from the frequency you can determined the RPM……yes so knowing the maximum RPM the sensor can sense would be helpful!

    • @Wallworkshop
      @Wallworkshop  5 місяців тому

      20000 rpm is only 330 pulses per second so I'd say it could read alot faster than 40000 rpm

    • @Sophie333C
      @Sophie333C 5 місяців тому

      @@Wallworkshop cheers

  • @mitchmoe6224
    @mitchmoe6224 Рік тому

    Can any Arduino work with this design or just a pro micro

    • @Wallworkshop
      @Wallworkshop  Рік тому +1

      Any should be fine, i only used the pro micro as I had one to hand

  • @damjansrica7763
    @damjansrica7763 2 роки тому

    Wery nice project, where can I get code for arduino?

    • @Wallworkshop
      @Wallworkshop  2 роки тому

      Just looking at where to upload it so I can link it. Won't be long

    • @Wallworkshop
      @Wallworkshop  2 роки тому

      Code link is now in the description

    • @damjansrica7763
      @damjansrica7763 2 роки тому

      @@Wallworkshop Thanks for code, I was a little bite confused about interupt pin (7), using i2c for display.