Skip to content
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

Potential issue with GPIO12 #17

Closed
sebastius opened this issue Jun 30, 2020 · 4 comments
Closed

Potential issue with GPIO12 #17

sebastius opened this issue Jun 30, 2020 · 4 comments

Comments

@sebastius
Copy link
Contributor

sebastius commented Jun 30, 2020

GPIO12 (MTDI pin) on the ESP32 when pulled high on boot sets another LDO voltage:

image

Which will cause a brownout on the flash-chip in the wrover. We've learned that the hard way with the Hackerhotel 2019 badge project i was part of.

No idea if the display is capable of pulling the pin high on boot, but it might be interesting to verify. I have a few V2 boards (with my modifications bodged in) that aren't booting right now, will look into this.

A fix is relatively easy: burning a fusebit will set the voltage permanently. It is however unfortunate that not all wrovers require the same voltage IIRC.

@vroland
Copy link
Owner

vroland commented Jul 1, 2020

The more you know... Thanks for sharing! So far I did not encounter the issue with any of my displays, but when I've got access to as scope I can look for anything suspicious.

@vroland
Copy link
Owner

vroland commented Jul 1, 2020

If I'm seeing it corrently, GPIO12 is not connected to any display pin. It is broken out as MISO, thus the internal pull-down should do its job...

@sebastius
Copy link
Contributor Author

I think i misread the schematic then :) So it's a non-issue, might be useful to update the readme with a caveat.

@vroland
Copy link
Owner

vroland commented Jul 3, 2020

Addressed in f4ac37a.

@vroland vroland closed this as completed Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants