This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HDC1080EVM: Recording/Logging data from a HDC1080EVM or HDC1010EVM with MATLAB

Part Number: HDC1080EVM
Other Parts Discussed in Thread: HDC1010EVM,

Dear sir,
   I would like to use a HDC1080EVM or HDC1010EVM but not only with the TI software. I would like to be able to record and log the data directly using MATLAB. Do you have any support or help on how to do it?

   Best Regards,
   Florian 

  • Hi Florian,

    the HDC1080EVM can be seen from Matlab as a serial virtual COM:

    When you open the Virtual COM with Matlab, it is possible to get the temperature and humidity output data in ASCII format.

    Following is the list of the ASCII command that can be send to the EVM:

    For example, you can read temperature register sending (with a write command) the ASCII character '1' to the Virtual COM, and you can read the humidity register sending the ASCII character '2' to the EVM. It is also possible read both the temperature and humidity outputs in streaming mode, sending the ASCII character '3' to the EVM (like in the example in the picture, first data is temperature, second data is the humidity).

    Please let me know if this helps.

    Best regards,

    Carmine

  • Dear Carmine,
    That sounds perfect. Thank you for your fast feedback.
    Regards,
    Florian