Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.16 KB

ELECTRONICS_AND_EMBEDDED.md

File metadata and controls

11 lines (9 loc) · 1.16 KB

Electronics & Embedded

Resources for developing audio stuff with analog hardware and embedded microcontrollers.

  • Awesome Electronics - An excellent and detailed list of resources for electronics engineering, focused on low-power DC circuits.
  • C++ Real-Time Audio Programming with Bela - A video series on realtime audio programming for the Bela microcontroller.
  • Embassy - A next-generation framework for writing embedded applications in Rust.
  • Guitar Effects Processor - A low latency guitar effects processor suitable for running on smaller boards (e.g. a raspberry pi).
  • signalo - A Rust DSP toolbox with focus on embedded environments.
  • sourcebox's repositories - Various repositories of tools and libraries for embedded audio applications, written in Rust.
  • The Embedded Rust Book - A free online book on using Rust on embedded hardware.