0

I'm creating a cute wooden box for my pi as XBMC + webServer. As I want the system to stop using energy when switched off I included the 5v 1a transformer in the case, and put the switch between the transformer and the wall socket, not between the transformer and the pi, as people use to do.

My concern now is how will this affect the Pi in terms of temperature or even electric fields or whatever.

The whole thing is pretty packed. I extracted the transformer with its own board with filters and other stuff and placed it just above the Pi, where the camera connector is. and the whole thing is in a enclosed wooden box.

I know the temp is mean to stay at -40°C ~ 85°C but I don't know what is the safe area.

Any comments, suggestions, things that I forgot or whatsoever ??

Piotr Kula
  • 17,307
  • 6
  • 65
  • 104
javirs
  • 660
  • 1
  • 6
  • 19

1 Answers1

2

Wood is an OK thermal insulator so you should cut/drill 2 holes to allow air to flow straight in the bottom, across the CPU/RAM/LAN and out the top.

The raspberrypi is fairly resistant to EMF (EMC certs(CE,FCC,CTick,CRTC), is still working for me after sitting on a PSU for 3 years) so the PSU should not be an issue but you can wrap it in a faraday cage (aluminum foil) if you want.

Test with a cardboard box and see what the CPU reports the temperature to be for the shape you want after an hour of intensive use. It should not be more than 10 to 20 above its surroundings, and not above 85.

cat /sys/class/thermal/thermal_zone0/temp
user1133275
  • 2,216
  • 15
  • 31