User Activity

I am using the software I-CubeLoRaWAN to create a class A end node from a STM32 and SX1272. From the spec the protocol LORAWAN have a MAC command to request the server time. This function is implemented in I-CubeLoRaWAN (file lora.c) :#ifdef LORAMAC_...
I set the dutycycle to 10 s :#define APP_TX_DUTYCYCLE 10000But when i run the program i get this :I join the network at first emission. Then i got two emissions at 150 s and 320 s and finally it becomes periodic but with a period of 50 s not 10 s.It ...
Hi everyone!I am trying to get the lowest power consumption from the STM32L073ZR in STOP Mode.I run my tests with the board powered from external source E5V (no USB connected).I have two Ampere-meters:one measure the current IDD of the microcontrolle...
Hi, I wrote a code using an uart with a circular Rx dma and idle interupt to communicate with a sensor. The config is working fine alone and now i want to include it into the project End Node form the LoRa package. But i cannot figure out why it's no...
"The I-CUBE-LRWAN Expansion Package consists of a set of libraries and application examples for STM32L0, STM32L1 and STM32L4 Series microcontrollers acting as end-devices."Can i use the libraries comming with this package even if i am using a STM32F7...