Search found 2 matches

by benpro
Wed Jan 12, 2022 8:54 am
Forum: ESP32 Related
Topic: Reset switches
Replies: 1
Views: 8001

Reset switches

I recently picked up a few different model ESP32 boards to try out--BAT, BAT-PRO, and FEATHER. On the FEATHER and the BAT-PRO, the tactile reset switches are unlike any I've seen before. Rather than the normal plastic button, they have a gold dome that depresses. Is this normal or has something dama...
by benpro
Tue Jan 11, 2022 12:44 pm
Forum: ESP32 Related
Topic: ESP32_BAT detect USB connection
Replies: 2
Views: 10867

Re: ESP32_BAT detect USB connection

I have very similar goals, and it can be done. I'm a little surprised there is not a way to do this natively with the hardware. However, the USB-UART bridge drives its TX line high when the USB is connected. When it is disconnected, the bridge makes it high impedance. I'm using the ESP-IDF library, ...