Q: Can I use the ESP32 while the LiPo battery is charging?
A: Yes, you can use the ESP32 while the LiPo battery is charging. The board has two separate chips—one for charging the LiPo battery and another for supplying power to the ESP32—ensuring smooth operation during charging.
Q: I bought the ESP32 with a LiPo battery charger. Which board should I select in the Arduino IDE?
A: Make sure to install the ESP32 board support package by Espressif (not the one published by Arduino). Then, in the Arduino IDE, select “ESP32 Dev Module” as the board type.