-
Notifications
You must be signed in to change notification settings - Fork 340
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
PWR EN functionality #6
Comments
Just a guess: maybe it is read only? So you can read the value and let your sketch find out in this way whether it runs from battery or USB power? |
@Joennuh its an output, there's a diode on the pin, restricting current flow to one direction. |
I have the same problem. I've been analyzing the scheme but I can't figure out how that pin works. I think the scheme contains errors in the polarity of the mosfet. |
I get feedback: PWR_EN can continue to detect the power of the lithium battery when there is no USB power supply. V3V is to prevent leakage current. @paccerdk |
@lewisxhe |
@paccerdk The above is the original words, I am responsible for the transmission. |
I cannot understand BAT offsheet. It is just connected to Q4 and to the partition for battery conversion... Is it connected also to VBAT? |
ESP32-TFT(6-26).pdf |
@ticksp Thanks for the clarification. So the connection of GPIO14 to PWR_EN (as it is JTAG's TMS pin) does not hurt JTAG functionality right? |
It's possible to solder a wire on the bottom of the T-Display module to access the GPIO14. I didn't test it myself but a user confirmed it to work ( #6 (comment) ) : |
Can anyone confirm that you can access IO14 at D6 in order to support JTAG and have the JTAG work? Also it seems as if from ticksp's comment above: if not using a battery then D6 be removed and this makes it easier to solder a wire to the anode pad of D6? |
Thank you for that confirmation. |
I've been trying to figure out the functionality the PWR EN, but your schematics is difficult to figure out in this regard, and its not documented anywhere.
As far as i could figure out, the PWR EN "pin" is supposed to shut off the 3.3V regulator when powered by battery (and usb is disconected), but it does not seem to work (i've tried toggling it)
The text was updated successfully, but these errors were encountered: