Skip to main content
Senior
June 19, 2024
Solved

BLE samples hardware configuration

  • June 19, 2024
  • 4 replies
  • 1701 views

Hello, Where can I find hardware configuration for BLE examples in case of development and production? Particular for STM32WB BLE-HID.

This topic has been closed for replies.
Best answer by STTwo-32

The joystick is available for the Discovery board of the STM32WBA. This application can run only on an STM32WBA discovery. It is not compatible with the NUCLEO-WB55 board.

Best Regards.

STTwo-32

4 replies

STTwo-32
ST Technical Moderator
June 19, 2024

Hello @GS2 

Can you give more details about your request?

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.
GS2Author
Senior
June 21, 2024

For example from BLE_HID_Mouse - how mouse and (the joystick?) should be connected to NUCLEO-WB55 board ?

"Now you can control the mouse pointer by using the joystick direction of the STM32WBA55xx Discovery kit,
selection can be done with a press on the joystick."

Andrew Neil
Super User
June 25, 2024


As @STTwo-32 said, it is referring to The Joystick which is part of the Discovery kit:

AndrewNeil_0-1719328794486.png

So you don't need to do anything - it's already done for you!

AndrewNeil_1-1719328934178.png

 

To use a Nucleo board, you'd have to replicate all those features of the Discovery kit

 

 


@GS2 wrote:

For example from BLE_HID_Mouse - how mouse and (the joystick?) should be connected 


You don't connect a mouse - it uses the joystick instead of a mouse:

"Now you can control the mouse pointer by using the joystick direction of the STM32WBA55xx Discovery kit, selection can be done with a press on the joystick."

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.