I am installing a HC05 Bluetooth module on to an Arduino Mega and was wonder which Rx and Tx pins I should be using. Obviously pins 0 and 1 and 14 through 19 are marked as such. Can any pin be used for Rx and Tx?
I am using the SoftwareSerial library in which you can define which pins they are, as in
SoftwareSerial BTserial(4, 6); // RX , TX
Is there a preferred set of pins? I am using the voltage resistor divider to make sure the Rx on the HC05 receives only 3.3V.