Proximity reporter does not advertise or connect to monitor

12 posts / 0 new
Last post
owen
Offline
Last seen:5年5个月前
加入:2015-05-26 18:12
Proximity reporter does not advertise or connect to monitor

I am trying to get Proximity example working using two DA14580 boards (PAN1740 USB ver 1.0).
The proximity reporter is silent on Bluetooth.
Both the proximity monitor and a separate BLE scanner app on iOS (Light Blue) do not show any activity coming from DA14580.
请帮我叫记者登广告。

Here is what I have done:

Notation: DA14580_581_583_SDK_3.0.10.1 has been copied into "SDK" folder.

===记者===

Build SDK\dk_apps\keil_projects\proximity\prox_reporter_ext_usb\Keil_5\prox_reporter_ext_usb.uvprojx in MDK5
debug, [run], exit debug

运行SDK\binaries\host\windows\approxity\reporter\host\u proxr_sdk.exe

####################################################
#DA14580报告器演示应用程序#
####################################################

No cmdline arguments.
Enter COM port number (values: 1-65535, blank to exit): 62
Connecting to COM62
COM62 succesfully opened, baud rate 115200
Waiting for DA14580 Device
升级\u image1.img已存在。
upgrade_image2.img already exists.

或者

####################################################
#DA14580报告器演示应用程序#
####################################################

No cmdline arguments.
Enter COM port number (values: 1-65535, blank to exit): 62
Connecting to COM62
COM62 succesfully opened, baud rate 115200
Waiting for DA14580 Device
升级\u image1.img header init OK。
upgrade_image2.img header init OK.

=== Monitor ===

Build SDK\dk_apps\keil_projects\proximity\prox_monitor_ext_usb\Keil_5\prox_monitor_ext_usb.uvprojx in MDK5
debug, exit debug

运行SDK\binaries\host\windows\approximity\monitor\host\u proxm_sdk.exe
=================================================================

####################################################
# DA1458x Proximity Monitor demo application #
####################################################

# No. bd_addr Name Rssi #
#1 00:04:3e:08:61:3a放大!-75分贝#
#2 d0:5f:b8:57:e3:dc Zephyr HXM200012337-91分贝
#
Select number of device to connect or 'S' to Rescan:

=================================================================

So the monitor is detecting other BLE devices, however not the Reporter.

I am following UM-B-010 and the "PAN1740 Design Guide" Chapter 12 (rev 1.6) which gives a step by step instruction for setting up both ends of Proximity using DA14580.
http://na.industrial.panasonic.com/sites/default/pidsa/files/panasonic_p...

Maybe there is a problem with line // Sleep(100); in app.c of host_proxr_sdk, it is taking 100% of one of my win7x64 CPUs.
Unfortunately, windows.h is missing from SDK\host_apps\windows\proximity\reporter\host_proxr_sdk so I was not able to rebuild in Microsoft Visual Studio 2013 Community.

Any thoughts on how to proceed?

谢谢,

Owen

Device:
英戈
Offline
Last seen:1个月2周前
上师 Panasonic
加入:2014-01-16 11:19
Hi Owen,

Hi Owen,

Unfortunately I can not reproduce this issue it compile fine on my W32 system. Do you have the ability to compile on W32?

I send you an email.

顺致敬意,
英戈

owen
Offline
Last seen:5年5个月前
加入:2015-05-26 18:12
hi Ingo

hi Ingo
Thanks for your answer. Today I cannot access the email address that you sent to.
Please resend email to oekelly at ieee.org.

