45947 Discussions
22800 Members
26548 Solved
good afternoon
any ideas on why callback registered (successfully) with cy_wcm_register_event_callback() is never called when wifi disconnect from AP ?
i would be glad to get your experience on such issues.
many thanks
best regards
Show LessSpecifically, where are options to program Murata's 1LD defined?
Could attempts to program be putting code into RAM or the wrong place in flash?
Attempts to program report the device is erased and programmed. After a reset, it reverts back to previous code functionality.
What is the proper way to program via Wiced into flash?
What is the proper way to program the elf file using Segger J-Link
Hi All,
We are planning to create a program with similar functionality to " ble_wifi_introducer " .
[Background]
Our application does not turn off the power once it has been turned on
until something like a power outage occurs.
On the other hand, while checking the WICED Studio Wi-Fi/Combo Forums,
I found the following thread.
https://community.cypress.com/message/156413#156413
It seems that a memory leak occurs when the BT stack is repeatedly
wiced_bt_stack_deinit and wiced_bt_stack_init .
This thread still seems to be open.
[Question]
Is the BT stack memory leak problem solved ?
We believe that our product needs a fix for this issue.
Software environment:
- WICED 6.2.1 or 6.4
Best Regards,
Sakagami
Hi
After upgrading to Mac OS Big Sur, it's not being recognised anymore. Are there plans to release an updated driver for big sure in the near future? Thanks!
Show Less
Hello ...
I have a server tcp socket connected to a client.
I want to get ip address of the client.
Here the code.
wiced_tcp_socket_t tcp_socket_msg;
UINT status;
status = wiced_tcp_create_socket ( &tcp_socket_msg, WICED_AP_INTERFACE );
if ( status != WICED_SUCCESS )
{
WPRINT_APP_INFO( ("wiced_tcp_create_socket failed, status = %d\n", status) );
}
status = wiced_tcp_listen ( &tcp_socket_msg, 50002 );
if ( status != WICED_SUCCESS )
{
WPRINT_APP_INFO( ("wiced_tcp_listen failed, status = %d\n", status) );
wiced_tcp_delete_socket ( &tcp_socket_msg );
return;
}
do
{
status = wiced_tcp_accept ( &tcp_socket_msg );
if ( status == WICED_SUCCESS )
{
WPRINT_APP_INFO( ("wiced_tcp_accept ok!\n") );
break;
}
WPRINT_APP_INFO( ("wiced_tcp_accept failed, status = %d\n", status) );
} while ( status == WICED_TCPIP_SOCKET_CLOSED );
HOW GET TCP CLIENT ADDRESS FROM tcp_socket_msg ???
Show Less
Hello
We are developing DMC software on PSoC Creator.
We have two kind of SDKs, so I'd like to have one. When porting FW, I think the related files are as follows.
・ .Cydwr
・ TopDesign.cysch
・ xxx.c, xxx.h
Please let me know if there are any files other than the above that I should be careful about when porting.
Best Regards
Arai
Show LessWe would like to know that cypress supports any universal programmer like Cyclone FX, Cyclone LC and SMH flash runner.
So can you please suggest a universal programmer that should support to program the BLE module (CYBT-343026) and controller (CYT2BL).
Show LessI have a system that uses BLE for communication. It is supposed to be BLE 4.2, but I cannot get it to send packets with more than 22 bytes (0x16). The packet data is truncated at 22 bytes.
I am using the Cypress BLE Dongle as a replacement for the system master, which will eventually be a phone-thingy.
Dongle: CY8C5868L
Device: CYBLE-222014-01
These are the BLE setup screens for the Dongle. It is using BLE object 3.65. The BLE setup screens for the device are the same.
This is a typical transaction that is supposed to be 28 bytes of data. It is truncated to 22 bytes (0x16).
Packet capture is with the TI RF-Sniffer, which is nominally a BLE 4.0 tool. But note that the data packet arrives with a 'length' of 0x17 - 1 byte of ATT op code + 22 bytes of data.
Is there something else I need to do to get longer packets?
Steve
Show Less
Good morning. There is always help from the community. Thank you : )
This time, while checking the CapSense PCB Layer document, please contact us if you have any questions. What percentage is the percentage fill shown in the image below? How do you design the Hatch Ground with the percentage stated in the actual design? Thank you.
Show Less
Esteemed Contributor II
Esteemed Contributor
Employee
Employee
Honored Contributor II
Employee
Honored Contributor
Honored Contributor
Employee