Skip to main content
Senior
June 18, 2024
Solved

STM32WB55CG (USB dongle)

  • June 18, 2024
  • 3 replies
  • 2292 views

Hello, where I can find info about STM32WB55CG (USB dongle) usage description and what Blue Tooth USB dongle can be used with STM32WB5MMG module ?

Best answer by Andrew Neil

I thought @GS2 was making a Bluetooth mouse?

A Bluetooth mouse should be able to connect to any standard Bluetooth "host" - that's the whole point of the Bluetooth standards & Profiles.

But, yes a programmable dongle like the ST STM32WB55CG dongle could give extra facilities for use during development/debug.

3 replies

STTwo-32
Technical Moderator
June 18, 2024

Hello @GS2 

The USB Dongle based on the STM32WB55CG is an evaluation board with a USB User that can be used to communicate with the Laptop or for connecting and prgramming the MCU since it doesn't include an ST-LINK integrated. To programme this Board, you can refer to one of the following examples as a start to your project. For the STM32WB5MMG module, you can connect it to the USB Dongle board based on the STM32WB55CG.

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 18, 2024

Thank you STTwo-32 for your response, but lets put my question this way: after I finish the wireless mouse design and made my board with the STM32WB5MMG module on it - is there any standard Blue Tooth USB dongle that can be connected to computer/laptop to work with it or I will need to make something similar to STM32WB55CG (USB dongle) to work with my wireless mouse ?

STTwo-32
Technical Moderator
June 19, 2024

Hello @GS2 

You have to make something like the USB dongle. 

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 19, 2024

Thank you STTwo-32, but do you know the STM32 controller that can communicate with Bluetooth 5.0 standard dongle?

Andrew Neil
Super User
June 19, 2024

@GS2 wrote:

where I can find info about STM32WB55CG (USB dongle) usage 


https://www.youtube.com/watch?v=ZFWuH05nlQ4

 

See also the Product Page for the P-NUCLEO-WB55 pack:

https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html

 

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.