I have a final project to make communication between arduino to android.
For example, in arduino my Ultrasonic give result such as "Range is 1.84 m".
In my android, i have coded a simple text to speech to transform a text to speech.
So the question, how to send "Range is 1.84 m" to my android using Bluetooth and how to make android receive the text what arduino send ?
btw, i have found a clue from this link
@sarouje said i can send the string after put this code
Do you have simple source code that communicate or aend text from arduino to android using bluetooth ?
I found tutorial and .apk generated using App Inverter...
I need the source code, so i can understand the process and i can put my own to my textto speech
Do you have simple source code that communicate or aend text from arduino to android using bluetooth ?
I already told you. Serial.print(), or the SoftwareSerial equivalent, is what you need to send data to the bluetooth device, depending on how you connected the bluetooth device, which, despite being asked, you refused to reveal.
kuxsux:
I need the source code, so i can understand the process and i can put my own to my textto speech
Here we go, this sends “Hello World” to an Android device from an Arduino. Use something like Blueterm on the Android to read the text coming from the Androids Bluetooth device.
kuxsux:
Thanks mate, wanna try and give you some feedback or questions hehe…
To answer your PM, no I dont have ‘source code’ for an Android application, perhaps better to ask that question in a forum that supports the Android platform …