Does this work with the Uno R4 Wifi? #166
Binary-System
started this conversation in
General
Replies: 1 comment 2 replies
-
If you never get a debug line starting with "IN 7e..." then the module is not responding to commands. It should at least reply with an error. Did you correctly include the resistor on the TX pin as outlined by DFRobot? The library should be fully compatible. The question is the implementation of Serial they provide for the board compatible with Arduino standards. I would suspect it is though. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used this lib already and on the older project its running ok. Now I'm working with an Uno R4 Wifi and run into unsolveable problems.
I think the player is an original DFRobot one.
Backside chips are lettered with: DFROBOTLISP3 and YXB002D 02109032
I have three of them here
1st Problem: Don't works at all. All I get from the PlayRadom test script is configured with sofware serial on pins 10 and 11:
01:52:04.922 -> OUT 7e ff 06 0c 01 00 00 fe ee ef
Nothing else
2nd Problem: it is running hot within minutes to too hot to touch.
I tried all three of them and I controlled the wires a dozen times, they are like in the example under https://wiki.dfrobot.com/DFPlayer_Mini_SKU_DFR0299#target_5
Is this compatible with the R4 ?
Beta Was this translation helpful? Give feedback.
All reactions