Skip to content

Latest commit

 

History

History
107 lines (72 loc) · 3.82 KB

examples.rst

File metadata and controls

107 lines (72 loc) · 3.82 KB

IoT Hub ESP32 AirLift Networking

Ensure your IoT Hub device works with this simple test.

../examples/azureiot_esp32spi/azureiot_hub_simpletest.py

Handle direct methods.

../examples/azureiot_esp32spi/azureiot_hub_directmethods.py

Send device to cloud messages, and handle cloud to device messages.

../examples/azureiot_esp32spi/azureiot_hub_messages.py

Update the reported properties of the devices device twin, and receive updates to desired properties.

../examples/azureiot_esp32spi/azureiot_hub_twin_operations.py

IoT Central ESP32 AirLift Networking

Ensure your IoT Central device works with this simple test.

../examples/azureiot_esp32spi/azureiot_central_simpletest.py

Handle commands.

../examples/azureiot_esp32spi/azureiot_central_commands.py

Update the properties of the device, and receive updates to properties.

../examples/azureiot_esp32spi/azureiot_central_properties.py

Handle connection errors.

../examples/azureiot_esp32spi/azureiot_central_notconnected.py

IoT Hub Native Networking

Ensure your IoT Hub device works with this simple test.

../examples/azureiot_native_networking/azureiot_hub_simpletest.py

Handle direct methods.

../examples/azureiot_native_networking/azureiot_hub_directmethods.py

Send device to cloud messages, and handle cloud to device messages.

../examples/azureiot_native_networking/azureiot_hub_messages.py

Update the reported properties of the devices device twin, and receive updates to desired properties.

../examples/azureiot_native_networking/azureiot_hub_twin_operations.py

IoT Central Native Networking

Ensure your IoT Central device works with this simple test.

../examples/azureiot_native_networking/azureiot_central_simpletest.py

Handle commands.

../examples/azureiot_native_networking/azureiot_central_commands.py

Update the properties of the device, and receive updates to properties.

../examples/azureiot_native_networking/azureiot_central_properties.py

Handle connection errors.

../examples/azureiot_native_networking/azureiot_central_notconnected.py