Skip to content
The Great Mojave Rover
The Great Mojave Rover

A build log sharing my experiences learning how to build a rover.

  • About The Great Mojave Rover
  • Rover Build Blog
  • Knowledge Base
The Great Mojave Rover

A build log sharing my experiences learning how to build a rover.

March 16, 2018

Measure Raspberry Pi Temperature

Found this gem on GitHub to measure the CPU temperature of your Raspberry Pi in a single line in the terminal and convert to Fahrenheit.

awk '{printf("%.1f°F\n",(($1*1.8)/1e3)+32)}' /sys/class/thermal/thermal_zone0/temp
Compute Rover Code

Post navigation

Previous post
Next post

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

March 2018
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Feb   Apr »

Categories

  • Compute
  • Design
  • Environmental Sensors
  • Full Stack Sensor Project
  • How-To
  • Rover
  • Rover Testing
  • Solar Testing
  • Uncategorized
  • Update

Recent Posts

  • The full stack sensor project
  • Quick update.
  • Solar test 16 is having a hard time.
  • Wiring done working on Mission Control
  • Solar Testing Still working and wiring of motors done
©2025 The Great Mojave Rover | WordPress Theme by SuperbThemes