0

This is a model 3B+, due to some under-power warnings on the screen I was testing the actual voltage between the 5V and ground pins on the header, but managed to touch pin 40 (SCLK) to pin 39 (GND) with the multimeter probe.

This caused the Pi to reset and seemingly be dead - the polyfuse is fine (5v present at test point P7), the red power LED is lit but I don't get anything from the activity LED at all. I've tried the SD card in an identical 3B+ and it boots fine, also tried a fresh SD card with a new install of Raspbian, no help.

Have I just killed to the board, plain and simple, or is there anything else worth trying to resurrect it?

(And if anyone can explain why shorting pin 40 to ground would have such a dire effect, I'm also curious...)

James Turner
  • 105
  • 4

2 Answers2

5

I don't see that connecting pin 40 (GPIO21, aux SPI SCLK) to ground would have any bad effect.

Most GPIO are set as inputs. Connecting an input mode GPIO to ground or 3V3 is normal operation and has no bad effect.

If the GPIO was set in output mode and set high then it might damage the GPIO if connected to ground for an extended period. I don't think a brief (few seconds) touch would do any harm.

You are more likely to have damaged the Pi/GPIO by connecting 5V to a 3V3 pin or connecting 5V to a GPIO.

The most likely cause of damage is you inadvertently connected 5V to a 3V3 pin.

joan
  • 71,852
  • 5
  • 76
  • 108
1

Even with 50 years experience as an Electrical Engineer I wouldn't poke at a 0.1" header with a multimeter probe (although the 50 years experience probably taught me the hard way).

Attach Du-pont leads to the pins, and measure the flying leads.

Test the voltage on Pin 1 (3.3V) - if this is absent the Pi is dead.

Connecting Pin 39 and 40 will not cause any damage - I do this regularly, and have a push button connected there to shut the Pi down. Even if Pin 40 (GPIO 21) is configured as an output this extremely unlikely to cause damage.

I suspect you may have shorted Pin 1 & Pin 2 - which is invariably fatal.

Milliways
  • 62,573
  • 32
  • 113
  • 225