Tjoms99 / xiao_sense_nrf52840_battery_lib

A battery management library for the XIAO BLE and XIAO BLE Sense board using Zephyr.
Apache License 2.0
20 stars 3 forks source link

Killed my XIAO #3

Closed schmidvon closed 4 months ago

schmidvon commented 4 months ago

Hello, I don't know if this is an issue with your Lib but I added it to my project and connected a 3.7 Lipo. It first worked fine but after connecting and disconnecting an usb c cable to charge, my chip is now dead... could not determine what happened.

Tjoms99 commented 4 months ago

Hey @schmidvon, sounds very unfortunate. Could you tell me some more about your setup and code?

You say your chip is dead, is it the BQ charging chip or is the the nRF52 (microcontroller)? Is it only parts of the nRF52, like the ADC? Are you getting error messages in the log? Have you modified the library in any way? Can you open the XIAO board in your file manager after connecting the USB and tapping the reset button twice? Have you tried reflashing the board? Maybe it would be a good idea to flash a simple Hello World or a blink example to make sure the problem is not code-related.

schmidvon commented 4 months ago

Hello. I tested it with another Program as you said and I didn't kill the XIAO but the extension Board. I don't think this has anything to with your Lib. Thanks for your help!