Skip to main content
Explorer
July 24, 2024
Solved

How to communicate using the STM32WB55 to a PC without any USB connection

  • July 24, 2024
  • 1 reply
  • 936 views

I am designing a project using custom hardware that utilises the STM32WB55 to stream ADC values via DMA from which I want to process using a python script for gesture detection. I want to minimise the use of peer to peer communication and omit the use of a USB dongle to a computer for communication. There are not many resources that go into detail regarding how to communicate from the STM32WB55 to a PC as a peripheral as a continuous stream of information. What do I need to do to enable for host to peripheral communication to a computer using this set up if it is possible?

Best answer by STTwo-32

Hello @thewebbeffect_22 

You can create a PC application (similar to the Bluetooth LE Lab - Free download and install on Windows | Microsoft Store) you can use it to connect to your STM32WB throw BLE. You can then, use the same data on a second part of the PC application.

Best Regards.

STTwo-32

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
August 13, 2024

Hello @thewebbeffect_22 

You can create a PC application (similar to the Bluetooth LE Lab - Free download and install on Windows | Microsoft Store) you can use it to connect to your STM32WB throw BLE. You can then, use the same data on a second part of the PC application.

Best Regards.

STTwo-32