sysbench is a scriptable multi-threaded benchmark tool based on LuaJIT. It is most frequently used for database benchmarks, but can also be used to create arbitrarily complex workloads that do not involve a database server. Install Sysbench on Raspberry Pi sudo apt-get install sysbench Run…
-
-
Yes, it’s not April Fools day. A brand new Raspberry Pi board, lets take a look at this new board before delving into some of the specs and features that we know about. Features 2.4GHz quad-core 64-bit Arm Cortex-A76 CPU VideoCore VII GPU, supporting OpenGL…
-
If you have been following the Raspberry Pi news in the last couple of years you will be aware of massive shortages in hardware for various reasons, one disgusting thing that I have noticed in this time is scalping. scalping is the practice of using…
-
In this example we take a look at the TLV493D magnetic sensor to a Raspberry Pi 4 Description The 3D magnetic sensor TLV493D offers accurate three-dimensional sensing with extremely low power consumption in a small 6-pin package. With its magnetic field detection in x,…
-
In this example we take a look at the SHT40 Digital Humidity Sensor to a Raspberry Pi 4 This is the next generation of the SHT sensors series, we have had articles for other SHTXX sensors and now we move on to the 4th generation…
-
In this example we take a look at the LTR390 UV Light Sensor to a Raspberry Pi 4 Description This sensor converts light intensity to a digital output signal capable of direct I2C interface. It provides a linear ALS response over a wide dynamic range,…
-
In this article we show you how to overclock your Raspberry Pi 4 In fact, on newer models, you can not only turn up the Raspberry PI’s CPU speed, but also the GPU speed. You can, for example, get a Raspberry Pi 4, which defaults…
-
In this article we show you various command line commands to retrieve information about the memory on your Raspberry Pi This was tested on a Raspberry Pi 4. The command “free” provides information about the working memory: free When I ran this I saw this…
-
Alpine Linux – Security-oriented, lightweight Linux distribution based on musl libc and busybox. Android Things – lets you experiment with building devices on a trusted platform, without previous knowledge of embedded system design. Only supported up to Raspberry pi 3 Arch Linux ARM – a port of…
-
Read Linux distribution and release You can use “/ etc / os-release” to retrieve information about the installed Linux distribution and the release cat /etc/os-release This is what I saw [codesyntax lang=”bash”] PRETTY_NAME=”Raspbian GNU/Linux 10 (buster)” NAME=”Raspbian GNU/Linux” VERSION_ID=”10″ VERSION=”10 (buster)” VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL=”http://www.raspbian.org/”…