fbpixel
Stream video from a Raspberry Pi to a web browser

Stream video from a Raspberry Pi to a web browser

, , , 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...
Remote access to the Raspberry Pi with NoMachine

Remote access to the Raspberry Pi with NoMachine

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...
eSpeak voice synthesizer on Raspberry Pi

eSpeak voice synthesizer on Raspberry Pi

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...
Some Linux terminal commands

Some Linux terminal commands

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...
Send a mail from a Python script

Send a mail from a Python script

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...