This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

can we send the AGPS data to io adafruit

Hello,

I was just wondering that if somehow we can send the AGPS code data of thingy 91 to adafruit server through the MQTT just for testing purposes.

Let me know if it is possible or not.

Regards,
Rahul

  • Hi Rahul,

    It should be possible to do so. The A-GPS sample uses a cloud backend in order to communicate with nRF Cloud and send the A-GPS data there. As of now, we only have cloud backends for nRF Cloud, AWS IoT and Azure IoT Hub. However, with the Simple MQTT sample you can easily connect to a broker and send and receive data. So you would probably have to use that sample as a start for the MQTT part and combine it with the A-GPS sample in order to get A-GPS data. Please note that the A-GPS sample can get A-GPS data from either the nRF Cloud A-GPS feature or from an external SUPL client, and you can choose to use SUPL client via the CONFIG_AGPS_SRC_SUPL configurable option.

    Best regards,

    Marte

Related