Pinned Loading
-
Audio-Spectrum-Analyzer-with-ARM-CMSIS-DSP
Audio-Spectrum-Analyzer-with-ARM-CMSIS-DSP PublicA 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
-
Custom-Bootloader-Based-on-UART-with-STM32
Custom-Bootloader-Based-on-UART-with-STM32 PublicI 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
-
Linux-Character-Device-Driver-Development-for-Raspberry-Pi
Linux-Character-Device-Driver-Development-for-Raspberry-Pi PublicThe 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
-
STM32-Based-USB-HID-Media-Control-Unit
STM32-Based-USB-HID-Media-Control-Unit PublicIn 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
-
STM32-Industrial-Modbus-Library
STM32-Industrial-Modbus-Library PublicAn industrial ModBUS RTU (Slave) library developed for STM32 microcontrollers, compatible with the HAL library, interrupt-based, and CRC-protected.
C 1
-
STM32-Avionics-IMU-Sensor-Driver
STM32-Avionics-IMU-Sensor-Driver PublicAn 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
If the problem persists, check the GitHub status page or contact support.