Hi everyone,
I recently bought a Teensy 4.1 from PiHut. When it first arrived, I tested it, and serial communication seemed to work fine. However, after that initial test, the board is no longer recognized by my PC at all.
Here’s what I’ve tried and observed so far:
- I checked all adjacent pins for shorts; there are none.
- I attempted to power the board independently via the soldered 5V pin—nothing happens.
- The USB cable works perfectly with all other devices, including a 1TB external drive.
- Pressing the program button while plugging in the board causes the red LED to blink continuously, but the board still isn’t recognized by either my PC or the Teensy Loader.
- I measured the voltage on the VIN and 3.3V pins:
- Initially, there was no power on the 3.3V pin.
- Now, with the LED blinking, there is power on both the 5V and 3.3V pins.
It appears that the board might be bricked, and I don’t understand why this would happen since it was still running the initial simple serial communication test code.
Has anyone encountered this issue or have suggestions on how to recover the board? Any guidance would be much appreciated.
Thanks in advance!