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 …
shedboy71
-
-
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 …
-
In this article we look at the Pico Scroll Pack which 119 white LEDs in a tidy 17×7 matrix, as well with four tactile buttons for interacting with your Pico. The brightness of each LED is individually controllable an d its ideal for a text …
-
In this article we look at the Pico Display Pack which is an 18-bit capable 240×135 pixel IPS display. The pack also has four tactile buttons and an RGB LED that you can use as an indicator. Features 1.14” 240×135 pixel IPS LCD screen 4 …
-
In this article we connect a DS18b20 module to a Raspberry Pi Pico and we will use micropython to display the temperature returned from the module. I used the following DS18b20 module Specifications The following is from the datasheet The DS18B20 digital thermometer provides 9-bit …
-
In this article we connect a WS2812 module to a Raspberry Pi Pico and we will use micropython to display various colours on the module. The WS2812 can also be known as neopixels, this is Adafruits naming of the module I used the following WS2812 …