12-26-2017 12:49 PM
Hey I'm building a system using HTTP protocol to send and getting data from DHT11 temp sensor, where i'm using Arduino and LabVIEW for the Board and programming. My question is, is there any doc/code/tutorial for using HTTP with dht11 on Labview and Arduino ?
help guys i'm still a newbie with LabView
12-27-2017 04:02 AM
I am afraid there are no such a thing
You will need to develop the code yourself.
LabVIEW only support arduino basic feature.
Based on your arduino (Uno+Ethernet shield or Yun), you need to code from basic arduino feature(DIO,PWM,Serial)
12-27-2017 05:52 AM
so basicly mean that i need to make the code in arduino IDE then using LabVIEW Interface for the exchange of Arduino Serial Output , like that?