Category: hardware
I am surprised to find out that my laptop is switched off this morning – normally, Windows has automatic updates and will reboot PC after updates are installed – …
On Linux, we can cat the file “/proc/meminfo” to display memory related information: $ cat /proc/memoinfo MemTotal: 32939372 kB MemFree: 31155452 kB MemAvailable: 31269760 kB Buffers: 242964 kB Cached: …
Raspberry PI 4 comes by default CPU Clock 1.5G and Raspberry PI 400 has a slightly powerful CPU 1.8G. However, they are not powerful enough if you are going …
We can write a BASH Script to print out the current CPU frequency and temperature on Raspberry PI. #pi@raspberrypi:~ $ cat ./cpu_freq.sh #!/bin/bash temp=`head -n 1 /sys/class/thermal/thermal_zone0/temp | xargs …
The Raspberry PI 400 Kit is a all-in-one personal computer keyboard that comes with a pre-installed 16GB Micro SD card (Raspbian OS). It costs around 100 GBP and comes …