este es uno de los mejores videos, gracias ,,, excelent video, thanks
@charlissantos73869 жыл бұрын
how many volts is being fed Motor with Arduino + L293d shield
@shahzaib7153 жыл бұрын
5v
@Dancopymus8 жыл бұрын
Hi friend! This Arduino code also works on an IC L293D (no shield)? How would the connections between Arduino and L293D? Thank you
@Boytechxito8 жыл бұрын
Hi dear, considering the test performed, you have created some project using this shield with arduino such as a mini cnc? I have the same shield but have problems that most programs use GRBL apparently uses other pins ..
@jamestaverne220110 жыл бұрын
does your h-bridge chip get really hot? I did what you did but my l293d motor driver got very hot. It hurt to touch and it was only on for a couple seconds.
@AndreiDanielBotezatu9 жыл бұрын
+James Taverne Yes
@TechBuild8 жыл бұрын
You should use L298N motor driver as it can be connected to a heatsink and I recommend you to use that.This IC is better to use to drive stepper motors due to their high current consumption.
@TechBuild7 жыл бұрын
The shield uses a 74HC595N shift register which reduces the number of pins used from the Arduino board.
@kuldeeppanchalblog8 жыл бұрын
thanks bro, owesome project, i have made it, but i want to make cnc machine, can you suggest any easy and good video with complete guide
@leonardochile87358 жыл бұрын
Excellent video, you have the data of this engine shed . What voltage and current work ?. Greetings from Chile.
@leonardochile87358 жыл бұрын
See : robocup.idi.ntnu.no/wiki/images/c/c6/PL15S020.pdf
@Jeune_Force906 жыл бұрын
What is the voltage and current in external power to shield for run 2stepper and servo motors
@AdryannMCOfficial8 жыл бұрын
Hy, i have some problems.... i try to make the same things you do. But my step motor ar "try" to rotate when i upload the code... why ? I make the same things you do...
@AnilDhan1239 жыл бұрын
I am using a 9V battery with an easy driver to move the stepper of an old dvd rom. But it's not working, is it due to the voltage?
@AndreiDanielBotezatu9 жыл бұрын
+Anil Dhan It's due the current. A 9V battery can't drive a stepper motor,use a 12V power supply or a usb phone charge which provide at least 500mA of current.
@AnilDhan1239 жыл бұрын
Thanks alot man! IT WORKS!!!! I love you for this man!! i cut an external hard disk adaptor, which provided me 12V along with a good amperage of around 2A. Whch is probably why the motor gets hot a lil faster. But i will be running this current through 3 stepper motors. Hopefully that will fix things. Or probably I will just attach a resistor. Any idea how much of a resistor i can use?
@AndreiDanielBotezatu9 жыл бұрын
From my knowledge i know motor heat up when are in heavy charge. They "suck" how much current need,for exemple from 2A use just 1.4 or 1.7A.
@GabrielaElisabethHuell8 жыл бұрын
+Andrei-Daniel Botezatu did you get a reply??? what is the max current ( in Amper) can be apply?..
@serdar-ors9 жыл бұрын
what is the sensitivty of this mechanism in milimeter .
@vanlongle20718 жыл бұрын
How many volts power supply? L293d
@peerlessrecords62362 жыл бұрын
first: cool video well explained. I'm thinking of using this mechanism for an animatronic puppet which has to shake its head at a quite high speed. How fast can this thing move? Can it create a fast shaking motion like back and forth the full length in like 200ms? I don't wanna sacrifice the only dvd burner I have left to find out it won't work soo ^^
@abinaustin9 жыл бұрын
hi i have a em 319 stepper motor but i dont know its specs. can you help
@varietedigital75678 жыл бұрын
Hi buddy , how do I know what is the 0x,0y points in the little table of my CNC or hoe do I get the position??
@himalaykolavada8 жыл бұрын
sketch_nov21c:13: error: 'Micrsostep' was not declared in this scope Serial.println(“Micrsostep steps”); ^ exit status 1 stray '\223' in program This type of error i got while uploading ur code. reply me asap
@michalsebek20897 жыл бұрын
Himalay Kolavada Try to use quotes from your keyboard (").
@felipediehlbernardo50087 жыл бұрын
pra quem não conseguiu, arrumei o código, agora ele está copilando. é só copiar esse código ai em baixo e vai da certo. #include // Motor with 200 steps per rev (1.8 degree) // to motor port #1 (M1 and M2) AF_Stepper motor(200, 2); void setup() { // set up Serial library at 9600 bps Serial.begin(9600); Serial.println("Stepper test!"); motor.setSpeed(400); // 50 rpm } void loop() { Serial.println("Micrsostep steps"); motor.step(50, FORWARD, MICROSTEP); motor.step(50, BACKWARD, MICROSTEP); motor.step(100, FORWARD, MICROSTEP); motor.step(100, BACKWARD, MICROSTEP); motor.step(200, FORWARD, MICROSTEP); motor.step(200, BACKWARD, MICROSTEP); motor.step(250, FORWARD, MICROSTEP); motor.step(250, BACKWARD, MICROSTEP); delay(100); motor.step(3, FORWARD, MICROSTEP); motor.step(3, BACKWARD, MICROSTEP); delay(1000); }
@Ramnath556 жыл бұрын
nice video....more than that the voice.
@ronaldc86345 жыл бұрын
the voice is amazing
@hassankhurramtech4 жыл бұрын
Microsoft SAM Voice,
@DuyNguyen-vu4wm9 жыл бұрын
hi, Im trying. anh it suppoted! Arduino: 1.6.3 (Windows 8.1), Board: "Arduino Uno" sketch_jun21a.ino:8:1: error: stray '\' in program sketch_jun21a.ino:8:1: error: stray '\' in program sketch_jun21a.ino:13:1: error: stray '\' in program sketch_jun21a.ino:13:1: error: stray '\' in program sketch_jun21a.ino: In function 'void setup()': sketch_jun21a.ino:8:17: error: 'u201cStepper' was not declared in this scope sketch_jun21a.ino:9:18: error: expected ')' before numeric constant sketch_jun21a.ino: In function 'void loop()': sketch_jun21a.ino:13:17: error: 'u201cMicrsostep' was not declared in this scope Error compiling. This report would have more information with "Show verbose output during compilation" enabled in File > Preferences. pleas help me!
@attitudecreation48427 жыл бұрын
load krna pr ya error show kr rhai audrino software...
@nikhil.nikhil5 жыл бұрын
2 steper motor ko kitni supply de external me
@saranashjain7948 жыл бұрын
i try to make 3 axis cnc machine using 3 l293d ic but it cause lot of difficulties in code i also try grbl controller still not able to make it pls help or tell me to how to use grbl controller with l293d ic
@ruythermaximo416910 жыл бұрын
What is the sequence of steps of this engine?
@Vv-xt9rz7 жыл бұрын
sir it showing error compiling for Arduino/Genuino Uno. exit status 1 Error compiling for board Arduino /Genuino Uno. please help
@AdityaKumar-iy7ny8 жыл бұрын
is stepper motor run directly by battery
@hyderkhan73998 жыл бұрын
No.
@AdityaKumar-iy7ny8 жыл бұрын
why???
@hyderkhan73998 жыл бұрын
it is a software motor.
@AdityaKumar-iy7ny8 жыл бұрын
ok thank you so much
@sanjaykumarojha23948 жыл бұрын
how can i increased the length of servo motor of dvd driver
@samuelmara97218 жыл бұрын
hey the programming is giving me a error"AFMotor.h: No such file or directory compilation terminated."
@zyzzthetics78 жыл бұрын
You have to download the adafruit library in order to use the shield. Just search on AFMotor library install on youtube.
@Abhishek-el5rx8 жыл бұрын
my program is uploaded but stepper motor is not running what to do
@Abhishek-el5rx8 жыл бұрын
stepper motor showing continuity and working with battery
@ahadulislam88919 жыл бұрын
Make a video How to control HDD motor, is it possible to use hdd motor to make a quadcopter
@TheEnragedGamer8 жыл бұрын
it could be but its cheaper to buy quadcopter motors
@georgelefter69659 жыл бұрын
Help me please.... :(( Where i find software for this hardware?Thank you!
@allaboutiosgames30939 жыл бұрын
George lefter u can find it from www.arduino.cc then search for dwnload or IDE
@cucciolo18210 жыл бұрын
Love it (y) 3:48 Where?
@Circuitmagic10 жыл бұрын
Hi, here is the link for arduino code. www.circuitmagic.com/arduino/drive-cd-rom-stepper-motor-with-arduino-l293d-shield/
@_anujpatidar7 жыл бұрын
Aedunio kha se milega bhai jara bta diya kro
@abdalrahmanbadawy59857 жыл бұрын
Ineed the data sheet of that stepper motor
@tubeDude488 жыл бұрын
Where is the AFMotor.h file in Arduino?
@MrInnovative8 жыл бұрын
for this you have to add AFMotor library
@selimcankavvas53587 жыл бұрын
your code give me stray 342 error how can ı fix it pls help me
@oliebm2289 жыл бұрын
how to position control thank
@TheKeonkz7 жыл бұрын
This is not CD-ROM stepper, but this is DVD-ROM stepper, it's different!