Skip to content
View 1811htsang's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report 1811htsang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
1811htsang/README.md

Hi there, I'm Huynh Thanh Sang (Shang Huang) 👋

🚀 Embedded Software / Firmware Engineer

"I specialize in Hardware-Software Co-design, architecting reliable systems from custom event-driven kernels to high-speed mixed-signal PCB layouts."


🧐 About Me

I am a 3rd-year Computer Engineering student at VNUHCM-UIT (GPA: 8.55/10). Guided by First Principles Thinking, I am passionate about bypassing abstraction layers to master the underlying logic of embedded systems. My goal is to build robust, industrial-grade products by integrating deep firmware optimization with professional hardware engineering.

  • 🔭 Current Focus: Developing a core-independent event-driven kernel (CIEDPC) and high-fidelity data acquisition systems.
  • 🌱 Core Philosophy: True system control comes from understanding the synergy between bit-level code and electron-level signals.
  • 🗣️ Languages: Vietnamese (Native), English (IELTS 7.0 - Proficient).

🛠️ Tech Stack & Arsenal

Core Hardware & PCB Peripherals Tools & Quality
C C++ Bash STM32 ESP32 KiCad Protocols CMake Valgrind Git

🔥 Featured Projects

Challenges: Core Portability (STM32/ESP32/Linux), Lock-free Communication, O(1) Scheduling, Memory Safety.

  • Designed a core-independent framework from the simplified EPCB-vn AKEDP core, enabling 100% functional portability between STM32 for application usages and Linux for testing purposes.
  • Implemented deterministic Static Memory Pools to minimize RAM fragmentation with Automatic Hardware Scaling, Direct/Indirect Data-to-Message passing and a Signal Injection Bridge for safe ISR-to-Task communication.
  • Developed an O(1) Table-driven Transition State Machine with built-in Entry/Exit actions, reducing event-dispatching latency to a minimal number of CPU cycles.
  • Leveraged self-written unit tests and POSIX simulation to validate memory safety and hidden logic errors before real hardware deployment.

Challenges: Register-level Optimization, Class 0.5s Accuracy, HIL Testing, High-EMI Industrial Robustness.

  • Implemented a Self-Healing Clock Tree with CSS to ensure 24/7 operation in high-EMI industrial environments.
  • Developed register-level drivers for reliable SPI communication (Ping-Pong logic & Core Systick interference) compatible with Class 0.5s accuracy for the ADE7758 IC.
  • Planned rigorous verification using SIL (Software-In-the-Loop) and developed a custom HIL Test-Jig using MCP4728 IC to simulate 3-phase power faults.

Challenges: 96ksps/24-bit Signal Integrity, Mixed-Signal PCB Design, Low-jitter Clock Trees.

  • Architected a 24-bit/96ksps sampling engine using an external PCM1808 ADC and a custom Pierce Oscillator (74HCU04 IC) for jitter-free synchronization.
  • Designed a dual-stage analog front-end using TL072IDT Op-Amps with 1MΩ & 2.2KΩ high-impedance inputs for TCT40-16R ultrasonic sensors (20kHz-45kHz), 10KΩ & 1KΩ high-impedance inputs for the MAX9812 amplified microphone module.
  • Integrated a smart mechanical MUX to switch between MAX9812 & TCT40-16R sensors and PJ-342S 3.5mm audio jack for external computer connections.
  • Implemented a split ground plane with local bridge to remove crosstalk noise from the Wi-Fi module to the Analog area, ensuring 24-bit signal integrity.

📫 Connect with me

Huynh Thanh Sang Email

Pinned Loading

  1. CIEDPC-Custom-Independent-Event-Driven-Programming-Core CIEDPC-Custom-Independent-Event-Driven-Programming-Core Public

    CIEDPC - an event-driven programming model customized for hardware independence and high customizability for embedded systems, inspired by the AKEDP core for EPCB-vn's STM32L151 kit.

    C 3

  2. Predictive-Maintenance-via-Acoustic-Fingerprint-on-ESP32-S3 Predictive-Maintenance-via-Acoustic-Fingerprint-on-ESP32-S3 Public

    This project focuses on developing a high-speed data sampling system for predictive maintenance of hard-to-detect failures in industrial equipment, specifically targeting bearing failures at a samp…

    C

  3. Field-Serviceable-Smart-Power-Monitor-using-STM32F103C8T6 Field-Serviceable-Smart-Power-Monitor-using-STM32F103C8T6 Public

    Developed a cost-effective energy monitoring device with professional-grade remote firmware update capability.

    C

  4. Simplified-AKEDP-Core-for-STM32F Simplified-AKEDP-Core-for-STM32F Public

    Forked from the-ak-foundation/ak-base-kit-stm32l151

    Repository is forked from AK-base-kit for STM32L151 to implement custom simplified AK-EDP core porting which's suitable for specific device - STM32F103

    C

  5. HFGA-Hybrid-Formal-Graph-Analysis HFGA-Hybrid-Formal-Graph-Analysis Public

    Drawing inspiration from a previous IE105 course project, this repository aims to develop a tool for analyzing and detecting software errors in embedded systems using analysis, symbol execution, an…

    C++

  6. OTA-Software-Update-Solution-with-DFU-and-P2P-Scenario-Design-for-End-Users OTA-Software-Update-Solution-with-DFU-and-P2P-Scenario-Design-for-End-Users Public

    Repo này dành cho việc lưu trữ tài liệu liên quan đến đề tài và các đoạn code bổ trợ, chưa được bổ sung hoàn chỉnh

    Shell 1