Sparkfun ESP32 Thing Plus---Programming without USB connection

Hello,

Is there anyway I can program/operate the Thing Plus without having it (constantly) connected via USB to a computer? As I see that there is a JST port for single-cell Li-Po batteries to power the device. However, I wasn’t able to run any code on Arduino IDE for it without the USB connection.

It may be as simple as needing to hit the “reset” button after uploading your code - run through the hookup guide here https://learn.sparkfun.com/tutorials/es … mple-blink

You can also power it via the JST/LiPo connector, or via the pins (see hookup guide)

Program the board while connected to a computer, then add a battery and disconnect the board from USB.

Thank you! I eventually figured out how to implement Over The Air updates, and it all worked out here. Much appreciated