G4lile0 / Bobwi

34 stars 18 forks source link

The problem with pins TX and RX #7

Open Tailscommander opened 7 years ago

Tailscommander commented 7 years ago

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?