Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

DevKit SDK 1.6.0

Choose a tag to compare

@ArthurMa1978 ArthurMa1978 released this 20 Dec 00:53

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:
    Extern SPI fix
    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.