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

How to make Mini Home made CNC Machine Arduino+28BYJ-48 Stepper motor

Поделиться
HTML-код
  • Опубликовано: 23 авг 2017
  • Watch the complete video to know,
    How to make Mini Home made CNC Machine Arduino+28BYJ-48 Stepper motor
    Visit for complete details :-
    electricdiylab....
    Link to download arduino code :-
    www.mediafire....
    Link to download GCTRL :-
    www.mediafire.c...
    Sample G-code :-
    cdn.instructab...
    Material List :-
    28BYJ-48 Stepper motor :- amzn.to/2wCPqI0
    Arduino UNO :- amzn.to/2wsvIhB
    L2938 Motor shield :- amzn.to/2vaModz
    GT2 Timing belt 2meter :- amzn.to/2vbmLJE
    GT2 Pulley 2nos. :- amzn.to/2vbmLJE
    Idler Pulley 2nos :- amzn.to/2wCuykd
    28BJY-48 Stepper motor :- amzn.to/2wCPqI0
    Arduino UNO :- amzn.to/2wsvIhB
    L2938 Motor shield :- amzn.to/2vaModz
    GT2 Timing belt 2meter :- amzn.to/2vbmLJE
    GT2 Pulley 2nos. :- amzn.to/2vbmLJE
    Idler Pulley 2nos :- amzn.to/2wCuykd
    Bike spoke for Guide Rails approx. 3mm dia.
    DVD drive slider for platform of X-axis & Y-axis
    Some Acrylic Hollow tubes
    Some Acrylic Sheet pieces
    Slotted channel approx. 1mtr
    Nut bolts as required
    Watch this to see how to basic connection of 28BJY-48 stepper motor with shield
    • 28BYJ-48 Stepper Motor...
    Watch this to see how to add G-code extension in Inkscape
    • How to add G-Code exte...
    Watch this to see how to make G-code
    • How to make G-CODE fil...
    Watch this how to add adafruit library in Aruino IDE
    • How to add Library in ...
    visit for more
    electricdiylab....
    FB page :- / innovativemr
    My Gears :-
    Camera :- amzn.to/2FO4W5E
    Video Light :- amzn.to/2FNKzFL
    Mic :- amzn.to/2HYqBZC
    Soldering Kit :- amzn.to/2FgNd8Z
    Screw driver set :- amzn.to/2FkhHHm
    Rotary tool :- amzn.to/2FM3Lnh 👨🏼‍💻 Our paid services:-
    we will help you to build your arduino based projects if your are struggling with code, programming, hardware, software etc. we will
    help you please visit below link for details.
    www.fiverr.com....
    or
    contact us on Electricdiylab@gmail.com This video is made for entertainment purposes only. Please use judgment, care, and precaution if you plan to replicate. WhatsApp for custom projects +91 7600079068

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

  • @noweare1
    @noweare1 4 месяца назад

    I bet you could make a plotter with two popsicle sticks and some dental floss. That is the best way to mount those motors. The plastic ties work great. Thumbs up.

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

    That's a pretty good build. He needs to discover electrical tape as a binding wrap, say for the belts. Electrical tape is the most underrated construction material.

    • @noweare1
      @noweare1 4 месяца назад

      Nope, the plastic ties work great.

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

    Description and list of items are also very helpful

  • @simonrueckert5939
    @simonrueckert5939 7 лет назад +1

    Hello, i have a problem, i hope You can help me, i have built an CNC with The 28byj48 motors.
    I have downloaded an gcode from The Internet and the CNC Works, but when i try to use my own Made g code (i have made it as You have shown in your Video) than only one Motor Works and The z axis sometimes, whats Wrong? I Hope You can help me😓
    PS: i Hope You know what i mean, i am German and Not very good in Englisch😅

  • @kleinenboese395
    @kleinenboese395 6 лет назад +4

    I start making such a small machine and have a question: rather than using a piece of code in Java to send the GCode to the Arduino, maybe it would be easier to use a SD Card on the Arduino. This solve the Java part "problem", and with that you can have a stand alone machine, without the need to link the computer. In all cases, nice job.

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

      it depends if there's enough pins on the Arduino.

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

      Please tell how anyone can set machine to zero ? How to calibrate?

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

      What you are suggesting is done all of the time as Arduino devices are used to drive many kids of multi-axis machines, although you may be asking a lot from an Arduino-based device if you want it to work directly with an LCD touch screen as I attempted to do.
      A Raspberry Pi or equivalent could do all of it for sure, but unless Arduino has seriously upgraded their memory capacity introducing new devices, I don’t know if even the Arduino Mega has enough flash memory to handle the code for the g-code interpreter, card reading routines, stepper control, LCD, and touch interface. Most 4-axis machines, like 3D printers, when using Arduino type controllers will also employ an external driver board requiring fewer pins on the Arduino for full control. Instead of managing stepper control using a pin for each phase, the Arduino can use one pin for direction, and another for the step pulse for each axis, leaving others available for enable, micro-stepping, holding current reduction, depending on the driver board features.
      But this is why many multi-axis machines, like 3D printers, use a dedicated LCD interface, freeing up memory space and CPU cycles for lower-spec devices. The Arduino-based units are really pushed to their limits as real-time processing demands are pretty harsh, which is why the 16MHz versions are preferred for this kind of duty. And remember also that the micro-controller must read and interpret g-code if it is to run as an intelligent controller, and not just a bus-coupler being driven by some other system.
      I have a Mega set up with a 3” LCD touch screen and micro-sd card reading functions, leaving little memory available for much other practical functionality. This setup would have required one Mega dedicated to the LCD for HMI functions (assuming the Mega had enough memory left for screen-control code), and another for actually controlling a 3D printer.
      After I gave up on the idea of building a 3D printer myself and bought an Ender 3, I discovered that it is set up exactly as described above; “Arduino” style microcontroller chip, but with external driver circuitry and micro-SD card slot integrated onto the main board, with a very common external LCD interface performing control and display duties. It isn’t a touch screen, but it does the job.

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

    Hi friend I made a cnc as per your video description but on drawing it says m18 drives off
    Please help me

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

    Really enjoyed watching this video. Kinda therapeutic :) Excellent work sir

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

    Sir I have made this cnc machine. I have made complete machine exactly as you have guided and I have invested my lots of time and money. But at the end one problem occurred. When I stream the g code on GCTRL, then after processing the g code for few seconds the software shows an error message, “M18 drives off” “Command not recognised”.
    Sir please solve my issue, I have searched the complete internet but didn’t got the solution.
    Please help me its urgent. PLEASE PLEASE PLEASE.

  • @RangavittalaSR
    @RangavittalaSR 7 лет назад

    Mr Innovative, fantastic Sir very innovative design, very inspiring

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

    He should have used a 40 teeth pulley gear instead of the 20 or 16 tooth that he used, to get more speed out of the machine. Those little steppers are geared and are surely strong.

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

    it is an amazing project. in this project, can I use 12v motor that used in printer (cannon ip2772). please help me.

  • @Circuitoptimize23
    @Circuitoptimize23 6 лет назад +4

    Bro how i change cnc drawing image size because i try to make long size cnc machine and i used your this cnc same method but i want bigger sizes drawing image on this cnc machine its possible in processing software and how i change image size width and path please replay iam your subscriber

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

      Hi friend I made a cnc but on drawing it says m18 drives off
      Please help me

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

    Hello Sir.
    I made one cnc machine .
    But It's printing is wrong
    I think dvd stepper motor wiring problem .
    Can u help me for this.
    Plzz reply me

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

      sam kumar well maybe I can help you?

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

      rennier rodil How do I set machine to zero ? How to calibrate ?

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

      @@rennierrodil6119 Hi friend I made a cnc as per your video description but on drawing it says m18 drives off
      Please help me

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

    Hi!, I have a problem, I built a cnc, with the same motors and the same shield, only the writing plane and therefore a wider range of movement, but when I run the program, it does not exploit all its amplitude but only a very small part, I tried to change almost all the parameters in the setup, but I can not make it work, what advice can you give me? thank you

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

    Hi!, I have a problem
    this
    code problem servo motor every time running

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

    Bro can i use 12v 28 BYJ stepper motor instead of 5v

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

    You got a like for Hisoka :D

  • @Cucha14
    @Cucha14 7 лет назад +1

    Hello, I love it! I'm making a similar but bigger one and it would help me a lot to get the pieces where the pencil goes and the microservo, it would be a pleasure that you would pass them to me. Thank you very much!

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

      All the plastic parts are from various compact disk drives. I think the ones you are asking about make the disk tray open and close

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

    what's the length of the railing you used I have used small diameter railing it's bending will it be ok ?

  • @aniljoshi1001
    @aniljoshi1001 7 лет назад

    what are the name of thing that you used for fixing y axis shaft( white color with screw)?? or one more ques. is this have same wiring like old dvd stepper motor with arduino nano???

    • @MrInnovative
      @MrInnovative  7 лет назад

      that are acrylic tube with inside thread you can use pvc pipes or something like that

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

    Hi Mr innovative,
    Could you please guide me about that pen up and down mechanism brefily. And purchase 8 old dvds and still not able to fix it right
    Waiting for your reply

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

    thanks for your video it gives me inspiration for my project

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

    My CNC not working yet , my CNC size 170*170 mm when he working always exceed the size limit and not plot in area how to justify it? Pls help sir pls.. thank u ..

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

    How to put 2 screws in right order and how would you cut that dvd m3chanism soo accurately????
    Please please reply me

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

    Plz help, after the servo, moves, the motor dont move, and there is no more output in the console

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

    can you tell me how many steps required per revolution for 28byj 48 stepper motor

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

    It's not working for me, maybe I instal Processing 3 and developers have changed something and your code is no longer compatible.

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

    Will the placement of the object will affect its way of drawing

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

    Can a use a CNC shield by taking out the red wire of the motor out

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

    this is true art :)

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

    Q1> What is height of the red rod of Y-axis?
    Q2> What is the length of all the bycycle spoke in cm ?
    Q3> What is the length of x-axis stepper motor form its pulley to another pulley in cm ?
    Q4> What is the length of y-axis stepper motor form its pulley to another pulley in cm ?
    //PLEASE ANSWER MY QUESTION BECAUSE I AM THINKING TO REPRESENT THIS PROJECT IN MY SCHOOL SCIENCE FAIR//

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

    Some Acrylic Hollow tubes You bought where?

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

    Can I use external 9 volt dc for 5 volt 28byj-48 stepper motor?

  • @MinhDIY
    @MinhDIY 7 лет назад

    nice cnc diy

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

    Bro can u please tell at what distance should the holes are made

  • @saurabh6094
    @saurabh6094 7 лет назад

    Why do you not you MOTOR at the place of SERVO? pls answer me!

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

    Drum and bass!!!

  • @giovanni4151
    @giovanni4151 7 лет назад +1

    It's always better to put 2 screw not only 1 ..it's not solid.

  • @haydenc2742
    @haydenc2742 7 лет назад +4

    That's actually pretty darn ingenious! Great job!

    • @BROOOCODE..
      @BROOOCODE.. 7 лет назад +1

      my home made CNC you can ask for help ruclips.net/video/XlMwCdihQfo/видео.html

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

    Hello
    Please help me
    I follow the steps as in the video, but the mini cnc does not work. Whereas in programming there is no notification error. What should I check again

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

      May be your connection to the shield from the motor is wrong
      I think I can help you

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

    MR.Innovative How can i draw a big size picture
    You gave sample gcode files are not generated big picture
    And i generate new gcode its not draw properly
    Pleas help me to solve this problem....

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

    good project
    My cnc is not working yet, my cnc size is 150X150mm but when he is working always exceed the size limit and not plot in area? how to justify it? please help i need your help

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

    SIR,YE IMAGE BANANE ME REAL TIME KITNA LAGA THA,IT SEEMS TOO SLOW..

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

    My step motor only move forward , what's the problem...

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

    I cannot execute code as per the size of my railings plzz plzz help me

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

    hi there is got error in size
    void setup()
    {
    size(500, 250);
    openSerialPort();
    }
    so anyone can help to clear this issue

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

    Cool explanation but the music ...

  • @trythis4758
    @trythis4758 7 лет назад

    hi sir
    i have also tried this with older version from seeing ur old video
    but it is not giving desired output so pls help me

    • @BROOOCODE..
      @BROOOCODE.. 7 лет назад

      my home made CNC you can ask for help ruclips.net/video/XlMwCdihQfo/видео.html

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

    What changes should I make in arduino code and gctrl for longer railings

    • @noweare1
      @noweare1 4 месяца назад

      None, the code with get the coodinates from exported gcode from inkscape

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

    Hello can i make 3d printer with these stepper motors?

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

    Bina motor shield kiye hua, dono stepper motor ko ek sath kaise chala payenge sir..please give a solution sir

  • @agent-blank
    @agent-blank 6 лет назад

    can you make a laser engraver with this cnc?

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

    hi can i get exact dimentions and drawing? i will make this for my project.

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

    hey , i made a working model of this project but when i tell it to draw a 100mm line it draws a 10m line , it scales down everything

    • @noweare1
      @noweare1 4 месяца назад

      Look at the scale in inkscape and then make sure the rulers are the dimensions of your table.

    • @abhinavpanwar7705
      @abhinavpanwar7705 4 месяца назад

      @@noweare1 😕

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

    Hello Mr Innovative kindly can you please tell me that what is the length of the Bike spoke that you are using for x and y axis ? i am anxiously waiting for you reply?

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

      150 mm

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

      Thank you sir :)

    • @user-km9qy7co7l
      @user-km9qy7co7l 6 лет назад

      hi there is got error in size void setup() { size(500, 250); openSerialPort(); } so anyone can help to clear this issue

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

    I can't use AFMOTOR, what should I do?

  • @invention.5006
    @invention.5006 7 лет назад

    Give me the actual code that you are using on this video. Your linked code doesn't work.

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

    Please I need the correct code llardoino because the code in the below video is invalid

  • @BlueEyeDK
    @BlueEyeDK 7 лет назад

    nice project but the penholder is to loose

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

    arduino code is not uploading in the bord please help me sir

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

    can we use this plottor for robotic tic tac toe game if yes then please exlplain

  • @ranamondal5593
    @ranamondal5593 7 лет назад

    great work brother

  • @MCsCreations
    @MCsCreations 7 лет назад +1

    Fantastic work, bro! :D

  • @MyEnglishMind
    @MyEnglishMind 7 месяцев назад +1

    3:10 name this component please

    • @noweare1
      @noweare1 4 месяца назад

      idler pulley

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

    When run the Gcrl Processing there is a error as below:
    ---------------------------------------------------------------
    The method showInputDialog(Component, Object, String, int, Icon, Object[], Object) in the type JOptionPane is not applicable for the arguments (gctrl, String, String, int, null, String[], int)
    -----------------------------------------------------------
    This is the program below:
    -----------------------------------------------------------
    void selectSerialPort()
    {
    String result = (String) JOptionPane.showInputDialog(this,
    "Select the serial port that corresponds to your Arduino board.",
    "Select serial port",
    JOptionPane.PLAIN_MESSAGE,
    null,
    Serial.list(),
    0);
    -----------------------------------------------------------
    What shall i do???

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

    How to set the machine to zero (initial) ?
    I want to support your channel from paytm.

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

    From where did u get the slotted channel?

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

      Its called DIN Rails. Easily available near industrial area.

  • @avinashwaghmare8321
    @avinashwaghmare8321 7 лет назад

    Best video

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

    How much money does your machine take

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

    plz help me how to calibrate cnc machine

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

    Can we use nema 17 without changing the code please reply

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

      Nema17 arebipolar stepper motors , while in this video it seems to be unipolar stepper motors. You will probably have to check the code for that.

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

    the linear slider is too loose, that's why you get inaccurate results

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

    I can not draw big pictures
    It draws images like my nail size
    Please help how could i draw little big drawing

  • @beautiful-you
    @beautiful-you 6 лет назад +1

    Good ~ 👍

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

    Please mention the Name of motor used for up and the pen

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

    From where do I get Dvd Shutter Mechanism ??

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

      GO TO ANY COMPUTER REPAR SHOP AND ASK FOR OLD DVD WRITERS , AND BUY THEM , ONCE U OPEN THEM U WILL GET EVERYTHING INSIDE..

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

    Hello everybody!
    I have built the project, but unfortunately one stepper motor does not rotate.
    Can anyone help me?
    I want to solve the problem because it is a very good project.
    I would be very grateful.

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

      Can you check it by replacing with working one so in this way you can rectify your stepper is healthy or not

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

      The stepper is good, it has been checked. I'll try another motor shield, I'll order another. Could that be the source of the error?

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

      may be current limit was not set properly is your motor making humming sound ? vibrating but not rotating ? if yes then rotate the small pot on driver shield till your motor move smoothly

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

      Unfortunately, there is no vibration, no noise. There are no pots on this shield.

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

      NEED TO ORDER WHOLE BOARD, JUST A CHIP LD 293 , REPLACE IT AND THEN CHK AGAIN, ALSO CHECK THE CABLE FOR CONTINUITY BETWEEN MOTOR AND SHIELD ..

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

    the drawing result of mine is very small, how to fix it pls...

  • @prakashramteke6337
    @prakashramteke6337 8 месяцев назад

    stepper motor bipolor chahiye kya bhaiya

    • @noweare1
      @noweare1 4 месяца назад

      unipolar

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

    The music is the problem.

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

    Servo motor not working
    Please help

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

    Bipolar stepper ??

    • @noweare1
      @noweare1 4 месяца назад

      unipolar

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

    Host that don’t reply means there projects r not working unsubscribe there channels n don’t waste time on their videos

  • @bhuvaneshkumar5320
    @bhuvaneshkumar5320 7 лет назад

    Sir...pls kindly send me the each and every parts name and price...plzzzz

    • @BROOOCODE..
      @BROOOCODE.. 7 лет назад

      ruclips.net/user/edit?o=U&video_id=XlMwCdihQfo , my home made CNC you can ask for help

    • @simonrueckert5939
      @simonrueckert5939 7 лет назад

      FOX Story when i use your Link i can't see anyting🤔
      Can i ask You something about this cnc

    • @BROOOCODE..
      @BROOOCODE.. 7 лет назад

      ruclips.net/video/XlMwCdihQfo/видео.html

  • @mr.saurabh8813
    @mr.saurabh8813 6 лет назад

    Sir meri cnc machine ke stepper motor bhot vibration kar ray ha pelease ap kuch batia

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

      stepper motor konsi hai? agar is video me ikahi gayi byj28 type hai to shayd motor connections ko modify karke unhe stepper me convert krna hoga

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

    Where we should connect the servo motor

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

      Just have a look at the Arduino code: penServoPin is 10. (but you can change it, depends on your need)

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

    What kind of audio bro

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

    it is not for sale?

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

    Dá pra ligar um laser nesse shield

  • @pradeepgunarathna3025
    @pradeepgunarathna3025 7 лет назад

    what linear guide use for project.?best project thanks for details

    • @MrInnovative
      @MrInnovative  7 лет назад +1

      linear guids are Bike Spoke wire aprox 3mm thick and axis platform are taken from CD Drive

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

    awesome!

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

    Mera pas dame motor h ita a unipolar stepper motor

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

    Bro motor heat q ho rhi hai

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

    from where did you get aurduino please reply

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

      Own CHOICE Amazon

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

      U GET ARDUINO AT ALIEXPRESS AND ARE VERY CHEAP COMPARED TO OTHER SITES

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

    Hello arduino Ka model Kiya hai

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

    Please curcuit name

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

    Como usa em 3 28y?

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

    How select com serial port in processor

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

      Click on the my RUclips icon and then you can see the peoject

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

    Mobile par programming kaise karen video banao

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

    Like