Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Read from HDC2080/HDC2010

Hello,

I was not able to find a C language programming example or library for reading temperature and humidity values from TI HDC2080 sensor via I2C when using STM32 MCU (I use CubeIDE environment). As I understand HDC2080 and HDC2010 could be programmed identically according to their datasheets and application report: https://www.ti.com/lit/an/snaa312/snaa312.pdf?ts=1590217153055.Question I am new to this, so application report did not help :/ I found an example only for HDC1080 which I assume has different application requirements. I would appreciate it if you could share any example or library in C language for reading temperature and humidity values using such sensor with me.

Thank you :-)