Introduction to ROS2 Humble and Gazebo Fortress

A small tutorial to apprehend more easily robot simulation with ROS2 and Gazebo

Python scripting in GDB: a CTF example

a CTF writeup that uses a GDB Python wrapper allowing scripting in GDB debugging

Fonctionnement d'un VCO (Voltage Control Oscilator)

Introduction simplifiée au design d’un VCO

How the Nintendo Switch booting process was hacked

Introduction to the Nintendo Switch booting process and how it was hacked using a buffer overflow in the recovery mode.

The miniaturisation of electronics applied to sensors

The miniaturisation of electronics applied to sensors

ReRAM, ou le futur de la mémoire depuis 1970

La Resistive Random Access Memory est une technologie de mémoire non-volatile se basant sur le phénomène de résistance. Plus compact et beaucoup moins énergivore que les autres mémoires concurrentes, elle est une très bonne candidate pour le futur des objets connectés.

Create your first application on the Flipper Zero

Introduction to the development of applications on the Flipper Zero.

Initiation to creating a Robot Arm with Raspberry Pi and Dynamixel motors

This tutorial provide guidance on building and programming an articulated robotic arm using a Raspberry Pi single board computer and Dynamixel smart servo motors. It covers the hardware components, software installation, and Python code needed to precisely control the arm’s joint positions.

Quels sont les avantages d'une architecture RISC-V comparée à une architecture ARM

Présentation des architectures RISC-V et ARM puis comparaison des deux architectures

Anatomy of an Arduino UNO

What constitutes an Arduino UNO? In this article, we will explore the electronic components of this famous board. Then, an overview about I2C and Arduino memory will be given.