1

I have connected Arduino Rx(pin 0) to Bluetooth module Rx pin. Tx od Arduino to Tx of Bluetooth . I am able to send command to Bluetooth module using Serial Monitor of Arduino on my PC.

I have uploaded the empty code in Arduino.

I want to know why we connected Tx to Tx and Rx to Rx i.e one to one connection?

If I send command "AT" from my PC using serial Monitor of Arduino , How is it flowing to Bluetooth module.

Why not we connect Rx to Tx pin in AT Mode of Bluetooth module?

Pls explain using diagram.

asked Sep 19, 2017 at 21:44

1 Answer 1

1

By using SoftSerial you can connect the HC-05 module to another pin than D0 and D1. Example connect HC-05 to D2 and D3 and define SoftSerial to use D2 and D3.

--------- ----------- ------
| HC-05 +---(SoftSerial)---(D2/3)+ Arduino +(D0/1)---(Serial USB)---+ PC |
--------- ----------- ------
answered Sep 19, 2017 at 22:13

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.