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.

Can HDC1050 interfaced to raspberry pi ?

Other Parts Discussed in Thread: HDC1050, HDC1000, HDC1010, HDC1080

Hi all,

Please help me interfacing HDC1050 temp sensor to Ras pi 2 board. I am using smbus and python to read the sensor. When i try to read MSB and LSB together its not supporting smbus block_read.  and so when i do smbus byte_read both MSB and LSB reads same value .Kindly help. 

  • Hi Anand,

    Please take a look to the following post:

    Please consider that HDC1000 and HDC1050 are SW compatible, so you can use this code also for HC1050.

    Let me also underline that HDC1000 and HDC1050 are now not recommended for new designs, so please consider to use their direct replacements:

    HDC1000 -> HDC1010:

    HDC1050 -> HDC1080:

    Let me know if this helps or if your need further support.

    Best regards,

    Carmine

  • Hi carmine,

    Thank you for reply. The code is in C language. I need the code in python with smbus support. Right now i am using HDC1050 because the PCB is already developed and testing is under process.

    Please reply.

    Anand