Skip to content
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

Fystec_e4_map.h has esp32 pin GPIO34 triggering both x limit switch and estop #135

Open
juansal32 opened this issue Jan 18, 2025 · 0 comments

Comments

@juansal32
Copy link

Hello everyone,
I need some help with my compiled files from GRBLHAL Web Builder (http://svn.io-engineering.com:8080/).
When I press the x axis limit switch it activates both the x axis limit switch but also the e stop.
After a few days of digging I stumbled upon https://github.com/grblHAL/ESP32/blob/master/main/boards/fysetc_e4_map.h
and noticed that both the estop and x limit switch are triggered by the same GPIO34 pin, kinda weird. I have divided up and traced the GPIO pins on the ESP32 and there are two pins unused which are GPIO pins 1 and 3.
I have downloaded the file in the link above and simply changed GPIO34 to GPIO3 for the Reset/Estop pin. My question is, where does file go to from the three files from the web builder? Firmware? Bootloader? Partition? My next question is how to get the edited file into the correct file? When attempting to opne any .bin file, it;s only symbols.
Any help would be fantastic!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant