Build CH32V003 chip in Linux environment
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...
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...
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...
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...
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...
Description: Set up connection from BBB to host machine to connect internet Like most makers, the ability to connect your projects to the internet greatly expands its capabilities and whilst the...