Common Tools for the Linux Command Line

Common Tools for the Linux Command Line

In the Linux command line, there are numerous shortcuts (often referred to as keyboard bindings or hotkeys) that can significantly enhance efficiency. These shortcuts are primarily provided by Bash (or other shells like Zsh) and the underlying readline library. Below are some of the most commonly used and useful command line shortcuts categorized: 1. In-line … Read more

ESP32Time: Mastering Time to Enhance Your ESP32 Projects

ESP32Time: Mastering Time to Enhance Your ESP32 Projects

In the development of ESP32 projects, time management is crucial. It allows you to precisely control program execution, complete scheduled tasks, log data, and even implement complex timing functions. The ESP32Time library has emerged to provide a series of convenient APIs, enabling developers to easily retrieve and set the time of the ESP32’s internal RTC, … Read more

Renesas RA8 Series Tutorial | Implementing RTC Real-Time Clock Function Based on e2s

Renesas RA8 Series Tutorial | Implementing RTC Real-Time Clock Function Based on e2s

RTC: Real Time Clock. In previous projects, an external clock chip was often used. With the growth of demand and technological advancements, many MCUs now integrate the RTC (Real Time Clock) module internally.This article describes the usage of the RTC module in conjunction with the e2 studio development environment and the RA8D1 microcontroller. Preparation 1 … Read more

Synchronization Issues Between System Time and RTC in Embedded Linux

Synchronization Issues Between System Time and RTC in Embedded Linux

Hello everyone, I am the Intelligence Guy~ Today, I will mainly share with you the synchronization issues between the Linux system time and the RTC. In a Linux system, the hardware real-time clock (RTC) acts like a “mechanical watch” that never loses power; it can persistently record time even when the device is turned off. … Read more