How can I transfer imformation from an Android app to a Ni myRio embedded hardware device -


i trying transfer instructions android app ni myrio embedded hardware device. can't seem find documentation.

try starting this:

android

  • run android application in ide's built-in android mobile device emulator.

    have stream 'hello world' via udp port on localhost (say, 1234)

labview rio

  • run rio application against labview fpga emulator (right-click fpga target in project explorer , select 'run on -> emulator')

    have listen 1234 on localhost, , print output simple string buffer displays on vi's front panel*1

both of these have readily searchable tutorials*2, , remove hw equation, should able complete them successfully, , iterate past final solution (wifi?). if working on real hw, consider posting (brief) followup-answer question here.

-justin

*1: don't front-panel debug-hack in deployed fpga code!

*2: check ni's example finder labview fpga udp tutorials.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -