Zum Hauptinhalt wechseln

 Subscribe

Yi Zhong

Program Manager II, Azure IoT Hub

Latest posts

Showing 1 – 6 of 6 posts found

Published • 3 min read

Make Azure IoT Hub C SDK work on tiny devices! 

Azure IoT Hub C SDK is written in ANSI C (C99), which makes it well-suited for a variety of platforms with small disk and memory footprint. We recommend at least 64KB of RAM, but the exact memory footprint depends on the protocol used, the number of connections opened, as well as the platform targeted.

Published • 2 min read

Using the Azure IoT Python SDK: make sure you check the version! 

Since the release in 2016, developers are using our Azure IoT Python SDK to write device and back-end applications to connect to Azure IoT Hub and Device Provisioning Service, as well as writing modules for Azure IoT Edge (preview). Python is a popular choice for prototyping, and it is gaining traction in the embedded world.