Hello all. This is going to be my first real foray into using Arduino, so I was looking for either some correction or validation for my plan going forward.
Currently we are using National Instruments FieldPoint hardware to collect data from a sensor tree (air velocity and temperature). The hardware is becoming outdated, and we have access to LabVIEW 2015, but the hardware would not work anymore with that upgrade, and upgrading the hardware is very, very expensive.
Because of this, I'm looking at building something myself that would hopefully resist becoming outdated the same way the NI hardware does.
The idea:
Using an Arduino Yun to connect to the wireless network to communicate with LabVIEW via TCP/IP. The Yun would be reading 4-8 analog signals as well as 4-8 digital signals (temperature signals from an RTD-to-digital chip--MAX31865).
Wondering how feasible this is--or if a different Arduino board would serve the purpose better. Ethernet or wireless is required. Seems as if most of the alternatives are USB only without a shield, so going straight for the Yun to use the wifi might be the simplest option.
One of my main concerns is the boot time of the linux portion of the board. Would this unnecessarily complicate turning the arduino on and just having it send a signal to LabVIEW to read as needed?
Thanks for any recommendations you have.