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.