1

I am curious what the relative operating humidity of the RasPi is. There is a lot of information about measuring humidity with the RasPi, but I haven't come across any information about the max operating humidity of the RasPi is.

Any help is appreciated!

NotaPieGuy
  • 13
  • 3

1 Answers1

1

According to this graph (Instructables Image), it commonly runs around 80% to 90% at normal.

Temp. C / Orange Temperature / Humidity

Here's the original project that measures the temperature and humidity. It should be step 9: Instructables.

The GitHub repo for the code can be found at: jervine/rpi-temp-humid-monitor

Dylan
  • 409
  • 1
  • 3
  • 18