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

Resolved! STM32WB55CG (USB dongle)

Hello, where I can find info about STM32WB55CG (USB dongle) usage description and what Blue Tooth USB dongle can be used with STM32WB5MMG module ?

GS2 by Senior
  • 1762 Views
  • 9 replies
  • 1 kudos

STM32WL55 uart error with RF

Hi I am testing with STM32WL55CCU6.When I use only uart1, uart1 works well.but when I use uart1 and RF(LoRa) send, MCU does not work.​I coded that MCU transmit some message using uart to terminal per second.MCU continues to work fine.but I added some...

Resolved! Example Project RTC_LSI GetLSIFrequency undefined value

Good morning,I am trying to follow the RTC_LSI calibration example project for the P-NUCLEO-WB55.https://github.com/STMicroelectronics/STM32CubeWB/blob/master/Projects/P-NUCLEO-WB55.Nucleo/Examples/RTC/RTC_LSI/Src/main.cThe GetLSIFrequency function h...

POliv by Associate II
  • 594 Views
  • 2 replies
  • 1 kudos

Resolved! STM32WB55 internal antenna

Hello, I have a question about the internal antenna of the STM32WB55CGU6.First of all, does it have the internal antenna? And if so, what is the range of it? Thanks

Resolved! Zigbee - Custom cluster attribute reporting only on connect

Hey,I working on a project with the following goal: setup one central coordinator and let multiple sleepy end devices send sensor data periodically. For development I am trying to alter the code of the Zigbee_TempMeas_Client_Router/Zigbee_TempMeas_Se...

user5 by Associate II
  • 1732 Views
  • 7 replies
  • 0 kudos

Stand-By mode when RFWakeupCLK is LSE

Hi there,if i try to set my stm32wb55cg into standby, it seems to only work if the RFWakeupCLK is HSE-DIV1024void PeriphCommonClock_Config(void) { RCC_PeriphCLKInitTypeDef PeriphClkInitStruct = {0}; PeriphClkInitStruct.PeriphClockSelection = RCC_...

Exeu_0-1718519769580.png
Exeu by Associate II
  • 1129 Views
  • 3 replies
  • 0 kudos

Resolved! STM32WB55C Based BLE module design verification

Hi Team,Am designing a BLE module using STM32WB55CEU6 for an IoT audio streaming project. Can somebody please help me in verifying the RF portion of schematics and layout. We are using an IPEX connector on board for BLE antenna and the signal is conn...

VyshKrish_0-1718102501983.png

Resolved! Custom Bluetooth Service

Hello, I need your kindly support for this application.I would like to do a code for the STM32WB5MM-DK where the Bluetooth have a service with the following characteristics:ServiceCharacteristic 1: Read and Notify a random number from 0 to 100 (later...