Proximity example validation problem?

3 posts / 0 new
Last post
RatheeshT
Offline
Last seen:1 year 11 months ago
Joined:2017-01-02 11:08
Proximity example validation problem?

Hi Dialog,
I am checking proximity example with proximity monitor_ext and proximity_reporter with two DA14850 pro dev kits.

I have followed the document UM-B-010 for reference.
To validate this first run the windows based exe and opened the com port in PC and run the proximity_monitor_ext on DA14850 kit.
After that i run proximity_reporter in another one DA14580 kit.

As a result my Android phone with DSPS is detecting proximity_reporter device but PC which is running with proximity monitor is not detecting proximity reporter properly.

Andriod phone with DSPS app is working 100/100 but PC is 1/100.

If i tried 100 times , it is working 1 times , Rescan also is not working?

Please give your suggestions?

Device:
RatheeshT
Offline
Last seen:1 year 11 months ago
Joined:2017-01-02 11:08
Hi,

Hi,

The above mentioned problem is solved except ReScan option. It is working at the first time only if you use rescan , it is not showing any device name..
Rescan is not working for even single time.

请给我你的建议吗?

MT_dialog
Offline
Last seen:2 months 3 weeks ago
Staff
Joined:2015-06-08 11:34
Hi RatheeshT,

Hi RatheeshT,

I dont see any kind of issue with the proximity monitor, if the device is still advertising and its within a scannable distance the proximity monitor will find it, perhaps what you see is the fact that the device only scans for a period of about 10 seconds, after that you should hit the rescan button in order to instruct the device to scan again. Regarding the fact that you can't perform the rescan, try to debug the windows source code and try to catch the start of the scanning procedure should be triggered every time that you hit the 'S' button, the function tha performs the scan is the app_inq() function. Or something else that might cause some confusion is the fact that the devices that are presented on the console are limited to 9.

Thanks MT_dialog