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
  • 1083 Views
  • 0 replies
  • 2 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
  • 1107 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...