Skip to content

The problem with pins TX and RX #7

@Tailscommander

Description

@Tailscommander

Hey, my name is Arek and I have a problem with connecting the bluetooth to the other pins than the TX and RX. Pins TX and RX have probably damaged because the module does not transmit or receive any signals. On pins A0 and A1 Bluetooth module comes without any problems. I tried add this piece of code to ZOWI BASE V2:

#include "SoftwareSerial.h"
SoftwareSerial mySerial (A0, A1); // RX, TX - conversely

But when compile error appears that all other libraries have been unused and neglected. How do I connect a bluetooth module to the other pins than TX and RX and use them in ZOWI BASE V2?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions