Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 01:18 29 Oct 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Internal Temperature Sensor PICO 2W

Author Message
Askjerry
Newbie

Joined: 21/09/2025
Location: United States
Posts: 11
Posted: 09:06pm 21 Sep 2025
Copy link to clipboard 
Print this post

When I was playing around with Thonny before finding MMBASIC, they had a way of using the internal temperature sensor. I know it was reading the CPU temperature... but I still found it handy.

I didn't see any mention of that in the manual (I may have missed it) but is it possible to do?

Did we have something like this?

from picozero import pico_temp_sensor
from time import sleep

while True:
   print(pico_temp_sensor.temp)
   sleep(0.1)


Thanks,
Jerry
 
PhenixRising
Guru

Joined: 07/11/2023
Location: United Kingdom
Posts: 1581
Posted: 09:15pm 21 Sep 2025
Copy link to clipboard 
Print this post

print pin(temp)
 
Askjerry
Newbie

Joined: 21/09/2025
Location: United States
Posts: 11
Posted: 09:23pm 21 Sep 2025
Copy link to clipboard 
Print this post

Yup... that worked... 35.46 I'll have to do the math to convert... but that's the easy part.

Thank you PhenixRising :-)
Jerry
 
PhenixRising
Guru

Joined: 07/11/2023
Location: United Kingdom
Posts: 1581
Posted: 05:43am 22 Sep 2025
Copy link to clipboard 
Print this post

I had a RP2350 DIL module, running overclocked @378MHz for several days and it somehow found its way between pages of a closed book. The module was very warm to the touch but the reported pin(temp) was only 51°  
 
Askjerry
Newbie

Joined: 21/09/2025
Location: United States
Posts: 11
Posted: 01:18pm 23 Sep 2025
Copy link to clipboard 
Print this post

Wait... 51C is 123.8F (Yeah, that's a bit warm)
 
PhenixRising
Guru

Joined: 07/11/2023
Location: United Kingdom
Posts: 1581
Posted: 02:01pm 23 Sep 2025
Copy link to clipboard 
Print this post

  Askjerry said  Wait... 51C is 123.8F (Yeah, that's a bit warm)


Meh, I worked on the Dubai dry dock in that kinda heat, troubleshooting tower cranes.  
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025