Mounting Remote Directory via sshfs
sshfs (SSH File System) is a powerful tool that allows you to mount and interact with remote directories over an SSH connection as if they were part of your local file system. It leverages the secu...
sshfs (SSH File System) is a powerful tool that allows you to mount and interact with remote directories over an SSH connection as if they were part of your local file system. It leverages the secu...
ST-Floating Point Unit Some STM32 microcontrollers have an internal FPU (Floating-Point Unit) that can accelerate floating-point arithmetic operations by executing them in hardware instead of softw...
Introduction ARM architecture has become a cornerstone of modern embedded systems, powering everything from smartphones to microcontrollers. Known for its energy efficiency, scalability, and robust...
One of Pico’s key features is the ability to communicate with others devices via UART. In this post, i will covering the concepts, pinout, guide with sample code about UART. Serial Communication Se...
In this post, we’ll discuss about GPIO functions using C/C++ SDK. And i also create a demo project to experiment with the Pico I/O operations. This tutorial is compatible with the Rasperry Pi Pico ...
The aim of this series is to provide easy knowledge that anyone can dive into. In this series, i will give examples in programming Pico MCU in C/C++ lang. This post helps you to set up the SDK tool...
The terminator is a powerful and feature-rich terminal emulator for Linux, designed to optimize workflows by allowing users to manage multiple terminal sessions efficiently. It is especially favore...
CMake Advanced Features: Libraries, Variables, and Project Organization In the previous CMake post, we covered the basics of installation and creating a simple “Hello World” project. Now it’s time...
CMake is an open-source, cross-platform tool designed to manage the build process of software projects. Unlike traditional makefiles, CMake allows developers to create platform-independent build co...
Description: Remote access Linux Desktop GUI X Forwarding We have to first enable X forwarding. We SSH to the remote Linux computer with -XC where X is the X service and C allows data compressio...