ArduinoGeneral

How to connect DFPlayer mini to actual Arduino RX/TX pins

userHead Account cancelled 2017-01-28 15:47:37 1820 Views2 Replies
Your sketch using SoftwareSerial is useful and I was actually successful in connecting/operating 2 DFPlayers on a single Arduino Pro Micro and operating them both serially and together. I'm thinking of trying the same thing on an Arduino Mega 2560 but would like to actually try using the extra RX/TX pins that board has. Do you have a sketch or sample code that would illustrate how to do this?
2017-02-04 02:41:34 Yes, then modify the code into Serial1, it will be ok. userHeadPic Wendy.Hu
2017-01-31 14:32:32 Mega has several Serial UART, just pick from one of them.... e.g. Serial1 userHeadPic browerjames