-
-
Notifications
You must be signed in to change notification settings - Fork 532
Requesting Help
When you request help via Github issues or Discord we would like you to provide the following information.
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.
What controller hardware are you using? If it is a custom designed controller, please describe it.
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...
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....
If you you made any code changes to Grbl_ESP32 please tell us exactly what was changed and why.
If the problem happens when you are sending gcode, please attach the gcode file and say what program generated the gcode.
Please tell us if you are using a gcode sender, the WebUI, etc.
- Home
- Hardware
- ESP32 Dev Kit Versions
- Compiling with Arduino IDE
- Compiling with PlatformIO
- Using the Serial Port
- Grbl_ESP32 Settings
- Controlling Grbl_ESP32
- Setting Up the I/O pins
- Spindle Types
- Basic Kinematics
- Custom Machine Functions
- Home/Limit Switches
- Machine Work Space
- Stepper Motor Drivers
- Trinamic Drivers
- Axis Squaring and Ganging
- Settings
- SD Card
- Bluetooth
- Wifi
- WebUI
- Using Telnet
- Servo Axis
- Push notifications
- Switches
- Stepper Drivers
- Spindle options
- Other Ouputs
Testing public edit