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
  • 1628 Views
  • 0 replies
  • 2 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
  • 772 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....

Resolved! ADC with BLE onSTM32WBA

Hi,I want to implement a simple application: ADC conversion and transmit the data via BLE. I achieved to do it on stm32wb15cc development board, but I have problems when trying do implement it on my custom board with stm32wba54. In the codes, I basic...

I-CUBE-LRWAN Abandoned?

In another thread:@VicR wrote:The Cube LRWAN package you mentioned it not the latest one and has not been updated for years.We recommend you to use the STM32CubeWLSo what about platforms other than WL? Are they abandoned?@VicR 

HeartRate FreeRTOS Default task

Hi all,I'm referring to BLE_HeartRateFreeRTOS example project. As per my understanding, controller wakes up to advertise based on the Adv Interval. This can be fast(80ms-100ms) or low power advertising(1s-2.5s).In this project there is a default task...

ABN by Associate III
  • 618 Views
  • 5 replies
  • 2 kudos

Resolved! Beaconing advertisement

Hi all,I'm referring to the BLE_Beacon example project. I figured out that we need to start the advertisement and then attach the required payload/service_data. Is there any minimum set of advertisement packets to be broadcasted in-order to see the p...

ABN by Associate III
  • 193 Views
  • 1 replies
  • 0 kudos

Resolved! Add Scan_Request to BLE_Custom example

Sono partito dall'esempio BLE personalizzato per il core WB55RG, che esegue regolarmente Advertising. Tuttavia, ora vorrei aggiungere una scan_request (sto cercando di replicare l'esempio P2P_router partendo da un esempio BLE_custom per avere servizi...