This repository was archived by the owner on Apr 25, 2023. It is now read-only.
1.0.0 Public Release
DevKit SDK 1.0.0
After a month work of stabilizing the code, fixing bugs and adding more samples, we are happy to release the v1.0.0 for our IoT DevKit. And soon we will open source the stacks including firmware, toolchain and all sample projects code. Please check release summary for details about this update.
Release Summary
- Update underlying mbed OS to 5.4
- Show version number for the default app
- Installation Scripts
- Install pip with get-pip.py script.
- Optimize error handling when running commands.
- Adapt to updates of Azure subscription return format using Azure CLI.
- Stabilization
- Bug fix: Memory leak on socket layer of Wi-Fi driver.
- Bug fix: Add retry logic to improve the stability of Azure IoT Device SDK.
- SDK
- Refine library APIs to follow Arduino Standard like function naming conventions.
- Add OLED draw method to control every pixel in display screen.
- Add support for file system based on mbed file system implementation.
- Add support for IrDA.
- Project Catalog
- Add ‘Connect to Azure IoT Hub’ example and documentation that align with other Azure IoT Hub get started tutorials.
- Add ‘Remote Monitoring’ example and documentation that make DevKit connect to Azure IoT Suite.
- Add ‘MQTT Client’ example and documentation that send MQTT messages to public free MQTT broker.
- Shake, Shake: Use testing Twitter bearer token as default, developer can replace it with her own by following the tutorial.
- Shake, Shake: Add delay and retry logic when not receiving any message due to function delay.