I have accidentally connected (SDA, SCL) with (5v, GND) (the two pins next to them), after doing so the raspberry pi has been overheating just by connecting it with power source (with no pins connected), and using i2cdetect shows all possible adresses
Asked
Active
Viewed 3,078 times
1 Answers
4
i2cdetect showing all addresses is a symptom of the SDA GPIO being permanently connected to ground, i.e. bust.
The Pi overheating is a symptom of the GPIO circuitry having been exposed to 5V at currents the internal protection circuitry can't handle (anything more than half a milliamp or so). The damage spreads through the circuitry until the Pi completely dies.
joan
- 71,852
- 5
- 76
- 108