Hi,
I was trying to find some of the documentation on WICED Smart that I was previously looking at but I can't seem to find it. I went to the download page ( https://www.cypress.com/products/wiced-software ) and all of the WICED studio links lead to "page not found". Are the documents and other downloads still available?
Show LessHI,
I bought a CYBLE-013025-EVAL , and it includes CYW20737 silicon device . I saw the datasheet of CYW20737 mentioned it supports "Bluetooth Smart Audio", and details can available in application notes on this topic. However, I can't find related application notes introduce how to implement this function by SDK(WICED SMART). Does there has application notes about how to implement Bluetooth Smart Audio?
Thanks
Best regards
Show LessI was following along with the "find me" tutorial on the "Getting Started with EZ-BLE WICED Modules" document and noticed the "bleprofile_LEDOn();" function did not work. What function do you recommend using to turn on the evaluation board LEDs and pins instead (and how can I implement the function)? Also is there anywhere that I could find a description of common functions and how to use them for this specific board (CYBLE-013025)? Any help would be great!
Thank you very much,
Tim
Show LessDoes anyone know how to set the TAG4 board switches so i can use the MBT.exe tool to test the Bluetooth regulatory part. Basically how to set the TAG4 board switch to enable HCI command and then i can use the Manufacturer Bluetooth Test Tool (mbt.exe).
Thanks
G
Show LessHello everyone,
I was trying to re-program the demo application that came with the eval board.
Through ModusToolbox, I downloaded the "Audio-20721B2EVK02" application. I was able to build the "Audio-20721B2EVK02.a2dp_sink" project fine, but a few other audio projects are having compilation issues, 1 specifically "Audio-20721B2EVK02.headset"
Error:
headset_control.c:673:14: error: 'BTM_BLE_REMOTE_CONNECTION_PARAM_REQ_EVT' undeclared (first use in this function); did you mean 'BTM_BLE_CONNECTION_PARAM_UPDATE'?
case BTM_BLE_REMOTE_CONNECTION_PARAM_REQ_EVT:
This seems to be missing from wiced_bt_dev.h.
Is this project deprecated, or is there some library update that must be done ?
I have:
wiced_btsdk release-v2.6.0 18c098e
Audio-20721B2EVK02 release -v2.7.1 7831eff
Show LessI'm trying to connect TI MSP430 series microcontroller to broadcom BLE chip(BCM20737) through UART.
The expected BLE role is very simple to send and receive message(less than max 20 byte including message and payload) between TI uC and mobile phone.
It looks so many app examples as below, but I want to find the right app for my simple message transfer application with the mobile phone.
Any suggestion would be appreciated.
Min-Hwan
Show LessHello,
I am looking at the hello_sensor example project, and I see the call to wiced_bt_start_advertisements(), which starts advertising, and I can see the BLE device show up on a BLE scanning app.
What I am trying to do now is stop the advertising after 1 minute to try to save power if no client has connected to the device. I do not see a corresponding wiced_bt_stopadvertisements() function anywhere.
Does anyone the API call to stop the device from advertising?
Show LessHi there,
I want to program the 128 KB serial flash inside the CYBLE-013025 module over SWD but I'm having some difficulty getting it setup. I am able to communicate and enter debug mode on the CYW20737 microcontroller over SWD.
I downloaded the WICED Smart SDK at WICED Smart Docs & Downloads and installed the WICED Smart Eclipse IDE. I don't see any flash programming projects with a flash driver or API.
Can you tell me what I am missing?
Thanks
Show LessHi, I'm using the 20706A2 with the audio gateway demo. I would like to only allow us to be "paired" with one device at a time. When we go into pairing mode, we delete all nvram data if we were previously paired, then go into pairing mode. When we find a device, we pair and then connect, at this point this is the only device I would like us to be able to connect to. What happens is, a previously paired device can still reach out to us and connect, I want to not allow this. Is that possible?
Show LessEmployee
Employee
Employee
Employee
Employee
Employee
Contributor II