2

Update: I've done this for over two years and haven't had any issues at all. It is fine.


I use the RPi to measure the temperature of homebrew beer. I currently just brew in my closet, but I would like to buy a chest-freezer/refridgerator which would combat the heat during the summer (temperature is arguably the most important variable to control for in brewing).

It would be much easier for me if I could place the RPi inside of the chest freezer, which I would set at 55-60*F. Can a RPi withstand this temperature without degrading more than it would otherwise?

I do realize that over the winter my apartment went much lower than 60*F; however, this wasn't a 24/7/365 constant, but only during night times.

Matthew Moisen
  • 745
  • 5
  • 11
  • 25

2 Answers2

4

All electronic components used in the Raspberry Pi will at least be specified for the common "commercial" temperature range (0°C to 85°C). (I don't know much about the manufacturer's supply chain, but it is virtually impossible to buy even average quality parts that are not specified to withstand that range.)

Some components, e.g. electrolytic capacitors, will have a decreased life expectancy when they're constantly operated at temperatures near the (mostly upper) limits of their specification, but 15°C is temperate enough not to have any noticeable effects.

Note: This goes for the Raspberry Pi itself. Cheap power supplies might and any type of batteries will suffer from reduced efficiency at 15°C.

n.st
  • 526
  • 4
  • 11
3

That temperature shouldn't be a problem. Just watch out for humidity. Especially when you remove it from the cold environment and put it in the warm one. Water vapor in the warm air will condensate on the pi. And water and electricity don't mix. Leaving it unplugged while it get up to temperature prevents any damage from happening.

Happy brewing.

Gerben
  • 2,420
  • 16
  • 17