STM32 MCUs Wireless

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

I've an issue with Nucleo-WL55: I uploaded a base example from CUBE WL called PingPong and the boards can transmit and receive quite well (RSSI about -40 dBm within my house) but is I try to do the same with other example I hardly get any signal. why?

I took an example code from the CubeWL packet, specifically PingPong, and it works fine out of the box.After than I starded to work on the code to adapt it to my need. Specifically I opened CubeMX and added the I2C periferal. After the code generator...

NUCLEO-WL55JC1 bricked after 2nd flash?

I recently bought a NUCLEO-WL55JC1 to try. I ran a very simple Mbed OS6 program (with serial output and an LED flashing), I had previously been running on an F411, which ran fine. I then changed a single variable (ms for LED flashing), and when I att...

AHutt by Associate
  • 558 Views
  • 1 replies
  • 0 kudos

P-NUCELO-WB55 Bluetooth does not work

Hello, I am having a P-NUCELO-WB55 board and the Bluetooth does not work. I have verified the jumper cables and all the jumper connection are exactly as in the image on the embed website. I tried firmware update using Cube programmer. I loaded the bl...

PMana.1 by Associate II
  • 353 Views
  • 1 replies
  • 0 kudos

stm32wb using SLEEP mode

I have the following code:while (1) { HAL_SuspendTick(); HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI);After this and within the while loop are a bunch of if statements that check flags that are set in IRQ Handlers. These ...

SWenn.1 by Senior III
  • 289 Views
  • 1 replies
  • 0 kudos

Broadcast in BLE LLD

HelloAnalyzing the source code of some BLE LLD examples for nucleo stm32wb55 I could see that broadcast is used in Proximity example and unicast in Chat example, for instance. However, I could not understand how to choose between unicast or broadcas...