Teensy 4.1 Y axis pins not working? #378
Replies: 4 comments 8 replies
-
Bad Teensy? I happen to have a board and scope at hand and Y step and dir are working as they should (same pins). |
Beta Was this translation helpful? Give feedback.
-
Can you, please, tell me which file it is? I looked at motor_pins.h but it doesn't look like the correct file. |
Beta Was this translation helpful? Give feedback.
-
Try using the Web builder and select T41U5XBB - that mapping is the same as the pin diagram you posted.. One possibility - are you using any kind of level translation on your teensy pins (HCT logic or other)? are you sure it is ok? Have you verified that the signal is getting to the driver? You can use a DMM on the Teensy pins - the direction pin is persistent after a move so you can cause it to flip for easy measurement. When I was first testing my hardware, I wrote a simple program that toggled every output pin once a second and then used an LED+resistor to test each pin. Quick way to verify the hardware is working. |
Beta Was this translation helpful? Give feedback.
-
I tried to compile in Arduino IDE but I got this error message: Arduino: 1.8.16 (Windows 10), TD: 1.58, Board: "Teensy 4.1, Serial, 600 MHz, Faster, US English" In file included from C:\Users******\Documents\Arduino\libraries\grblHAL_Teensy4\examples\grblHAL_Teensy4_Upload\grblHAL_Teensy4_Upload.ino:26: C:\Users******\Documents\Arduino\libraries\grblHAL_Teensy4\src/grblHAL_Teensy4.h:22:10: fatal error: grbl/grbllib.h: No such file or directory 22 | #include "grbl/grbllib.h" compilation terminated. Error compiling for board Teensy 4.1. The directory is there but the grbllib.h is not |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Teensy 4.1. I have dual Y axis. X, Z and A axis running no problem but Y doesn't. I have removed the Dir and Step wire of the Y axis and paralleled them to the A axis and the Y axis moves. That means that my wiring is OK and that the problem is either in GRBLHal or in my Teensy. I used this setup to connect my machine.
grbl-settings-backup-custom-2023-10-04.txt
Beta Was this translation helpful? Give feedback.
All reactions