Time between two connections to the Lora gateway (Lora E5 Mini device)

Look for a HAL_Delay() or a similar function that specifies the delay between transmissions.
If you find HAL_Delay(10000); (10 seconds in milliseconds), change it to HAL_Delay(60000); (1 minute in milliseconds)

1 Like