Skip to content
View JimmieKraatz's full-sized avatar

Block or report JimmieKraatz

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

James Kraatz

Embedded Systems Engineer | Firmware | AI/LLM Systems (in progress)


Engineer with a background in embedded systems, hardware/software integration, and test engineering, now focused on building modular firmware and AI/LLM-backed systems.

Current focus:

  • modular embedded control/runtime architecture
  • reproducible development environments (Docker/devcontainers)
  • local AI/LLM infrastructure and backend systems

🔧 Featured Project

ESP32-C6 Embedded Control System

Modular firmware system demonstrating:

  • state-machine driven control architecture
  • separation of portable logic from platform-specific adapters
  • CLI-based runtime control and configuration
  • persistent configuration using NVS
  • CI-driven build, test, and release workflow

👉 https://github.com/JimmieKraatz/blinky_c6


🧠 In Progress

AI/LLM Backend Platform

Containerized backend system for:

  • agent and tool orchestration
  • retrieval-augmented generation (RAG)
  • local GPU inference (vLLM / llama.cpp)

Focus areas:

  • context management and memory handling
  • model serving and orchestration
  • practical LLM system integration

⚙️ Technical Areas

  • Embedded C / ESP-IDF / RTOS concepts
  • Modular system architecture and interface boundaries
  • Docker, devcontainers, and reproducible environments
  • Python for tooling, data flow, and backend services
  • AWS (IoT Core, Timestream, DynamoDB)

🔗 Links

Pinned Loading

  1. blinky_c6 blinky_c6 Public

    Portable ESP32-C6 embedded architecture demo with FSM/HSM logic, ESP-IDF adapter boundaries, CLI control, NVS persistence, tests, CI, releases, and HIL validation.

    C