We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I can send data from Android phone to arduino via bluetooth mmodule using Processing sketch. I can send "1" or "0" to control the leds in the Arduino. My question is, can the Arduino also send data to the android device? I know it can send numbers i.e (Temperature Sensor from Arduino) but can it send words? Our goal is that the Arduino will send a string of message like "Go to the right 10 steps" (our project is navigation for blind person).
Answers
I know u can do it with the ketai libary. this example sends a string both ways. http://prof-takaya.blogspot.dk/2013/02/connecting-android-and-arduino-by.html
but why not just use the 1 and 0 u can send, to tell if it should use the "Go to the right 10 steps" or not.