Is there any library to read data from DHT11 in MATLAB. I want to plot humidity and temperature plot in MATLAB. Any help is appreciated. Thanks in advance!!
Check - Arduino Playground - DHT11Lib -
This prints over Serial to the PC. Matlab can open the Serial and read the output of the Arduino.
Thank you!
Welcome,
maybe you can post a small Matlab sample code to see how the Matlab side should be handled.
Would make this thread valuable for future readers!
Thanks