Showing posts with label Raspberry. Show all posts
Showing posts with label Raspberry. Show all posts

Friday, July 7, 2017

RPI 3 - check temperature


On the raspberry pi 3 for checking temperature of CPU core there are two ways.
First method if you are running official raspbian, second method for any other Linux distro like Kali

Method I:
$ vcgencmd measure_temp
output:
temp=45.1'C

Method II:
$ cat /sys/class/thermal/thermal_zone0/temp
output:
45084

Both are reading 45 degree Celsius


=> turn HDMI off to reduce current requirement

to turn off:
/opt/vc/bin/tvservice -o

to turn on
/opt/vc/bin/tvservice -p


Tuesday, April 26, 2016

HDMI output issue with Raspberry Pi 3

You need to edit /boot/config.txt file in order to enable HDMI forcefully ie even if no display is connected.
  hdmi_force_hotplug=1
  hdmi_drive=2
  hdmi_group=2
  hdmi_mode=81 


the second entry 'hdmi_drive=2' force HDMI mode rather than DVI, this makes audio works in DMT (computer monitor).

complete file config.txt

The 64 MB partition of the SD-card is mounted as /boot when OS is booted and running.


hdmi_drive=1 Normal DVI mode (No sound)
hdmi_drive=2 Normal HDMI mode (Sound will be sent if supported and enabled)

hdmi_group=1 CEA # TV
hdmi_group=2 DMT # Computer monitor
 
hdmi_mode=81 1366x768 60 Hz