Phần cứng & Hệ thống nhúng
Arduino, RISC-V, MSP430, PLC, driver Linux và kỹ thuật hệ thống nhúng.
Project Code Flow — Detailed Technical Documentation
This document describes how the CCIT4080 CL05 PKPD Group2 project is structured, which code runs in each build, and how data and control flow through the system. It covers both the simple TFT clock default build and the
Đọc bài viết →Code Execution Flow Detailed Technical Documentation
This document provides a comprehensive explanation of how the MAX30102 Health Monitor code executes from startup to runtime, covering every component and detail.
Đọc bài viết →Quick Start Guide
Install: LVGL by LVGL version 8.3.0 or later TFTeSPI by Bodmer if using compatible display
Đọc bài viết →MAX30102 Health Monitor with ESP32 and LVGL
A comprehensive health monitoring system using ESP32, MAX30102 pulse oximeter sensor, and LVGL for the user interface.
Đọc bài viết →Serial Logging System Documentation
The codebase includes comprehensive serial logging throughout all components to help users understand code execution and facilitate debugging. All logs use a consistent format with component tags in square brackets.
Đọc bài viết →TFTeSPI Configuration Guide
TFTeSPI requires configuration in the UserSetup.h file before use. Follow these steps:
Đọc bài viết →Getting Started Guide
This guide will help you set up your development environment and run your first LVGL example on ESP32 with TFT display.
Đọc bài viết →LVGL + ESP32 + TFTeSPI Educational Package
This folder contains a comprehensive educational package for teaching students how to use LVGL Light and Versatile Graphics Library with ESP32 and TFTeSPI displays.
Đọc bài viết →LVGL Quick Reference Guide
A quick reference for common LVGL operations when working with ESP32 and TFTeSPI.
Đọc bài viết →ESP32 + TFTeSPI + LVGL Complete Guide
This guide provides a comprehensive introduction to using LVGL Light and Versatile Graphics Library with ESP32 and TFTeSPI display drivers. You'll learn how to create interactive graphical user interfaces GUIs for embedd
Đọc bài viết →PCI Peripheral Component Interconnect Architecture and WiFi Driver Integration
PCI Peripheral Component Interconnect is a local bus standard designed for connecting hardware devices to a computer system. Originally developed by Intel in 1992, PCI has evolved through multiple versions and remains a
Đọc bài viết →TCP/IP 4Layer Model and WiFi PCI Driver Architecture
This document provides a comprehensive explanation of the TCP/IP 4layer model and describes how Linux WiFi PCI card drivers interact with each layer of the network stack. Understanding these layers is crucial for develop
Đọc bài viết →rt2x00 WiFi PCI Driver: Probe, Init, TX/RX, and Interrupt Flow
This document describes in detail how the rt2x002.0.0b3 WiFi PCI driver probes the card, initializes it, configures hardware, hooks into the network stack, sends packets from the IP layer through the WiFi card, receives
Đọc bài viết →Beginner Character Driver Tutorial Linux
This tutorial shows how a character device driver works by building small, heavilycommented kernel modules that create /dev nodes, then implement common characterdriver file operations.
Đọc bài viết →LANE ONE Directional Vehicle Detection → LED Board Control System
Application Scenario: A singlelane workzone section is controlled by two photoelectric beam locations, A entry and B exit, spaced apart to form a detection zone. Traffic is one car at a time. When a vehicle travels in th
Đọc bài viết →第 0 章 1:課程介紹
當我們使用手機、電腦、汽車、家電時,背後支撐這一切的,是「電子硬體」。 即使是寫軟體的人,也需要理解硬體:
Đọc bài viết →第 0 章 2:學習路徑指南
歐姆定律 V = IR 串聯與並聯電阻 直流(DC)與交流(AC)的差別 電壓、電流、功率的單位
Đọc bài viết →第 0 章 3:基本物理概念
原子核(中央,包含質子 proton 與中子 neutron) 電子(electron,環繞原子核)
Đọc bài viết →第 1 章 1:電學基礎
單位:安培(A)= 庫侖/秒(C/s) 1 A 表示每秒有 1 庫侖(≈ 6.24 × 10¹⁸ 個電子)通過
Đọc bài viết →第 1 章 2:電阻(Resistor)
電子在金屬或電阻材料中流動時,會與晶格原子、雜質、缺陷碰撞,這些散射造成能量損耗。
Đọc bài viết →第 1 章 3:電容(Capacitor)
當兩極板施加電壓時,正電荷累積在一板,負電荷累積在另一板, 形成電場。電容「儲存了能量」。
Đọc bài viết →第 1 章 4:電感(Inductor)
電感是儲存磁場能量的元件,是電容的「對偶」。在電源、濾波、射頻電路中扮演關鍵角色。
Đọc bài viết →第 1 章 5:二極體(Diode)
二極體是最簡單的「半導體元件」,是進入主動元件世界的第一站。 理解二極體,是理解所有半導體元件的基石。
Đọc bài viết →第 1 章 6:BJT 雙極性接面電晶體
電晶體是 20 世紀最重要的發明之一,是所有現代電子的基石。 本章介紹歷史較早、概念較直觀的 BJT。
Đọc bài viết →