Bluetooth SDK Forum Discussions
In our company we need to buy 3000 or more BLE modules CYBT-213043-02 to add to our electronic designs,
we have searched with several providers as Mouser or Digikey, but the providers do not have this number of modules in stock,
where I can buy these 3000 or More BLE modules CYBT-213043-02?
Show LessGood afternoon
could you help me this is urgent
I have 2 code with CYBT-213043-MESH
1- It is a code that scans and can the mac adress or host of the devices that are nearby, and prints them on the line: WICED_BT_TRACE ("Host =% B RSSI:% d \ r \ n", p_scan_result-> remote_bd_addr, p_scan_result-> rssi); (this code works fine)
2- It is the vendor specific code modified so that when it receives the message ("0x670x650x740x730x740x6c"), it responds with the same message or another message to the board with the code: Provision client / vendor client, (this code works well)
I want to combine these 2 codes, so that the board with this code can receive the message ("0x670x650x740x730x740x6c") and then it responds with the message saved in the line: WICED_BT_TRACE ("Host =% B RSSI:% d \ r \ n ", p_scan_result-> remote_bd_addr, p_scan_result-> rssi);
please
I want you to review these codes, and we need you to combine these 2 codes
In our work we want to buy 3000 or more BLE modules, but we only need this to buy BLE modules
Show LessHello
I would like to know if you can help me with what I am looking to do.
I am using the CYBT-213043-MESH evaluation kit, I already have a functional scanner.
Now what I'm looking to do is send the data from that scanner through a mesh network so that the other cards in the kit have the information.
Do you have an example of how I can send this data over the mesh network?
Show LessHi all:
as we know, there is no internal flash for the CYW20735, we should store the firmware in the external SPI flash,
however the firmware is easy to be read from the external flash and may be artificially modified, so how can we let the device
boot safety!
thanks!
mandy
Show LessReferencing to this discussion Re: CYW920719B2Q40EVB-01 Build + Programme option not available in ModusToolbox , I have created this new topic as per your suggestion.
Dheeraj, I'm not using any external tool to download FW into CYW920719B2Q40EVB-01 and I have not changed anything related to program address or reset address. I have just shared you download.log file at this path D:\cypress\Audio-20719B2EVB01\audio\watch\build\CYW920719B2Q40EVB-01\Debug\download.log generated by ModusToolbox itself when board is programmed by ModusToolbox. I have made a short video showing CYW920719B2Q40EVB-01 is programmed by ModusToolbox then Wiced client control application is launched from ModusToolbox itself but still BR/EDR discovery start/stop and all other options are still grayed out. Please check this video:
Show LessHello
I have a question about how the stack works in bluetooth, If I make a network to connect two evaluation KIT cards CYBT-213043-MESH.
Does the stack get busy?
If this is the case, it would be recommended to do so that the stack can be used without losing the connection.
Show LessDear Cypress team,
Recently, we are going to make a product using the Modustoolbox BLE chip(WICED).
That product use the BLE only and we do not use any security function on BLE. (No security connection)
The peer device checks the advertising data only, do not save the address.
So, there is no need for the public address.
If we don't need to use the public address (use the static random address only), don't we need to write the public address in the module?
Is the public address mandatory item?
Regards,
Wayne
Show LessHi,
I bought a CYW920819EVB-02 for doing some bluetooth test. I have connected this board to my Ubuntu laptop via USB cable. My Ubuntu installed the latest bluez.
Now I have one issue:
1. I run 'lsusb' to see whether my board is connected well, it shows connected.(good)
2. I run 'btattach -B /dev/ttyUSB1 -S 115200 &' and it runs well.
3. I run 'hciconfig' and it shows my board(hci0 is the default bluetooth adapter on my laptop, hci1 is my board). my board hci1 is DOWN, and I want to up it !
4. I run 'hciconfig hci1 up' for up the board. It shows timeout.
5. I run 'hcitool dev', the board is not detected(I think because it is DOWN).
So any know how can I up it?
Many thanks
Brian
Show LessHello I have a EVM CYW920719B2Q40EVB-01, which I'm trying to programme via usb with one of the wiced_btsdk examples using ModusToolbox, but Build + Programme option not available in ModusToolbox. Please help.
I also tried pressing generate launches, but nothing happens when pressed it.
I also went through this post: How to program the CYW920819EVB-02 via USB
and this document: https://www.cypress.com/file/463076/download
But could not get this working. Please help out.
Hello,
I am using the CYBT-213043 with ModusToolbox 2.1. I am currently testing two boards, one is the sensor_server which will be attached to an RFID sensor, the other is the sensor_client who will be attached to an LED screen. I would like to send a STATUS message from the server to the client which will contain the RFID sensor data to be displayed on the client's LED screen. As provisioner I am using the Cypress MeshApp on iOS. I am able to establish a Network (test) and a group (G1) within this network. I can also subscribe both the aforementioned nodes to the same group (G1). Using the app I can send a GET SENSOR DATA message to the sensor server node but it does not send back the correct data to the app. I have hardcoded the data to be 1 but the app message reads: "Presence Detected: 0". I am using the WICED_BT_MESH_PROPERTY_PRESENCE_DETECTED as my property for both the server and the client nodes. I cannot find the reason why I cannot simply hardcode a value to send to the network. Any ideas you have would be much appreciated. Thanks.
Show Less