esp32 board with efficient regulator #12179
Replies: 2 comments 7 replies
-
No experience with the board you mentioned, but i do have a couple of VS Code extensions that might help you with the VS Code aspect you mentioned. The ESPTool one takes care of the firmware flashing. The MPRemote one lets you use MicroPython's MPRemote commands in a point and click fashion. |
Beta Was this translation helpful? Give feedback.
-
@kjm1102 Have you seen the FeatherS3? This has two efficient 3.3V regulators, one of which can be switched off under program control. This enables external devices to be powered down before entering deepsleep. The board has a deepsleep current below 50μA and is ideally suited for battery applications. |
Beta Was this translation helpful? Give feedback.
-
My fav esp32 boards are ones that come with upython already installed. At a pinch I can use Thonny to install the latest upython. The problem is most espp32 boards don't have an efficient regulator for battery applications.
Does anyone have an experience with upython on https://www.waveshare.com/wiki/ESP32-S2-Pico? It's got a nice reg but the rigmarole described to get upython on it seems daunting, I've never had any success with VS code or any of the espressif toolchains.
Beta Was this translation helpful? Give feedback.
All reactions