Skip to content

DFPlayer not working with MobaTools #15

Description

@frankstolp80

DFPlayer not working with MobaTools
when remove MobaTools the player gets connect

#include <MobaTools.h>
#include <SoftwareSerial.h>
#include <DFRobotDFPlayerMini.h>

int serial1 = 11;
int serial2 = 10;

//HardwareSerial mySerial(2); // Use UART1 (Serial1 on ESP32)
SoftwareSerial mySerial(serial1, serial2); // RX, TX
DFRobotDFPlayerMini myDFPlayer;
void printDetail(uint8_t type, int value);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions