app: Switch nRF Cloud AT commands from MQTT to CoAP#174
Merged
Conversation
89fa7ae to
661f320
Compare
661f320 to
a6609d2
Compare
2c4cd7a to
c61d096
Compare
c61d096 to
138ba28
Compare
trantanen
reviewed
Mar 5, 2026
8a15a37 to
99cbbe1
Compare
divipillai
reviewed
Mar 9, 2026
ebf0f5c to
fa0cd9f
Compare
divipillai
approved these changes
Mar 11, 2026
fa0cd9f to
6ac684d
Compare
trantanen
reviewed
Mar 11, 2026
6ac684d to
968994a
Compare
MarkusLassila
approved these changes
Mar 12, 2026
Contributor
MarkusLassila
left a comment
There was a problem hiding this comment.
Some questions to be considered.
cb5fb42 to
8630a4d
Compare
MarkusLassila
approved these changes
Mar 16, 2026
trantanen
approved these changes
Mar 16, 2026
Replace nRF Cloud MQTT transport with the more lightweight CoAP protocol. Introduced new Kconfig option CONFIG_SM_NRF_CLOUD_LOCATION to enable location support, since CONFIG_NRF_CLOUD_LOCATION depends on NRF_CLOUD_MQTT and cannot be enabled when using NRF_CLOUD_COAP. Jira: SM-235 Signed-off-by: Juha Ylinen <juha.ylinen@nordicsemi.no>
8630a4d to
1033b19
Compare
Contributor
Author
|
Squashed the commits and updated the Title and description. |
SeppoTakalo
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove support for nRF Cloud MQTT protocol and use more lightweight CoAP connectivity.
Introduce new Kconfig option CONFIG_SM_NRF_CLOUD_LOCATION to enable location support, since CONFIG_NRF_CLOUD_LOCATION depends on NRF_CLOUD_MQTT and cannot be enabled when using NRF_CLOUD_COAP.
Jira: SM-235