-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with my project. #39
Comments
Hi,
1) Yes, you can use this project to get closed loop control of a dc motor
using an L298N.
2) My code uses an incremental encoder so you do not need to change that.
3) My project allows an external controller to set two signals STEP and
DIRECTION to control the reference position of the motor. We recently have
added a new feature for the control to do an automatic home probing, so it
can detect the end of the travel on one direction and use that to act as a
virtual end-stop, not sure this feature is useful for you, but it is
definitely optional.
I would love to see some pictures/video of your system once you have it
working.
Best regards,
misan
|
Thank you so much for your information. I just start to do this project and now I'm on research. If the project is move on, i will get some pictures to you. But the information as you mentioned, which code that you do automatic home probing? is it dcservo file? Do i need to connect wire STEP and ENDSTOP? |
ENDSTOP is an output you can ignore but STEP and DIR are input pins you can use or set to HIGH or LOW if you do now use them. |
OK thank you |
Hello, i am new guy to write program. I am doing the project about the Robot goalkeeper. First, i would like to know if we use this code to make a closed loop dc motor, is it possible? second, I have incremental rotary encoder but i do not know how to change from potentiomenter to incremental encoder. Third, how abot the STEP and ENDSTOP. I use L298N and there was the 2 input and pwm channel for 1 motor.
Thank you
The text was updated successfully, but these errors were encountered: