MP3FLASH16P
MP3FLASH16P copied to clipboard
harsh noise when playing example files
Hi! Thank you for this lib. I use it with an Arduino Nano Every for a project. I finally get the "more complex" example to work. First numbers are clean but then a noise appears on each play. Led blink synchronized to the noise. The sound is perfect when using buttons AND when Tx/Rx are not connected, otherwise the noise is present too. Any Idea?
I tried different things, I don't really know what was solved the issue, probably using other pins on Nano Every. Anyway I finally mod the lib to use physical serial on pins 0 & 1 with Serial1. The main reason is softwareserial lib is in conflict with other interrupts in my project.