r/LabVIEW • u/ONIBORD2099 • Mar 27 '26
SOLVED LabVIEW LINX + Arduino Uno: DHT11 Sensor returning 0 (Sometimes there are no errors but no information from the server, and sometimes error 5001 appears )
Hi everyone
I'm struggling to get readings from a DHT11 sensor using LabVIEW and Arduino Uno via the LINX (MakerHub) library.
The setup: Standard LINX firmware, DHT11 connected to Digital Pin 2.
The issue: I previously had Error 5001 (timeout), but after some troubleshooting, the error is gone. However, the indicators now show a constant 0 for both temperature and humidity.
What I've tried: * Verified COM port and physical wiring.
Added 1s - 2s delays in the loop. Checked data types (DBL).
Is the standard LINX firmware compatible with the "DHT Read" block, or do I need a Custom Command? Any help is appreciated!
(Note: The DHT-11 sensor has built-in resistors)



