grblHAL / ESP32

grblHAL driver for ESP32
Other
73 stars 42 forks source link

Problem with ESP-WROOOM-32 #22

Closed vvv1954 closed 1 year ago

vvv1954 commented 2 years ago

Hello,

I compiled codes with basic functions (no WiFi, no SD, etc) and uploaded the firmware to ESP-WROOOM-32. But when connected it goes to the loop sending the welcome message. image Also I tried one of yours build (Fix for issue #21) - the same problem.

terjeio commented 2 years ago

Is this when connecting with a sender and/or a terminal?

vvv1954 commented 2 years ago

With Candle and LaserGRBL.

vvv1954 commented 2 years ago

With terminal (Espressif IDE) as follows image

terjeio commented 2 years ago

Try with compatibility level > 0, or ioSender if on Windows.

vvv1954 commented 2 years ago

I uploaded your build with "ninja flash" and everything is working (it was uploaded before with Espressif Download Tool). However when I am doing the same with my build it goes to the loop above.

It seems there is something wrong with my Espressif IDE installation: mainly it reports no errors, but somtimes the errors like "bool not defined" or the warnings like "Member 'flash_size' was not initialized in this constructor" appear.

terjeio commented 1 year ago

If you are not modifying code you may try the Web Builder to generate firmware. I am closing this issue as I have no idea about what is causing this issue and I have never seen it during development.