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

How can I migrant I-CUBE-LRWAN to my project?

Hello everyone, I am a newbie for stm32. Now I have a project to useSTM32+Lora module to make a wireless network for data sampling. I have boughttwo pairs of stm32L073 nucleo+ sx1272 radio shield board for testing. I canmake "ping-pong" communication...

mlau.18 by Associate II
  • 391 Views
  • 0 replies
  • 0 kudos

What is the STM32WB BLE-5 API alternative, for the predecessor ST BLE 4.1 API named: hci_le_set_scan_resp_data(18 , ServiceUUID_Scan);?

Hi,In previous project, I used the ST BLE 4.1 solution (based on BlueNRG-MS), and the peripheral Advertising procedure also included a call to hci_le_set_scan_resp_data(18 , ServiceUUID_Scan);What is the alternative for a similar API in ST BLE 5 solu...

STM32WB55 how to upgrade FUS throw OTA

Hi !I want to update FUS by OTA.In AN5185, #3.1 FUS Upgrade/Operation instructions is writed:"Write the FUS image in the user Flash memory at the address indicated in the FUS image directory readme.txt file." But this address is 0x080EC000, and it is...

I am trying to turn on the user leds on the stm32wb55 nucleo board. What am I doing wrong?

step 1: initialize clockstep 2: set pins to outputstep 3: set corresponding 'set' bits to 1 in BSRR registerint main(){    //enable clock for necessary ports//clock for leds: port port B, pins 0, 1, 5RCC->AHB2ENR |= RCC_AHB2ENR_GPIOBEN;//RCC->AHB2ENR...

Resolved! Inaccuracies in AN5165

I feel uncomfortable with this: on page 26 AN5165 there are shown layers purposes. In particular, written, that INNER1 used as "grounding under the RF zones", but on images below (Figure 33) under RF this layer is deleted and as reference used anothe...

Shamrel by Associate II
  • 753 Views
  • 2 replies
  • 1 kudos