Skip to content
View DADDesign-Projects's full-sized avatar
  • FRANCE
  • 07:15 (UTC +02:00)

Block or report DADDesign-Projects

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
DADDesign-Projects/README.md

🎡 DADDesign Projects

Embedded Audio Solutions & Effects Pedals Development

Based in France πŸ‡«πŸ‡· | Specialized in STM32 & Daisy Seed


πŸ‘‹ About

Welcome to my GitHub profile! I'm passionate about embedded audio solutions development, with particular expertise in STM32 technologies and the Daisy Seed platform. My projects focus on creating tools and frameworks for audio effects pedals and digital signal processing.

πŸš€ Featured Projects

πŸ”§ PENDA Ecosystem - Complete Hardware + Software Solutions

PENDAII Platform (Generation 2)

  • PENDAII-Hardware ⭐ 2 star

    • Hardware evolution
    • Enhanced performance and features
    • New optimized PCB architecture
    • Studio-quality components
  • PENDAII-Software ⭐ 2 star

    • Next-generation software framework
    • Improved architecture and new DSP capabilities
    • Native PENDAII hardware support

PENDA Platform (Generation 1)

  • PENDA-Hardware ⭐ 7 stars

    • PCB and electronic design
    • Professional KiCad design
    • Optimized for audio effects pedals
    • Integrated user interface (encoders, display, footswitches)
  • PENDA-Software ⭐ 6 stars

    • Software framework for PENDA platform
    • Based on Daisy Seed and developed with STM32CubeIDE
    • Perfect hardware/software integration

πŸ› οΈ Development Tools

  • DaisySeedCubeTemplate ⭐ 4 stars

    • STM32CubeIDE template for Daisy Seed
    • Complete integration: audio codec, SDRAM, QSPI flash memory
    • Solid foundation for any Daisy Seed project
  • Daisy_QSPI_Flasher ⭐ 4 stars

    • QSPI flashing utility for Daisy Seed
    • Remote loader for flash memory
    • Simplifies application deployment

🎨 Graphics Libraries

  • DaisySeedGFX2 ⭐ 7 stars
    • MK2 graphics library for Daisy Seed
    • TFT display support for ST7789 and ST7735
    • User interface for effects pedals

🎡 Advanced Audio Projects

  • Asynchronous-SPDIF-Mixer ⭐ 3 stars
    • Asynchronous S/PDIF mixer on STM32H743
    • Synchronization and mixing of 3 S/PDIF streams
    • Automatic clock drift compensation
    • Professional 48 kHz output
    • Custom PCB designed with KiCad - Integrated professional hardware

πŸ› οΈ Technologies & Skills

Programming Languages

  • C/C++ - Primary embedded development
  • Assembly - Critical optimizations

Platforms & Microcontrollers

  • STM32 (H743, F4xx, F7xx)
  • Daisy Seed - Specialized audio platform
  • ARM Cortex-M - Primary architecture

Development Tools

  • STM32CubeIDE - Primary development environment
  • KiCad - PCB design and schematics
  • Git - Version control
  • Debugging - ST-Link, SWD

Hardware Design

  • πŸ”Œ PCB Design - KiCad, high-frequency routing
  • πŸ“ Schematics - Analog and digital circuits
  • πŸŽ›οΈ User Interfaces - Encoders, displays, footswitches
  • ⚑ Power Supply - Low-noise designs for audio
  • πŸ”Š Audio Circuits - Preamps, filters, converters

Areas of Expertise

  • 🎡 Digital Signal Processing (DSP)
  • πŸŽ›οΈ Audio Effects Pedals - Complete Hardware + Software design
  • πŸ”Š Audio Interfaces (S/PDIF, I2S)
  • πŸ“± User Interfaces (TFT, encoders)
  • ⚑ Real-Time Systems
  • πŸ”Œ PCB Design - From schematic to finished product
  • 🎚️ Audio Electronics - Analog and digital circuits

🎯 Development Philosophy

My projects adopt a hardware-software co-design approach where each solution is conceived holistically:

  • πŸ”Œ Custom Hardware: PCBs designed specifically for each application with KiCad
  • πŸ’» Optimized Software: C/C++ code optimized for the underlying hardware
  • πŸŽ›οΈ Perfect Integration: Synergy between electronic components and DSP algorithms
  • 🎡 Studio Quality: Professional audio performance at all levels

The goal is to democratize the development of effects pedals and audio equipment by providing complete ecosystems, from PCBs to software frameworks, based on modern and accessible technologies.

πŸ“« Contact

πŸ“ Location: France
⏰ Time Zone: UTC+2 (Paris)

πŸ“§ Contactβ€―: daddesign.projects@gmail.com


Developer passionate about embedded audio and innovation in digital signal processing.

Pinned Loading

  1. Demo_DaisySeedGFX2 Demo_DaisySeedGFX2 Public

    Demonstrates how to use the "DaisySeedGFX2" graphics library.

    C 2 3

  2. TrueType-to-Bitmap-Converter TrueType-to-Bitmap-Converter Public

    A utility to convert TrueType fonts for use in embedded systems like Arduino and more. Export formats C header file (.h): For direct inclusion in application code. Binary file: For loading into fla…

    C++ 1