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
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
Hello
I have two questions about the eval baord cyble-013025.
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
SDK function legattdb_regWriteHandleCb() can be used to register to receive a callback when a characteristic is written to by the client.
Is there a similar function that can be called to register to receive a callback when a characteristic is read by the client?
If not, how can the application be made aware that a characteristic has been read by the client?
Show LessHello,
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)