Exe编译问题是次要的,我可以probably fix it by using visual 2010 instead of 2013. (I'll try that)

无法使用最新的SDK在pan1740上运行prox reporter对我来说是一个更重要的问题。记录在案的SDK版本(3.02?)无法再下载。

Owen

owen
Offline
Last seen:5年5个月前
加入:2015-05-26 18:12
My build of prox_monitor_ext

My build of prox_monitor_ext_usb in mdk5 has two warnings. 1. Development debug is set 2. Gpio assignment checking active
I am new to these tools so grasping at straws for possible causes of Bluetooth silence.

owen
Offline
Last seen:5年5个月前
加入:2015-05-26 18:12
prox_reporter on PAN1740 USB

prox_reporter on PAN1740 USB

是否有人在带有MDK5环境的PAN1740 usb上成功运行prox\u reporter\u ext\u usb项目(SDK版本3.0.10.1)?

如果是,请报告如何开始。SDK软件(我假设)与Dialog开发工具包完全兼容。因此,我认为我遇到的问题可能与Dialog开发工具包和pan1740usb之间的硬件差异有关。(睡眠模式支持…,GPIO差异…?)。或者有人可以确认prox\u reporter\u ext\u usb肯定不能在PAN1740 usb上运行。

Thank you for your thoughts.

当做,

Owen

owen
Offline
Last seen:5年5个月前
加入:2015-05-26 18:12
Hello Dialog,

Hello Dialog,
We need the source code of 3.0.2 SDK to investigate further.

The reason is as follows. On PAN1740 USB, the following project combination FAILs to advertise:

rev 3.0.10 \host_apps\windows\proximity\reporter\host_proxr_sdk\host_proxr_sdk.exe
rev 3.0.10 \dk_apps\keil_projects\proximity\prox_reporter_ext_usb\Keil_5\prox_reporter_ext_usb.uvprojx

以下组合成功:
rev 3.0.2.1 \host_apps\windows\proximity\reporter\host_proxr_sdk\host_proxr_sdk.exe
rev 3.0.10 \dk_apps\keil_projects\proximity\prox_reporter_ext_usb\Keil_5\prox_reporter_ext_usb.uvprojx

However we only have the binary exe of rev 3.0.2.1 host_proxr_sdk.exe, not the source, so we are unable to investigate further.

Please provide us with access to 3.0.2.1 SDK so that we can investigate.

Owen

MT_dialog
Offline
Last seen:1 week 2 days ago
Staff
加入:2015-06-08 11:34
Hi owen,

Hi owen,

SDK sent.

Thanks MT_dialog

carstenbeyer
Offline
Last seen:5 years 3 months ago
加入:2015-10-12 10:32
Hello Dialog,

Hello Dialog,

I have the same issue. Could you please provide us the access to 3.0.2.1 SDK, too?

Carsten

MT_dialog
Offline
Last seen:1 week 2 days ago
Staff
加入:2015-06-08 11:34
Hi carstenbeyer,

Hi carstenbeyer,

Can you please go to the current implementation of the windows proximity reporter application source code, and try to change the #if 0 to 1 in file app_task.c, in function proxr_create_db_cfm_handler and give it another try.

Thanks MT_dialog

noah.goldstein
Offline
Last seen:3 years 10 months ago
加入:2016-10-21 20:24
Hi Dialog,

Hi Dialog,

I am trying to accomplish something similar. I am trying to get prox_reporter_ext to talk over UART to the Windows host application. I am using a Murata P2ML3656 Dev Kit, which contains the Dialog 14580.

我更新了user\u periph\u seup.h中gpio的pin分配,以反映Murata板上的UART pin分配。这对prox\u reporter很有效,但是当我在prox\u reporter\u ext中做同样的事情时,我无法让它做广告,或者与Windows主机应用程序对话。

Any suggestions for what is wrong?

Thank you.

MT_dialog
Offline
Last seen:1 week 2 days ago
Staff
加入:2015-06-08 11:34
Hi noah,

Hi noah,

I am not very familiar with the Murata dev kit but I ve checked with the MURATA P2ML3656 with no changes applied on the fw (the prox_reporter_ext) or set your HW into a pro dk, no other changes and i was able to communicate via UART, can you please try with a clear SDK and set the pins on your board to default ?

Thanks MT_dialog

noah.goldstein
Offline
Last seen:3 years 10 months ago
加入:2016-10-21 20:24
Hi MT_dialog,

Hi MT_dialog,

That worked--the default GPIO settings were needed. Thanks for your help with this.