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); }); diff --git a/samples-manifest.xml b/samples-manifest.xml index be213a7..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,10 +174,11 @@ then the device will reboot automatically after the timeout expires. ccimx8mm-dvk ccmp15-dvk ccmp13-dvk + ccimx93-dvk - 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 @@ -190,6 +196,7 @@ GATT services and characteristics. ccimx8mm-dvk ccmp15-dvk ccmp13-dvk + ccimx93-dvk