CARVIEW |
Select Language
HTTP/2 200
date: Sat, 09 Aug 2025 12:29:34 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 96c7427e3e14b277-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=7913a330-93dc-4186-b438-1d961f9c7440; expires=Sun, 09 Aug 2026 12:29:33 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=7913a330-93dc-4186-b438-1d961f9c7440; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=jvM9y6.Cb5eUfjXDQzcnUxrDWBKbiacdU9oDM8Nx0Y4-1754742574-1.0.1.1-Ii4teCnbni34k3u2M2.TS1Pd4ublY.fG5Aa7wkJCdJG4KTuchACdaxonAkHPPQPK33umhr5SDIg1_3giKozDRtIjDHnhjVv6Z0Z0i3k0o1Y; path=/; expires=Sat, 09-Aug-25 12:59:34 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=DhwIqHwXgC5aGdZ029eEDC74.Em92fAooDJxJ9XMZXs-1754742574312-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: ec510e31-841a-419e-a2df-5461084247c2
x-worker-origin-response-time: 486000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'temperature' Questions - Raspberry Pi Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [temperature]
This is for questions pertaining to the acceptable temperature ranges for the Pi and its respective parts.
204 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
3
answers
424
views
How to log temperature data
I'm looking for a simple, low-maintenance, future-proof way to log the CPU temperature (and ideally voltage data too).
The Raspberry Pi is part of an embedded system attached to vehicles operated by ...
0
votes
0
answers
49
views
The DS18B20 temperature sensor not visible by the Raspberry Pi in the Proteus
I do the laboratory work from the site of the University of Cambridge (https://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/temperature/), but using the Proteus only.
I did the schematic (VCC = 3....
5
votes
1
answer
944
views
Turn off GPIO fan when the temperature lowers by more than 5 degrees
I am able to trigger my Raspberry Pi 3B's fan to turn on at 50 °C with the following line in /boot/config.txt:
dtoverlay=gpio-fan,gpiopin=3,temp=50000
However, it automatically turns off again when ...
0
votes
1
answer
49
views
how do i run a script when the cpu gets too hot [duplicate]
i need to send commands to my hats that control fans and a little warning LED if the cpu goes above or below a specified state of temperature
https://unix.stackexchange.com/questions/756721/raspberry-...
0
votes
1
answer
625
views
Get package temperature of a Raspberry Pi pico using C
I'm working on a Raspberry Pi pico and I'm using the C pico-sdk. I want to get the temperature of my package so I followed the datasheet of the rp2040 (page 565) and I've used the following code :
...
3
votes
1
answer
1k
views
Raspberry PI Pico W temperature reading
I have been playing with my newly acquired Raspberry Pi Pico W and reading the temperature.
How much variation between the internal temperature sensor and an external TMP36 wired up to ADC2 should I ...
-2
votes
1
answer
54
views
hi i have a problem with dht11 and LED
I want to record data from dht11 and turn on the LED in the same code
the dht11 work good by separate code
the led also work well by separate code the problem is when I make it one py code problem ...
2
votes
1
answer
3k
views
How to PID control a heater with SSR, Raspberry Pi and python
I would like to PID control the temperature of a water bath using a RaspberryPi4, a solid state relay (SSR) and a heater (200W, 230VAC) using python.
The IVMech library seems a good starting point.
As ...
0
votes
0
answers
33
views
HTU21 read problem
I try to read temperature values from HTU21 with pigpio, C code given below:
#include <stdio.h>
#include <pigpio.h>
#define addr 0x40
#define rdtemp 0xF3
#define rdhumi 0xE5
#define wtreg ...
0
votes
0
answers
146
views
Cold start Raspberry Pi 4B? How cold?
My company recently ran tests on two Pi 4Bs in a temp chamber with camera attached.
Ran 1000 hours at 70C ambient - CPU around 80-82C No issues. (power always on)
Ran 1000 hours hot/cold cycle -25C ...
0
votes
1
answer
193
views
raspberry pi zéro 2
I wanted to ask a question. Is there a security system to shutdown the Raspberry Pi Zero 2 in the event of overheating? A hardware solution in the Raspberry Pi(a form of security) and not a software ...
0
votes
0
answers
319
views
Two 'burnt' HDMI ports on two Raspberry Pi 3B+s one after the other
Background:
I had Raspbian 10 (installed over NOOB) running on a Raspberry Pi 3B+ running:
BOINC (30% CPU time and 25% CPU cores used)
dump1090
Kodi
Kismet
since July 2020, pretty much 24/7 till ...
0
votes
1
answer
97
views
how to detect human presence at the computer
After working from home for a while, I bought a standing desk that can move up and down.
I'd like to have better understanding of my work patterns, especially these 2 metrics:
how much time do I ...
2
votes
3
answers
4k
views
How can Rpi4B use python to talk to the I2C DHT20 / SHT20 temperature and humidity sensor?
I'm trying to use a Raspberry Pi 4 to read an I2C temperature and humidity sensor. The part I'm using is a module from Grove based on the DHT20 sensor. Here's a link to a page about the module
I need ...
0
votes
0
answers
121
views
Measuring CPU temperature gives error
When I run the command vcgencmd measure_temp to measure the tempearture of my Raspberry Pi, instead of expected output (e.g. temp=50.1'C) it sometimes throws an error as follows:
vc_gencmd_send ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Hot Network Questions
- Acts 10:28 - "common or unclean" - What meaning is given by Peter in this statement to the ordinary word κοινὸν?
- 長 and 短 in poems
- Would someone corrupted by the One Ring try to remove Sauron?
- Resizing small meshes in edit mode causes quads to form triangles
- Is it normal for a journal to ask reviewers to focus on accuracy of results?
- Can I replace the broken female end of rubber drip hose
- Is the collapse of the wavefunction really part of the quantum theory?
- Improving readability of proofs
- Which Octave am I Singing? (Clip Provided)
- weird behavior of modules-load and the tun module
- Creating n folders with equal number of files from a large folder with all files
- Was each turtle's name meant to have a significant meaning?
- Suggesting separate submission of part of a paper to a different journal
- Harvesting Helium-3 from the atmosphere of Uranus
- How to split a vector of numbers into its digits when vector values differ in length?
- What's the purpose of the 2024 DMG's explicit limit on the number of Ioun Stones?
- Exporting to File Geodatabase results in odd, meaningless popup in QGIS
- Meaning of 言われるあれはない
- Is there an overview of what private space IP addresses are already claimed and which addresses are safe to use?
- Finding parameters of function given its zeros and extrema
- How one could possibly make this in illustrator?
- Mathematical path or approximation for a curly brace usable in 3D projective diagrams
- Solving linear systems with a clustered spectrum except for 1 eigenvalue
- 3 way switch with travelers swapped - safe?