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

Resolved! NUCLEO-WL55JC I cannot build an application LoRaWAN_End_Node in IAR 9.10 from the LoRaWAN_End_Node.ioc file of the STM32Cube_FW_WL_V1.0.0 library

The sample code from the library worked out of the box. I tried to generate similar code via CubeMX.I tried to set the parameter "radio_bord_if -> Select radio Driver"myself, because without this, the CubeMX issues a warning.However, when building th...

Resolved! Is it possible to read the coprocessor firmware?

I just installed FUS 1.2 and BLE Stack Full firmware, I believe successfully based on the logs. I noticed that those sections of memory are not readable by CubeProgrammer. Are they encrypted once they're installed? Just kind of curious.ST-LINK/SWD co...

Buster by Associate II
  • 277 Views
  • 1 replies
  • 0 kudos

Send Eddystone beacons without TLM payload doesn't work

I'm working with the Nucleo board with the STM32WB55 with the BLE Stack: stm32wb5x_BLE_Stack_full_fw.bin (V1.12.1) on the Copro. When I'm running the Beacon Example code I can receive the Beacons on the mobile App.But since I've configured the code o...

MWild.4 by Associate II
  • 423 Views
  • 2 replies
  • 0 kudos

BLE-HID example

Hey Guys,I am having a difficult time opening and compiling the BLE-HID example from the FW 1.12.1 pack.The STM32CubeIDE throws the error: make: *** No rule to make target '/Utilities/lpm/tiny_lpm/stm32_lpm.c', needed by 'Utilities/stm32_lpm.o'. Stop...

ASter.1 by Associate
  • 456 Views
  • 2 replies
  • 0 kudos

We want to operate use STM32WLE4 at 155Mhz QFN. As per Application Note - If the impedance value for the user application is not provided,contact the ST local sales office. Will local ST FAE would help us get Impedance Values for our requirement?

If we want to calculate the Impedance on our own On Nucleo JC2 Board (We do have access to Spectrum Analyzer, VNA, etc) what type of hardware setup would be required to measure the impedance? Do we need to measure impedance on RFO_LP GND Pins?On firm...

gada by Associate III
  • 259 Views
  • 0 replies
  • 1 kudos

Resolved! I have two nucleo-stm32wl boards. I want one board to transmit and other to receive(if possible later in listen mode). I modified pingpong example as attached code. But the communication doesn't happen at all. How should I synchronize or make it work !?

static void PingPong_Process(void) { Radio.Sleep(); APP_LOG(TS_ON, VLEVEL_L, "PP Task Start\n\r");   if (isMaster == true) { //Master switch (State) { case TX_TIMEOUT: APP_LOG(TS_ON, VLEVEL_L, "Master Tx timeout\n\r"); case TX: ...

gada by Associate III
  • 389 Views
  • 1 replies
  • 0 kudos