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 supported. This note will be visible to only 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. ahrs-system ahrs-system Public

    Modular AHRS ecosystem: custom IMU data transfer protocol, secure M2M communication, and cross-platform telemetry station.

  2. tsilna tsilna Public

    Tsilna - memory-safe autonomous navigation framework suitable both for embedded systems & general-purpose operating systems.

    Rust

  3. 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

  4. kfs kfs Public archive

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

    C++ 4