TPS3839 + voltage divider

Hi everyone, I try to make this circuit (Solar panel and supercapacitors - #51 by gromit1) with TPS3839 voltage supervisor and I want to add a voltage divider after the RESET pin to protect the ESP microcontroller. So I have a few questions.

  1. What is the maximum voltage that ESP8266 / ESP32C3 can handle on EN pin?

  2. If it's only 3.3V then am I right that I only need one resistor connected to GND from the RESET pin because the other resistor in the voltage divider is already in the circuit, the one which is connected to the VDD pin (R1).

  3. What happens to R2? There is 0.4V voltage drop compared to VDD in the voltage supervisor. Does it influence the voltage divider I want to use? Is there an internal resistance of the TPS chip?(that would affect the divider)

@anon27210439 @Wawa

Do You really expect helpers to read 120+ posts to take on Your post here? Why not continue the old post?

  1. The datasheet for device the tells that.
  2. What are You trying to achieve? What voltage divider?
  3. ??????
1 Like

A schematic will show how it is connected.

The old post is closed unfortunately, I couldn't continue there. Post #51 is the only important. I didn't find resistance data in the datasheet.

I want to charge a super capacitor with a boost converter and a solar panel.
An LDO will be used to lower the supercapacitor voltage to 3.3V which is suitable to power the esp microcontroller. The voltage supervisor chip is there to deactivate the microcontroller if there is not enough voltage in the capacitor and the 2 resistor you see is for hysteresis, so the circuit won't turn on immediately as it reaches 3.3V but after it reaches 4V for example.

This is the circuit I want to build:

All ES8266 I/O pins
Table 5-1. Electrical Characteristics
Working Voltage Value
VIH Max 3.6 V.
Ref: https://www.espressif.com/sites/default/files/documentation/0a-esp8266ex_datasheet_en.pdf Pag 19

1 Like

Can I reduce the voltage with an npn transitor? I would like to connect 3.3v to drain and the RESET pin to gate, source to GND.
For now I used a current limiting resistor in series with the RESET instead of R9(you can see in my previous post) but this doesn't work well neither the original circuit I posted.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.