STM32 MCUs Wireless

Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Matter software expansion for STM32Cube

Dear all, The X-CUBE-MATTER Expansion Package is now available on our official website following this link  MATTER - Matter software expansion for STM32Cube - STMicroelectronics  It is a reference implementation for the demonstration of Matter on ST...

Ouadi by ST Employee
  • 3289 Views
  • 0 replies
  • 2 kudos

adc dma stm32wb55

Im running ble heart of stm32wb55  , I would like use adc input channel with  the  ADC_SingleConversion_TriggerTimer_DMA_ but the tim2 that i instantiate seem not run; the  variable ubDmaTransferStatus that indicate the end of dma tranfert(value = 1)...

Error : Unable to get core ID

Hi everyone,I'm using a Nucleo WL55JC1 trying to run the Lorawan AT_slave application. When trying to run the project in STM32CubeIDE, I get the error "no device found on target". Did the process of the solution on this post : https://community.st.co...

mrgcap by Associate
  • 10305 Views
  • 4 replies
  • 1 kudos

[BLE] User Description Descriptor for a Attribute

I would like for my services and characteristics to have a user readable string name.(when someone discovers them)How do I set that name in the descriptor of the attribute?Is there a convention on how the descriptor need to be set so devices will sho...

DS.4 by Senior II
  • 1088 Views
  • 2 replies
  • 0 kudos

Bluetooth communication issue

Hi, I am using STM32WB55RG board. When I started working on the board, I did not upgrade the FUS and the wireless BLE stack. I just simply flashed my firmware hex file through cube programmer and it was working as expected(basic ble write and notify ...