Post Go back to editing

Easily controllable EQ via UART

Thread Summary

The user is looking to implement a 10-band stereo EQ on an ADSP-21565, controlled dynamically via UART from a mobile app through an STM32. The final answer suggests using the formulas provided in the Analog Devices Wiki for coefficient computation and writing a custom UART application to update parameters using the 'adi_ss_updateParam()' function. The DemouC example in the package is recommended for reference.
AI Generated Content
Category: Software
Product Number: ADSP-21565
Software Version: SigmaStudio+ 2.4.0

We are currently developing on an ADSP-21565 and are looking to implement an EQ that will be controlled by our mobile application (which communicates with an STM32, which in turn communicates with the DSP via UART).
The EQ blocks we see on SigmaStudio Plus are quite complex, particularly because they must be configured with coefficients rather than boost values in dB, for example.
Do you know if there is a simple way, on SigmaStudio Plus, to have an EQ (ideally 10 bands/stereo) that can be controlled dynamically (after boot) and easily controlled via UART? I imagine this is a common use case.

Thread Notes

Parents Reply Children
No Data