Recent discussions
Hi,
有一个ibeacon的应用(用的是cybt343026-01),然后客户比较在乎消费电流,于是提出了以下的问题
What is the expected current draw for BLE for each advertisement at different TX power levels?
我想问一下,有方法设置不同的TX power levels吗?现有的模块用的是什么tx power level?
Show Less
Hi,
I get started with using the CYBLE-013030-00 BLE module for a project, and I am a little lost in how using and controling it. In the datasheet it's precised that it can be done using Wiced Smart.
May any one know a simlified tutorial that may be helpful ?
Thanks
Show Less
Hello
I have two questions about the eval baord cyble-013025.
- Is it possible to activate the data mode by sending a command? Because if I send the command p_cyspp_start (.CYSPPSTART, ID=10/2) nothing happens. If I change CYSPP-Pin it works fine but is it possible to do this with a specific command?
- Is it feasible to wake up the module from the sleep mode through a pin? If yes, which one is it?
Thanks for your help.
Timon
Show LessHello
I am trying to get an eval-board of type CYBLE-013025-EVAL to run with the example puart-controll from WICED-Smart-SDK. But since I am new in this matter, I ask for support. Downloading to the eval-board worked, but searching for a device in the provided software "ClientControl" does not work.
Can anyone help me with this?
Cheers
Timon
Hello,
I have absolutely no experience with this software and am finding it very difficult to understand how to download EZ-SERIAL™: EZ-BLE MODULE FIRMWARE PLATFORM onto the CYBLE-013025-EVAL EZ-BLE™ Module Arduino Evaluation Board that I have bought. I have downloaded WICED Smart SDK 2.2.3 as well as CYBLE-013025-00 WICED EZ-Serial FW Image V1.1.2 (.hex, .cgs)_0. I have consulted:
https://www.cypress.com/file/408296/download
WICED EZ-Serial BLE Firmware Platform User Guide - V1.1.2
It is just not clear to me when it says "Replace the “hello_client” with your project’s name". I am just trying to put the EZ-serial firmware onto the BLE module, can someone please walk me through this in the most basic way? How do I get the WICED Smart SDK to appropriately find the firmware and put it on the module? All of the rest of the posts seem to gloss over this, I am a complete beginner in this field. Thank you for your time.
Show LessHi,
I'm trying to install WICED Smart SDK on my Mac which is at 10.15.7 Catalina. However, I can't install the current 2.2.2 version. When I try to open the installer I get this message:
"The application “WICED-Smart-SDK-2.2.2-IDE-Installer” can’t be opened."
I tried an older archive version - 2.0.1. This time the installer opened, but then I got this message when trying to install:
"This package is incompatible with this version of macOS. The package is trying to install content to the system volume. Contact the software manufacturer for assistance."
Does anyone know how to fix this or if this SDK can be installed on macOS Catalina? Any help would be appreciated.
Thanks!
Show LessMy Manufacturing group facing some issues with CYW20732S BLE module programming.
I am trying to replicate same programming system in my site but unable to find WICED-Smart-SDK-1.1.0-IDE-Installer from Cypress website.
Can somebody help getting me WICED-Smart-SDK-1.1.0-IDE-Installer.exe for Windows?
Show Less
Hi, I have a BCM920732 board and when I plug it in to my pc. It says it cannot find a driver to use this board.
Where can I find the appropriate drivers?
Show LessI'm working on a BLE project which has one output data service with three characteristics in it (that correspond to the three data channels I need to send). I'm sending all this data using notifications.
For some reason when I use any of the iOS BLE apps (For example in the screenshot below I have the nRF Connect App for iOS) I cannot see all the characteristics. I can see one of them but I still can't enable the notifications even for that one characteristic. (this happens with the Cysmart app, LightBlue iOS apps as well).
The weird thing about this is that when I use the Android counterparts of the same apps, I don't have this problem. I can see all the characteristics and I can even enable the notifications for them.
Is there anything I can do here to fix this issue with the iOS
This is how my characteristic definitions look like (I can share the code text itself just let me know)
Hello, first off thanks to all team for all the detailed documentation and support.
I have setup a CYBT-353027 module as an audio sink, sending I2S signals to a codec. All code from your repos and using Modus Tool Box. The codec is setup as the I2S master with a sample rate of 48KHz. BT modue set as I2S slave by setting the is_master flag to false as per KBA228409. Probing the BCLK, LRCLK and DATA with a scope reveals all signals to be seemingly in order, with the codec driving the BT Module at the right BCLK and LRCLK, and DATA being returned by the Module. However upon hearing the audio playback I can notice the amplitude oscillating quite vigorously, at about a rate of 1Hz. To isolate the issue from the codec I proceeded to stream a pure sine wave of 175Hz from my android phone and decoded the i2s packets. The resulting playback is the same, so my attention turned back to the BT module. (data capture attached). My hypotheses and associated questions so far are the following:
1-Could this be aliasing due to mismatch in sample rate? I noticed the A2DP only negotiates a sample rate of 44.1KHz with my android phone and I haven't found a way to force it to 48Khz from the phone. How does the module deal with this scenario in this case, given that its an I2S slave driven at 48KHz, but the BT is fixed at 44.1KHz?
2-Could this have anything to do with the BT Codec used?
Thanks in advance for your insight.
Show Less