Questions to SHTC3 Soldered Library

Dear Sir or Madam,
I bought a SHTC3 temperature and humidity sensor from Soldered. Now I’m trying to run it with Arduino UNO R4 WiFi and QWIIC conection. Unfortunately, some issues are arising.

The example from the website (both the starting and the full part) doesn’t work Welcome | Soldered Documentation
Compilation error: ‘class SHTC3’ has no member named ‘sample’.
I looked into documentation in Github and in the files downloaded via Arduino IDE 2.3.10. The “libs” folder has a different structure “…/Generic-easyC/easy.h” instead of “…/SHTC3/SHTC3.h”

  1. I tried to change functions and use an example from the internal documentation. It seems that this worked out only once, on Friday, and I always see the same values, which are reasonable but unchangeable.

  2. I tried to remove the package “SHTC3 Soldered Library” from the manager and submitted it as a zip-folder from Github. In this case, the results are complitely wrong (-45 and 0) , but also constant.
    I have used USB to USB-C and USB-C to USC-C cables to run the Arduino board.
    Could you help me? I would appreciate your answer (alisa.ukhanova@physik.hu-berlin.de).
    Best regards,
    Alisa Ukhanova

Hello Alisa,

Thank you for reporting the Issue! The issue was caused by the library version available inside the Arduino Library manager not being up to date. I have updated said library to version 1.1.0. Please reinstall it and you should be able to compile it using the sketch available in the documentation.

Best regards,
Josip Šimun Kuči