2023-01-24 09:21 PM
I am using STS35 DIS and Nucleo-WB55RG board and wants to know how to get temperature readings from the sensor. I am using STM32CubeIDE for programming. It would be helpful for my learning and proceed with my project. if you share some example coding for this.
Solved! Go to Solution.
2023-01-26 03:03 AM
Hello @BT.2 ,
First of all, please check sensor pins : (SCL / SDA)
Finally, open STM32CubeMx and start the configuration. :D
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-01-26 03:03 AM
Hello @BT.2 ,
First of all, please check sensor pins : (SCL / SDA)
Finally, open STM32CubeMx and start the configuration. :D
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-01-27 01:30 AM
Thank you
2023-01-27 01:35 AM
You are welcome and welcome to the Community ;)
Hope my answer helped you!
When your question is answered, please close this topic by choosing Select as Best.
This will help other users find that answer faster.
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-01-27 07:47 PM
Maybe this example (I2C_Master.c) and related STTS751 temp sensor in the B_ANALOG_ENV folder may help you for component bringup with I2C GPIO SW bit banging.