by Xukyo | 2 Mar 2024 | News
Whatever your electronics, programming or home automation project, you will certainly be using a communication protocol. Whether to program the microcontroller or to communicate with a sensor. This article presents various communication protocols commonly used on...
by Xukyo | 26 Feb 2024 | Tutorials
We present here a method for making a light backup and restoring a Raspberry Pi. Creating a backup, an image of your Raspberry Pi, is essential in the event of SD card corruption or power failure. On Raspberry Pi and other single-board computers, the SD card often...
by Xukyo | 22 Feb 2024 | News
The Raspberry Pi Zero microcomputer is very compact, with an integrated Bluetooth and WiFi module. Very easy to use, it is smaller but less powerful than the Raspberry Pi3. Microcontroller features The Raspberry Pi Zero microcontroller uses the ARM11 single-core...
by Xukyo | 22 Feb 2024 | Tutorials
The Raspberry Pi can be configured as a Wi-Fi Access Point. This is useful when the Raspberry Pi doesn’t have access to a wifi network and you want to connect to it locally. In this tutorial, we’ll look at how to configure the Raspberry Pi to generate its...
by Xukyo | 19 Feb 2024 | Tutorials
It is possible to work with the CAN protocol used in the automotive industry on Raspberry Pi using a CAN HAT. This allows yorto plug in and decode messages from the on-board computer, retrieving information such as fuel consumption, speed or engine rpm. Installing...