Page 1 of 1

[PENDING] BlueBee 4.0 Connection to HC05 bluetooth module

PostPosted: Sun Jul 07, 2019 5:53 pm
by tanloongpeng
Hi everyone, I bought a BlueBee 4.0 and a HC-05 Bluetooth Module.
I would like to connect them both making BlueBee as master and HC-05 as slave.
May I know if this is possible and how could I do that?

The only steps that I found are here --> https://tutorial.cytron.io/2016/02/17/bluebee-4-0/

Does the same steps applies to make BlueBee to connect to HC-05?

Type ALL AT commands below in Arduino Serial Monitor.

STEP 1 : AT
STEP 2 : AT+RESET
STEP 3 : AT+ADDE?
STEP 4 : AT+ADDB?
STEP 5 : AT+BAUD6
STEP 6 : AT+PARI0
STEP 7 : AT+FLOW0
STEP 8 : AT+STOP0
STEP 9 : AT+PINE1234
STEP 10 : AT+NAMBBluebee 4.0 Master
STEP 11 : AT+NAMEBluebee 4.0 Master
STEP 12 : AT+ROLB1**
STEP 13 : AT+RESET**
STEP 14 : AT+CLEAB**

How would I know BlueBee 4.0 modules can or has connected to HC-05?
Do I need to place HC-05 very near to the BlueBee too?

It is written that "STEP 12 – 13 are important to make sure your master device is connected to your desired slave device. After STEP 12, make sure your desired slave device is powered on and stays close to master device before proceed to STEP 13. After STEP 13, wait for couple of seconds to allow them to connect. (You will notice their connection when their red LEDS turn on and stay lit)"

I hope anyone who has done that connection could advise me. Thank you.

Re: BlueBee 4.0 Connection to HC05 bluetooth module

PostPosted: Mon Jul 08, 2019 10:50 am
by tanloongpeng
Zamzuri recommended that I use HC-05 as master and then putting the BlueBee 4.0 address as slave.
Can refer to this video for configuring HC-05 https://www.youtube.com/watch?v=hyME1osgr7s

If we use BlueBee as master, the difficulty is making it to connect to the right slave, at connection is automated.
Tutorial stated that put the slave as close as possible.

I think I will try the HC-05 as master. I will update this thread when I am able to solve it