In SDK 1.4 we combined the udp and GPS examples and the result is unstable.
I think this could be because once enabled by RRC mode == Idle, GPS keeps going forever.
After getting a fix we want to send the data with location. At this point it seems there is often a clash where GPS is fetching the next location.
I think we need to switch GPS off, send the data, delay a while and then switch it on again to get the next fix.
What is the proper way to do this pls?
Regards.