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

I2C and BLE on the STM32WB05

Hi, allI'm developing a BLE device using the STM32WB05 that supports I2C and BLE connections.I successfully established an I2C connection using I2C_SCL(PB6) and I2C_SDA(PB7).However, PB7 is used for RADIO_RF_ACTIVITY on BLE, causing a conflict betwee...

nama by Associate II
  • 143 Views
  • 2 replies
  • 1 kudos

Resolved! Sleep stm32wb55

Hi, I'm working with an STM32WB55cgu6. I'm having trouble with power consumption in sleep mode, which is around 100μA or more. I replaced the chip and it dropped to 35-50μA, but on newer boards it's around 30μA. I'd like to know if there's any config...

Resolved! How to increase LPAWUR range

Hello :) I am developing an application using a pair of NUCLEO-WL33CC1. I am testing the LPAWUR, using the LPAWUR_WakeupRadio_Rx and MRSUBG_WakeupRadio_Tx examples as a starting point. The examples work fine, but the range is very short, only about 0...

angus123 by Associate III
  • 493 Views
  • 7 replies
  • 5 kudos

Resolved! STM32WB5MMG read characterisitc

Hi, I want to make a simple application with an STM32WB5MMG that exposes a characteristic which I can read. I created the service and the characteristic, and I enabled the CHAR_PROP_READ property. In custom_app.c, I then use Custom_STM_App_Update_Cha...

How to get XX_SCAN_REQUEST_XX event

ST ,I am working on getting the scan request event ob the full stack.After looking at these posts : https://community.st.com/t5/stm32-mcus-wireless/ble-how-can-i-get-a-scan-request-event/td-p/221485https://community.st.com/t5/stm32-mcus-wireless/ble-...

DS4_0-1753722639206.png
DS.4 by Senior II
  • 277 Views
  • 4 replies
  • 0 kudos

LoRaWAN: Switch from Class C to A

Split from L072Z LRWAN1: Switch from Class C to AI also encountered the problem of CLASSC conversion failure. Could you please tell me if you have any solutions at present

dannyhui by Associate II
  • 219 Views
  • 2 replies
  • 0 kudos

Resolved! STM32WBA65RI FlashManager stuck writing to FLASH

Hello,I am working to incorporate BLE bonding into our project, and have run into a tricky issue where the Flash Manager gets stuck trying to write a key to flash. I've enabled the Flash Manager and SNVMA_NVM modules in the IOC file:I'm currently usi...

JFisherLegato_0-1758046734786.png

Resolved! Programming NUCLEOWB55RG board with another board

I want to program a NUCLEOWB55RG board with another identical NUCLEOWB55RG. The reason is the other NUCLEO board is placed on a PCB and is powered externally, so i cannot connect USB to it. Do I just remove the JP1 jumper and connect the SWD pins (SW...