vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.57k stars 533 forks source link

Esp8266 Wifi<-> SerialBridge. No Connection with BCNC. #1374

Open achest opened 4 years ago

achest commented 4 years ago

Hello!

I Try to use Arduino CNC wireless. I have made the schematic like :https://github.com/arkypita/ESP8266-SerialTelnet or similar Socket firmware.

The Hardware works. If I test it with Telnet or with websocket client, It works. Grbl answer to test messages. But the Library in Bcnc could not establish connection .

Question: Which firmware for ESP8266 you are recommend to use?

I will submit Error text later.

achest commented 4 years ago

"Remote does not seem to support RFC2217 or BINARY mode {!r}".format(mandadory_options)) serial.serialutil.SerialException: Remote does not seem to support RFC2217 or BINARY mode [we-BINARY:False(INACTIVE), we-RFC2217:False(REQUESTED)]

dylanpil commented 2 years ago

I used ESP-link on an arduino Mega with esp on it for wifi (installed onto the esp not arduino side for wifi, and grbl on arduino). it worked fairly well. You can configure your ip address and other things in its gui, only after you connect to it over wifi. There is a consul where you can see when you connect to grbl, and you can send commands from here too. and then for GRBL port I typed the ip address eg. socket://192.168.0.1:23 https://github.com/jeelabs/esp-link Good Luck!