ESP_Sprite wrote: ↑Fri Oct 27, 2023 2:48 am
I think you're misreading the datasheet, for a Vo of 3.3V the typical dropout only is 350mA. 800mA is for an 1.8V-or-less LDO.
What could be happening is that you run into the internal resistance of the battery itself. In that case, moving the cap to the battery side may help; that keeps a little bit of headroom for the LDO to do its thing while the cap is draining.
(Also, perhaps a stupid question, but are you 100% sure that cap makes good contact with the traces? It looks like the way you soldered it it's possible that one of the pins doesn't make contact but you don't have the clearance to see that.)
Hi ESP_Sprite,
First of all, thank you for your never ending support and great effort. This support is so much important for a beginner like me. Please find my questions and findings below;
I think you're misreading the datasheet, for a Vo of 3.3V the typical dropout only is 350mA. 800mA is for an 1.8V-or-less LDO.
As far as I know that datasheet has referred that this voltage drop should be occured at input of HT7833. Not output side. This is because output of HT7833 output should be 3.3v in any case unless ESP32 or any other component drop the voltage after that. Isn't it correct? In my case voltage drop only occurs while sending ESPNOW Tx process. My pain point is keeping voltage level stable during Tx at ~3.3v level to avoid brownout on ESP32.
On the other hand, I extect that voltage drop shouldn't be occured at output of HT7833. Because battery voltage is at 3.5v level. Calculation is at below;
3.5v (battery voltage) > 3.3v (HT7833 output) + 360mV ( 3V ≤ VO ≤ 5V in datasheet) . So why do I see 600 - 800 mV drops at output of HT7833?
I just want to understand the basics.
What could be happening is that you run into the internal resistance of the battery itself. In that case, moving the cap to the battery side may help; that keeps a little bit of headroom for the LDO to do its thing while the cap is draining.
It is good idea. I will try this.
(Also, perhaps a stupid question, but are you 100% sure that cap makes good contact with the traces? It looks like the way you soldered it it's possible that one of the pins doesn't make contact but you don't have the clearance to see that.)
This is very good warning. I double checked contacts and traces via continuity check by using multimeter.
Thank you for your patience and best regards,
Orkun