Paul Klinkenberg
Paul Klinkenberg
Hi Bilal, Thanks for the in-depth response 👍 It actually made me dive into your code to see what's going on. After reading through it, I thought "why not do...
By the way, the installer would also need to get updated if this feature is added. It should give 3 choices I think, instead of the current 2 (global vs....
Maybe try to downsample the audio file. Compare the audio file specs with the max. specs of your audio player.
See #53 for example code on how to use the one_line mode. The example code also implements the Sleep mode command. In my own testing though, there was no difference...
Hi Silvan, Thanks for sharing your code! It works with the DY-SV17F and Arduino Nano. The only thing bothering me, is that after calling setSystemSleep(), there is no change in...
Aah, that makes sense. Thanks. I was actually also using UART, but in my battery driven project, I noticed the battery was being drained too fast. I was hoping for...