I'm starting my first project with MKRWAN 1310. So far it's been great fun and I have been able to send measurement data over to local service provider LoRaWan network. I have been looking for a way to obtain the time from the network and tried to find such functionality from the libraries I know of. For my application it would be great to have the time syncronized from the LoRa network (I know I could use alternative time sources from GPS or DCF77 but for my project it would be most convenient to obtain it directly from the LoRa -network) so that I could accurately timestamp my measurements. Does anyone know if such libraries exist?
Thanks for your answer. There is such functionality on LoRa and it is supported by my network provider. My question is how can I code my Arduino to do such a call? MKRWAN.h or MKRWAN_v2.h -libraries do not seem to have such function. I did some research yesterday and it seems that MCCI LoRaWAN LMIC Library might do the trick. However that library is more complicated to use compared to MKRWAN.h