HC 05 set up to android without Arduino

Right. So to put it simply I need to be able to send and receive data at the same time via Bluetooth. I have a old 1999 device that used serial data to transfer data. It uses vcc, gnd, Rx and TX. When connected the device send info to 1 and 2 receives, and sends one back depending on what it's received.

So I literally just need 2 Bluetooth module to connect, receive and send through Rx and TX. Ive managed to get 2 modules to connect automatically through having both in at+cmode= 1 ( I think. Whatever it was I set both to this mode and they established a connection once power up) great. But I wasn't receiving info or getting any back. I managed to get 1 working in the end and by having ones role set to a slave loop. (If I understand correctly the slave loop receives and sends data back). So I know I can get data sent to and from and it's read. Obviously these modules have all the info set up within them I just need them trancieved via Bluetooth. I think I'm missing something with the at commands.

My next dilemma is can I get my HC 05 to pair and bind to my android phone without Arduino. I just need the commands so the HC 05 is connected to my android (not via terminal app) I've binded my address to the HC 05 and got ok. I have role set to slave. Maybe it's the wrong UART to connect to my phone? And I'm trying to work out the baud rate + 2 extra parameters are of the old device I'm trying to make this work with are... I've found its 1200 baud rate bit with the other 2 parameters what am I looking for? Please dummy explain I'm new.

This page says that the slowest baud rate for the HC05 is 9600 baud.

Corroborated by this data sheet.

Supported baud rate: 9600,19200,38400,57600,115200,230400,460800

The HC-12 will do 1200 baud. And the HC-12 has much longer range than the HC05.

Got it set to 1200,0,1 and had it communicate no problem

"It" being the HC05?

Then the issue is solved?

Yes sorry it being the HC 05.

No not resolved unfortunately.

I just need to set my HC 05 up to connect and bind to my android without Arduino.

So the same as when you set 2 HC 05s to AT+CMODE=1 they automatically connect and bind to eachover ready to receive and send info.

I quite simply need the HC 05 to do this with my phone and not just pair.

Im not getting a response out of AT+INQ

I've managed to AT+bind= "my androids Bluetooth adresses" and got a ok back. But it still won't connect. It will only pair.

I need the HC 05 to connect to my phone's standard Bluetooth. Not a Bluetooth terminal app

If the HC 05 or HC 06 isn't up for the job is there something else that is?

Like Bluetooth headphones must have a tiny chip in
And I can just open them up and they connect and bind to my phone to receive info.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.