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

Good day! I am currently testing the implementation of GRBL for the ESP32 chip. I connect to the chip via socket: // grblesp: 23 from the bCNC program. When starting the file for milling after 40 seconds - 1 minute 30 seconds, an error occurs: connection failed ([Errno 104] Connection reset by peer). I will ask for help in solving this problem. Although, when performing a surface level sample, such a problem does not arise. #1369

Closed
isoskyflyer opened this issue Mar 16, 2020 · 4 comments

Comments

@isoskyflyer
Copy link

No description provided.

@tschundler
Copy link

Does the same gcode work fine over serial? It's possible that something you are sending is triggering a reset on the controller due to an issue on the ESP side.
I found it also to be flaky for wifi sending though I don't think the issue is on the bCNC side. bdring/Grbl_Esp32#713 can help wifi behavior.

@Harvie
Copy link
Collaborator

Harvie commented Dec 30, 2020

I can reccomend https://github.com/terjeio/grblHAL/ I've recently tested it and it works with bCNC.
it works on ESP32 as well as on lots of other CPUs. However the WebUI is not ready yet.

@Harvie
Copy link
Collaborator

Harvie commented Dec 30, 2020

However the WebUI is not ready yet.

Actualy i made mistake when building it. the webui might in fact work... i will test that later.

@isoskyflyer
Copy link
Author

isoskyflyer commented Jan 8, 2021 via email

@Harvie Harvie closed this as completed Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants