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

grbl plotter esp websocketserver #287

Open
qulet opened this issue May 18, 2022 · 10 comments
Open

grbl plotter esp websocketserver #287

qulet opened this issue May 18, 2022 · 10 comments

Comments

@qulet
Copy link

qulet commented May 18, 2022

*I added espwebsocketserver to my ESP8266 plotter. In the LaserGRBL software, I activate the LaserWebESP8266 port and enter in the address field:
ws: //192.168.0.134: 81 /
and I can transfer g-code files via WIFI.
Is it possible in GRBL-Plotter? Do I need to change the ESP8266 firmware?

@svenhb
Copy link
Owner

svenhb commented May 19, 2022

I have

  • Ethernet connection (only tested with ESP32 )
    Frequency for status polling will be reduced automatically to 0.5 Hz.
    image

It's via TcpClient

No idea how to implement websocket... Sorry
I had a look into laserGRBL but it is a completely different architecture in the back, no chance to take over code.

@qulet
Copy link
Author

qulet commented May 19, 2022

Thank you for the quick reply. I will try to reprogram the ESP2866.

@qulet qulet closed this as completed May 19, 2022
@qulet qulet reopened this May 19, 2022
@qulet
Copy link
Author

qulet commented May 19, 2022

I reprogrammed ESP2866 to TELNET.
After typing ip 192.168.0135 port 23 when trying to connect, the GRBLPLOTTER program hangs.

The same iport address as entered in Laser GRBL. works well.
telnet_GRBLPlotter
telnet_LaserGRBL
Do I have to change anything in the setup?

@svenhb
Copy link
Owner

svenhb commented May 19, 2022

Please try a reset or rst after connection:
image

@qulet
Copy link
Author

qulet commented May 19, 2022

After pressing Connect- I can't do anything because the program hangs ......

@svenhb
Copy link
Owner

svenhb commented May 20, 2022

Did you wait the 20 sec. for further messsages?
image

Perhaps the logfile shows more infos (location can be found via the "About" menu item)

@qulet
Copy link
Author

qulet commented May 20, 2022

log_20220520.2.txt

@svenhb
Copy link
Owner

svenhb commented May 20, 2022

Not much information there...
No idea for the moment

@qulet
Copy link
Author

qulet commented May 20, 2022

This is a temporary solution to the problem. This is a virtual com port.
idea:
https://www.instructables.com/Wifi-Grbl-With-Universal-Gcode-Sender/
https://tibbo.com/support/downloads/tdst.html
Works fine with GRBLPLOTTER :))

@svenhb
Copy link
Owner

svenhb commented May 20, 2022

Thanks, good to know. 👍👍👍

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

2 participants