trach99

  • Feb 9, 2024
  • Joined Feb 7, 2024
  • 0 best answers
  • Hi @trach99 The nRF9160 Feather only has cellular. It should be able to do what you need there. You would need to:

    • Determine the endpoint type that you’re publishing to (HTTPS, MQTT, CoAP)
    • Determine the payload (JSON, CBOR. Etc)
    • Write the associated code that aligns with the two above.

    You can see what an MQTT/CBOR sample looks like with the tracker sample. If you’re just starting out the HTTPS sample may be of interest.

    Samples can be found here.

    Terms and Conditions | Privacy Policy