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

STM32WL5MOCH6 Schematic Validation

Hello,In our sensor node project, we are using STM32WL5MOCH6 as a LoRa module. We shall drive the module with a host MCU which is STM32U5. Could you please validate the schematic?Schematics are attached.Best regards,Egemen Aksoy 

Clyasenth_0-1720426165714.png Clyasenth_1-1720426188770.png

How to identify two or more BLE devices

Hi, I have a question.I am developing a BLE HIID device using the STM32WB55 evaluation board.I am not sure how to identify multiple devices with the same firmware loaded.The problem I am currently encountering is as follows ↓↓↓.Prepare two CFG_STATIC...

ELEHM by Associate II
  • 120 Views
  • 1 replies
  • 0 kudos

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
  • 700 Views
  • 5 replies
  • 0 kudos

BLE Server and Router Configuration

How can I make sure that the the router and server should work in a pair with no cross connection. Now I know both of these work as I can see on ST toolbox but how can I check if the are connected among them selves . I earlier modified an example to ...

Rituraj by Associate III
  • 66 Views
  • 0 replies
  • 0 kudos

Couldn't Find Mac_802_15_4_Sniffer.bin file

Hi Community,I’m trying to use the CubeMonitor-RF sniffing tool to monitor packets between my two NUCLEO-WB55 boards. I have followed all the instructions indicated by UM2288 and the ST Wiki. However, I am confused about the firmware upgrade for the ...

iFoX by Associate II
  • 105 Views
  • 2 replies
  • 0 kudos

Disabling TCXO in the software

I am using the B-L072Z-LRWAN1 and trying to optimize for low power consumption. So far I have set up the hardware by desolding SB37, SB18, R26, and D2. Now when moving JP9 from pos. 2-3 to pos. 1-2 (i.e. TCXO powered from PA12 instead of VDD_RF_LRA),...

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)...

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...