Skip to content
View maximilianfeldthusen's full-sized avatar

Block or report maximilianfeldthusen

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

Maximilian Feldthusen🔭

Hi there! Embedded C/C++ Programmer focused on building efficient, reliable, and maintainable firmware for embedded systems. I enjoy working close to the hardware and translating system requirements into robust low-level software. My experience includes microcontroller programming, memory-efficient design, debugging, and hardware peripheral integration.



  • 📫How to reach me: Python

✍️ Blog Posts :

Popular repositories Loading

  1. mqtt mqtt Public

    Simple C Code – MQTT with TLS, JSON, and Reconnect

    C 12 1

  2. CSensorFusion CSensorFusion Public

    This is a simple C implementation of sensor fusion using a Kalman Filter to integrate data from multiple sensors (LiDAR, GPS, and IMU). This helps improve accuracy in positioning and environmental …

    C 9 3

  3. MicroControllerC MicroControllerC Public

    Example in C that uses TensorFlow Lite for Microcontrollers to run a simple CNN model for image classification on an embedded system.

    C 8 1

  4. Tokenizer Tokenizer Public

    The program reads a string containing multiple assignment statements, tokenizes the input into meaningful tokens (identifiers, numbers, operators, etc.), and then parses these tokens to verify the …

    C 7 4

  5. fftw fftw Public

    This C++ code generates a sample signal composed of a sine wave with added noise, performs a Fast Fourier Transform (FFT) on that signal, and then displays the magnitude spectrum of the FFT result.

    C++ 6 1

  6. bst bst Public

    This C++ code implements a Binary Search Tree (BST). A BST is a data structure that maintains a sorted order of elements, allowing for efficient insertion, deletion, and lookup operations.

    C++ 5