LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding .apk Android file to LabVIEW program

Can you be more specific about what help you need? What have you tried so far?

0 Kudos
Message 11 of 15
(793 Views)

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

0 Kudos
Message 12 of 15
(790 Views)

What help do you need specifically? Just figuring out how to even get started, or something in particular?

0 Kudos
Message 13 of 15
(781 Views)

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.

0 Kudos
Message 14 of 15
(769 Views)

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.

0 Kudos
Message 15 of 15
(753 Views)