-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
samples: cellular: nrf_cloud_ble_gateway: New sample #19853
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
e4ba118
to
c540e62
Compare
c540e62
to
1733838
Compare
1733838
to
51323f8
Compare
After documentation is built, you will find the preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-19853/nrf/samples/cellular/nrf_cloud_ble_gateway/README.html |
Remove most customizations for the nRF Cloud gateway because they are no longer necessary. The exception is the proper suffix on the cloud to device topic. Fix bug in JSONata transform handling during connection startup -- only the MQTT control channel needs to be connected, not also the data channel. Jira: IRIS-9993 Signed-off-by: Pete Skeggs <[email protected]>
Migrate sample from nRF Cloud repo to nRF Connect SDK. Replace old cloud interface from ATv1 with MSS. Get to run on NCS 2.9.0. Jira: IRIS-9993 Signed-off-by: Pete Skeggs <[email protected]>
51323f8
to
80ca80d
Compare
|
Closing because nRF Cloud is sun-setting BLE support. |
NOTE: this might be better as an update to the multi service sample, with the BLE code in a subfolder. Alternatively,
reorg the folder like the http_update sample.
Migrate sample from nRF Cloud repo to nRF Connect SDK.
Replace old cloud interface from ATv1 with MSS.
Get to run on NCS 2.9.0.
Jira: IRIS-9993