We are in the evaluation phase of a technology that is planning to use sound to transmit data between phones and devices.
We are currently using Quiet open source library to achieve this functionality between Android/iOS and a RaspberryPi. We are now planning to use a microcontroller (NRF52840) to act as the receiver device of this technology, together with nRF52840-DK as the developmentKit.
As we are in the development phase, and our experience with MCU programming is close to nothing, we were wondering if the implementation of our software (written in C and based on the Quiet external library) or a compilated binary is possible in the Nordic MCU, or if we would have to rewrite the software from scratch due to Architecture differences/limitations.
If that was the case, is there any other MCU/Microcontroller, (preferably smaller than a RaspberryPi and without much power consumption) that would suit our use-case of using the Quiet external library?
Thanks in advance!