The Raspberry Pi has some built-in LEDs such as PWR and ACT. There may be reasons for this such as saving power (albeit not much) and to remove visual indicators in certain environments This tutorial explains how to turn off built-in LEDs on Raspberry Pi…
Raspberry Pi
-
-
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…
-
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/”…
-
In this example we take a look at the DPS310 barometric pressure sensor from Infineon to a Raspberry Pi 4 Description The pressure sensor element is based on a capacitive sensing principle which guarantees high precision during temperature changes. The small package makes the DPS310…
-
This is not a SBC like a standard Raspberry Pi, you cannot run an operating system like linux on it. Think of an Arduino Nano from a size point of view but way more powerful and an Arduino from a development point of view You…
-
In this article we look at another light-to-digital converter – this time its the TSL2591 and we will connect it to our Raspberry Pi and we will use a python library and create an example to show the sensor in use Sensor Information The TSL2591…