Is production: true
#migrated #raspberry-pi

Title: How to check raspberry pi temperature

Created: 5 Apr 2021 Modified: 5 Apr 2021

Description:



[Original Link]

Instructions

Check temperature

  1. original

    vcgencmd measure_temp
    
  2. extract number

    vcgencmd measure_temp | egrep -o '[0-9]*\.[0-9]*'
    

[Legacy Link]