From 323f53cf56f2d683c877e943cf92403c67f3688f Mon Sep 17 00:00:00 2001 From: Tatiana Leon Date: Mon, 15 May 2023 15:02:10 +0200 Subject: [PATCH 1/3] connectcore-demo-example: update dashboard refresh timeout Increase the dashboard refresh timeout to be 15s. Uploading every 5s is too much for some platforms, ConnectCore MP15, with really high CPU load. https://onedigi.atlassian.net/browse/DEL-8508 https://onedigi.atlassian.net/browse/DEL-8509 Signed-off-by: Tatiana Leon --- connectcore-demo-example/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectcore-demo-example/index.html b/connectcore-demo-example/index.html index 43c40dc..d0a1447 100644 --- a/connectcore-demo-example/index.html +++ b/connectcore-demo-example/index.html @@ -814,7 +814,7 @@ Digi Demo - Dashboard // Callback executed when the page loads. document.addEventListener("DOMContentLoaded", function(event) { // Start the timer that updates device status. - var statsTimer = setInterval(refreshDevice, 5000); + var statsTimer = setInterval(refreshDevice, 15000); }); From fb73c4041930fbc7ebd1173fb02de833a89ed26a Mon Sep 17 00:00:00 2001 From: Tatiana Leon Date: Mon, 15 May 2023 18:38:37 +0200 Subject: [PATCH 2/3] samples-manifest: fix typo Signed-off-by: Tatiana Leon --- samples-manifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples-manifest.xml b/samples-manifest.xml index be213a7..260dee6 100644 --- a/samples-manifest.xml +++ b/samples-manifest.xml @@ -172,7 +172,7 @@ then the device will reboot automatically after the timeout expires. - Digi BLE GAT server Example + Digi BLE GATT server Example This application enables a BLE GATT server on the board. After that, the application starts listening for BLE connections to provide custom BLE From 26f613f2e432a988f4b5c96c8de43652d7ad2d5d Mon Sep 17 00:00:00 2001 From: Tatiana Leon Date: Mon, 15 May 2023 18:39:01 +0200 Subject: [PATCH 3/3] ccimx93: add support for the ccimx93 platform Signed-off-by: Tatiana Leon --- samples-manifest.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/samples-manifest.xml b/samples-manifest.xml index 260dee6..8135f23 100644 --- a/samples-manifest.xml +++ b/samples-manifest.xml @@ -19,6 +19,7 @@ application takes periodic samples and prints the raw value and the value in mv. ccimx8mm-dvk ccmp15-dvk ccmp13-dvk + ccimx93-dvk @@ -40,6 +41,7 @@ reception using the selected baudrate. ccimx8mm-dvk ccmp15-dvk ccmp13-dvk + ccimx93-dvk @@ -62,6 +64,7 @@ whenever an interrupt is generated in the input GPIO. ccimx8mm-dvk ccmp15-dvk ccmp13-dvk + ccimx93-dvk @@ -83,6 +86,7 @@ Afterward, it reads the data back to validate it (tested with 24FC1026). ccimx8mm-dvk ccmp15-dvk ccmp13-dvk + ccimx93-dvk @@ -147,6 +151,7 @@ the page size and the address size in bytes. ccimx8x-sbc-pro ccmp15-dvk ccmp13-dvk + ccimx93-dvk @@ -169,6 +174,7 @@ then the device will reboot automatically after the timeout expires. ccimx8mm-dvk ccmp15-dvk ccmp13-dvk + ccimx93-dvk @@ -190,6 +196,7 @@ GATT services and characteristics. ccimx8mm-dvk ccmp15-dvk ccmp13-dvk + ccimx93-dvk