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

Resolved! ibeacon local name isn't showed on stm32wb5mm-dk

Hello i'm starting programming with stm32, i've bought the stm32wb5mm-dk and with stm32cubemx I've tried to configure the board to create a ble ibeacon.So, now i can see the ibeacon from nrf app but isn't showed the name (N/A ibeacon). How can i see ...

Fust3 by Associate II
  • 326 Views
  • 2 replies
  • 1 kudos

BLE Connection Interval

Please let know how to change Connection Interval. I need to decrease Connection Interval value so data sampling frequency can be increased. STM32WB35 is working in peripheral mode. Thanks

Nico3 by Senior
  • 674 Views
  • 4 replies
  • 0 kudos

Resolved! STM32_WPAN BLE Stops advertising after connection

Hi,not really an issue here, but I want to understand what goes on in my BLE project.I'm using the B-WB1M-WPAN board, starting out from the BLE_HR_p2pSensor example.I see that my device stops advertising after I connect to it, but I can't find in the...

cvlt by Associate II
  • 301 Views
  • 1 replies
  • 0 kudos

Resolved! STM32WL PCB Antenna Design

Hello STM Community,I am designing an internal PCB antenna for LoRa communication using the STM32WL55JCI7 at EU868 frequency. Is a PCB antenna recommended by STM for this chip? If so, what guidelines or procedures should I follow for designing a PCB ...

Nikunj_17 by Associate III
  • 277 Views
  • 1 replies
  • 0 kudos

POR RESET never work.

Hi. I'm developing a custom wireless board using STM32WB09TEF7TR microcontroller. Currently, my microcontroller doesn't reset when the VDD supply is turned on. (Power-on-reset, PORRSTF bit)The microcontroller can only be reset by pulling-down the res...

kkim6 by Associate II
  • 301 Views
  • 3 replies
  • 0 kudos

Bluetooth Communication between two STM32WB55 not working

Communication between two STM32WB55 devices via Bluetooth is not working as expected. Device A (the client) cannot receive data from Device B (t   static SVCCTL_EvtAckStatus_t Event_Handler(void *Event) { SVCCTL_EvtAckStatus_t return_value; hci_event...

li4 by Associate II
  • 840 Views
  • 7 replies
  • 1 kudos

STM32WB55 BLE Notification goes to Hard Fault

Hi everybody,I have a custom board with STM32WB55CGU7 targeting BLE application. I have flashed it with the latest "stm32wb5x_BLE_Stack_full_fw.bin". On application side I have generated a code based on custom template, with server, pheripheral mode....