0

I have raspberry pi zero v1.3 which have no build in bluetooth, i want to use hc-06 bluetooth module with raspberry pi and arduino for serial communication, just for receiving data from arduino to raspberry pi over bluetooth using hc-06 on both sides. please guide me.

asked Oct 27, 2020 at 12:59

1 Answer 1

3

Connect the HC-06 to the serial PINs on the Raspberry Pi:

Raspberry Pi - HC-06
 Tx - Rx
 Rx - Tx

You can read more details here : https://steemit.com/technology/@techvlogs/bluetooth-module-hc-06-on-raspberry-pi

And for the Arduino do the same as for Raspberry Pi, just replace "Raspberry Pi" with Arduino.

And to pair two HC-0(5 or 6) is done with AT commands and in short:

  • Choose witch is MASTER and the other become SLAVE.
  • Set PIN
  • Note hardware address for both MASTER and SLAVE.

Follow the instruction here for all steps and detailed explanation: https://alselectro.wordpress.com/2014/10/21/bluetooth-hc05-how-to-pair-two-modules/

And next time do a search on Internet before asking ;-)

answered Oct 27, 2020 at 13:29

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.