I have been using my Nano RP2040 Connect board as the master for an autonomous robot and it runs hardware such as Servos, Sonar, NeoPixels etc using the PIOs on the RP2040 and using the Pico SDK as the compiler.
I have also tested the Cyberon DSpotter Voice Recognition on the same board and it works fine, but only when compiled under the Mbed OS.
Does anyone know if it's possible to compile the Cyberon VR machine on using the Pico SDK? Or will I have to rewrite the other stuff to work under Mbed?
Many thanks.