Beginner’s Guide to Install and Use Docker with Raspberry PI
Installing Docker and Portainer GUI over a Raspberry Pi model A+ and Raspberry PI OS Lite
Beginner’s Guide to Install and Use Docker with Raspberry PI Read More »
Installing Docker and Portainer GUI over a Raspberry Pi model A+ and Raspberry PI OS Lite
Beginner’s Guide to Install and Use Docker with Raspberry PI Read More »
In this tutorial I’m going to show you how to connect and use an I2C LCD display to Raspberry PI Pico. Adding a display to Raspberry PI Pico allows getting real time information from connected devices without using a computer from USB port. I2C LCD displays (with PCF8574 backpack) are one of best solution to
Using I2C LCD display With Raspberry PI Pico and MicroPython Read More »
This tutorial will show you how to install It-Tools in Raspberry PI, by using Docker. At the end, you will have a web service exposing the it-tools pages from a remote browser. About IT-Tools IT-Tools is an aggregation of useful web tools for any ICT need. Released as open-source with the MIT license, you can
Self-Hosted ICT Swiss Army Knife with IT-Tools and Raspberry PI Read More »
In this tutorial, I’m going to show you how to use a photoresistor with Raspberry Pi Pico. If you have instead a Foundation computer board, you can also use my tutorial to use Photoresistors with Raspberry PI computer board. Projects running different actions in function of sun exposure usually need acquiring information on the light
How To Use A Photoresistor With Raspberry PI Pico Read More »
In this tutorial, I’m going to show you how this dual H-bridge motor driver integrated circuit works and how to setup an L293D with Raspberry PI Pico using MicroPython. DC Motors are the most common and used components in robotics. With the L293D chip, you can drive many of these motors from Raspberry PI Pico
L293D and DC Motor with Raspberry PI Pico and MicroPython Read More »
This tutorial will show you how to use Raspberry PI with Cosmos Cloud to create your self-hosted, private cloud server, and get cloud services in your home. About Cosmos Cloud Basically, Cosmos Cloud is an open-source container management solution, including a clear web GUI. Moreover, it adds a security layer to your containers, so your
Self-Hosted, Private Cloud with Raspberry PI and Cosmos Cloud Read More »
In this tutorial, I’m going to show you how to use an SG90 servo motor with Raspberry PI pico and Micropython. Servo Motors are common electronics and diy components able to perform rotations (usually in a range between 0 and 180 degrees). You can use SG90 with Raspberry Pi Pico with easy MicroPython code as
SG90 Servo Motor with Raspberry PI Pico and MicroPython Read More »
In this tutorial I’m going to show you how to connect and put into work an analog joystick with Raspberry PI Pico, using MicroPython. Joysticks are common input devices widely used in games, but in some cases they can also replace mouse when we need to attach them in a small space. Joysticks can work
Analog Joystick With Raspberry Pi Pico and MicroPython Read More »