Raspberry PI Pico featured image

First steps with Raspberry PI Pico for Beginners 4.9 (23)

In this tutorial I’m going to show you how to move your first steps with Raspberry PI Pico, installing the open-source Thonny IDE (integrated development environment) and running a very simple command. The new Raspberry PI Pico changes the user approach to this device because it works as a microcontroller (unlikely other Raspberry PI boards […]

First steps with Raspberry PI Pico for Beginners 4.9 (23) Read More »

Raspberry pi PWM beathing led featured image

PWM with Raspberry PI: python example usage for a breathing LED 5 (2)

In this tutorial I’m going to show you how to use PWM with Raspberry PI, include an example with a “breathing” LED. Pulse Width Modulation (PWM) is an electronic technique of reducing the (average) power provided to a circuit by providing regular discrete pulses. As Raspberry PI hasn’t analogic PINs, this can provide an effective

PWM with Raspberry PI: python example usage for a breathing LED 5 (2) Read More »

Raspberry pi 4x4 matrix keypad featured image

Connect Raspberry PI with Matrix Keypad to get User Codes Input 5 (5)

In this tutorial, I’m going to show you how to connect Raspberry PI to a matrix keypad and get user input from Python. How Matrix Keypad Works One of the most common industry input devices, matrix keypads are frequently installed on phones, domestic appliances and also in some low-cost safe boxes. Common matrix keypads are

Connect Raspberry PI with Matrix Keypad to get User Codes Input 5 (5) Read More »

Raspberry PI dialog user interface featured image

Beautiful Terminal User Interface with Dialog and Raspberry PI 5 (3)

In this tutorial I’m going to show how to install and use Dialog on Raspberry PI, as in many debian-based linux distributions. Writing terminal scripts for Linux on shell can need at some point getting user inputs from a graphic box. A common and elegant solution uses Dialog (also available on Raspberry PI) to create

Beautiful Terminal User Interface with Dialog and Raspberry PI 5 (3) Read More »