Search found 2 matches

by hacksta
Wed Apr 05, 2023 1:53 pm
Forum: ESP-IDF
Topic: Replacing encrypted app, causes "No MD5" partition error: why?!
Replies: 16
Views: 9265

Re: Replacing encrypted app, causes "No MD5" partition error: why?!

greddy wrote:
Wed Nov 09, 2022 12:41 am
I went through exactly the same process as you:
I am attempting to go through encryption on an Arduino build as well - were you successful in your attempts to enable release mode encryption and secure boot?
by hacksta
Fri Oct 01, 2021 6:37 pm
Forum: General Discussion
Topic: ESP32 Bus Invalid State, TwoWire() Can't init Error with Serial GPS and I2C OLED
Replies: 2
Views: 8552

Re: ESP32 Bus Invalid State, TwoWire() Can't init Error with Serial GPS and I2C OLED

I have had very similar issues with the i2c bus not working until it reset itself, sometimes right away, sometimes not. I found that re-initializing when an error occurred fixed everything. I am on Arduino IDE and just run Wire.begin(x,y,freq) again. It sounds like a bandaid fix, and probably is, bu...