Showing posts with label raspberry pi. Show all posts
Showing posts with label raspberry pi. Show all posts

Tuesday, July 19, 2022

[Fix] Raspberry Pi with Windows Remote Desktop Connection - empty screen or "connection problem, giving up"

Wednesday, April 14, 2021

Print Raspberry Pi CPU and GPU temperature

cpu1=$(</sys/class/thermal/thermal_zone0/temp)
cpu2=$(echo "scale=1;$cpu1/1000" | bc)

gpu1=$(/opt/vc/bin/vcgencmd measure_temp)
gpu2=$(echo $gpu1 | tr -dc '.,0-9')

echo "$(date +'%d.%m.%Y %H:%M:%S') @ $(hostname)"

echo "CPU: $cpu2"
echo "GPU: $gpu2"

Friday, February 2, 2018

How to change Raspberry Pi hostname

How to setup multiple WiFi networks on Raspberry Pi


How to connect to a Raspberry Pi Zero with a USB cable and SSH on Windows

How to install Bonjour service on Windows without installing iTunes

Tuesday, May 31, 2016

Remotely run/debug with root priviledges using VisualGDB

Tuesday, May 3, 2016

Useful bash commands

Monday, May 2, 2016

[HowTo] Install developer’s tools on Ubuntu

[HowTo] Install Ubuntu on RPi 2 or 3

[HowTo] Install ADB and Fastboot on RPi

[HowTo] Connect RPi to WiFi access point

Sunday, May 1, 2016

[HowTo] Connect RPi to PC with network cable