Skip to content
View omer-acarr's full-sized avatar

Block or report omer-acarr

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

Pinned Loading

  1. Audio-Spectrum-Analyzer-with-ARM-CMSIS-DSP Audio-Spectrum-Analyzer-with-ARM-CMSIS-DSP Public

    A real-time audio spectrum analyzer I developed using the STM32F4 and ARM CMSIS-DSP library. I processed analog signals using the FFT algorithm, visualized them on an OLED screen, and enabled data …

    C

  2. Custom-Bootloader-Based-on-UART-with-STM32 Custom-Bootloader-Based-on-UART-with-STM32 Public

    I developed a Bootloader software that enables remote updating of the main software via the UART line by manipulating the microcontroller's Flash memory management. I separated the memory regions b…

    C

  3. Linux-Character-Device-Driver-Development-for-Raspberry-Pi Linux-Character-Device-Driver-Development-for-Raspberry-Pi Public

    The Linux Kernel Module (Character Device Driver) I developed on Raspberry Pi. It includes secure data transfer (Read/Write) between User Space and Kernel Space, the file_operations structure, and …

    C

  4. STM32-Based-USB-HID-Media-Control-Unit STM32-Based-USB-HID-Media-Control-Unit Public

    In this project I developed on STM32, I analyzed standard keyboard protocols and optimized them solely for ‘Media Control’ functions. By eliminating unnecessary matrix scanning overhead from the re…

    C

  5. STM32-Industrial-Modbus-Library STM32-Industrial-Modbus-Library Public

    An industrial ModBUS RTU (Slave) library developed for STM32 microcontrollers, compatible with the HAL library, interrupt-based, and CRC-protected.

    C 1

  6. STM32-Avionics-IMU-Sensor-Driver STM32-Avionics-IMU-Sensor-Driver Public

    An MPU6050 (IMU) sensor driver developed for STM32-based avionics systems, operating via the I2C protocol. It includes the processes of reading accelerometer and gyroscope data, noise filtering, an…

    C