DfMp3_Error_RxTimeout on any get method #82
-
|
I use arduino nano and try to get, for example, initial volume. The code is as follows: Output:
The only mention of this error I've found is #19 where is said that it is likely wiring problem. I've made connections as shown by link in readme. I've tried different arduino pins for Reference: My wiring: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 16 replies
-
|
This is more of a question than a bug; and should have been done in the discussions area. I moved it there. |
Beta Was this translation helpful? Give feedback.
-
|
That error is Did you try one of the examples? |
Beta Was this translation helpful? Give feedback.
-
|
Something to try, add a |
Beta Was this translation helpful? Give feedback.
-
|
I finally made it work! @Makuna, thank you a lot for your attention, it helped. UPD: 2x1.5 V AAA and a transformer work fine too. |
Beta Was this translation helpful? Give feedback.



I finally made it work! @Makuna, thank you a lot for your attention, it helped.
The problem was all in power. It was not enough to use power of USB connection even though the player had separate power supply. I powered both arduino and the player from 3x1.5 V AAA and it works fine and stable now. Woohoo! And there is a micromoment that between
setVolume()andgetVolume()some delay is needed. I didn't seek for an exact value but 100 ms is enough.UPD: 2x1.5 V AAA and a transformer work fine too.