-
Notifications
You must be signed in to change notification settings - Fork 36
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
ESP32 use hardware u8g2 i2c cause flash crash #55
Comments
Hello! I recently had a report of similar troubles with ESP32-based board. But based on general feedback, other boards work as expected, so not really sure where to dig (I have no access to ESP32 boards as of now, so I am only able to compile sketches without flashing to the real hardware). So let me ask you a few questions, that may help to research this issue further.
To investigate further, I may suggest trying to compile and flash sketch with |
Hi there, Thanks for your fast reply Alex!
I can send you some ESP32 boards and OLEDs, if you want. As all my boards were no longer working, I ordered some new to continue testing then. |
Thank you for detailed response! I am really sorry that you are having these issues, hopefully there is a way to revive these boards and they are not completely bricked after all. Meanwhile I will order some different ESP32 boards from local sources for testing, and consider adding corresponding attention note in a Readme. |
Seems like this
I'll let you know if I manage to gig something more. |
I have used several ways but can not restore them, like
or shorting But don't worry! it doesn't matter I can replace it with a new SPI flash actually XD. Just hope could find this strange problem asap! |
Added corresponding note to Compatibility section of Readme regarding possible issues with ESP32 boards. |
I copied example and just changed
to
Build with
-D GEM_DISABLE_GLCD -D GEM_DISABLE_ADAFRUIT_GFX
, but it cause an esp32 flash error when uploaded and rebooted, tried two pieces but end with the same result.Then can not use esptool.py to write or erase flash anymore.
The text was updated successfully, but these errors were encountered: