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
  • 3390 Views
  • 0 replies
  • 2 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
  • 648 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
  • 505 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
  • 1478 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
  • 508 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
  • 500 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
  • 3169 Views
  • 3 replies
  • 0 kudos

How to flash the firmware on STM32F7 wirelessly (OTA)?

Hi,Is there an existing infrastructure for OTA custom firmware flashing of an STM32F7 MCU using (preferably) STM32WB of SPWF04?we have an already written application for our STM32F7 which takes more than 512KB.I went through the resources and found o...

APilk.1 by Associate
  • 745 Views
  • 0 replies
  • 0 kudos