2024-07-04 07:23 AM
Hello, for many years there are only 2 basic HID devices - keyboard and mouse and more recently - keyboard mouse combo!
Is there any reason for not providing there examples? I guess that half of employees can do that task if this is so easy and obvious and that why it is not provided.
Solved! Go to Solution.
2024-07-04 08:28 AM
ST always provide generic examples for some of the use cases. So, when we provide a generic example such as the BLE_HID for the STM32WB and the BLE_HID_Mouse for the STM32WBA, we give you an example of implementation that you can follow it to understand how it works. Then, you have to do your own project adapted to your specific use case and based on the implementation of the example.
Ciao
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.
2024-07-04 08:28 AM
ST always provide generic examples for some of the use cases. So, when we provide a generic example such as the BLE_HID for the STM32WB and the BLE_HID_Mouse for the STM32WBA, we give you an example of implementation that you can follow it to understand how it works. Then, you have to do your own project adapted to your specific use case and based on the implementation of the example.
Ciao
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.
2024-07-04 09:22 AM
Yes, I am wondering who is deciding how to pick some of the use cases.
2024-07-04 03:01 PM
Is there any logic behind of giving example for a mouse for a board with 1.6km range, and not giving example for basic keyboard, like nobody in company used it or ever saw it.
Nordic Semiconductor and other companies have both mouse and keyboard examples, also not combo.
2024-07-04 03:47 PM
So many developers are looking for the same examples on internet - like yours:
USB HID Mouse and Keyboard Combo
https://community.st.com/t5/stm32-mcus-embedded-software/usb-hid-mouse-and-keyboard-combo/td-p/503088
2024-07-05 03:09 AM - edited 2024-07-05 03:14 AM
As I've said before, examples are not for a specific use case. But it gives the configuration that could be a start for you to work and develop an application that satisfy your needs. For the post that you are referring to, is another context and it is asked years before the STM32WB release.
Ciao
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.
2024-07-19 08:07 AM