Skip to content
View alkuzin's full-sized avatar

Block or report alkuzin

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

Banner

Embedded Systems Engineer | Robotics & Navigation

I design and implement reliable software for autonomous systems, inertial navigation (IMU/AHRS), and low-level OS architecture. My focus is on bridging the gap between hardware constraints and high-level algorithmic requirements.


πŸš€ Key Projects


Lightweight, binary application-layer (L7) protocol designed specifically for the Inertial Navigation Systems (INS) and autonomous platforms.

INDTP addresses the critical trade-off between low-latency real-time data streaming, robustness against the noise, and cryptographic security. The protocol features a compact fixed size header, support for data aggregation in order to minimize overhead at high sampling rates, and a flexible multimode security architecture.

πŸ’» KFS (Kernel From Scratch) | C++, Assembly, QEMU

Monolithic UNIX-like kernel implementation for educational and architectural deep-dive.

Implemented the kernel's physical and dynamic memory management subsystems (a custom modification of the SLAB allocator). Wrote drivers for basic peripherals, a graphics subsystem with an integrated font, processor exception handlers, hardware and software interrupts, and a kernel panic mechanism. Wrote a simplified standard library (libc) for the kernel and an interactive command shell with support for several built-in commands.


πŸ“„ Contact

Pinned Loading

  1. indtp indtp Public

    Inertial Navigation Data Transfer Protocol (INDTP) - is a lightweight, binary application-layer (L7) protocol designed specifically for the Inertial Navigation Systems (INS) and autonomous platforms

    Rust

  2. kfs kfs Public archive

    Hobby monolithic x86-32 Unix-like operating system from scratch

    C++ 4

  3. ahrs-debug-rig ahrs-debug-rig Public

    IMU data acquisition & AHRS debugging stand. This repository contains the firmware and hardware schemes for a high-performance Inertial Measurement Unit (IMU) data acquisition system, developed as …

    Rust

  4. ahrs-monitor ahrs-monitor Public

    AHRS Monitor is a desktop application for real-time monitoring, visualization, and logging of inertial measurement unit (IMU) data transmitted via the IDTP (IMU Data Transfer Protocol).

    Rust