ATtiny85-TinyDFPlayer icon indicating copy to clipboard operation
ATtiny85-TinyDFPlayer copied to clipboard

ATTiny fails to start DFPlayer

Open 8BitMark opened this issue 3 years ago • 6 comments

Which library are you using for DFPlayer? Every time I try to use the ATTiny85 to control the DFPlayer I just get a clicking sound, DFPlayer fails to wake and ATTiny seems to get stuck at this point

if (!tinyPlayer.begin(tinySerial)) {

everything works fine if I control the DFPlayer using same code (but different RX TX pins) on an Arduino Uno

8BitMark avatar Dec 16 '20 07:12 8BitMark