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.

CCS/HDC2010METER-EVM: Is there any project available related to HDC2010METER-EVM using I2C

Part Number: HDC2010METER-EVM
Other Parts Discussed in Thread: HDC2010EVM, HDC2010, CC2640R2F, CC3220SF, BOOSTXL-BASSENSORS

Tool/software: Code Composer Studio

Hi,

I downloaded all the datasheets, user guide and software folders for HDC2010METER-EVM but did not find any code or project, related to its application, there is no CCS project to open and go through the code flow.

In one folder name "snac077" one is .css file but that is not opening with CSS.

Please help me how to get an application code for this board using I2C protocol.

Thanks & Regards,

Ekta

  • Dear Ekta -

    the source code is in the zip file you downloaded.

    After opening CCS, you would import it: 

    then browse to the project to import

    the you build it, download it (if needed) over SPI-Bi-WIRE header J1, etc. 

    hope that helps you out. 

  • Hi Josh,

    Thank you, I am able to import the project. Some Questions :

    1) I wanted to know do we have any existing application project liking recording temperature values or data transfer using I2C for HDC2010EVM  so that we can use for demo.

    2) How to flash the project in the evaluation board HDC2010EVM.

    Thanks & Regards,

    Ekta

  • Dear Ekta -

    the HDC2010EVM (which is not the same hardware as the HDC2010METER) GUI is here ==>

    it operates the HDC2010 via I2C and has logging capability as circled below:

    if you need a more embedded solution, there are other alternatives, using any of the SimpleLink MCU platforms (MSP432P401R, CC2640R2F, CC3220SF, and similar) and the BOOSTXL-BASSENSORS. 

  • Hi Josh,

    Thanks for your response. 

    I am using board HDC2010METER-EVM SENS020A which has HDC2010 Humidity and temperature sensor and i want to see how I2C is working in this to know the functionality so that implement further for I2C.

    Thanks & Regards,

    Ekta

  • Dear Ekta -
    The code example I pointed you to has the I2C operations embedded in main.c of that project (see lines 92 to 137, that is while 1 loop which reads the results and displays them)