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

Resolved! Firmware update OTA : STM32WL and NlueNRG-2

Hello,I am using the STM32WL55 with the BLUENRG-2N.i need to add the Firmware update OTA capability using the Bluetooth (BLUENRG-2N)the examples of FUOTA for STM32WL are based on LoraWAN protocol ... so it is not what i looking for.Do you have any ex...

malarab by Senior II
  • 2374 Views
  • 3 replies
  • 1 kudos

MBMUXIF_WaitCm0MbmuxIsInitialized infinite loop

Never gets past this checkvoid MBMUXIF_WaitCm0MbmuxIsInitialized(void) { while (pMb_RefTable->SynchronizeCpusAtBoot != CPUS_BOOT_SYNC_CPU2_INIT_COMPLETED) { } /* USER CODE BEGIN MBMUXIF_WaitCm0MbmuxIsInitialized */   /* USER CODE END MBMUXI...

bblouin by Associate III
  • 1498 Views
  • 7 replies
  • 0 kudos

Resolved! LoRa WAN end node development

i am using LoRa E5 dev board for programming my code , i am using STM32 stlink debugger with stm32 cube programmer , the board is not connecting my stm32 cube programmer , the serial number is showing 1 but when i am trying to connect it is not conne...

MANOJ_R1 by Associate
  • 800 Views
  • 2 replies
  • 3 kudos

Resolved! BLE Data Transfer between TWO STM32WB

I want to configure a stm32wb as BLE central and other as BLE peripheral such that they can exchange data. The combination of all this data also needs to be sent to a mobile phone. Can anyone suggest me a MOOC or may be a document that can  be used a...

Rituraj by Senior
  • 2069 Views
  • 15 replies
  • 4 kudos

adc dma stm32wb55

Im running ble heart of stm32wb55  , I would like use adc input channel with  the  ADC_SingleConversion_TriggerTimer_DMA_ but the tim2 that i instantiate seem not run; the  variable ubDmaTransferStatus that indicate the end of dma tranfert(value = 1)...

Error : Unable to get core ID

Hi everyone,I'm using a Nucleo WL55JC1 trying to run the Lorawan AT_slave application. When trying to run the project in STM32CubeIDE, I get the error "no device found on target". Did the process of the solution on this post : https://community.st.co...

mrgcap by Associate
  • 3986 Views
  • 4 replies
  • 0 kudos

Resolved! STM32WBA55G-DK1 audio channel digital processing

HelloI want to implement some filters on the two audio channels in the BLE_Audio_PBP_Sink example project.Where in the code would you recommend that i implement these filters. Where can i without problems alter the audio streams.Are there any documen...