LDO for ESP32 DEVKIT V1
Posted: Wed Oct 02, 2019 6:48 pm
Hi everyone,
I plan to use an ESP32 DEVKIT V1 (30 GPIO version) at a battery powered setup. It gets feed by 3x AA NiMh battery
As power regulator, I use a MCP1702 LDO which converts battery voltage to 3.3. I added some electrolyte capacitors (220uF) at battery and at output of LDO. Also I use ceramic capacitors (1uF) as shown in MCP1702 datasheet at both sites, VIN and VOUT.
Most time, ESP is in deep sleep and ULP does the work. After a given period, ESP wakes up and sends data by wifi. Everything runs fine from USB power. But when I ran off battery, ESP wakes up and sends empty data captured by ULP. Because this happens at USB power only after initial boot, I assume I've got a power issue which results in re-initialization of whole ESP after WIFI is done.
It makes me bit curious that it sends data (sure initial data, but it sends over wifi) and crashes afterwards.
However, does any one know a good replacement for MCP1702? It should be an "solderable" package format like TO-92. Also it should have a low quiescent current and a low drop voltage like MCP1702 has. I've read of HT7833, but it's mostly impossible to purchase
I've read that I can put LDO in parallel to increase output current. This might also an option to me but I don't know how. Can I just hook them in parallel or do I need additional circuits?
Thanks
I plan to use an ESP32 DEVKIT V1 (30 GPIO version) at a battery powered setup. It gets feed by 3x AA NiMh battery
As power regulator, I use a MCP1702 LDO which converts battery voltage to 3.3. I added some electrolyte capacitors (220uF) at battery and at output of LDO. Also I use ceramic capacitors (1uF) as shown in MCP1702 datasheet at both sites, VIN and VOUT.
Most time, ESP is in deep sleep and ULP does the work. After a given period, ESP wakes up and sends data by wifi. Everything runs fine from USB power. But when I ran off battery, ESP wakes up and sends empty data captured by ULP. Because this happens at USB power only after initial boot, I assume I've got a power issue which results in re-initialization of whole ESP after WIFI is done.
It makes me bit curious that it sends data (sure initial data, but it sends over wifi) and crashes afterwards.
However, does any one know a good replacement for MCP1702? It should be an "solderable" package format like TO-92. Also it should have a low quiescent current and a low drop voltage like MCP1702 has. I've read of HT7833, but it's mostly impossible to purchase
I've read that I can put LDO in parallel to increase output current. This might also an option to me but I don't know how. Can I just hook them in parallel or do I need additional circuits?
Thanks