Releases: microsoft/devkit-sdk
DevKit SDK 2.0.0
This is the first release in 2020. Please try our new version and any feedback will be appreciated.
- Support PnP model id setting during Devkit MQTT client initialization. This is PnP Summer Refresh feature.
- Upgrade Azure IoT C SDK to 1.3.8.
- Support lwip dns API, you can config it by SystemDnsLocalAddHost and SystemDnsLocalRemoveHost.
- Fix some bugs.
Thanks everyone for using and supporting us!
DevKit SDK 1.9.11-preview
add prod file
DevKit SDK 1.9.10-preview
add prod file
DevKit SDK 1.9.9-preview
add prod file
DevKit SDK 1.6.5
2019 will end soon and Christmas is coming. This is the last increase of our IoT DevKit SDK this year, please try it!
- Upgrade Azure IoT C SDK to 1.3.6.
- Add command for serial port: set_az_iotdps
- WiFiServer.available() can set the option to set_timeout. Issue here.
- As many users asked for, HttpClient supporting HTTPS now.
- Fix bugs.
Special thanks to Benjamin Cabé, thank you for your contributions and feedbacks.
DevKit SDK 1.6.3
Thanks everyone for using and supporting us! Please try 1.6.3 and any feedback will be appreciated.
- Upgrade Azure IoT C SDK to the latest version.
- Improve the build-in web server.
- Support symmetric key setting in AP mode.
- Improve the configuration web UI.
- Fix bugs.
- Fixed OTA issue by Increase OTA storage.
Special thanks to Takashi Matsuoka, thank you for your contributions and feedbacks.
DevKit SDK 1.6.2
Two years passed since I got my first IoT DevKit prototype board in hand (5 in total), and now tens of thousands of people are playing with it.
Love and struggle, it's my feeling and also feedback from all of our lovely customers, RESONANCE.
We're keeping improving this lovely board: add new functions, improve the SDK, add new examples, build new development tool - IoT Device Workbench extension for VS Code, and also try our best to help people in thechat room.
Now another spring, another step forward, let's have SDK released for this lovely board and all lovely customers.
- Fix all build warnings pump up from underlying RTOS and libraries.
- Support un-sorted server cert chain during TLS handshake, this is part of TLS 1.3 feature.
- Upgrade Azure IoT C SDK to 1.2.14.
- Remove the path information from the system error which is bothering everyone and may case people feel uncomfortable.
- Support customzied WebServer for system configuration: WiFi setting, IoT Device Connection String setting and X.509 cert setting.
- Support customized time server.
Thanks everyone for using and supporting us! Please try 1.6.2 and any feedback will be appreciated.
DevKit SDK 1.6.1
Time passes by so quickly, now it's 2019.
This is the first release in 2019 and the last release before Chinese Spring Festival holiday!
- Upgrade Azure IoT C SDK to 1.2.12.
- Provide a set of new ANSI C Board APIs :
- Retrieve board info:
- Board name
- Serial number
- IoT device connection string
- Retrieve sensor data:
- Temperature
- Pressure
- Magnetometer
- Gyroscope
- Accelerator
- Control onboard LEDs, include the user LED and the RGB LED"
- Turn on
- Turn off
- Control the onboard OLED screen:
- Write text
- Draw image
- Clean up
- Get button state.
- Transmit data via the onboard IrDA.
- Special commands:
- Blink user LED
- Blink RGB LED
- Retrieve board info:
- Re-write the default firmware by using the new ANSI C Board APIs.
- Fixed compile error in wire.h.
Special thanks to douglas-johnston for fixing the compile error in wire.h, thank you for your contributions and feedbacks.
DevKit SDK 1.6.0
Happy holidays, everyone! This is a minor version increase of our IoT DevKit SDK!
- Upgrade Azure IoT C SDK to 1.2.10, which is the most latest version, and much stable than old version.
- Release the polished WebSocket library.
- Fixed the SPI library. Sorry for finding this issue so late. This is not only the software bug but also circuit issue, so if you want to use the extern SPI pins please remove one resistor as bellow:
The extern SPI is shared with the built in codec chip, so there have one pin conflict. Remove this resistor can solve the SPI issue but the codec can’t work well, that means you can’t use any Audio functions if enable the extern SPI, vice versa.
Special thanks to Sean Kelly for polishing the WebSocket library and Xavier Geerinck found the SPI issue, thank you for your contributions and feedbacks.
Devkit SDK 1.5.1
- SDK
- Update the Azure IoT DPS SDK to 1.2.8 to support DPS group enrollment.
- Fix the memory leak caused by GetHostNameFromConnectionString.
- Make the SystemTickCounterRead thread safety.
- Fix the file system example.