Requesting Help - bdring/Grbl_Esp32 GitHub Wiki

When you request help via Github issues or Discord we would like you to provide the following information.

Version

Please note the version of the firmware you are using. We only support the latest version. The latest version can be found at the top of the Grbl.h file. You version is listed at the top of your boot messages.

Controller Type

What controller hardware are you using? If it is a custom designed controller, please describe it.

Boot Messages

When Grbl_ESP32 boots, it sends out a bunch of messages that describe the firmware version, machine definition and options used. This is very helpful for someone trying to help you with your problem. The boot messages are sent to the the USB/Serial port when Grbl_ESP32 starts up. You cannot use the WebUI or other interfaces, because the boot process will be complete before you would be able to connect. Use the Arduino IDE Serial monitor or your favorite serial terminal to view these messages. You can click the reset button on the ESP32 module (preferred) or send $System/Control=Restart via the serial monitor to force a reset. It will look something like this. Please do not include any other text besides the [MSG .....] lines.

[MSG:Grbl_ESP32 Ver 1.2a Date 20200710]
[MSG:Compiled with ESP32 SDK:v3.2.3-14-gd3e562907]
[MSG:Using machine:ESP32_V4]
[MSG:Axis count 3]
[MSG:RMT Steps]
[MSG:PWM spindle Output:2, Enbl:22, Dir:-1, Freq:5000Hz, Res:13bits]

[MSG:Client Started]
[MSG:Connecting Barts-WLAN]
[MSG:Connecting.]
more...

Settings

Send $S via the serial terminal to get all of your settings. The settings look like this.

$Sta/SSID=Barts-WLAN
$Sta/Password=******
$Sta/IPMode=DHCP    
$Sta/IP=0.0.0.0     
$Sta/Gateway=0.0.0.0
$Sta/Netmask=0.0.0.0
$AP/SSID=GRBL_ESP   
$AP/Password=****** 
$AP/IP=192.168.0.1  
$AP/Channel=1
$System/Hostname=grblesp
$Http/Enable=ON
$Http/Port=80
$Telnet/Enable=ON
$Telnet/Port=23
$Radio/Mode=STA
$Bluetooth/Name=btgrblesp
more....

Custom changes to Grbl_ESP32.

If you you made any code changes to Grbl_ESP32 please tell us exactly what was changed and why.

GCode

If the problem happens when you are sending gcode, please attach the gcode file and say what program generated the gcode.

How are you interfacing with Grbl_ESP32

Please tell us if you are using a gcode sender, the WebUI, etc.