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

ST average current consumption formula vs other methods

Hi, I am trying to calculate the current consumption for my BL072z board1.- my formula:16mA in run mode30uA in stop modeT to tx data = 20 secsNumber of txs in a hour = 3600/20 = 180duration of each tx = 3 secondstotal TX time = 3(180)=540 seconds = 0...

Join Resquest failure with the b-l072z-lrwan1 discovery kit

Hello,i'm trying to send data to a server thanks to b-l072z-lrwan1 discovery kit but i can't even start the connexion between them.Here are the parameters that i've set/chosen on the server :here is the device parameter according server point of view...

0690X00000AtGNLQA3.png 0690X00000AtGNQQA3.png 0690X00000AtGNVQA3.png 0690X00000AtGNaQAN.png
AJT by Associate III
  • 578 Views
  • 1 replies
  • 0 kudos

Resolved! What is the correct way to set up Thread in CubeMX?

I have been trying to set up the initial code from cubeMX for my Thread Project.The Steps that i have taken are as follow:1) Set up RCC2) Set up HSEM3) Turn on RTC4) Activate RFHere are where the problems start, since i could compile until here5) Sel...

NGama by Associate III
  • 1800 Views
  • 5 replies
  • 0 kudos

Flash, BLE, and C2

I'm working to perform flash operations while the BLE stack is running and there is an active connection. Once I initiate an erase operation, the connection times out with a supervisor timeout.There seems to be an elaborate sequence of steps necessa...

eleventen by Associate III
  • 1583 Views
  • 4 replies
  • 0 kudos

How to set Tx power level in 802.15.4 example code

We are developing wireless communication via MAC 802.15.4 . We used your sample code of Mac_802_15_4_FFD and Mac_802_15_4_RFD to set up the communication between two STM32WB55 Nucleo boards successfully.  But we can't find any code or interface we ca...