Skip to main content
Gk.1
Associate III
December 4, 2020
Solved

Hii can anyone help me with the code for hts221 temp sensor on stm32wb55 nucleo board with iks01a3 expansion board

  • December 4, 2020
  • 1 reply
  • 764 views

..

This topic has been closed for replies.
Best answer by Eleon BORLINI

Hi @Gk.1​ ,

There is the firmware function pack FP-SNS-MOTENVWB1 that should be designed for your purposes. This solution combines the P-NUCLEO-WB55 master board with the X-NUCLEO-IKS01A3 sensor platform in the hardware layer, enabling the sensor reading through the STM32WB55 microcontroller.

0693W000006EawXQAS.pngYou will find the application example in the project folder \Projects\P-NUCLEO-WB55.Nucleo\Applications\MOTENV1, after downloading the package. The specific drivers for the HTS221 humidity and temperature sensor are in \Drivers\BSP\Components\hts221, in the hts221_reg.c file.

You can find more details in the UM2613 user manual, p.24 for the hardware and software setup.

If this answer helped you with your application, please select it as "Best Answer", for future users with similar issues.

-Eleon

1 reply

Eleon BORLINI
Eleon BORLINIBest answer
ST Employee
December 4, 2020

Hi @Gk.1​ ,

There is the firmware function pack FP-SNS-MOTENVWB1 that should be designed for your purposes. This solution combines the P-NUCLEO-WB55 master board with the X-NUCLEO-IKS01A3 sensor platform in the hardware layer, enabling the sensor reading through the STM32WB55 microcontroller.

0693W000006EawXQAS.pngYou will find the application example in the project folder \Projects\P-NUCLEO-WB55.Nucleo\Applications\MOTENV1, after downloading the package. The specific drivers for the HTS221 humidity and temperature sensor are in \Drivers\BSP\Components\hts221, in the hts221_reg.c file.

You can find more details in the UM2613 user manual, p.24 for the hardware and software setup.

If this answer helped you with your application, please select it as "Best Answer", for future users with similar issues.

-Eleon

Gk.1
Gk.1Author
Associate III
December 9, 2020

Thank you