cancel
Showing results for 
Search instead for 
Did you mean: 

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

Gk.1
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
Eleon BORLINI
ST Employee

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

View solution in original post

2 REPLIES 2
Eleon BORLINI
ST Employee

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

Thank you