AIROC™ Bluetooth Forum Discussions
i have a CYW920829M2EVK-02 kit and i'm trying to build/flash/run the example project Bluetooth_LE_Long_Range_Central
I have just installed the latest ModusToolbox, and my linux system is updated
i cloned the TARGET_CYW920829M2EVK-02 project so i can use it as a BSP
when i build i get
Tools Directory: .../ModusToolbox/tools_3.1
Searching installed tools in progress...
Searching installed tools complete
.../ModusToolbox/tools_3.1/make/core_version3/startex-v3.mk:159: *** Libraries: "core-make recipe-make" not found. Run "make getlibs" to ensure all required build and code dependencies are present.. Stop.
when i run make getlibs, i get
Tools Directory: .../ModusToolbox/tools_3.1
Searching installed tools in progress...
Searching installed tools complete
==============================================================================
= Importing libraries =
==============================================================================
mtbgetlibs: retreived MTBQueryAPI interface
mtbgetlibs: running in 'Direct' mode
0: Loading the application in directory '.../mtw/Bluetooth_LE_Long_Range_Central'
0: using cached data from file '.../mtw/Bluetooth_LE_Long_Range_Central/.mtbqueryapi'
0: Finished loading the application data (7 ms total, 0 make)
0: Loading the ModusToolbox Technology Packs and Early Access Packs
0: Finished loading the ModusToolbox Technology Packs and Early Access Packs (0 ms)
0: Loading the tools information
0: Finished loading the tools information (5 ms)
0: Loading the manifest data
0: Finished loading the manifest data (2121 ms)
0: Loaded ModusToolbox 3.x single core application
0: ToolsDir is '/home/dtatar/ModusToolbox/tools_3.1'
0: loaded asset 'kv-store'
0: loaded asset 'retarget-io'
0: loaded asset 'btstack-integration'
0: loaded asset 'serial-flash'
0: loaded asset 'clib-support'
0: loaded asset 'freertos'
0: loaded asset 'abstraction-rtos'
0: loaded asset 'btstack'
mtbgetlibs: changes committed
mtbgetlibs: completed in 3923 milliseconds
==============================================================================
= Import complete =
==============================================================================
other projects with other BSP buildfine, so I guess it's related to using the local BSP?
Any help appreciated
Show LessHi~ All
My customer send an issue for the re-connection.
They thought it might be happened because trying to re-connect before acl link loss make a problem.
After re-connection fail several times. It cannot make an connection before soft reset or hardware reset(Power On Reset)
Their envrionments is like as below
1. prepare 20ea CYW20719 spp devices
make one group(GROUP A) with 10ea CYW20719 devices as Master device
make another group(GROUP B) with 10ea CYW20719 as slave one.
activate inquiry scan and page scan for this group.
set 5seconds for link supervision timeout.
There is 1~2m gap distance between the two devices.
2. Each Group A and Group B have an matching between two devices.
3. connected device will be released in 2 seconds after connection.
4. Group A device tried to re-connect in 2 seconds time interval after release.
5. During the test as connect, release and re-connect several times, there will be failure to re-connect between the devices.
I'd like to avoid the re-connection failure for the customer.
Many thanks
BRs
Show Less
Dear IFX team,
Recently, we are going to design the HID Host role using CYW89820.
But we could not find the sample application and also we could not find the HID Host APIs in the document.
Please let me know how to use the HID Host role using the CYW89820.
Regards,
Wayne
Show LessTool: modustoolbox 3.1
Sample: HAL_PUART
Platform: CYW920719B2Q40EVB-01
Hello.
My project requires high performance.
So I changed uart setting as 921600 with flow control on.
// Set RTS, CTS
wiced_hal_puart_select_uart_pads(
#if 1
WICED_P04, // target
#else
WICED_PUART_RXD, // evboard
#endif
WICED_PUART_TXD, WICED_P07/*WICED_PUART_CTS*/, WICED_P06/*WICED_PUART_RTS*/);
// Baud rate
wiced_hal_puart_configuration(921600, PARITY_NONE, STOP_BIT_1);
// always clear PUART interrupt
void puart_rx_interrupt_callback(void* unused)
{
/* There can be at most 16 bytes in the HW FIFO.*/
uint8_t readbyte=0;
/* Drain rx and send to tx. We don't want to wait on tx and assume it won't be overrun (because RTS/CTS) */
while (wiced_hal_puart_rx_fifo_not_empty() && wiced_hal_puart_read(&readbyte))
{
readbyte += 1;
// this will wait for tx fifo empty before queueing byte
//wiced_hal_puart_synchronous_write(&readbyte,1);
}
//#if !PUART_RTS_CTS_FLOW
wiced_hal_puart_reset_puart_interrupt( );
//#endif
}
I send 10MB file with termterm (921600, flow control on)
We can see CYW20719 reset 9 times after receiving
I changed baud rate from 921600 to 460800. and it seems no reset so far .
Please let me have solution.
Show Less
请问89820/ mcu可以开放给客户二次开发吗?有什么限制?
We are using cypress module CYBT 413061. In that we are facing a pairing issue with iOS mobiles.
With different iOS mobile pairing is working fine. But in same device unpair and again pairing is not connecting.
In log we observed,
step 1: GATT initiation and connection is done.
step 2: Protection code sharing and response receiving from application.
step 3: Classic initiation is done with the MAC ID.
step 3: Classic is not connecting, wait for the timeout.
step 4: After timeout, disconnecting the GATT device.
Note : This sequence is happening only on same iOS device pair & unpairing time we are facing.
After this steps pairing with other device like Android/ iOS device getting connected. Is there any dependency with cypress module. Can you kindly update on this.
Show LessHi~
I 'd like to make a demo board with CYW20719
I want to communicate with PAS CO2 board.
I cannot find a sample code with CYW20719.
Can you help to fine a sample code for it?
Many thanks
BRs
Show LessHi, I want to develop an Android app that can connect to a Cypress CYW20730 chip.
Actually this chip is used by some active shutter 3D glasses and I would like to establish a bluetooth connection to turn the glasses lenses on and off.
I downloaded your 2 Android apps (Cypress® BLE-Beacon™ and AIROC™ Bluetooth® Connect App) and granted Bluetooth and GPS permissions... but the glasses are not detected at all.
So... How can I develop an Android app that would allow me to communite with the CYW20730 chip through bluetooth?
Thanks in advance
Hello, everybody.
Currently using AIROCBlueetoothTool to test Tx Carrier Frequency according to the instructions in the attachment
The software status bar always reverts unknow HCL command
But with HCL_LE_Transmitter_Test will succeed with Bluetooth band signal output
How can I solve it?
Show Less