by Xukyo | 10 Aug 2023 | Tutorials
, , , In this tutorial, we’ll look at how to stream video from a PiCam on a Raspberry Pi to a web browser. When a camera is connected to a Raspberry Pi, it’s important to be able to access it from anywhere. To do this, you need to set up a server and send...
by Xukyo | 1 Aug 2023 | Tutorials
In this tutorial, we’ll look at how to access the Raspberry Pi desktop remotely using NoMachine. It can be very interesting to communicate with your Raspberry Pi microcomputer remotely, whether to avoid having to walk around with a screen, keyboard and mouse, or...
by Xukyo | 27 Jul 2023 | Tutorials
You can turn your Raspberry Pi into an intelligent assistant by using a voice synthesizer like eSpeak. Thanks to this tutorial, you’ll be able to make your robot or application talk. Hardware Raspberry Pi 3 avec Raspberry Pi OS Internet connection and remote...
by Xukyo | 15 Dec 2022 | Tutorials
In this tutorial, we will look at some essential Linux commands for using a Linux machine and a Raspberry Pi in particular. Machine information uname allows you to obtain system information (kernel name, kernel version, OS, etc.) pi@raspberrypi:~ $ uname Linux...
by Xukyo | 11 Dec 2022 | Tutorials
One of the main interests of programming languages, like Python, is to automate tasks like sending mail. In this tutorial we will see how to write a Python program to send an email from a Gmail account. This tutorial can be applied to any computer including a...