Topological Superconductors & Topological Phases of Matter

This research explores the mathematical and physical structure of topological superconductors, focusing on how topology, symmetry, and quantum field structure govern superconducting and insulating phases. The work connects condensed matter physics with tools from topology and homotopy theory, emphasizing classification principles and invariant-based descriptions of quantum phases.

From a mathematical perspective, the work highlights how tools from:

naturally organize superconducting phase diagrams and predict robust boundary phenomena.

Back

General Relativity via Mercury’s Perihelion Precession

Mercury Precession

In this project, the relativistic effect is illustrated computationally by:

This demonstrates how small geometric corrections to the equations of motion, when integrated over long timescales, lead to observable macroscopic effects—one of the clearest computational manifestations of general relativity.

Back

Double Pendulum

drawing
Back

Machine Learning: Movie Recommendation System

drawing

The project emphasizes:

Overall, it serves as an applied introduction to machine learning for preference prediction, combining data analysis, algorithm design, and user-facing implementation.

Back

Gauge Transformations in Electrodynamics

drawing

Gauge Theory/Feynman Diagram

Topics & Methods

Reference Paper
Back

NAO Humanoid Robot

drawing

NAO components

drawing

NAO robot golf-play testing

drawing

NAO robot red-ball detection coordinate transform design


Back

From Graphics to Motion: A Vision-Driven Robot Pipeline

Project Overview

I developed a complete end-to-end robotic calligraphy system that enables a Dobot robotic arm to write complex characters—such as Chinese calligraphy and poetry, using a soft brush on soft fabric paper—by converting vector graphics into precise physical motion.

System Architecture

The system is organized as a multi-stage pipeline:

  1. Vector Representation (SVG) Characters are represented as SVG files composed of stroke paths.
  2. Geometry Extraction & Normalization A preprocessing module parses SVG polylines, extracts stroke points, normalizes coordinates, and encodes stroke boundaries.
  3. Stroke-Level Motion Execution Each stroke is executed by the robot through:
    • Safe positioning (pen up)
    • Controlled descent (pen down)
    • Continuous planar tracing
    • Stroke termination (pen up)
  4. Page-Level Orchestration Characters are arranged into a structured grid to write full poems, with human-in-the-loop correction for paper alignment between lines.
  5. Hardware Interface All motions are executed through the Dobot SDK using queued Cartesian commands with synchronized execution and feedback.

Key Technical Contributions

Technologies & Tools

Broader Impact & Relevance

This project sits at the intersection of:

It demonstrates how abstract digital representations can be physically instantiated, a theme relevant to robotics research, cyber-physical systems, and intelligent manufacturing.
Back

STM32 Real Time Temperature Sensing and Display

drawing

Project Schematic

The program continuously samples the STM32 internal temperature sensor via ADC, converts the voltage to temperature using the datasheet formula, and displays the real-time temperature on an LCD screen.

Technical level assessment

This project demonstrates:

Back

Precise Synchronous Frequency Offset Apparatus for Multi-Robot RF Communication

Reference Signal Extraction & Calibration Method

A 1 MHz standard frequency reference embedded in broadcast TV synchronization intervals is used as the calibration source. Specific horizontal line intervals contain atomic-clock-disciplined pulses with very high precision. The system:

  1. Demodulates composite video input
  2. Separates sync signals
  3. Selects target line intervals via gated counters
  4. Extracts standard frequency pulses
  5. Compares against divided VCXO output
  6. Computes phase/time error in MCU
  7. Applies DAC feedback to discipline VCXO

This produces a continuously calibrated oscillator reference with long-term stability inherited from the broadcast atomic clock standard.

Digital Control Loop Architecture

Instead of a purely analog PLL loop, the calibration loop is implemented as:

Frequency Generation & Channelization

After VCXO calibration:

Hardware Subsystems

Reliability & Fault Diagnostics

The system includes structured diagnostic indicators:

Troubleshooting is organized by subsystem isolation:

Research & Engineering Significance

This project demonstrates a hybrid embedded-control + RF frequency synthesis architecture where:

It connects embedded systems, signal processing, frequency metrology, and RF communications into a unified synchronization platform.

Back

SwitchVision OCR: Deep Text Detection for Industrial Panels

drawing

Switchboard status detection

drawing

Panel text detection

drawing

Panel text recognition

drawing

Panel text recognition program


Highlights

Back