-
Notifications
You must be signed in to change notification settings - Fork 22
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
Estop support #40
Comments
No, I'll add it in the next commit.
It is a little less harsh than a soft reset, it will not immediately reinitialize the controller. Unlike a soft reset via the reset pin the e-stop state cannot be cleared before the input signal is deasserted (e-stop switch unlocked) so a tad safer and this is perhaps the major difference. |
Hi @terjeio, I'll wire the signal from the emergency contactor auxiliary contact. Is it possible to also add support for HC-05 bluetooth? Thanks again! |
Sorry, didn't mean to close, new to github issues. |
Which board? An interrupt capable aux input is required. |
BTT SKR 1.3, I haven't checked which pins are interrupt capable, is it easy to find? |
I have mapped P0.2 in the Servo header and added the Bluetooth plugin in the latest commit. Note that USB comms has to be enabled as default since the driver only supports one serial port. I have only tested with a Re-ARM board, I leave it to you to verify with the SKR board as I do not have one. |
Just an update, I've been unsuccessful in setting up the bluetooth as my usb port is faulty, leaving only the single serial port. I'm yet to verify the estop, that'll probably be tomorrow. I've decided to replace the board with BTT Octopus Pro STMF446, so I'll see you in that repo soon. Thanks, |
Hi, Please let us know the outcomes! |
ahh thx for the fast reply, I will test in the morning! |
Hi,
Is it difficult to add estop support to this driver? And what features does this add?
Thanks!
The text was updated successfully, but these errors were encountered: