Raspberrypi burned
My RASPBERRY PI ZERO was burned at work. At work at room temperature at 28 ° C I wanted to know what temperature RASPBERRY PI ZERO could work for a long time without burning.
Re: Raspberrypi burned
Much higher than that. It wasn't the heat that killed it.
Re: Raspberrypi burned
The vast majority of RPi fatalities are caused by electrical abuse.
The GPIO pins on all models are relatively fragile in the electrical sense. They do not take kindly to receiving voltages less than 0 or more than 3.3 nor to having currents in excess of about 16 mA drawn from them or sourced by them. The resultant damage to the GPIO stage frequently spreads within the SoC converting it into a miniature electric fire. Additionally the Zero and ZeroW models have no protection whatsoever against overvoltage or reverse voltage.on the 5 volt power input points.
The GPIO pins on all models are relatively fragile in the electrical sense. They do not take kindly to receiving voltages less than 0 or more than 3.3 nor to having currents in excess of about 16 mA drawn from them or sourced by them. The resultant damage to the GPIO stage frequently spreads within the SoC converting it into a miniature electric fire. Additionally the Zero and ZeroW models have no protection whatsoever against overvoltage or reverse voltage.on the 5 volt power input points.
Quis custodiet ipsos custodes?
-
- Posts: 14031
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: Raspberrypi burned
The Pi throttles back its clock speed at 85C. A temperature of 28C (about 85F) is nothing. Yesterday, where I live, the local temperature topped out at 93F (though probably a bit cooler inside...we have some "old shade") and none of the Pis had the slightest problem. I have seen them run without issues when the ambient temperature was over 100F and one forum poster from Australia did tests with a Pi in an attic where the temperature hit 140F.
Re: Raspberrypi burned
A relatively 'official' statement is to be found here: https://www.raspberrypi.org/help/faqs/# ... emperature
So it is unlikely to have 'burnt' at 28degC
So it is unlikely to have 'burnt' at 28degC
- Ronaldlees
- Posts: 294
- Joined: Sat Apr 16, 2016 4:28 pm
- Location: North Carolina, US
- Contact: Website
Re: Raspberrypi burned
Are you sure it's "burned?"
What do the LED lights do when you power it up? I had a couple Pi2 boards that looked "dead" - but brought them back to life by powering them thru the 3.3VDC GPIO pin (#1), thus bypassing the dead 5V regulator (using a separate 3.3 VDC supply, of course). That supply needs to be fused separately, as well - otherwise, no protection for the SoC.
Although - I'm not a Zero expert. I imagine the Zero is set up the same way as the Pi2 in terms of the regulator? Or not?
What do the LED lights do when you power it up? I had a couple Pi2 boards that looked "dead" - but brought them back to life by powering them thru the 3.3VDC GPIO pin (#1), thus bypassing the dead 5V regulator (using a separate 3.3 VDC supply, of course). That supply needs to be fused separately, as well - otherwise, no protection for the SoC.
Although - I'm not a Zero expert. I imagine the Zero is set up the same way as the Pi2 in terms of the regulator? Or not?
Last edited by Ronaldlees on Mon Jul 17, 2017 5:39 pm, edited 1 time in total.
I am the Umbrella man
Re: Raspberrypi burned
Similar. No fuse. No PWR LED. The rest of the power circuit is mostly the same.Ronaldlees wrote: I imagine the Zero is set up the same way as the Pi2 in terms of the regulator? Or not?
- Ronaldlees
- Posts: 294
- Joined: Sat Apr 16, 2016 4:28 pm
- Location: North Carolina, US
- Contact: Website
Re: Raspberrypi burned
Thanks for that info. I think I must have put the edit into the message (above) - for the "fuse" - about the same time as you posted your reply.rpdom wrote:Similar. No fuse. No PWR LED. The rest of the power circuit is mostly the same.Ronaldlees wrote: I imagine the Zero is set up the same way as the Pi2 in terms of the regulator? Or not?
I am the Umbrella man
Re: Raspberrypi burned
USB power supply I measured the PP8 PP9 2 voltage test points. Power can start to measure 3.3v 1.8v over a voltage will tend to 0v
Re: Raspberrypi burned
Thank you I'll try your wayRonaldlees wrote:Are you sure it's "burned?"
What do the LED lights do when you power it up? I had a couple Pi2 boards that looked "dead" - but brought them back to life by powering them thru the 3.3VDC GPIO pin (#1), thus bypassing the dead 5V regulator (using a separate 3.3 VDC supply, of course). That supply needs to be fused separately, as well - otherwise, no protection for the SoC.
Although - I'm not a Zero expert. I imagine the Zero is set up the same way as the Pi2 in terms of the regulator? Or not?