A
A
ajlhimik2018-05-26 16:15:16
Arduino
ajlhimik, 2018-05-26 16:15:16

Can I use other pins instead of txd and rxd to connect to the bluetooth module?

Can I use other pins (for example D10 and D11) instead of txd and rxd to connect to the bluetooth module? Or how can I change the password for connecting to the at-09 bluetooth module via arduino nano?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
ajlhimik, 2018-05-26
@ajlhimik

you can connect to which port you want rx / tx from the bluetooth module, I connected to D5 (arduino) -Rx (AT-9) and D6 (arduino) - Tx (AT-9), initialization is like this SoftwareSerial BTserial (6,5) ; I'll leave this answer, maybe kamuta will come in handy, I would save a few hours of agony :D

V
vanyamba-electronics, 2018-05-26
@vanyamba-electronics

If you use the SoftwareSerial library .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question