fbpixel
Setting up RetroPie on Raspberry Pi

Setting up RetroPie on Raspberry Pi

The Raspberry Pi microcomputer is used for a variety of purposes, including retro-gaming with RetroPie. In this tutorial, we’ll show you how to install, configure and use RetroPie on a Raspberry Pi. Hardware Raspberry Pi 4 or other compatible boards...
Creating a Python script under ROS2

Creating a Python script under ROS2

In this tutorial, we’ll look at how to create and run Python scripts under ROS2. This will enable you to create your own nodes and start developing under ROS. Create a workspace A good practice when developing under ROS2 is to create workspaces in which to...
Installing ROS2 on Raspberry Pi

Installing ROS2 on Raspberry Pi

In this tutorial, we’ll look at how to install ROS2 on a Linux machine, in particular a Raspberry Pi 4 running Ubuntu. ROS2 is an interesting framework to tackle when working on embedded systems such as robots. Hardware Computer with Internet access 32GB SD card...
Video stream with Motion on Raspberry Pi

Video stream with Motion on Raspberry Pi

In this tutorial, we’ll look at how to set up a video stream with Motion from a Raspberry Pi. This tutorial is compatible with any Linux system. Hardware Raspberry Pi (or other Linux machine) USB camera or CSI camera Motion description The Motion program was...
Video stream with Gstreamer on Raspberry Pi

Video stream with Gstreamer on Raspberry Pi

In this tutorial, we’ll look at how to stream video from a Raspberry Pi using Gstreamer. One of the most widely used streaming tools is FFMPEG. We’ll be testing gstreamer here, as there’s less transmission delay. Previous streaming tutorial: Video...