OMFG FIIINNNAAALYYY. After 7 Hours of work and search i was nearly giving up. This tutorial not even gave me access to a Smartphone-control it even let me understand the shield. I wasnt able to let them run on my own. THANK YOU.
@raresoupninja7 ай бұрын
i seen so many of your videos and tried not to make comments as lets face it im sure youve herd enuf oh what i was thinking but this video was a life sver thanks sooooo much
@Асок-в3т6 жыл бұрын
класс. спасибо .завелось с первого раза .вы лучшие !!!!!
@жоржзавидов5 жыл бұрын
Ас ок Множество примеров не получилось.Как вам удалось?
@жоржзавидов5 жыл бұрын
У меня моторы реагируют одинаково на любые манипуляции
@dmytrozaitsev08112 жыл бұрын
В мене тоже
@CraigFryer5 жыл бұрын
The link to the code is to site no longer in use. The redirection doesn't work as the page (domain) is not found.
@andresvargas60915 жыл бұрын
#define BLYNK_PRINT Serial #include #include #define derechaMotorSpeed D5 //14 #define derechaMotorDir D6 //12 #define izquierdaMotorSpeed D7 //13 #define izquierdaMotorDir D8 //15 char outh[] = "copiar el token "; char ssid[] = ".........."; char pass[] = "......."; int minRango = 312; int maxRango = 712; int minvelocidad = 450; int maxvelocidad = 1020; int novelocidad = 0; void moveControl(int x, int y) { if(y >= maxRango && x >= minRango && x= maxRango && y >= maxRango) { digitalWrite(derechaMotorDir, HIGH); digitalWrite(izquierdaMotorDir,HIGH); analogWrite(derechaMotorSpeed,minvelocidad); analogWrite(izquierdaMotorSpeed,maxvelocidad); } else if(x = maxRango) { digitalWrite(derechaMotorDir,HIGH); digitalWrite(izquierdaMotorDir,HIGH); analogWrite(derechaMotorSpeed,maxvelocidad); analogWrite(izquierdaMotorSpeed,minvelocidad); } else if(y < maxRango && y > minRango && x < maxRango && x > minRango) { analogWrite(derechaMotorSpeed,novelocidad); analogWrite(izquierdaMotorSpeed, novelocidad); } else if(y = minRango && x
@cankantarc65074 жыл бұрын
@Kuriboy13 works
@matteorossi6274 жыл бұрын
@@cankantarc6507 no it doesnt
@jonyjohan89586 жыл бұрын
Actually you can use any motor shield for esp models and it's work just choose right female to male jumpier Wires
@MrGairhe4 жыл бұрын
very useful video. Thanks.
@ryanfritz74305 жыл бұрын
I am having difficulty getting to your sketch the URL is bad. I would really like to see it, thanks in advance
@ashoksang85493 жыл бұрын
Hi you are so good personality.
@bank2xira14 жыл бұрын
Can The Code be used for 1 stepper motor (NEMA 17), Tks ?
@bullygram Жыл бұрын
kzbin.infoHysOlntyJLU?si=-sRqOIgJtNoqL-9O
@keeya89064 жыл бұрын
Hello, I want to know what is the librairy for the code. I upload all the possible librairy but it doesn't work ty and have a good day or night
@jitu19734 жыл бұрын
this happen... most of the time XD
@fernandoperez89114 жыл бұрын
are there any schematics or datasheet for the expansion module board ( L298) ? How do you know what GPIO control the motors?
@Raph30105 жыл бұрын
really good video !!!!!
@ziga99996 жыл бұрын
I have one problem can you help me? When I upload sketch to nodeMCU board, arduino program repords error "lynkSimpleEsp8266.h: No such file or directory"
@HarpreetSingh-if4is6 жыл бұрын
update blynk library in your arduino computer software
@ericto35525 жыл бұрын
You need to add Blynk library to your Arduino IDE. If you have done so, maybe your spelling: it is "B" not "l".
@maryamsaeed61714 жыл бұрын
Can you perform this similar experiment with esp32 board and L293d expansion module?
@spottedchannel58215 жыл бұрын
Thanks a lot
@djmaidjmai6120 Жыл бұрын
THANK👍👍👍🌷🌷🌻
@syaduinotech36814 жыл бұрын
This is great
@favioalvarez11114 жыл бұрын
hello, do you have any tutorial where to use the timer?
@emjds5 жыл бұрын
Nice very nice
@chrishuston37734 жыл бұрын
hello. i am a newb. i need to know where and how to get the library/code to make this work. help me please
@sitinuraen15204 жыл бұрын
Can I directly link 7.4v lipo battery to the shield?
@ErkanOkman6 жыл бұрын
👍👏
@syifaramlan9334 Жыл бұрын
moving forward doesn't work, why ?
@arnaudlouvois47205 жыл бұрын
I have a problem, the problem is that the phone won't connect with the robot and they said wasn't online yet while I do a perfect televerering. Can anybody answer me ?
@josedavidpaterninahernande61525 жыл бұрын
al colocar la placa no se conecta con blynk. por que puede ser ?
@johnarvingenosa16726 жыл бұрын
thanks much
@reddingtonjoestuff32072 жыл бұрын
I have NodeMCU V3 CH340, any body know which motor shield I should buy?
@reddingtonjoestuff32072 жыл бұрын
I ended up with 2 piece of L298N module
@reddingtonjoestuff32072 жыл бұрын
@Gakler Gaming idk, that component still on shiping
@othmanmirizi64654 жыл бұрын
Why you used l293d? Not l298n?
@luisderivas60054 жыл бұрын
Have you read both spec sheets? This is the first thing to do. Then you would know that the L298N simply supports greater voltage and current, not needed for the motors used.
@m.v.badiger86912 жыл бұрын
Code link is not available
@joseluisgonzalez27364 жыл бұрын
muy bueno
@MrGairhe5 жыл бұрын
cannot find ESP8266WiFi.h
@ericto35525 жыл бұрын
maybe you have not installed into your Arduino IDE. Try to follow this: circuits4you.com/2018/06/21/add-nodemcu-esp8266-to-arduino-ide/
@Tumsakari5 жыл бұрын
Cannot open sketch
@donykurniawan87014 жыл бұрын
help , ...please you send me for sketch program .................
@dohrehmee5 жыл бұрын
Potential malware on the qBqDBa link, lots of redirects. Poster please fix that link or remove it. Good video besides that. Thank you.
@yelileiga90604 жыл бұрын
How can I find the arduino code?!?!
@MakerTutor1014 жыл бұрын
github.com/makertut/NodeMCU-L298D
@matteorossi6273 жыл бұрын
@@MakerTutor101 WHICH LIBRARY DO I HAVE TO USE?
@jitu19734 жыл бұрын
if (person == girl && person == engg ) { serial write ( !! CRUSH !! ) ; }
@andresvargas60915 жыл бұрын
#define BLYNK_PRINT Serial #include #include #define derechaMotorSpeed D5 //14 #define derechaMotorDir D6 //12 #define izquierdaMotorSpeed D7 //13 #define izquierdaMotorDir D8 //15 char outh[] = "copiar el token "; char ssid[] = ".........."; char pass[] = "......."; int minRango = 312; int maxRango = 712; int minvelocidad = 450; int maxvelocidad = 1020; int novelocidad = 0; void moveControl(int x, int y) { if(y >= maxRango && x >= minRango && x= maxRango && y >= maxRango) { digitalWrite(derechaMotorDir, HIGH); digitalWrite(izquierdaMotorDir,HIGH); analogWrite(derechaMotorSpeed,minvelocidad); analogWrite(izquierdaMotorSpeed,maxvelocidad); } else if(x = maxRango) { digitalWrite(derechaMotorDir,HIGH); digitalWrite(izquierdaMotorDir,HIGH); analogWrite(derechaMotorSpeed,maxvelocidad); analogWrite(izquierdaMotorSpeed,minvelocidad); } else if(y < maxRango && y > minRango && x < maxRango && x > minRango) { analogWrite(derechaMotorSpeed,novelocidad); analogWrite(izquierdaMotorSpeed, novelocidad); } else if(y = minRango && x
@mohammedjunedjazri32434 жыл бұрын
Sir can you mail it plz mdjunedjazri2011@gmail.com