-
Notifications
You must be signed in to change notification settings - Fork 3
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
Test ESP32 #11
Comments
Hey @3d-gussner thanks for having a look at this, good to see someone else trying it out :) The issue you're having is the same one I'm a bit stuck on that i posted last night MarlinFirmware#6524 (comment). I spent some time on this trying to figure it out in the last few evenings and it seems to be when acquiring the locks for the timer but I'm not too sure. I might try to plug-in my ft2232h and use openocd to try and debug that... If by any chance you figure it out that would be great too :D |
I'm not that good in debugging but found something that may help if I am not wrong espressif/arduino-esp32#855 |
@3d-gussner just pushed some code which "solved" the WDT timeout issue -- you can try that out if you want. I managed to print 3/4 of a calibration cube :) not too sure why the end failed just yet but at least it's progress! |
@simon-jouet Thanks, wait for the serial fix @thinkyhead MarlinFirmware#6524 (comment) mentioned is included. |
Hey @3d-gussner, I've rebased yesterday evening but few more things have been merged since; I will do another rebase in the next few hours :) For the board I'm not using the espramps one as it had some issues with the pinout. For the time being I just soldered everything on a proto board so I can try things out. Once I have a more definite pinout I will make an all in one pcb instead of using a ramps board |
Okay it's rebased to the latest bugfix-2.0.x now |
Description
Test ESP32 Marlin code
Steps to Reproduce
Every print i try my https://wiki.wemos.cc/products:lolin32:lolin32 reboots
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Additional Information
Configuration.h
andConfiguration_adv.h
files.Here the OctoPrint terminal results
The text was updated successfully, but these errors were encountered: