Arduino nano 33 iot vs audio

Hi all
I have already done a project using an Arduino Nano 3.x and a dfplayer mini. Now I have a 3.3V Arduino Nano 33 iot. It looks like there are no libraries to use that module with it. And by the way i would like to use 2 speakers this time. Maybe I should go with a PAM8403 ampli module + micro sd card Reader? Any thoughts?
Thanks

Unless the library says it is specifically not compatible (e.g., "AVR only"), I would give it a try. Due to the fundamental design for portability that is the hallmark of the Arduino project, many Arduino libraries will work on most any board.

So don't be put off if the library doesn't claim support for that specific board. You have even more hope if a library says it is compatible with any of the other SAMD architecture boards (e.g., Zero, MKR) because the Nano 33 IoT is mostly the same thing functionally only in a different physical shape. As the newest board in the SAMD series, you might be less likely to see that specific board mentioned in documentation.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.