STM32 MCUs Wireless

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

Creating a simple Notify Operation with BLE on STM32BW

I'm trying to create an application that sends information from a sensor connected to STM32WB (P-Nucelo WB55) to another device over BLE via notify. I followed each and every instruction in this video posted by STM, but that application simply doesn'...

EYako.1 by Associate III
  • 396 Views
  • 1 replies
  • 0 kudos

STEVAL-ASTRA1B low power

I see it has the WB55M and another WL module on it.How is then the low power mode controlled?Is it separate for each module?Can I disable the other module? keep the WB55M only ?

DS.4 by Senior II
  • 411 Views
  • 2 replies
  • 1 kudos

[BLE] No sleep and No RF when added PLL to Clocks

HI, I added PLL to the Clocks , but that totally broke the sleep behaviour and I get no RF. RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORTYPE_HSE|RCC_OSCILLATORTYPE_LSE; RCC_OscInitStruct.HSEState = RCC_HSE_ON; RCC_OscInitS...

DS.4 by Senior II
  • 297 Views
  • 1 replies
  • 0 kudos

How to use ble module on B-U585I-IOT02A ?

Before writing, I apologize for the unsophisticated use of English.   Hello, I'm student who struggle with ble. I want to transmit the IMU GYRO Info & Camera Video ( or Image ) by STM32WB Module on the board. But I don't have any idea for starting b...

Resolved! DbgOutputTraces cubemx generation error

I think I've spot a small bug into the cube mx code generation tool for STM_WPAN moduleinto app_debug.c in function  void DbgOutputTraces( uint8_t *p_data, uint16_t size, void (*cb)(void) ) { /* USER CODE END DbgOutputTraces */ HW_UART_Transmit_DM...

oga by Associate III
  • 350 Views
  • 1 replies
  • 0 kudos

Issue on Bluetooth in STM32WB5MM

Hello all,  In my Project I'm using STM32WB5MMG Mcu for Bluetooth via data transmission, Iam Developing code as per the reference of STM32WB5 Nucleo Board and ST's MOOC for Bluetooth pairing,single data read and write.Iam doing as same as the Nucleo ...

image.png image.png image.png image.png
Kavinraj by Associate III
  • 389 Views
  • 1 replies
  • 0 kudos

STM32W55 - UART DMA only odd byte is received

Hello,I have a BLE application and I want to use UART DMA for communication between Nucleo and PC.I have managed to get it working, however everytime only odd bytes are received. (One is received and the second one is not and again..) I'm attaching a...