Change transmit (Tx) interval for LoRaWAN software
Hello!
I have a NUCLEO-L073RZ development board, with the SX1272MB2DAS LoRa RF expansion board (from Semtech). I have downloaded code for it here at ST at: https://my.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/i-cube-lrwan.license=1554282163016.product=I-CUBE-LRWAN.version=1.2.1.html
I have managed to get the code running, and I get contact with a gateway and can upload data to the server I want. The problem I have is that I can't find where I tell the board how often it should transmit the data. Currently the board transmit the data at the start when it get a connection to the gateway, and then 150 seconds later. After that it follows the pattern +165s in, +25s in, which repeats over and over. I wish to transmit the data to the gateway once an hour. How do I change this?
I have managed to find a constant that tells the board how often it should save data to AppData.Buff, which is the buffer that LoRa transmits. No matter how long or short that constant is it still transmits the data at the ~150 seconds interval.
If anything is unclear I can try to clarify further.
Kind regards,
Albin
