uint16_t getFolderTrackCount(uint16_t folder) generates COM 5 error #122
Replies: 5 comments 22 replies
-
Not sure where to start here. Lets start with getting debug features working in this comment. You didn't include how you defined the The debug define must be done before you include the library.
In your setup, you must configure Serial
|
Beta Was this translation helpful? Give feedback.
-
This comment I will ask about code specific issues:
Your best bet at solving the problem is to create a minimal test sketch that demonstrates it. Remove bits (LCD), Remove complexity. And then post the complete sketch. Just doing this exercise often will uncover something in your code and at least provides a concise code for "US" to investigate. |
Beta Was this translation helpful? Give feedback.
-
Here is a sketch that runs every API, it is setup with secondary hardware serial so depending on your Arduino, it may need to be switched to software serial.
|
Beta Was this translation helpful? Give feedback.
-
You sense something in the firmwareupdate that may be a problem? |
Beta Was this translation helpful? Give feedback.
-
new issue to track this: #131 A new chip model
|
Beta Was this translation helpful? Give feedback.
-
Using stated function stops the playback (or never can start it if nothing is running at the moment)
Regardless of feeding it a folder number from a variable or hardwiring it for testing
Uncommenting both getFolderTrackCount calls makes the rest work normal.
Using #define DfMiniMp3Debug Serial completely freezes all serial commication with the Arduino Serial Monitor
It's coupled with an Arduino Nano Every, IDE 2.1.0
Layout of the SD Card:
Beta Was this translation helpful? Give feedback.
All reactions