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

TIM interrupt, sequencer, SPI_SCK

Hi!I am using P-nucleo WB55 board to develop BLE application. 1 I use TIM2 to generate a interrupt where I use SPI to read external ADC data. However, I found that the time period between SPI SCK signal and rising edge of TIM's PWM is varying. as sho...

0693W00000DlvAOQAZ.png
ZWH.1 by Associate II
  • 1195 Views
  • 7 replies
  • 0 kudos

Resolved! STM32F446RE Setting Frequency with RFM98PW LoRa Module

Hi Everyone!We have two RFM98PW LoRa Modules and we successfully can communicate with these modules from more than 9 kilometers. But when we change our frequency from 434 to about 433.663 we cannot communicate very well. It just *****. Using these Lo...

TEngi.2 by Associate
  • 1192 Views
  • 3 replies
  • 0 kudos

Resolved! Debugging Issue

Hey guys , I am trying to program custom stm32 board using stm32lorwan module using stlink v2 pins. I have configured debugger as followed.Can you tell me debug configuration?>>Connect to remote GDB server , port no 61234>...

NBhar.1 by Associate II
  • 477 Views
  • 1 replies
  • 0 kudos

Battery Service Notification on BLE

We are using the STM32WB5MMG in our product.To inform any client about the battery level of our device we want to implement theSIG Battery Level Service.After configuration through CubeMX, the Service is visible and the value can be read.However, how...

MWält.2 by Associate II
  • 429 Views
  • 0 replies
  • 2 kudos

Resolved! STM32WB55VGY6TR hci_reset section isn't initializing

I made my test codes on nucleo(32wb55) and it worked.But i have a problem on My Custom Board.I try Cable Replacment application on my board, but my sw isn't pass "hci_reset" section on "ble.hci.le.c"...When I look at the crystals(HSE_32Mhz and LSE_32...

Sadik_A by Associate II
  • 785 Views
  • 2 replies
  • 0 kudos

Multiple ble client connections

Hi,The ble stack provided follows BLE V5 protocol, which means that it should be possible to have multiple slaves or multiple master connections. I'm trying to build an application that would be a server/slave capable of connecting to multiple client...

JVenk by Associate
  • 4024 Views
  • 3 replies
  • 0 kudos

Resolved! What is the best way to debug I2C on 2 Nucleo Platforms (one Nucleo is Master the other Nucleo is Slave) while using ST CubeIDE?

Hello,I'd like to debug the I2C Master/Slave example located at:..\STM32Cube\Repository\STM32Cube_FW_WB_V1.12.1\Projects\P-NUCLEO-WB55.Nucleo\Examples\I2C\I2C_TwoBoards_AdvComITI have the 2 Nucleo WB55 boards with proper I2C connection, And have a Cu...