Skip to main content
Associate
January 18, 2024
Solved

Using OLED and gyroscope of STM32WB5MM-DK

  • January 18, 2024
  • 1 reply
  • 1417 views

I am using STMcube ide for developing applications with STM32WB5MM-DK. I will be trying to use the OLED display and gyroscope of the discovery board. I couldn't find suitable tutorial or documents for accessing. Is there any documents available for the same 

Best answer by STTwo-32

Hello @VairamaniK and welcome to the ST Community :smiling_face_with_smiling_eyes:.

I suggest you take a look at the following example and understand how the gyroscope and the OLED are configured.

Best Regards.

STTwo-32 

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
January 18, 2024

Hello @VairamaniK and welcome to the ST Community :smiling_face_with_smiling_eyes:.

I suggest you take a look at the following example and understand how the gyroscope and the OLED are configured.

Best Regards.

STTwo-32 

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.
Associate
February 6, 2024

Thanks for sharing this information. I have used BLE_Sensor example on the stm32wb5mm-dk board to test the gyroscope, OLED and Bluetooth connectivity.