05-18-2018 11:51 AM
Can you be more specific about what help you need? What have you tried so far?
05-18-2018 11:58 AM
I am making a guidance robot that will give directions to a classroom or lab in my university.
When the robot detects a face it will ask the person to select a room number from the android app present in the smartphone.
Based on the person's room choice the robot will provide directions.
I just need help in interfacing the android app on the smartphone to my face detection LabVIEW program
05-18-2018 01:38 PM
What help do you need specifically? Just figuring out how to even get started, or something in particular?
05-19-2018 01:26 AM
I need help with interfacing the android app to my LabVIEW program.
I've made both the app and the LabVIEW program but, I don't know how to interface both of them.
05-21-2018 09:04 AM - edited 05-21-2018 09:06 AM
In the most basic terms, one needs to open a TCP/IP connection to the other, or they both need to connect to some third-party cloud service, then they can exchange messages where one tells the other what to do. Whichever is opening the connection (the client) needs to know the IP address of the other (the server), then open the connection, then send and receive data in some format that you'll have to specify. It's not a trivial undertaking. I can't do it for you, so you'll have to start somewhere, then ask specific questions when you run into obstacles. Emphasis on specific, and on questions; if you can't phrase your post in the form of a question, then it's difficult to answer it.