#Possible ways that incorrect CircuitPython usage might fry a device?

1 messages · Page 1 of 1 (latest)

near island
#

I've managed to destroy a relatively pricey RP2040 unit - a KeyBow 2040 (https://circuitpython.org/board/pimoroni_keybow2040/ - also fiddly to solder connectors to), so before I destroy another one, I'd like to try to understand what I did wrong! The unit died dramatically when it was physically enclosed/stable - I wasn't rearranging wires or anything - and the various hardware components had been working perfectly for several days. However, I was in the middle of cut-and-pasting code from one python file to another on the device.

A luxe 16 key USB-C keyboard with tactile mechanical switches and fully customisable RGB lighting, ideal for custom macro pads, midi controllers and stream decks. RP2040 gives Keybow 2040 low latency input, zero boot time and a new, compact footprint.Features 16 (4x4 matrix) of low profile keys ...

#

The Keybow 2040 began to restart rapidly - maybe 30 times at a frequency of approximately once per second - and then died. It was hot to the touch.

#

After that, it seems completely unresponsive to bring attached to power- no drive (CIRCUITPY or RPI-RP2) shows up when the device is attached by usb-c, so there's no way to reflash the hardware, even if it's not completely burnt out.

near island
#

So, I guess I'm trying to understand how the Keybow 2040 could have died in that way- rapidly restarting, getting hot - when I wasn't messing with the hardware (which had been working for days, and was sealed away) but was messing with the software.

#

Alternatively, could saving the second file, rapidly after saving the other one, have corrupted the Keybow 2040 to the point where it died? If so, I need to disable auto-save altogether when I next try!

red shell
#

I looked at the schematic of the KeyBow 2040 and it's pretty innocuous. The switches are just wired to ground. I don't think this has to do with your editing or any software. Changing the pull would not do anything dangerous to the hardware. I think there was a coincidental hardware failure at the same time.

I would suggest that you bring this up with Pimoroni, in their forums.

What part of the board got hot?

If you plug it in now, what is the USB bus voltage, and do you see 3.3V output from the voltage regulator? If you can show any burned-looking areas in a photo, that would be helpful.

near island
#

Thanks Dan - it's good to know I can't permanently break the devices through saving files! I'll raise a post in the Pimoroni forums. TBH I can not remember now what part of the Keybow board got hot - here's a picture of the board in it's current state: https://photos.app.goo.gl/ZiZJdA8y7YaJNhGb7 - I don't see any obvious burns?

#

When I plug the keybow in now, I get 5V on VBUS, and the expected 3.3V from the voltage regulator - SDA, SCL, and INT are all high at 3.3V, and TX, RX are low.

#

The device still doesn't show up when plugged into a computer - it doesn't show on lsusb