This document describes the development of a real-time audio DSP device controlled by an ultrasonic range sensor. The device takes an audio input, applies an echo effect with feedback gain controlled by the range sensor, and outputs the processed audio. Key aspects include:
1) Hardware components like an ARM microcontroller, audio input/output, range sensor, and display are selected and interconnected.
2) Software is developed in C++ to initialize components, average sensor data, implement the echo effect DSP with range-controlled feedback gain, and display information.
3) The device is implemented on a breadboard, tested, and results like noise and distortion are analyzed to improve the design. Further modifications are also