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

Command to send data from server to client in stm32WB

Hello I need send data from server to client, I did it, with the next command uint8_t data= 8; uint8_t *send_data= &data;P2PS_STM_App_Update_Char(P2P_NOTIFY_CHAR_UUID, send_data);But in "ST BLE Sensor" I can flash the lamp but can not receive value, ...

IRakh.1 by Associate III
  • 1101 Views
  • 2 replies
  • 0 kudos

STM32WB do not print debug log in UART

The example project BLE_p2pServer ishas the debug interface configurated such as it is possible to see what is happening on the Wireless Stack.For example However if I use the project IOC file to make a new project I'm not getting any information.Act...

0693W00000YAX1IQAX.png
YGail.2 by Associate III
  • 1197 Views
  • 1 replies
  • 2 kudos

How to add new sequencer

Hello everyone, I am working with 3 stm32wl55JC module. 1 is receiver the other 2 is transmitter. The code has UTIL_SEQ_RegTask((1 << CFG_SEQ_Task_Sensor_Process), 0, Sensor_Process);I want to add another task which needs to work as endless loop....

AHakk.1 by Associate III
  • 2593 Views
  • 3 replies
  • 1 kudos

DMA A/D on STM32WB55 Nucleo board

Hello....I am trying to do a DMA of 32 samples every second. The A/D sequence is CH1, CH2. (so 16 samples of each). I have attached a picture trying to depict what I am doing. I am starting the DMA but I never get into the Transfer Complete interr...

_legacyfs_online_stmicro_images_0693W00000bidKaQAI.png
SWenn.1 by Senior III
  • 1654 Views
  • 3 replies
  • 0 kudos

STM32WB55 custom board configured as Gatt Slave, after wateup from STOP2 mode UTIL_SEQ_SetTask and HW_TS_Start not working.

Case 1: without STOP2 mode UTIL_SEQ_SetTask or HW_TS_Start working fine.Case 2: without UTIL_SEQ_SetTask or HW_TS_Start calling, the device can go to sleep and wake up without any problem.case 3: when the device wakes up and after the device wakeup,...

AM.12 by Associate III
  • 840 Views
  • 1 replies
  • 0 kudos

stm32wb55rg bondding issue

1. Issue: When connecting a PC to a device for the first time, disconnecting the connection after turning off the device's power, and then turning on the device's power, the PC and device should automatically reconnect, but they are not connecting.Pr...

jeuid.1 by Associate
  • 605 Views
  • 1 replies
  • 0 kudos