Skip to content
View gxmzung's full-sized avatar

Block or report gxmzung

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
gxmzung/README.md

header

Typing SVG



πŸ‘¨β€πŸ’» About Me

I am Lee Youngjun, a Computer Science student at Paejae University in Korea πŸ‡°πŸ‡·.

My interest in programming did not begin only from web or app development. It grew from hardware-adjacent work such as PCB production flow, BOM handling, datasheet reading, OrCAD-based schematic review, component organization, and debugging around real production processes.

Through that experience, I became interested in the software layers that make real systems work:

  • device communication
  • telemetry pipelines
  • backend logic
  • diagnostics
  • dashboards
  • field operation tools
  • autonomous system simulation
  • VTOL / mission software architecture
  • smart campus service infrastructure
  • bio experiment data systems
  • research software and report automation

I try to build projects with runnable structure, implementation evidence, realistic constraints, and documentation that explains why the system exists.


🧭 Current Direction

Embedded / Telemetry / Diagnostics
        +
VTOL / Mission Systems / ROS2-PX4 Style Flow
        +
Bio AI / Research Software / Digital Twin
        +
Smart Campus Operation Platforms
        +
Backend & Field-Facing Dashboards

Not just UI. Not just ideas. Build the flow. Show the evidence. Document the constraints.


πŸš€ Main Portfolio

πŸ›°οΈ Embedded / Telemetry / Diagnostics



πŸ›©οΈ VTOL / Mission Systems



🧬 Bio AI / Product Systems


πŸ—ΊοΈ Portfolio Map

flowchart LR
    A[Hardware-Adjacent Experience] --> B[Embedded / Diagnostics]
    B --> C[Telemetry Pipeline]
    C --> D[Backend / API]
    D --> E[Dashboard / Operations]
    C --> F[VTOL Mission Stack]
    F --> G[Telemetry Safety / Failsafe]
    F --> H[PX4 Bridge / Guidance]
    F --> I[Vision Assist / Hardware Prototype]
    D --> J[Bio AI Research Software]
    J --> K[Digital Twin Simulation]
    J --> L[Research Report Automation]
    E --> M[Smart Campus Platform]
Loading

🧩 Project Categories

Category Repository Focus
πŸ›°οΈ Telemetry / C Systems telemetry-packet-parser-c C-based telemetry packet parser and UDP mission diagnostics toolkit
πŸ› οΈ Embedded Diagnostics fieldops-embedded-diagnostic-suite Embedded field diagnostics toolkit with serial parsing, GNSS tracking, telemetry monitoring, C scheduler logic, log analysis, and dashboard prototype
πŸ›©οΈ VTOL Mission Stack skyedge_vtol Unified VTOL mission stack with mission manager, telemetry safety checks, PX4 bridge scaffold, waypoint guidance, vision-assisted logic, ESP32 hardware prototypes, smoke tests, and GitHub Actions CI
βš™οΈ Mission Logic / C++ mission-state-machine-cpp C++ mission state machine for autonomous systems, telemetry health checks, failsafe transitions, and mission-control flow
🧬 Bio AI / Research Software BioDockLab Bio AI research platform connecting experiment data, Node API, TypeScript dashboard, Python analysis, digital twin simulation, and report automation
🏫 Campus Product paejae-pick-2-app Campus life platform for Paejae University students with Flutter app structure, student services, and operation-oriented product flow

πŸ§ͺ Supporting Repositories

Repository Role
embedded-telemetry-lab-c C-based telemetry packet parsing and embedded diagnostics lab focused on anomaly detection, CRC validation, and mission-session reporting
uart-diagnostic-cli-c C-based UART log parser and embedded diagnostic CLI for field operation systems
binary-packet-inspector-c C-based binary packet inspector for embedded telemetry and mission diagnostics
sat-gcs-defense-space-plus10 Satellite ground-control style telemetry pipeline with packet handling, mission server concepts, Python tools, and dashboard flow
twinflight-mission-v2 ROS2 / PX4 mission simulation with YAML mission config, offboard control flow, and PX4 SITL workflow
ros2-px4-yaml-param-debug ROS2/PX4 debugging notes focused on YAML parameter validation and mission configuration checks
Memory-Twin AI memory agent platform focused on personal memory preservation, ethical data design, product planning, and long-term AI interaction
Cs_Resources CS study archive covering C, C++, Java, Python, Linux, networking, embedded basics, and interview preparation

πŸ› οΈ Tech Stack

πŸ§‘β€πŸ’» Core Languages

βš™οΈ Backend / API

πŸ€– Robotics / Systems

πŸ“± App / Dashboard

🧬 Bio AI / Research Software

🧠 AI / Data / Simulation

πŸ—„οΈ Data / DevOps

🧰 Tools


πŸŽ™οΈ Building / Mentoring / Project Leadership

  • 🧭 Helping peers understand CS courses, projects, and career direction
  • πŸ› οΈ Leading small student projects from idea to prototype
  • 🏫 Building campus-oriented service prototypes based on real student problems
  • 🀝 Communicating with professors, university staff, and industry contacts
  • πŸ“’ Preparing presentations, project documents, and competition materials
  • πŸ” Turning vague ideas into runnable structures, roadmaps, and demos
  • πŸ§ͺ Connecting research ideas with software architecture and implementation evidence

πŸ“Œ Engineering Style

I try to build projects with:

  • clear system boundaries
  • realistic constraints
  • runnable or inspectable structure
  • backend + dashboard + operation flow
  • documentation that explains why the system exists
  • implementation evidence beyond screenshots
  • honest limitations and future work
  • hardware-adjacent or operations-oriented thinking
  • research software structure for data, analysis, simulation, and reports

πŸ“Š GitHub Stats




πŸ“« Contact


Build systems that survive outside the classroom.

footer

Pinned Loading

  1. fieldops-embedded-diagnostic-suite fieldops-embedded-diagnostic-suite Public

    Embedded field diagnostics toolkit with serial parsing, GNSS tracking, telemetry monitoring, C scheduler logic, log analysis, and dashboard prototype.

    Python 1

  2. skyedge_vtol skyedge_vtol Public

    ROS2/PX4-oriented VTOL mission stack with telemetry safety, guidance, vision assist, hardware prototypes, smoke tests, and CI.

    Python 2

  3. BioDockLab BioDockLab Public

    Bio AI research software platform for experiment data, analysis, digital twin simulation, and reports.

    TypeScript

  4. paejae-pick-2-app paejae-pick-2-app Public

    Paejae Pick 2.0 Flutter smart campus app with campus map, Nasumi collection, missions, club notices, and CityBrain preview

    Dart 1

  5. telemetry-packet-parser-c telemetry-packet-parser-c Public

    C-based telemetry packet parser and UDP mission diagnostics toolkit.

    C

  6. mission-state-machine-cpp mission-state-machine-cpp Public

    C++ mission state machine for autonomous systems, telemetry checks, and failsafe transitions.

    C++