-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c540e62e971c8686d6942a15ab01df6dbf8fe4fe more detailssdk-nrf:
Github labels
List of changed files detected by CI (118)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
1f9a1af
to
3dd7eba
Compare
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 <peter.skeggs@nordicsemi.no>
3dd7eba
to
e4ba118
Compare
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 <peter.skeggs@nordicsemi.no>
e4ba118
to
c540e62
Compare
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