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

Read the BLE-beacons

Hello.I need the STM32WB55 Nucleo board to read the BLE-beacons. Are there any ready-made examples or description of how to implement this?

NKcin.1 by Associate
  • 762 Views
  • 3 replies
  • 0 kudos

I'm developing an application starting from your project BLE_p2pServer, using the demo board STM32WB55 Nucleo. I need to use the BLE only when the final user asks to use it, by pressing a button, so I need to switch off the CPU or put it in shutdown mode

I'm developing an application starting from your project BLE_p2pServer, using the demo board STM32WB55 Nucleo. I need to use the BLE only when the final user asks to use it, by pressing a button, so I need to switch off the CPU or put it in shutdown ...

DOliv.1 by Associate II
  • 587 Views
  • 2 replies
  • 0 kudos

LoRa Rx callback not working.

Hello,I have a question about the STM LoRa example.While I was testing the LoRa communication using the b-l072z-lrwan1 board and the I-CUBE-LRWAN example, I found the abnormal behavior.After the "PHY txDone" message, Rx Callback did not work, the RTC...

HYoo.1 by Associate
  • 459 Views
  • 0 replies
  • 0 kudos

Problem with SHUTDOWN mode

Hello,I have a board with stm32wb55. I can't enter to shutdown mode or can't to exit form shutdown.I want to exit from this mode via wakeup pin 1 PA0. I use this codeif( (LL_PWR_IsActiveFlag_C1SB() == 0) || (LL_PWR_IsActiveFlag_C2SB() == 0) ...

DPesk.1 by Associate II
  • 1306 Views
  • 3 replies
  • 0 kudos

Whitelist feature in stm32wb5x series.

Hi,I want to know whether the ​above mentioned stm32wb5x series support whitelist feature or not.​If no then I want to know the part number ​, which supports whitelist.

YG.1 by Associate
  • 466 Views
  • 1 replies
  • 0 kudos

Connecting 3rd party nodes to gateway from this kit

I just got myself this kit - https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/stm32-nucleo-expansion-boards/p-nucleo-lrwan3.html#overview (433/470 Mhz version; just asserting the frequencies here..)to play w...

DR1 by Associate II
  • 455 Views
  • 0 replies
  • 0 kudos

Resolved! Bin file size is too large

Hi,I want to generate .bin file of BLE_OTA example.i have added below command in post-build steps AC6 IDE.arm-none-eabi-objcopy -O binary "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.bin"It generate binary successfully but it's si...

asala.19 by Associate III
  • 2913 Views
  • 3 replies
  • 0 kudos