Questing about getting fix accuracy to the cloud, and a suggestion to further save power with cell position through nRFCloud

Hi Nordic and everyone else!

First my question:
I am sending my position data to the cloud in the same matter as the MQTT Multi Service sample. It converts some PVT data to a NMEA string and sends it. This loses the accuracy (and some other parameters) of the fix. Do you have any good suggestions to send the position to the cloud with the accuracy as well, without sending it as a "message type"? Could I send a full NMEA string from the modem? If so, which one and how? 
Thank you for all and any help!

Further, a suggestion:

When using nRFCloud service as back end, and I request cell based positioning, I might not need or want to get the resulting data to my nRF9160 device.
Today, requesting a cell (or wifi) based position gives me the result back to my device. And it doesn't really care, unless we want to send it somewhere else from the device. The data is shown on the cloud in the map. I can also be retrieved with the Rest API if needed. So sending this data back doesn't really do anything for the device in some cases. 
My thoughts are that this would save some power by not receiving the data, and by cutting a connection/going to psm earlier. Perhaps this could be configurable in a future release?

Just an idea! Have a nice day everyone!

Kind regards,

Torje

Related