Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Azure RTOS Configure MxChip Settings from the Web Browser #304

chandra-rayaprol started this conversation in General
Discussion options

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.

You must be logged in to vote

Replies: 2 comments

Comment options

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.

You must be logged in to vote
0 replies
Comment options

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?

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /