Pinned Repositories
asciiHex2CstyleHexArray
"DEAD" --> "const char hex[] = { 0xDE, 0xAD };"
easyDSD
[ABANDONED] DSD Audio Player. Designed on STM32 with DSD64 [.dsf] file playback from SD storage. This is my electronics engineering Bachelor degree final project.
fibration
[WIP] Modular Synth Framework
fibstd
Embedded C++ standard
m8ec
Dirtywave M8 embedded system client
PonyFrame
TinyFrame port to Python
stm32-audio-player
STM32 project featuring audio play and record in .wav format to or from SD card via SPI. University project. Made from scratch.
W25Q64_STM32H750VB-DevEBox
This is an experimental project aimed to unleash the potential of a cheap STM32H750VB-DevEBox development board with W25Q64 QSPI FLASH
wucy
[ABANDONED] wucyOS on ESP32 ESP-IDF. wucyOS is FOSS for retro watch called "WUCY". It is based on FreeRTOS featuring minimalist custom kernel, retro GUI, fast color OLED, Wi-fi and BLE.
freertos-addons
Additions to FreeRTOS
lukasnee's Repositories
lukasnee/stm32-audio-player
STM32 project featuring audio play and record in .wav format to or from SD card via SPI. University project. Made from scratch.
lukasnee/easyDSD
[ABANDONED] DSD Audio Player. Designed on STM32 with DSD64 [.dsf] file playback from SD storage. This is my electronics engineering Bachelor degree final project.
lukasnee/fibration
[WIP] Modular Synth Framework
lukasnee/fibstd
Embedded C++ standard
lukasnee/m8ec
Dirtywave M8 embedded system client
lukasnee/PonyFrame
TinyFrame port to Python
lukasnee/W25Q64_STM32H750VB-DevEBox
This is an experimental project aimed to unleash the potential of a cheap STM32H750VB-DevEBox development board with W25Q64 QSPI FLASH
lukasnee/asciiHex2CstyleHexArray
"DEAD" --> "const char hex[] = { 0xDE, 0xAD };"
lukasnee/CMSIS_5
CMSIS Version 5 Development Repository
lukasnee/dotfiles
my dotfiles
lukasnee/DaisySP
A Powerful, Open Source DSP Library in C++
lukasnee/firmware
This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware.
lukasnee/fonas
C++ FreeRTOS Framework
lukasnee/fractalascii
ascii fractal - a mandelbrot
lukasnee/freertos-addons
Additions to FreeRTOS
lukasnee/FreeRTOS-Kernel
FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
lukasnee/gsb
global static buffer accessible in push/pop stack-like fashion. Intended for short lifetime buffer allocation in low-to-medium complexity embedded systems as a more predictable alternative to standard heap allocation.
lukasnee/HadesFCS
Complete flight control system designed from scratch. Hardware designed with KiCad.
lukasnee/ILI9341-STM32-HAL
ILI9341 color TFT display and touchscreen driver for STM32 using HAL SPI with DMA
lukasnee/kilibup
KiCad v6 (or v5) official libraries update script
lukasnee/LTC2943
driver for LTC2943 (Multicell Battery Gas Gauge with Temperature, Voltage and Current Measurement)
lukasnee/lukasnee
my working environment setup
lukasnee/raspiMusicBox
Raspberry PI GPIO music box
lukasnee/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
lukasnee/rustybrot
mandelbrot in rust
lukasnee/spif
W25qxx, N25Qxx and other SPI FLASH driver for stm32 HAL
lukasnee/STM32CubeF3
STM32Cube MCU Full Package for the STM32F3 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
lukasnee/subot
Open Sumo Robot Framework
lukasnee/TinyFrame
A simple library for building and parsing data frames for serial interfaces (like UART / RS232)
lukasnee/ucprof
Microcontroller C/C++ runtime execution profiling toolkit using GNU instrumentation calls, SEGGER RTT and 🔬speedscope.