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,…
shedboy71
-
-
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…
-
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/”…
-
In this article we show you various command line commands to retrieve information abot the processor on your Raspberry Pi This was tested on A Raspberry Pi 4. General processor information The following command displays information about the CPU being used. cat /proc/cpuinfo The output…
-
In this article we look at another Raspberry Pi Pico board, this one is the Cytron Maker Pi Pico. The Maker Pi Pico is a board for the Raspberry Pi Pico, it comes in 2 variants one of these has a Raspberry Pi Pico soldered…