You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently experienced an issue where my sketch wasn't receiving the onPlayFinished notification. After enabling the Serial debug, I was able to determine that while the library (and other documentation that I've found) specifies 0x3d as TrackFinished_SD, the module was actually sending 0x4c. Editing the library to include this definition fixed the issue.
0x4c is supposedly a command to getSdCurrentTrack, so it seems like there may be more protocol that doesn't match up, which is potentially very confusing.
I have several variants of chips, I'll list them all here:
MH2024K-16SS NO.201023 (This is the one I diagnosed)
AS21CM9R0D 1-74
AS21CN2208 1-74
TD5580A
AA19HFF859-94
My setup is now closed up in a wall, so I'll need to make a new one to do further testing. Anyone have experience with these variants?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I recently experienced an issue where my sketch wasn't receiving the onPlayFinished notification. After enabling the Serial debug, I was able to determine that while the library (and other documentation that I've found) specifies 0x3d as TrackFinished_SD, the module was actually sending 0x4c. Editing the library to include this definition fixed the issue.
0x4c is supposedly a command to getSdCurrentTrack, so it seems like there may be more protocol that doesn't match up, which is potentially very confusing.
I have several variants of chips, I'll list them all here:
My setup is now closed up in a wall, so I'll need to make a new one to do further testing. Anyone have experience with these variants?
Beta Was this translation helpful? Give feedback.
All reactions