By Raspberry Pi FR the 10 December 2019 -No Comments
How to control the Raspberry Pi when it is not possible to plug it into a keyboard, nor to connect it to the internet. We will see how to use the serial connection of the Raspberry Pi in order to control it from a PC. The necessary equipment To be able to connect in series […]
If you're a little familiar with online privacy issues, you're probably familiar with the Tor Project which aims to create an encrypted and anonymous internet network. In this tutorial we will see how to turn your Raspberry Pi into a Tor router to connect to over Wi-Fi to encrypt all your traffic and hide your […]
By Raspberry Pi FR the 26 November 2019 -No Comments
You have probably already seen that the Raspberry Pi has two LEDs directly soldered to the board, one red and one green. But did you know that it is possible to control this green LED, and sometimes even the red one? In this tutorial, we are going to see how we can use the green […]
By Raspberry Pi FR the 19 November 2019 -No Comments
Sometimes we need to run a program or a command line when our Raspberry Pi starts up. This is particularly the case when we manufacture an object for home automation, and we want to automatically launch a program when the object is connected. In this tutorial we will see a very simple way to launch […]
By Raspberry Pi FR the 12 November 2019 -No Comments
If you have a computer that is not running Linux then you faced a problem, you cannot read the partition rootfs SD cards from your Raspberry Pi from your PC! We will see how you can read Linux partitions, and therefore rootfs, from a Windows or Mac OS system. The material used To be able […]
By Raspberry Pi FR the 5 November 2019 -No Comments
In computing, the user interface problem is probably one of the most complicated. That, naming things, and invalidating a cache … The easiest way to present information to a human from a computer is usually to use vision. But for that you need a screen, which is bulky, expensive and therefore not very suitable for […]
By Raspberry Pi FR the 29 October 2019 -No Comments
This tutorial is the third part of a file devoted to discovering electronics with the Raspberry Pi. If you have not read it, I advise you to consult the first tutorial to control an LED with the Raspberry Pi as well as the second tutorial to use an RFID reader with the Raspberry Pi. When […]
By Raspberry Pi FR the 22 October 2019 -No Comments
I'm sure you've needed to transfer files from your PC to your Raspberry Pi over the network before. If so, chances are you had to install an FTP server. And yet there was a much easier way … In this tutorial we will see how to transfer files from our computer to our Raspberry Pi […]
By Raspberry Pi FR the 15 October 2019 -No Comments
Tutorials often ask you to connect to the IP address of the Raspberry Pi, but how do you find that IP address? Let's see how to find the local IP address of your Raspberry Pi in 3 different ways, with or without a GUI. Note that when a tutorial tells you about the IP address […]
By Raspberry Pi FR the 8 October 2019 -No Comments
If you are using a touchscreen with your Raspberry Pi, you have probably already faced a problem, the lack of a virtual keyboard! Although the Raspberry Pi foundation itself offers a touch screen for the Raspberry Pi, Raspbian does not include a virtual keyboard that allows us to type text directly from a touch screen. […]