Black BeagleBone Serial connection
Serial console is basically a remote terminal for the BeagleBone board. This way we can execute shell commands on BeagleBone board from our PC or laptop, and see its output. It is also useful when ...
Serial console is basically a remote terminal for the BeagleBone board. This way we can execute shell commands on BeagleBone board from our PC or laptop, and see its output. It is also useful when ...
The CH32V003F4P6, developed by Qinheng (WCH), is a low-cost, compact 32-bit RISC-V MCU ideal for hobbyists, students, and embedded developers exploring the RISC-V architecture. Despite its affordab...
How to fix copy-paste and drag & drop not working between host and guest OS in VMware when running Ubuntu. Problem When using Ubuntu as a guest operating system inside VMware Workstation, on...
Description: Understanding the base concepts behind udev, and learn how to write simple rules Introduction In a GNU/Linux system, while devices low level support is handled at the kernel level, ...
Architecture Computers will have a set of instruction set called ISA which will describe how the processor should be coded and excuted. More specifically, RISC-V comprises a small general base ISA...
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 ...