-
1. Re: Problem: CYW920719Q40EVB-01 observe mode?
AnjanaM_61Nov 9, 2019 10:24 AM (in response to MiLe_4471161)
Hello Might Lee,
I couldn't find any problem in your code.
When I tested , I was able to see it printing the advertising devices.
Do you mean you are not able to see all the BLE devices around?
Can you please double check ? Please send the logs which you are getting on your side.
Regards,
Anjana -
2. Re: Problem: CYW920719Q40EVB-01 observe mode?
MiLe_4471161 Nov 13, 2019 4:29 AM (in response to AnjanaM_61)Hi AnjanaM_61,
My log file is in the attachment.
I grab a BLE message to describe.
This is repeated for 98 ms to send a message on the red arrow point.
But in my log file, the density received is very different.
I want to receive all the BLE message to print out.
Best Regards,
Might
-
20191111_1247.TXT.zip 479 bytes
-
-
3. Re: Problem: CYW920719Q40EVB-01 observe mode?
MiLe_4471161 Nov 14, 2019 5:05 AM (in response to MiLe_4471161)I think I find the problem.
In wiced_bt_cfg.c the low_duty_scan_interval is too large and the low_duty_scan_window too small, resulting in insufficient scanning time, so I missed a lot of packets.
After I adjusted it, everything was as I expected.
Thanks AnjanaM_61.
Best Regards,
Might
-
4. Re: Problem: CYW920719Q40EVB-01 observe mode?
AnjanaM_61Nov 14, 2019 6:12 AM (in response to MiLe_4471161)
Hi Might,
Forgot to ask you to check that. Yes, scan interval & window settings may effect the devices reported.
For full time scanning , you can keep Scant interval & window as same.
Thanks for confirming the fix.
Regards,
Anjana