RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. temperature
    Log in to post
    • All categories
    • W

      Concerned about temps

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support temperature pi 3 heat problems
      1
      0 Votes
      1 Posts
      329 Views
      No one has replied
    • N

      How to replace in-game FPS with core temp

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support fps temperature in game
      3
      0 Votes
      3 Posts
      530 Views
      N

      Ah, OK.

      I'm a noob to linux (Raspberry Pie) so i'll not be doing that anytime soon.

      Thanks

    • I

      CPU and GPU Temps Not Displaying in Bash Welcome Tweak?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support bash welcome temperature
      2
      0 Votes
      2 Posts
      422 Views
      I

      Resolved this, appears to be a compatibility issue with localisation and certain languages/keyboards not wanting to display "°". Reset keyboard settings to the default:

      # KEYBOARD CONFIGURATION FILE # Consult the keyboard(5) manual page. XKBMODEL="pc105" XKBLAYOUT="gb" XKBVARIANT="" XKBOPTIONS="" BACKSPACE="guess"

      Also reset language to the default:

      LANG=en_GB.UTF-8
    • R

      What are classed as good temps for the pi3

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support temperature pi3b
      2
      0 Votes
      2 Posts
      365 Views
      mituM

      I think they're pretty reasonable for a PI3.

    • S

      Heatsink for emulation required?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming heatsink emulation temperature
      14
      0 Votes
      14 Posts
      6k Views
      simpleethatS

      I like to pull that tape of and use thermal paste. I never trust that stuff when it's preapplied.

    • soulgrieverS

      FanGPIO - PWM fan control script

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development gpio fan pwm temperature
      5
      0 Votes
      5 Posts
      4k Views
      K

      I would like to recommend the following reading, which I have applied to my Raspberry pi
      https://descubriendolaorangepi.wordpress.com/2017/06/20/gpio-en-c-control-automatico-de-ventilador-segun-la-temperatura/
      I usually use this other script in Python
      https://pastebin.com/EsbQEJzw

    • A

      Performance Monitoring - netdata

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming performance monitoring temperature cpu
      5
      2 Votes
      5 Posts
      2k Views
      jonnykeshJ
      #!/bin/sh while true do clear BYELL=`echo "\033[01;33m"` #boldyellow ORNG=`echo "\033[33m"` #orange WHITE=`echo "\033[01;37m"` #bold white RED=`echo "\033[31m"` #red RESET=`echo "\033[m"` #reset temp=$(vcgencmd measure_temp) temp=${temp:5:4} echo -e "${RESET}${ORNG}Device:${BYELL}`whoami`@`uname -n`${WHITE} `date +"%a %d %b %Y %R %Z"`${RESET}${ORNG} IP:${BYELL}`ip route get 8.8.8.8 2>/dev/null | head -1 | cut -d' ' -f8`${RESET}" echo echo echo echo echo echo echo echo echo echo echo echo -e " ${ORNG}************************" echo -e " [${BYELL} CPU Temp: ${temp}°C${RESET}${ORNG} ]" echo -e " ${ORNG}************************${RESET}" echo echo echo echo echo echo echo echo echo echo -e " ${BYELL}CPU temperature is updated every 5 seconds.${RESET}" echo echo -e " ${ORNG}Press Ctrl+C to exit."${RESET} tput cuf 118 sleep 5; clear done
    • Q

      Auto speed fan according temperature

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development fan control fan retropie temperature
      8
      1 Votes
      8 Posts
      3k Views
      Z

      Ehm, I don't recall, and I don't feel like opening up my cab right now.

      But I don't think it matters much. You will need to use a transistor able to supply current needed by your fan, which likely will be most of them.
      Have a look at this article for some more background.

    • J

      Frequent Temperature Warning in EmulationStation menu

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support temperature warning
      10
      0 Votes
      10 Posts
      3k Views
      TMNTturtlguyT

      @Capeman i believe @fieldofcows and others are trying to find another video player to use instead of the OMX player. I do not believe that OMX will ever support overlays. In the mean time, i suggest reducing your video file sizes, use heat sinks and a fan on your pi, and set your screen saver to 1 or 2 minutes to go to a black screen. This should eliminate the heat issues while still allowing you to use the VLC player.

    • ParadoxxP

      Temperature not shown at console

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support temperature no masurement
      3
      0 Votes
      3 Posts
      938 Views
      ParadoxxP

      @AlexMurphy The manual measuring with vcgencmd mesure_temp works fine i mean the Auto Measuring at the console window not working i attached a screenshot so you can see what i mean. 0_1490343153435_Retropie Temperature Measuring Failure.png

    • W

      High current and temps at RetroPie home screen? Pi Zero W

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pi zero w current temperature
      2
      0 Votes
      2 Posts
      697 Views
      fnkngrvF

      did anyone ever provide some type of response to this or has anything been identified?

    • edm203E

      Temp check in emulation station?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support temperature emulation stati
      11
      0 Votes
      11 Posts
      14k Views
      S
      echo -e "CPU => $(echo "scale=1; $(cat /sys/class/thermal/thermal_zone0/temp)/1000" | bc)'C\nGPU => $(/opt/vc/bin/vcgencmd measure_temp | sed "s/^.....//g")"

      This is an alternate script that will show both GPU and CPU Temps that you could use in place of the one listed above.

    • fieldofcowsF

      Please test: Using OMXPlayer as video renderer

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulationstatio video temperature
      104
      9 Votes
      104 Posts
      47k Views
      pjftP

      @fnkngrv Yeah. That's 0.01 seconds :)

      You'll need to set

      <showSnapshotDelay>false</showSnapshotDelay>

      to true, and add a number of seconds there - you may try 1 to start with.

    • RandoCalrisianR

      Pi3 Fan control via temp

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming fan temperature python transistor
      6
      0 Votes
      6 Posts
      2k Views
      RandoCalrisianR

      @flop I'll attempt to wire the pi with a fan and a transistor going to pin 12 (GPIO 18) and I'll report back with findings.

    • M

      Pi 3 overheating with CRT Shader

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support overheating temperature shaders crt shader raspberry pi 3
      11
      1 Votes
      11 Posts
      6k Views
      WerewolfW

      @Marinho Great thread, thanks for the info. I've been noticing the same thing here. Playing with shaders causes the system to run really hot. I thought it was just cause I was playing PSX games. But when the thermometer started showing up with SNES games I knew something was up.

    • daeksD

      High temperature during scrapping?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support temperature
      3
      0 Votes
      3 Posts
      1k Views
      daeksD

      I used the the internal scraper from the menu.
      No, I havent changed anything. Just bought a fresh PI3 and installed the premade SD image without any further tuning/overclocking.
      Thx for your feedback. It's a normal black closed plastic case (Rydges Pro Case). I will put some heatsinks on it and watch the temperature more closely.

    • S

      Share your Raspberry Pi idle/load temps while running Retropie

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming temperature
      7
      0 Votes
      7 Posts
      3k Views
      Drakaen391D

      once i fix the fan tonight i will reply with a more accurate temp

    • A

      High temp after 4.1 upgrade

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support temperature 4.1
      1
      0 Votes
      1 Posts
      736 Views
      No one has replied
    • S

      kodi running at 100% Cpu on standard PI2. Build Problem or something else?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support kodi retropie versio raspberry pi 2 ip address temperature
      8
      0 Votes
      8 Posts
      4k Views
      S

      Hi,

      Couldn't pin point the problem with this, so I've done a new build. The kodi on this build is running at 10% idle.

      The only thing I can think off, is ive written a script which is cause kodi to sap up the cpu. Will just have to test as I go along to find what was causing it.

    • dankcushionsD

      Runcommand warning if voltage/temperature throttling

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development feature request idea runcommand voltage temperature
      3
      1 Votes
      3 Posts
      6k Views
      C

      I know this is an old thread, but I'm replying here because it's the first "open" result on a related Google search.
      I wrote a quick script that I'd like to share for quickly parsing the above into a user-readable format

      Sample output:

      Status: 0x50005 Undervolted: Now: YES Run: YES Throttled: Now: YES Run: YES Frequency Capped: Now: NO Run: NO

      Script:

      #!/bin/bash #Flag Bits UNDERVOLTED=0x1 CAPPED=0x2 THROTTLED=0x4 HAS_UNDERVOLTED=0x10000 HAS_CAPPED=0x20000 HAS_THROTTLED=0x40000 #Text Colors GREEN=`tput setaf 2` RED=`tput setaf 1` NC=`tput sgr0` #Output Strings GOOD="${GREEN}NO${NC}" BAD="${RED}YES${NC}" #Get Status, extract hex STATUS=$(vcgencmd get_throttled) STATUS=${STATUS#*=} echo -n "Status: " (($STATUS!=0)) && echo "${RED}${STATUS}${NC}" || echo "${GREEN}${STATUS}${NC}" echo "Undervolted:" echo -n " Now: " ((($STATUS&UNDERVOLTED)!=0)) && echo "${BAD}" || echo "${GOOD}" echo -n " Run: " ((($STATUS&HAS_UNDERVOLTED)!=0)) && echo "${BAD}" || echo "${GOOD}" echo "Throttled:" echo -n " Now: " ((($STATUS&THROTTLED)!=0)) && echo "${BAD}" || echo "${GOOD}" echo -n " Run: " ((($STATUS&HAS_THROTTLED)!=0)) && echo "${BAD}" || echo "${GOOD}" echo "Frequency Capped:" echo -n " Now: " ((($STATUS&CAPPED)!=0)) && echo "${BAD}" || echo "${GOOD}" echo -n " Run: " ((($STATUS&HAS_CAPPED)!=0)) && echo "${BAD}" || echo "${GOOD}"