I have the XIAO ESP32C6 connected to a 3.7v lipo battery using the battery terminals on the bottom. The rest of the circuit is nothing out of the ordinary. When i charge the battery by plugging in a USB-C connector to the XIAO, the red light blinks (which is good as it means the battery is charging) but eventually the ESP32C6 stops functioning and turns out to be fried (unrecognizable by my computer even though I try bootloader mode). This happened twice already. Anyone have any ideas what is going on?
EDIT: my circuit does not use the GND pin on the XIAO, as the ground in my circuit connects to the battery negative terminal on the bottom of the XIAO. I assume that the GND pin and the battery negative terminal are internally connected, right? Do i need to connect the ground of my circuit to the GND pin as well? I doubt this is causing the issue but it’s worth a mention.
Hi there,
Well without a schematic or photo of this apparatus I would say Yes, You’re probably sinking the GND current through the LOW on a GPIO and Killing the MUX , hence killing strapping and booting and probably the ENAble pin. i.e Toast or Xiao=NULL or Permanent SLEEP mode.
20ma. is the max current with GPIO12 & 13 being 40Ma. capable (but also D+ D- ) usb pins.
Are you powering anything on the Xiao’s 5V pin? or 3.3 pin?
HTH
GL PJ
thanks for the help boss. I can’t really post my schematic because the project is confidential, although the setup isn’t really anything out of the ordinary. I’m not using the 5v or 3.3v pin and in fact nothing is connected to anything on the ESPC6 but for the BAT- BAT+ and two of the digital pins. So are you saying that I should also connect my ground to the GND pin in addition to the BAT- pin? I can try that once I receive my additional XIAO’s from Amazon since I fried the two that I have
@Seeed_Harrison Can you confirm that the BAT- and GND are internally connected on the XIAO ESP32C6? in other words, if something is connected to the BAT- terminal on the bottom of the chip, is that the same as connecting it to the GND pin or should I also connect to the GND pin in addition to the BAT-? Thanks.
Thanks. I note that the Specification says the input voltage is “BAT:3.8V@9mA” , I am using a 3.7v lithium polymer battery, and lipo batteries actually have 4.2v when fully charged. Do you think this can be the issue?