08-17-2026 03:22 AM
Guys I am using Arduino UNO and BH1750.I have downloaded LINX. I want to display the LUX values received by the BH1750 in LabVIEW Waveform Chart, but I don't know how to write the program. Can someone help me?
Solved! Go to Solution.
08-17-2026 08:54 AM
Do you know LabVIEW? That should be your first step. There are tutorials from NI (links on the first page of this Forum) as well as tutorials on the Web. Do you know how to install and use LINX? Do you have colleagues who can help you?
Bob Schor
08-18-2026 02:31 AM
My development board is an Arduino R4 Minima, and I'm using a LINX sample program when I get the error shown in the image. Could it be that R4 doesn't support it?
08-18-2026 12:13 PM - edited 08-18-2026 12:17 PM
Did you load the LINX firmware onto the Arduino first?
Also here's my generic reply to people asking about using LabVIEW with an Arduino
In general there are three ways of using LabVIEW with an Arduino
08-19-2026 03:46 AM
I've loaded the LINX firmware onto the Arduino, but I'm still getting the same error. I tried communicating with the Arduino using VISA, and that worked. I reasonably suspect that the LINX software doesn't support the Arduino R4 development board.
08-19-2026 09:59 AM - edited 08-19-2026 10:02 AM
@yaooo wrote:
I've loaded the LINX firmware onto the Arduino, but I'm still getting the same error. I tried communicating with the Arduino using VISA, and that worked. I reasonably suspect that the LINX software doesn't support the Arduino R4 development board.
Doh, the R4 is not supported as it uses a different microcontroller than the R3 and earlier
To be honest Linx or the Hobbyist Toolkit is just a gimmick for an Arduino. It has always been severely limited in the peripherals it directly supports (even some of the VI's in the Toolkit only work in an R-Pi or BBB) and basically turns an Arduino into a tethered DAQ device that need to be connected to a computer.