Could you please help me ? How could i make the motor rotate lets say 10000 times and then stop ? Im asking because if i press 1 time the motor rotates 200 steps i think and then stops, but if i keep yhe button pushed the motor keeps rotating and never stops until i take the power out.
Okay I may think I figured out what the problem could be. If you write a higher number than 200 in to the "my_Stepper.step(200);" function, the watchdog can reset your microcontroller... The Stepper.h library wasn't written professional... but you can solve this problem if you just write the "my_Stepper.step(200);" more times (so many you need! for example 5 times for 1000 steps) and between each line you write "Blynk.run(); " because it resets the watchdog timer. This is an easy solution but for longer rotations you should definitely make this with a function, which includes a FOR loop. hope I could help you! I think I'm going to make a Video about Watchdog. ;)
Hi, Thanks a lot, its really greate effort and great knowledge. i need to do a project for a preset position linear actuator with a DC motor abd a stepper motor, with Arduino Mega or UNO but i am not able to write the code and the scheme, can you please help. Regards
so because wemos is a wifi module, you can alway find it on wifi search by a mob phone, laptop. would it be connected? would it be hacked easy by connecting to wifi and would the stepper mottor would be controlled in that way. :) am asking this cuz am thinking about to make a door lock with this :)
I never did this on that way but i should be possible :) and then yes that should be connected automaticly, if you have the correct password of course ;P if it is safe.? It's like every other wifi network.. I'm not a hacker and don't know if it is easy to hack in to a wifi network... but I don't think it's easy..
Your video is good. I like the simplicity of your explanation. It would be great for the readers if you can share the connection diagram using tools like Fritzing.
@@Epic-Electronics I would like to conduct the experiment and give you the feedback. Can you share the Fritzing Image of this circuit to my Email ID: amruth@smaragdine.work?
@@Epic-Electronics Thanks for sharing the details. I was out of town for a while and I am very happy to see your response on my return. If you are interested, I think both of us can work on a project.
@@yugendravenkatadurgamruthk7797 were you able to wire it as he did in the video? I am not electrician and I find it hard how he used the circuit board. Thanks
@@Epic-Electronics i had some doubts regarding projects in arduino where I'll contact you sir You are in instagram please give me id in personal saruksaruk742785@gmail.com
@ritik _edits Yes, I uploaded it to github. I would appreciate it, if you can give me a answer here in the comments, if it was possible to download the code with github. Because that was the first time I used github. github.com/EpicElectronics/Steppermotor
@@Epic-Electronics sorry was in a bad mood! ive changed to a like, but on the serious side, people with Dyslexia and other learning difficulties will struggle to concentrate on the information your trying to get across especially at the speed you present it.. When i make my vids i dont use music at all, but then again my vids probably be to your taste either! why didnt you use an A4988 for this?
I didn't use the A4988 because I had only the L298 driver laying around.. but now I have bought the A4988 and if I find enough time I will do another video about it ;)
if you have any question about the tutorial or something else about the channel, feel free to comment below.
Could you please help me ? How could i make the motor rotate lets say 10000 times and then stop ? Im asking because if i press 1 time the motor rotates 200 steps i think and then stops, but if i keep yhe button pushed the motor keeps rotating and never stops until i take the power out.
Okay I may think I figured out what the problem could be. If you write a higher number than 200 in to the "my_Stepper.step(200);" function, the watchdog can reset your microcontroller... The Stepper.h library wasn't written professional... but you can solve this problem if you just write the "my_Stepper.step(200);" more times (so many you need! for example 5 times for 1000 steps) and between each line you write "Blynk.run(); " because it resets the watchdog timer. This is an easy solution but for longer rotations you should definitely make this with a function, which includes a FOR loop.
hope I could help you! I think I'm going to make a Video about Watchdog. ;)
Thank you for the video. Helped me to open a door for my chickens :)
I appreciate it! That was my goal to help other people :)
I am having hard time how to do the wiring can you please help me?
I guess you're Swiss? Very happy to see you on TH-cam :D
Which power supply do you use for this setup?
Yes I am :P
I used a Labor Power supply and added a Buck converter, nothing special ;)
Hi,
Thanks a lot, its really greate effort and great knowledge.
i need to do a project for a preset position linear actuator with a DC motor abd a stepper motor, with Arduino Mega or UNO but i am not able to write the code and the scheme, can you please help.
Regards
so because wemos is a wifi module, you can alway find it on wifi search by a mob phone, laptop. would it be connected? would it be hacked easy by connecting to wifi and would the stepper mottor would be controlled in that way. :) am asking this cuz am thinking about to make a door lock with this :)
I never did this on that way but i should be possible :) and then yes that should be connected automaticly, if you have the correct password of course ;P
if it is safe.? It's like every other wifi network.. I'm not a hacker and don't know if it is easy to hack in to a wifi network... but I don't think it's easy..
Great video, appreciate it, I am confused oh how you wired it with circuit board. Can you please explain it?
Your video is good. I like the simplicity of your explanation. It would be great for the readers if you can share the connection diagram using tools like Fritzing.
Thanks for the feedback :) that's a good idea to use tools like fritzing. Next time I will use that tool. ;D
@@Epic-Electronics I would like to conduct the experiment and give you the feedback. Can you share the Fritzing Image of this circuit to my Email ID: amruth@smaragdine.work?
Yugendra Venkata Durgamruth Kumar Sala I put the file from Fritzing on github. You find the link on the videodescription🙂🤙🏻
@@Epic-Electronics Thanks for sharing the details. I was out of town for a while and I am very happy to see your response on my return. If you are interested, I think both of us can work on a project.
@@yugendravenkatadurgamruthk7797 were you able to wire it as he did in the video? I am not electrician and I find it hard how he used the circuit board. Thanks
Hi I am confused with blink 2.0 bcoz on blink old app is not working ( I cant create a new account) help me
Can you please provide the circuit diagram for this? I am not able to download from github
How to add another 1 stepper motor how will the code be
how to connect a4988 stepper motor driver with bluetooth hc-06 and its code on arduino?
I didn't test it but it should be more ore less the same as in the Video. But I'm going to make a video about it in the future.
@@Epic-Electronics can you help me with at least sketch it on paper on how the actual circuit connection should be
can you guide me on how to control bipolar stepper motor using DRV8825 and Wemos d1 mini using blynk app? I dont know how to modify code for DRV8825
а как управлять скоростью двигателя из приложения blynk?
How can I stop the engine with the switch?
Will this method used for nodemcu
It works with the nodemcu. :)
@@Epic-Electronics i had some doubts regarding projects in arduino where I'll contact you sir
You are in instagram please give me id in personal saruksaruk742785@gmail.com
You can write me on Instagram. ;)
how to work on this project but using driver motor a4988? please help me
where do you need help? Arduino code? wiring the A4988? Let me know so I can help you ;)
@@Epic-Electronics for both bro!
hey i need help, where can i contact you?
Syahira Rosly , you can find me on instagram, write me there👍🏻
Epic Electronics whats your username?
Syahira Rosly the same as my youtube channel => Epic Electronics😉
can you share me this code please ..?
@ritik _edits Yes, I uploaded it to github. I would appreciate it, if you can give me a answer here in the comments, if it was possible to download the code with github. Because that was the first time I used github.
github.com/EpicElectronics/Steppermotor
@@Epic-Electronics yes i can download the code from here ... thank you .. can you please share a circuit diagram also please ...?
@@myjabalpurlive6676 can you give me the prefix of your number (country)? the number doesn't work
@@myjabalpurlive6676 yes i need circuit diagram
Tone the music down man!
yes you're right, it's way to loud.. :/
@@Epic-Electronics sorry was in a bad mood! ive changed to a like, but on the serious side, people with Dyslexia and other learning difficulties will struggle to concentrate on the information your trying to get across especially at the speed you present it.. When i make my vids i dont use music at all, but then again my vids probably be to your taste either! why didnt you use an A4988 for this?
I didn't use the A4988 because I had only the L298 driver laying around.. but now I have bought the A4988 and if I find enough time I will do another video about it ;)