fantastic video...just to add, like me those who initially can't figure out how to open the port box, just press P and it will open the port dialog box in processing.. :)
Watched the video, must admit i think i understand most of it. What confused me was the drawing of the spiral then input into something GCRTL , I think i must of missed something as that part i do not understand
i have used this shield after connecting four motors 12 v 1 amp power supply is using here upto 3 motors is working but after connect 4 th motor it is not working how much power supply is need to be given for four motors?
Uploading the G-code to Arduino 1.Run GCTRL in processing 2. press 'p' when the popped up GCTRL window appear 3.Select our COM port 4.press 'g' and go to the desired folder where you have the G-code and open
i have followed your instructions and it works. But i have some question. after gcodes are finished, motor still have voltages. because of that motor vibrates. then manually stop the motors by pushing 0 button. i added deenergized codes to gcodes but i didn't work. because arduino code can't detect this codes. i added some codes to arduino after plotting is finished then motors are deenergized.
I tried the project, but the drawing does not exceed 4 centimeters I applied what was mentioned in the video step by step, but the drawing is only 4 centimeters. help me please
I have a similar setup with DVD steppers but I receive the following error. ...\CNC_code\CNC_code.ino: In function 'void processIncomingLine(char*, int)': ...\CNC_code\CNC_code.ino:229:20: warning: invalid conversion from 'char' to 'char*' [-fpermissive] indexY = '\0'; ^~~~ How can we fix this? Thank you.
hello it it possible to add sensors to the arduino to move the motor a short distance and when the second sensor is activated the motor would reverce the same distance the reason i am asking is that i would like to make a set of road barriers for a model railway and i want to put them on some kind of sensors that when the front of the train meets one sensor it would close the barrier and when the train hits the next sensor it would open the barriers that is why i am asking about the forward and the reverse distance of the motors when activated as the would need to travel equal distance from the open to the close of the barrires your help would be greatly needed as i am new to electronics thanks james
sir i connect Arduino uno with shield. shield connect 2 stepper motor, 1 servo motor and then also all process is being good but motor are not rotating!!!! whats the problem sir??
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
Arduino:1.8.5 (Windows 10), Scheda:"Arduino/Genuino Uno" E:\arduino uvo software\codice da caricare su arduino\CNC_code\CNC_code.ino:7:21: fatal error: AFMotor.h: No such file or directory #include ^ compilation terminated. exit status 1 Errore durante la compilazione per la scheda Arduino/Genuino Uno. Questo report potrebbe essere più ricco di informazioni abilitando l'opzione "Mostra un output dettagliato durante la compilazione" in "File -> Impostazioni"
Hello, Mr.Innovative. Please help me I follow your videos every step. But not successful I can not be compiled Error message C: \ User \ samsungW32 \ Downloads \ CNC_code.ino: 7: 21: fatal error: AFmotor.h: No such file or directory. #include ^ Compilation terminated. exit status 1 Error compiling for board Arduino / Genuino Uno. What it's meaninig? I am a new user. There is very little understanding about the Arduino. If you can suggest me for a solution that might be found, it will be highly appreciated. Thank you very much.
1.Run GCTRL in processing 2. press 'p' when the popped up GCTRL window appear 3.Select our COM port 4.press 'g' and go to the desired folder where you have the G-code and open
+Mr Innovative using inkscape 48.5 and exsistensi unicorn gcode last save import to universal gcode sender in visual ok but i send error 1 how fix this
Ok! That would make sense. No doubt any of us English speaking users would have the same difficulty were we to try any 2nd language, especially anything technical in nature! Thumbs up for your efforts in this video!
error Invalid library found in C:\Program Files (x86)\Arduino\libraries\Adafruit-Motor-Shield-library-master: no headers files (.h) found in C:\Program Files (x86)\Arduino\libraries\Adafruit-Motor-Shield-library-master avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x64 healp me !!!!!!!!
this problem manly occurs when you have a problem with the board itself or the cable I should advise buying a second board and seeing if that one does work and if it does, problem solved. I had the same problem and for me it was indeed the board not functioning properly.
@@MrInnovative Mostly serious people may be watching this type of videos who are concern with information instead of music, at least with me this is the case
Usas 4 minutos para mostrar como conectas cada uno de los cables y la configuración la pasas a mucha velocidad, que es casi imposible ver donde haces click en la pantalla. Quieres enseñar o lo haces para que se contacten con vos para cobrar?
fantastic video...just to add, like me those who initially can't figure out how to open the port box, just press P and it will open the port dialog box in processing.. :)
how did you get the com port selection in order to set in the proper com port
please answer me asap
Watched the video, must admit i think i understand most of it. What confused me was the drawing of the spiral then input into something GCRTL , I think i must of missed something as that part i do not understand
Mr. Innovative good effort.
Hi why this code is not unloading on my ardino bord showing error massage what to do
Brother I think you are wrong the red wire is +5V line to apply power to the stepper motor according to datasheet.
i have used this shield after connecting four motors 12 v 1 amp power supply is using here upto 3 motors is working but after connect 4 th motor it is not working how much power supply is need to be given for four motors?
Uploading the G-code to Arduino
1.Run GCTRL in processing
2. press 'p' when the popped up GCTRL window appear
3.Select our COM port
4.press 'g' and go to the desired folder where you have the G-code and open
Looks good. Thank you. A lot of useful information to try. Thanks again.
i have followed your instructions and it works. But i have some question. after gcodes are finished, motor still have voltages. because of that motor vibrates. then manually stop the motors by pushing 0 button. i added deenergized codes to gcodes but i didn't work. because arduino code can't detect this codes. i added some codes to arduino after plotting is finished then motors are deenergized.
I tried the project, but the drawing does not exceed 4 centimeters
I applied what was mentioned in the video step by step, but the drawing is only 4 centimeters.
help me please
Hello, Mr, I would like to know how to change the measurements of the cnc to draw 35 cm x 35 cm ... Greetings ... and good video.... =D
My drawings are disproportionate. Very small. Where should I change the code to correct? Thank you in advance.
hi how we can increase the speed of this ? Kindly Reply
please make mini cnc from l29d motor steper
I have a similar setup with DVD steppers but I receive the following error.
...\CNC_code\CNC_code.ino: In function 'void processIncomingLine(char*, int)':
...\CNC_code\CNC_code.ino:229:20: warning: invalid conversion from 'char' to 'char*' [-fpermissive]
indexY = '\0';
^~~~
How can we fix this? Thank you.
Hello sir,please help me how to control with this in Bluetooth module sir
hello
it it possible to add sensors to the arduino to move the motor a short distance and when the second sensor is activated the motor would reverce the same distance
the reason i am asking is that i would like to make a set of road barriers for a model railway
and i want to put them on some kind of sensors that when the front of the train meets one sensor it would close the barrier and when the train hits the next sensor it would open the barriers that is why i am asking about the forward and the reverse distance of the motors when activated as the would need to travel equal distance from the open to the close of the barrires
your help would be greatly needed as i am new to electronics
thanks
james
What's power adapter characteristics should be used
Thank you
Sir l293d shield ko jab Mai arduino Mai fit karta hu to arduino ke red led band ho jati hai plz help
Only my y axis moves!!! I think it might be inkscape could you help?
thi coding error Aafamoter.h no such file or directory..please help me ..
Can you show how to make it to wireless and control by remote?
Sir there is an error is occuring while uploading the data that is. error exist in 1 tell me the solution plz
How to use moter shild and arduino both without laptop cable
After loading GCRTL files and select USB port, what should I do in order to have window pop-up to load my G.code?
Drag gcode file
sir i connect Arduino uno with shield. shield connect 2 stepper motor, 1 servo motor and then also all process is being good but motor are not rotating!!!! whats the problem sir??
hai buddy
I am facing the same problem
please help me if you found the solution
ravi teja no , i dont know from where to but working Arduino
E.T E.E okk... thank you
Rohit Singh yeah i also done that but motors are not rotate!!!
i think beacuse the servo motor its not compatible with the shield
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
the connection betwen the motor and the arduino
hi just want to know if also bipolar stepper motor will work with the software GCRTL ??
Các bạn có thể tham khảo sản phẩm tại: www.sendo.vn/dong-co-buoc-giam-toc-28byj48-5v-9375261.html
Sir please help me. Mere m Jo aapne code discripstion m diya h vo work nhi KR raha h please help me
The code has nothing to do with the stepper motor. It is for some servo motor.
Hi it's run if you download arduino 1.8.8 and download the driver of motor. If it don't work with you.
Hi, does anyone know if I can use 4 DC motors and 1 SERVO motor at the same time on L239D motor shield? Thank you for answering
yes you can
downloaded Gcode works fine, but Arrow-keys and $ doesn`t work with Processing 2 and 3. What could be wrong?
Nice video. :-)
how to power up the arduino without using usb or battery?
how strong are these servos? torque ?
Which port is for y axis
Think you Vera much.thinks bro💙
my stepper motor has differnt colors .-. its same 28BYJ-48
How to stop stepper in code?
Arduino:1.8.5 (Windows 10), Scheda:"Arduino/Genuino Uno"
E:\arduino
uvo software\codice da caricare su arduino\CNC_code\CNC_code.ino:7:21: fatal error: AFMotor.h: No such file or directory
#include
^
compilation terminated.
exit status 1
Errore durante la compilazione per la scheda Arduino/Genuino Uno.
Questo report potrebbe essere più ricco di informazioni abilitando l'opzione
"Mostra un output dettagliato durante la compilazione"
in "File -> Impostazioni"
me also getting same error can u help if u solve it
Download the libary again in the internet
Tem como usar 3 motores 28
hey, can you do microstepping on this shield?
thanks
No
Not working l293d with this motor.
"command not recognized :M18" it's showing like this please help me sir
Nesse shield dá pra ligar um modulo laser?
bhai mera motor shed kam nahi karte kya karoo kise samjoki ye kharab hay
Where is thr link please!
Really nice! :)
thanks
nice one
which x axis and Y Axis in circuit
Hello, Mr.Innovative.
Please help me
I follow your videos every step. But not successful
I can not be compiled
Error message
C: \ User \ samsungW32 \ Downloads \ CNC_code.ino: 7: 21: fatal error: AFmotor.h: No such file or directory.
#include
^
Compilation terminated.
exit status 1
Error compiling for board Arduino / Genuino Uno.
What it's meaninig?
I am a new user. There is very little understanding about the Arduino.
If you can suggest me for a solution that might be found, it will be highly appreciated.
Thank you very much.
How to connect a 6 pin stepper ?
Sir please help me! how to select COM5 in processing3?
1.Run GCTRL in processing
2. press 'p' when the popped up GCTRL window appear
3.Select our COM port
4.press 'g' and go to the desired folder where you have the G-code and open
Sir l293d me x axis and y axis kaise find kare
This cnc file cant upload give me correct file httoo
Meke code eka danna please
hello help how fix Universal gcode sender error 1" Gcode words consist of a letter and a value .Letter was not found " thanks before
which software you are using to generate g-code ?
+Mr Innovative using inkscape 48.5 and exsistensi unicorn gcode last save import to universal gcode sender in visual ok but i send error 1 how fix this
i'll suggest you to use pronterface (kliment.kapsi.fi/printrun/Printrun-Win-Slic3r-12July2013.zip) instead of UGC hope your problem get solve..
Ditch the "MUSIC" and use your voice to tell us what you are doing. Then repost and I will give you a thumbs up. As is, this is terrible!
as i now try to speak more in my videos, actually English is not my first language so kind of hesitation i feel !!
Ok! That would make sense. No doubt any of us English speaking users would have the same difficulty were we to try any 2nd language, especially anything technical in nature! Thumbs up for your efforts in this video!
thanks stay tune
Say where we should connect the servo motor in circuit
There are 2 servo connections on a Adafruit motorshield. There are connected to pin 9 and 10 on the Arduino.
error
Invalid library found in C:\Program Files (x86)\Arduino\libraries\Adafruit-Motor-Shield-library-master: no headers files (.h) found in C:\Program Files (x86)\Arduino\libraries\Adafruit-Motor-Shield-library-master
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x64
healp me !!!!!!!!
this problem manly occurs when you have a problem with the board itself or the cable I should advise buying a second board and seeing if that one does work and if it does, problem solved. I had the same problem and for me it was indeed the board not functioning properly.
Can someone help me? the gcodes I create do not work, only the Y axis moves.
same here bro.
me too!!
When I verify it shows error that
NO SUCH FILE OR DICTIONARY FOUND
install library for stepper motor
can i use a larger stepper motor?
Is it a unipolar motor? If so, probably.
Most, like the NEMA 17 motors are NOT unipolar but bipolar.
yes
No offense but those are some HORRIBLY soldered input connector things
Sir it's not working
Haseena Shaikh tou have peoblem pcb or arduino or aome things
good video. WORST MUSIC KNOWN TO MANKIND
dn't know why i am always getting negative comments about music ;)
Britton Evans thats ur thoughts i like these songs
I like this songs
@@MrInnovative Mostly serious people may be watching this type of videos who are concern with information instead of music, at least with me this is the case
@@MrInnovative probably because you have terrible taste in music.... ocams razor
terribly mixed music. get your hand off the fader!! it isnt cool.
Usas 4 minutos para mostrar como conectas cada uno de los cables y la configuración la pasas a mucha velocidad, que es casi imposible ver donde haces click en la pantalla. Quieres enseñar o lo haces para que se contacten con vos para cobrar?
Motor rotatings are nonsense...
Sorry, poor or no explanation on video.
Give me the actual code you are using.
Your link code doesn't work
please stop providing wrong code and stop confusing us
error upload sketch
MF , это что за рукожопы паяли плату.
Yamsinkitnekehee
bu motorun kendi kontrol kartları var
Evet, ancak l293d motorlu kalkan en iyisi
1 tane aldım aliexpress ne yaptımsa bir türlü çalıştıramadım
ya yazılımsal yada donatımsal sorun çözemedim
mekanik olarak sorun olmadı çünkü başka CNC kalkan V3 sorunsuz çalıştı
l293d bir türlü çalıştıramadım
Senin hardluck
:)
To library.
Many error in software
read those errors carefully might be some libraries or extensions are missing in your software
Only Show, not Learning bad video.
mr innovativ help me please
what problem ???
GCTRL is ONLY for PC computers! NOT usable for Mac!!
bom
Worst audio ever. Could not stand it until even half way through.
Apologies 😌
Fake diy
please justify !! thanks