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
  • 1657 Views
  • 0 replies
  • 2 kudos

Resolved! BLE connections to STM32WB15 always fail with error 0x3E

I'm writing firmware for a custom board using the STM32WB15CCU6E and am having trouble getting the BLE functionality to work properly. I have created a minimal project that gets BLE running, and have not changed anything in the STM32_WPAN section, so...

HHunt.1 by Associate
  • 1108 Views
  • 1 replies
  • 0 kudos

Resolved! NUCLEO 32WL & Sigfox : Issues

Hello, I have issues when I tried to use my nucleo 32WL with Sigfox (working well with LoraWAN). I followed the steps proposed in the AN5480 : working well for that : However, in practice when I try to obtain my ID and my PCA throught AT command, the...

0693W00000HqjppQAB.png
LLr.1 by Senior
  • 1195 Views
  • 7 replies
  • 1 kudos

BLE Stack on CPU2 not working

I tested BLE example with NUCLEO-WB55 board. It worked well.Now we are going to run the BLE example on the custom board.I made a board with STM32WB55CE MCU.Although the custom board application was uploaded as shown in the example NUCLEO-WB55, an err...

Jlim.1 by Associate II
  • 1416 Views
  • 6 replies
  • 0 kudos

Resolved! STM32WB55RGV6 Can pin PC15 be used as the NSS(software) for the SPI bus? Pin PC10 and PC6 are ok. But pin PC13,PC14,PC15 doesn't work.

My configuration is shown below: gpioinitstruct.Pin  = SD_CS_PIN; gpioinitstruct.Mode  = GPIO_MODE_OUTPUT_PP; gpioinitstruct.Pull  = GPIO_PULLUP; gpioinitstruct.Speed = GPIO_SPEED_FREQ_LOW; HAL_GPIO_Init(SD_CS_GPIO_PORT, &gpioinitstruct);

Lep by Senior
  • 1050 Views
  • 7 replies
  • 0 kudos