LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Wifi with raspberry Pi 4


@taestygecko wrote:

I will have to try this out and see if it works or not


I forgot all about the Hobbyist Toolkit forum!!!

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 41 of 52
(1,165 Views)

Yeah this is the page I have studied and have been trying to work from. I will give another RPI a go

0 Kudos
Message 42 of 52
(1,160 Views)

Did you try the Digilent Maker Hub?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 43 of 52
(1,146 Views)

Last time I checked the Linx chroot environment did not exist in its own partition but simply in a subdirectory tree on the main filesystem. Not even sure if chroot could operate with separate partiions. The idea is that the chroot environment redirects specific configured device entries in its own filesystem to according device entries in the host OS. What is configured to be redirected works as if it is present in the chroot environment rather than in the host, what is not configured to be allowed to go through simply doesn't seem to exist in the chroot. That's for a large part how chroot isolates the guest OS from the host. Only things explicitly allowed to pass through can be accessed in the guest, everything else is simply not there. This can and often does break when something in the guest wants to do direct hardware access rather than going through device inodes.

Rolf Kalbermatter
My Blog
0 Kudos
Message 44 of 52
(1,130 Views)

Here's something from the LINX makerhub FAQ:

When adding a new target in my LabVIEW project, my BBB/RPi2 isn't detected. What's wrong?


The LabVIEW project uses mDNS to detect available BBB/RPi2 targets on the network. Some network routers don't correctly forward mDNS traffic which can make targets undetectable in the LabVIEW traffic. This happens most commonly when the development PC is connected to the network via ethernet and the target is connected to the network via Wifi, or vice versa. When this happens you will need to add the target to your project by specifying the IP address.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 45 of 52
(1,111 Views)

Does it matter if the RPI OS is 32Bit or 64Bit

0 Kudos
Message 46 of 52
(1,091 Views)

@taestygecko wrote:

Does it matter if the RPI OS is 32Bit or 64Bit


I don't know the answer to this, unfortunately.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 47 of 52
(1,088 Views)
@taestygecko wrote:

Does it matter if the RPI OS is 32Bit or 64Bit.

Why would that be? LabVIEW installs it’s own Linux based OS in a chroot environment to run in. This is a lightweight VM and isolates it entirely from the host OS, except communication through explicitly configured device entries in the filesystem and network communication.

Rolf Kalbermatter
My Blog
0 Kudos
Message 48 of 52
(1,069 Views)

Ok it has taken me some time, as I needed to find a Raspberry Pi that worked as well as figuring out how to set up the router...

I have got it all working and functioning through the way NI has instructed me and I have now got labVIEW controlling my RPI.

So now I can get back to my original post which is "can I remove the Ethernet cable form my target and the router and have labVIEW command my RPI vi the targets Wi-Fi?"

0 Kudos
Message 49 of 52
(758 Views)

If you have a connection, it shouldn't matter to LabVIEW (neither the PC not the RPi code) if the connection is a using a cable or WIFI.

0 Kudos
Message 50 of 52
(750 Views)