fbpixel
Displaying a Video on a React Native App

Displaying a Video on a React Native App

In this tutorial, we'll look at how to integrate video into a React Native application. To do this, we'll create a video stream from a computer and retrieve the video signal from the Android device. React Native project configuration To integrate a video into the...

Creating a navigation menu with React Native

Creating a navigation menu with React Native

In this tutorial, we'll look at how to set up a navigation menu with different screens in React Native. To do this, we'll use the React Navigation library N.B.: Another alternative react-native-navigation exists but does not work with my environment.   React...

Installing Arduino IDE on Raspberry Pi

Installing Arduino IDE on Raspberry Pi

In this tutorial, we'll look at how to install the Arduino IDE and CLI software on the Raspberry Pi and combine the strengths of both systems. Check your system configuration To know which version of the IDE to download and install, you need to know the specifics of...

Training a Yolo model

Training a Yolo model

In this tutorial, we'll look at how to train a YOLO model for object recognition on specific data. The difficulty lies in creating the image bank that will be used for training. Hardware A computer with a Python3 installation A camera Principle We saw in a previous...

Installing and wiring a Ramps 1.4 card for an MPCNC

Installing and wiring a Ramps 1.4 card for an MPCNC

An MPCNC is an acronym for "Mostly Printed CNC", meaning that it is built primarily from 3D-printed parts. It is a CNC (Computer Numerical Control) machine that can perform machining, engraving, cutting or milling operations on various materials such as wood, plastic...

Creating a shared folder with Samba under Linux

Creating a shared folder with Samba under Linux

It is possible to access a folder on a remote machine by installing a Samba server under Linux. This server lets you access a certain file folder from any machine connected to the same network. Installing Samba To install Samba, sudo apt-get update && sudo...

Newsletter