Hi there! I have a problem with powering ESP32 Dev Board from the BMS and 18650 battery
I use HW373 BMS connected to the ESP's VIN and GND pins via OUT +/- pins. But instead of working normally, is seems like ESP is restarting constantly. I guess it's because that kind of power source is unstable for ESP's brownout detector. How can i make the whole thinkg work? Maybe use a capacitor?
For the context: i am not an expert hardware engineer, it's not my primary field, but i need to find a solution asap
Many boards use AMS1117-33 regulator. These claim to be "low drop-out" but maybe the drop-out is still too high for it to output a steady 3.3V for the ESP32 chip.
An external and truly low drop-out regulator could be used to power the board through it's 3.3V pin. For example MCP1702-33 or HT7333. But you need to consider how much current is needed at 3.3V by your board and any other circuits it powers.
I also have a bunch of sensors attached (GY-21 HTU21, Capacitive Soil Moisture, INA219). Just checked their datasheets, they should work fine with 3.3V. But i also need to power a motor and water pump, and i am not sure how they'll operate from 3.3V (I'm not goind to power them throug ESP directly tho)