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

NUCLEO-WBA25CE1 "Bootloader limitation"

Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.

ctrois by ST Employee
  • 222 Views
  • 1 replies
  • 1 kudos

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
  • 4067 Views
  • 0 replies
  • 3 kudos

GPS frame using P-nucleo LRWAN1

#define U1RxBufSize 256#define U1TxBufSize 2048int16_t U1RxBufferPtrIN, U1RxBufferPtrOUT, U1TxBufferPtrIN, U1TxBufferPtrOUT=0;​char readableU1(void) {  U1RxBufferPtrIN = U1RxBufSize - __HAL_DMA_GET_COUNTER(huart4.hdmarx);        return U1RxBufferPtrI...

yjae by Associate II
  • 2891 Views
  • 5 replies
  • 0 kudos

How update RTC in lrwan library ?

Posted on November 08, 2017 at 15:48I don't understand how rtc library work in lrwan module.Some code (as the Utilities/timeServer.c) use tick (from rtc) value to get elapsed time.By using TimerGetCurrentTime then a little bit letter TimerGetElapsed...

NUCLEO-L073RZ LoRa end node application

Posted on April 05, 2018 at 16:15Hello. I'm working on a Lora project using the NUCLEO-L073RZ and the end-node application. I've a gateway that receives lora messages and transmits them to a network server. I've seen that the End node application se...