How can I send data from my HC-05 bluetooth module to Android?

Hi there. How can I send data from my HC-05 bluetooth module connected in arduino to my Android application? I have seen lots of HC-05-arduino combination being HC-05 as a receiver of data from an Android app. Is it possible for HC-05 bluetooth module to send data for my Android application, I mean, the android application will receive incoming data from HC-05?

tnx for reply.. :slight_smile:

rebellion:
I have seen lots of HC-05-arduino combination being HC-05 as a receiver of data from an Android app.

I bet you haven't, but there are apps for Android controllers.

Here is some background on HC-05<>Android.

http://homepages.ihug.com.au/~npyner/Arduino/GUIDE_2BT.pdf
http://homepages.ihug.com.au/~npyner/Arduino/BT_2_WAY.ino

I'm working on an android controlled device but I want hc-05 module to send status messages to my android app

Yeah, maybe I haven't seen enough about that..
by the way.. tnx for reply.. I'll check it out..

rebellion:
I'm working on an android controlled device but I want hc-05 module to send status messages to my android app

That should be no problem. I'm just a data collector and I know nothing about Android controllers, but all you need is an Android controller app that can receive feedback from Arduino. I imagine there will be a few of those. Also check the Android joystick thread. It has to be about the biggest thread on this forum - a good indication of how many friends you have.....

I see, gotta check out that later. I'm gonna study first the pdf you provided a while ago.. tnx again.. ^^