Type: REL-NOTES
Project: WICED Studio
Date: 05/16/18
Revision: 6.2
Pages: 13
WICED Studio Release Notes
Release Versions: Wiced_006.002.000.0072
Cypress® Confidential and Proprietary 5/31/2018
WICED Studio Release Notes Page 13 of 13
Cypress Semiconductor
198 Champion Court
San Jose, CA 95134 USA
© 2017 by Cypress Semiconductor
All rights reserved
Confidential and Proprietary Information: This document and the software are proprietary properties of Cypress Semiconductor. This software package may only be used in accordance with the Cypress Semiconductor license agreement.
Table of Contents
Table of Contents 3
1 Overview 4
1.1 Scope 4
1.2 Introduction 4
2 New Features 5
2.1 Documentation 5
2.2 New Chip/Platform Support 5
2.3 Features 5
3 Deprecated Features 7
4 API Changes 8
4.1 Modified APIs 8
4.2 Added APIs 8
4.3 Deprecated APIs 9
5 Known Issue Fixes 10
5.1 Applications 10
5.2 Libraries, Protocols, Drivers 10
5.3 Infrastructure 11
5.4 Bluetooth Firmware Updates 11
5.5 WiFi Firmware Updates 12
6 Known Issues: 13
This document lists the new features, bug fixes and known limitations of WICED Studio 6.2 SDK software release
WICED Studio 6.2 is the SDK for the Internet of Things (IoT) that combines Wi-Fi and Bluetooth into a single integrated development environment.
In addition to providing WICED APIs and an application framework designed to abstract complexity, WICED Studio 6.2 also leverages many common industry standards.
Benefits/Features:
1. Runs on Windows®, Mac® OS X®, and Linux® through Eclipse®-based integrated development environment (IDE)
2. Single installer package with support for:
o Wi-Fi + Bluetooth combo solution
o Wi-Fi solutions
o Bluetooth (Basic Rate, Enhanced Data Rate and Bluetooth Low Energy)
· Sample applications for many popular use cases like
o Connecting to cloud services
o Audio-over-Bluetooth/Wi-Fi
o Low-power BLE-based sensors and beacons
o Smart home gateways
· Code snippets to understand WICED APIs
· Applications for manufacturing and certification
The new features in WICED Studio 6.2 are as follows:
1. CYW920735Q60EVB_01-BaseBoard-Schematic.pdf and CYW920735Q60EVB_01-CarrierBoard-Schematic.pdf is available for CYW20735 Kit.
2. Updated the readme.txt in the install folder: ${INSTALLDIR}\readme.txt
3. Updated version of WICED-SuperMux-Wizard-User-Manual.pdf
1. Added platform support for 20706A2 based CYBT-343026-EVAL board.
2. Added support for CYW920735Q60EVB-01 board.
3. Added support for Arrow QuickSilver EVK Platform (Murata 1GC/CYW43907 based).
1. [CYW20719B1] Added LE connection oriented channel sample application.
Bluetooth Audio Hybrid Mode Support (Grouping/Rebroadcast for Logitech)
[CYW20706A2]:
· Added support for sending SBC encoded data starting from the media header to the host.
o AUDIO_ROUTE_COMPRESSED_TRANSPORT and AUDIO_ROUTE_COMPRESSED_APP routes added to the wiced_audio_route_t enum in the wiced_bt_audio.h
· WICED HCI command - HCI_CONTROL_AUDIO_SINK_COMMAND_CHANGE_ROUTE command added to support changing the route dynamically.
[CYW43907]:
· Support added to receive the encoded SBC data from the BT.
· On change route request, if the streaming is going on, streaming is suspended and change route command is sent from 43907 to A2 and then the streaming is started with the new route.
AWS Library
1. Unified AWS library for AWS IoT Cloud/Greengrass Core connections.
2. Can be extended to support different AWS protocols (HTTPS/MQTT/MQTT-Websockets etc.)
3. Can support one or more MQTT connections.
o Currently MQTT library limited to support one connection.
4. Organized AWS data-structures in-line with latest AWS IoT (Thing / Security credentials / Root CA / Greengrass groups)
5. Changed the layout of AWS IoT applications.
o Removed usage of MQTT library - using Wiced AWS library instead.
o Reorg the apps keys/certificates in resources folder.
o ...
liop2003