bd_addr not detected

2 posts / 0 new
Last post
skafka
Offline
Last seen:4 years 5 months ago
加入:2015-03-31 20:06
bd_addr not detected

I am brand new here. I have the Keil environment up and running. The peripheral test runs fine. When I run the windows Proximity Monitor it waits for the reporter (ext mode). When I run the reporter the montitor changes state but does not detect any device. I can hit "S" for rescan and it appears to do something but still no device detection. The instructions and the code seem to indicate that the Keil debugger needs to be detached?

Any hint would be appreciated.

Device:
RvA
Offline
Last seen:3 weeks 1 day ago
Staff
加入:2014-02-07 14:10
Fo the proximity reporter to

Fo the proximity reporter to work indeed the debug session must be stopped (Ctrl + F5) while the executable is running, to start the application. This is because the reporter uses sleep modes which would cause the debugger to suddenly lose communication to the ARM core of the DA14580.

A good way to check if the proximity reporter is running correctly is to use a BLE scanner on a phone or tablet (i.e. lighblue on the iphone) to see the DA14580 actually advertising.

Best regards, RvA