Raspberry PI

raspberry-pi-switch-button-featured-image

Using Raspberry PI with Switch Button: Wiring Diagram and Python Code 5 (3)

This tutorial will show you how to use a Raspberry PI with a switch button, showing the circuit, wiring diagram, and an example with Python. Switch buttons are simple electronic components. They have a simple internal circuit, electrically connecting a first PIN with a second PIN on button pressure. Switch buttons usually have a low […]

Using Raspberry PI with Switch Button: Wiring Diagram and Python Code 5 (3) Read More »

micropython pico external modules featured image

Adding external modules to MicroPython with Raspberry PI Pico 4.3 (45)

In this tutorial I’m going to show you how to include your custom, external modules in MicroPython with Raspberry PI Pico. Importing external modules in Python is a common way to include custom functions in your code, keeping it ordered and clean. The import statement is available also in MicroPyton but requires the right files

Adding external modules to MicroPython with Raspberry PI Pico 4.3 (45) Read More »

python-virtual-environment-raspberry-pi-featured-image

Beginner’s Guide to Use Python Virtual Environment with Raspberry PI (venv) 5 (5)

This tutorial will show you how to use Python Virtual Environment with Raspberry PI computer boards, with some examples to better understand the logic of Python virtual environments. This tutorial has the scope to help all the people who can’t install Python packages with the PIP (Package Installer for Python) with the new Bookworm release

Beginner’s Guide to Use Python Virtual Environment with Raspberry PI (venv) 5 (5) Read More »

×