• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps need help pls -> Receiving Data from Arduino board and Displaying on Android

Hello world.

I have a problem regarding the receiving and recording of data between the Arduino Board and Android phone.

Purpose of my project:
I intend to display alphabets to make words from my Arduino board and be displayed on the android phone.

Basically, there are 5 flex sensors and 3 push buttons that represent an assigned alphabet which will be sent from the Arduino board to the android phone.

I have my own Arduino code.
Also, I have used sensor graph program for eclipse as a reference
(SensorGraph_02.zip - amarino - SensorGraph Tutorial - Android meets Arduino - Google Project Hosting)

Problem:
THIS IS HOW IT LOOKS ON THE PHONE.
________________________
|
Detect
| (1)______________
|
|
Entered
| (2)______________
|
| _________________
| |*SPEECH BUTTON|
|________________________





** I have already figured out the speech button

(1) We want to record the alphabet that is sent from the Arduino board into the Detect Space. We want a delay of 3-5secs, so as to confirm that that is the Alphabet the user wants, BEFORE it is recorded/entered.

(2) The recorded Alphabet will then display into the Entered Space.

Someone please help me, this is urgent. Thankyou very much.
 
Back
Top Bottom