Smart Ramps - Servo

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 มิ.ย. 2024
  • This video explains how to setup a servo.
    Required Hardware:
    Arduino Due
    Smart RAMPS
    USB serial cable
    servo
    Required Software:
    Arduino studios 1.8.7 or higher
    www.arduino.cc/
    MarlinFW (Firmware 2.0.x Experimental)
    marlinfw.org/meta/download/
    Pronterface
    www.pronterface.com/

ความคิดเห็น • 42

  • @kelna2
    @kelna2 3 ปีที่แล้ว +1

    This is just what I needed to get started with a servo controlled robot arm. Thanks!

  • @nathaniel7778
    @nathaniel7778 2 ปีที่แล้ว +1

    This what's very helpful man I want to make a robot arm using gcode now I can controll all axis with this setup and that makes controlling the arm way easier then using normal Arduino code

  • @ailtonsilveirarosa23
    @ailtonsilveirarosa23 5 หลายเดือนก่อน

    Hello good afternoon, great work, I was analyzing your work and I thought, would it be possible with this servo and the marlin to make a pem plotter, use the servo to raise the pen and lower it, as if it were a Z axis, thank you very much.

  • @luiseduardojatarmontano1983
    @luiseduardojatarmontano1983 3 ปีที่แล้ว

    Hello nice video and well explained, can you please name some applications in the 3d printer universe with a servo?

    • @EdwardBraiman
      @EdwardBraiman  3 ปีที่แล้ว +1

      Z sensor deployment, tool change, and maybe someday bed leveling.

    • @luiseduardojatarmontano1983
      @luiseduardojatarmontano1983 3 ปีที่แล้ว +1

      @@EdwardBraiman Nice, thanks a lot, good job my friend! I will try it

    • @EdwardBraiman
      @EdwardBraiman  3 ปีที่แล้ว

      You're welcome.

  • @ZouheirIbnabdeljalil
    @ZouheirIbnabdeljalil 5 ปีที่แล้ว

    Hello man, please i need you help.
    i use ramps/marlin, i dont want use D53 and D49 for my External SDCARD ADAPTER, i want USE D44 and D66 pins, where i can change pins in marlin please ?
    i guess that ill change them in pin_ramps.h but there is much lines wich the correct line should i change please
    thank you

  • @tiloup501
    @tiloup501 5 ปีที่แล้ว

    Hi MR Edward. I have a question for you. I have an ender 3, you know when you advance the filament by LCD ex. (Prepar, move axes- Extruder - 10mm) After heating the nozzle to 200C, the engine to extrude moves but really slowly , Question: how does one increase this speed, either in the frimwar or other?
    Thank you Jean.
    And Tanks for yours good Video !!

    • @EdwardBraiman
      @EdwardBraiman  5 ปีที่แล้ว +1

      The advancement is based on a computer value of your motor type and extruder type. I have a RAMPS 1.4 playlist video that explains really well. Keep in mind what we would like for speed is not always what we want. I have gone through serveral extruders before I learned the correct process.

    • @EdwardBraiman
      @EdwardBraiman  5 ปีที่แล้ว

      And stepper driver and filament type ate also factors.

    • @sambarnes1226
      @sambarnes1226 5 ปีที่แล้ว +1

      An easy fix would be to change the velocity settings in Marlin (through your LCD, changing the default Marlin values, or using Pronterface using a certain command that I don't remember). You said you have an Ender 3, so they come with a graphical lcd. What you'll need to do, is go to the main info screen, then press your lcd knob to enter the main menu. Scroll down to "Control" and click your lcd knob. Scroll down to "Motion" and click your lcd knob. Scroll down to what either says "feedrate" or "velocity". Then scroll down to "Vmax E" and click that. Then rotate your knob to adjust the value. I'm not sure if it runs in either mm/sec or mm/min. Source: marlinfw.org/docs/features/lcd_menu.html
      Note: I don't have the full graphic display controller like the creality printers. I have the text only model, because I have a BlTouch, and another servo so I don't want to overload the Arduino voltage regulator for my ramps board. I'm currently working on using an external power source for the servos though, so I might then upgrade to a full graphic when I do.

  • @jaikishan0218
    @jaikishan0218 4 ปีที่แล้ว +1

    Can I do the same with ramps 1.4 shield

  • @octavianbanu5094
    @octavianbanu5094 4 ปีที่แล้ว

    Hello! Great tutorials, needless to say! My issue is that i have downloaded marlin-bugfix 2.0.x and i could not find any "smart" in the boards.h, can you share a link, please? Actually, my issue is that i cannot move my servo through pronterface using mega2560 and ramps1.4; i get the message "echo: unknown" when i try those commends in pronterface.
    Thank you!
    Octav

    • @octavianbanu5094
      @octavianbanu5094 4 ปีที่แล้ว

      Hi, I found your other tutorial about servo+endstop, i haven't "uncommented" the the line in config.h. i will try it today.
      Thank you!
      Octav

  • @sipanhazim4128
    @sipanhazim4128 5 ปีที่แล้ว

    Can you make video how to replace MOSFET that connected to bed in RAMPS 1.4 and how to connect SSR to board ?

  • @bharathgowdal7986
    @bharathgowdal7986 3 ปีที่แล้ว

    Hii , great videos
    I Did the same with mega and ramps 1.4
    And connected with pronterface the command worked once , but after that error occurred as "printer disconnected? Can't write to printer ......" And then printer disconnected. After i connected again and same thing happened again.
    thank you.

    • @EdwardBraiman
      @EdwardBraiman  3 ปีที่แล้ว +1

      Are you connected to device serials port by another program?

  • @bern644
    @bern644 ปีที่แล้ว

    Good afternoon sir, I tried the tutorial but I put a 12v source to the ramps, when I sent the m280 code the servo moved but the arduino mega started to smoke and finally burned, how could I solve this problem?

  • @ailtonsilveirarosa23
    @ailtonsilveirarosa23 5 หลายเดือนก่อน

    Is there a website that talks about what I asked, thank you

    • @EdwardBraiman
      @EdwardBraiman  5 หลายเดือนก่อน

      In Description is Discord link.

  • @Eduard90_
    @Eduard90_ 3 ปีที่แล้ว

    Hello Edward Braiman,
    i instal a servo by a RADDS 1.5 and the servo is just moving in one direction. I try the command M280 P0 S0 to be in my old position but the servo is not moving. Do you have an advice for me ?

    • @EdwardBraiman
      @EdwardBraiman  3 ปีที่แล้ว

      What type of servo? Does it move 180 or 360 degrees?

    • @Eduard90_
      @Eduard90_ 3 ปีที่แล้ว

      @@EdwardBraiman It is a digital Servo ( Savöx SC-0251MG Digital-Servo) and moves just 60 degrees.

    • @EdwardBraiman
      @EdwardBraiman  3 ปีที่แล้ว

      It might be only for analog servo.

  • @hobbyrob313
    @hobbyrob313 5 ปีที่แล้ว

    Hallo meneer Edward Braiman,
    zou u zo vriendelijk willen zijn om te vertellen hoe je de beste Marlin voor de Ramps 1.4 kunt laden.
    also from where to download the Marlin?
    die geschikt is voor een zelfbouw Prusa met Z assen M5 (deze werkte bij mij prima)
    tot ik een nieuwe extruder Arduino Mega met Ramps 1.4 verwisselde.
    nu wil de extruder niet meer goed draaien maar weet niet waarom?
    kan ook niet vinden waarom?
    vriendelijke groeten uit Nederland!
    Rob.

    • @EdwardBraiman
      @EdwardBraiman  5 ปีที่แล้ว

      Check out my RAMPS 1.4 tutorial it's also in dutch. If you Google Marlin firmware you'll find the download. Also it may have a link in the description.

    • @sambarnes1226
      @sambarnes1226 5 ปีที่แล้ว +2

      Marlin firmware is found at marlinfw.org

  • @carlosmartell9893
    @carlosmartell9893 3 ปีที่แล้ว

    The way to conect a servo in the Ramps 1.6 is the same?

    • @EdwardBraiman
      @EdwardBraiman  3 ปีที่แล้ว +1

      Yes in that row of pins.

    • @carlosmartell9893
      @carlosmartell9893 3 ปีที่แล้ว

      Thanks, nice video

    • @carlosmartell9893
      @carlosmartell9893 3 ปีที่แล้ว

      Excuse me, When I am traying to use the Ramps 1.6 I have 2 errors.
      When I put the jumper between the 5 volts and vcc the arduino disconnect from the PC and when I try to upload the marlin gives me an error
      I am new using the Ramps
      Do you have any idea about those problems?

    • @EdwardBraiman
      @EdwardBraiman  3 ปีที่แล้ว

      Sounds like something is connected incorrectly. Try only connecting 5v and vcc without anything else connected to boards.

    • @EdwardBraiman
      @EdwardBraiman  3 ปีที่แล้ว

      You're welcome.

  • @ZouheirIbnabdeljalil
    @ZouheirIbnabdeljalil 5 ปีที่แล้ว

    do you know the pins number of this adapter please: i.imgur.com/4s14L75.jpg