Dear Support team,
could you please advice how can I change the endpoint where Thingy91 sends the measurement data stream from the sensors?
By the default it it is the nrfCloud but I would like to change it to a different server.
Thanks
BR
RT
Dear Support team,
could you please advice how can I change the endpoint where Thingy91 sends the measurement data stream from the sensors?
By the default it it is the nrfCloud but I would like to change it to a different server.
Thanks
BR
RT
Hello RT,
There is currently no way of changing the endpoints of the Asset Tracker. It is, however, possible to subscribe to the data stream using the nRF Cloud MQTT API.
E.g. use a Mosquitto client to subscribe to the data with the following command:
mosquitto_sub.exe -h a2n7tk1kp18wix-ats.iot.us-east-1.amazonaws.com -t [messagesPrefix]/m/# --cert Public_certificate.pem.crt --cafile Root_CA.pem -p 8883 --key personal_key.pem.key -d -i [Client ID]
Kind regards,
Øyvind
Hello RT,
There is currently no way of changing the endpoints of the Asset Tracker. It is, however, possible to subscribe to the data stream using the nRF Cloud MQTT API.
E.g. use a Mosquitto client to subscribe to the data with the following command:
mosquitto_sub.exe -h a2n7tk1kp18wix-ats.iot.us-east-1.amazonaws.com -t [messagesPrefix]/m/# --cert Public_certificate.pem.crt --cafile Root_CA.pem -p 8883 --key personal_key.pem.key -d -i [Client ID]
Kind regards,
Øyvind