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?
Search found 2 matches
- Wed Apr 05, 2023 1:53 pm
- Forum: ESP-IDF
- Topic: Replacing encrypted app, causes "No MD5" partition error: why?!
- Replies: 16
- Views: 10000
- 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: 8739
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...