Replies: 1 comment 5 replies
-
Hi @flkmrz, sorry that you're facing problems with steppers. One potential problem could be the inverted enable signal - try disconnecting the ENA contact on the stepper and see if it helps. If it doesn't, I suggest uploading the original h4.ino and trying the wiring as per https://github.com/kachurovskiy/nanoels/tree/main/h4#wiring - if this doesn't help, there might not be enough current on the 5V terminal for the stepper driver to receive the signal. In this case I suggest providing 5V from the power supply to PUL+, DIR+ and ENA+ on the stepper. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using an H4 with TB6600 stepper drivers like these: https://www.amazon.com/gp/product/B09XTJC3WF/ and can't get the steppers to respond at all.
Since the output of the H4 is single ended, I wired all of the minus side inputs to ground, and connected the positive side inputs to the H4.
I'm powering the stepper drivers with a lab power supply. I tried a second power supply just in case the first one was bad, but no help there.
I tried with the shipped software and got no response from the steppers at all, so I went through the software and set the relevant constants to the appropriate values, recompiled, and then uploaded to the H4 with no issues. Still no response from the steppers.
The encoder is responding normally and seems to be indicating accurately, but no matter what I try I can't seem to get the steppers to respond at all.
I'm not sure if I need to make changes to the wiring, reconfigure the software, or do something else.
Any help would be greatly appreciated.
Thanks for reading!
DL
Beta Was this translation helpful? Give feedback.
All reactions