Cross-Compiling C++ I2C LCD Program for Raspberry Pi with CLion

A working project is available below Overview This guide shows how to cross-compile a C++ program on x86-64 Linux to control an I2C LCD display on Raspberry Pi 3 (aarch64) using CLion IDE and the standard Linux I2C interface. Development System Setup (x86-64 Linux) 1. Install Cross-Compilation Tools 2. Match Cross-Compiler Version to Target Pi […]

Using my Samsung Fold 6 as a webcam on Arch Linux

The Problem I was trying to use my Android phone as a webcam for Discord using DroidCam OBS on Arch Linux, but ran into several frustrating issues: My Setup The Solution After some googling and troubleshooting, here’s what fixed it: Step 1: Install Git Version of OBS The issue was related to OBS bug #11891. […]