Azure RTOS Configure MxChip Settings from the Web Browser #304
Replies: 2 comments
-
Hi @RaysApps, The Arduino sample is using the https://github.com/microsoft/devkit-sdk SDK to perform many of the functions, including the http server used to configure the device as well as flashing the configuration. To do a similar function using Azure RTOS, you could enter the MXCHIP into AP mode, and then use the http server to serve the configuration page. After this you could use the STMCube MCU firmware package to flash the configuration. |
Beta Was this translation helpful? Give feedback.
-
Hi @ryanwinter, just revisited this issue after a long gap. I am not sure how to programmatically handle the case when the MxChip device is in AP mode. Is there any callback method (similar to telemetry, property callbacks) that's gets triggered when the device enters into AP mode? |
Beta Was this translation helpful? Give feedback.
-
I’ve successfully installed AzureRTOS based MxChip app by following the tutorial at (https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-mxchip-az3166-iot-hub).
I would like to migrate my previous Mxchip app to Azure RTOS. In this regard, it will be good to customize the MxChip app to add configuration from the browser as explained here: https://docs.microsoft.com/en-us/samples/azure-samples/mxchip-iot-devkit-get-started/sample/, instead of setting them up in the “azure_config.h” file.
My device code knowledge is limited. Your support in implementing these changes to the sample is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions