Skip to content

Instantly share code, notes, and snippets.

@controlzone
Created July 1, 2015 10:29
Show Gist options
  • Save controlzone/d66f4c3fe5243608e785 to your computer and use it in GitHub Desktop.
Save controlzone/d66f4c3fe5243608e785 to your computer and use it in GitHub Desktop.
pi get temp + volts
#!/bin/bash
clear
#Getting System Information
/opt/vc/bin/vcgencmd version
/opt/vc/bin/vcgencmd measure_temp
/opt/vc/bin/vcgencmd measure_volts core
/opt/vc/bin/vcgencmd measure_volts sdram_c
/opt/vc/bin/vcgencmd measure_volts sdram_i
/opt/vc/bin/vcgencmd measure_volts sdram_p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment