where is the sdk code that sends random characters after paring with da14580?

5 posts / 0 new
Last post
Anonymous (not verified)
where is the sdk code that sends random characters after paring with da14580?

Hi,
I use a pan1740 usb dongle. In order to program pan1740, I use the default firmware in connection manager folder "full_emb.hex". After booting BLE module as a peripheral and advertising, I use my phone, which also has a BLE module, to pair with usb dongle. I also have written a simple android program which receives the packets that my phone is receiving from pan1740. I know that the file "full_emb.hex" is produced from a the sdk project named "monitor_fe_usb". The thing I'm now wondering is that what part of the code of this project is responsible for transferring the mentioned random numbers? I appreciate your consideration in advance.

reza.yazdani67 (not verified)
Isn't there anybody to help

Isn't there anybody to help me!!???

reza.yazdani67 (not verified)
I understand that these

I understand that these random bytes are not random and is to measure the distance of an object through the strength of the radio signal. I think that these bytes are sent through proximity profile, but i can't find what part of the sdk code does this! can anybody help me?
Thanks

JE_Dialog
Offline
Last seen:1 month 2 days ago
工作人员
加入:2013-12-05 14:02
Hi there, you mention that

Hi there, you mention that you are using monitor_fe_usb : that is a central application, and you are connecting to a smartphone which is also a central application. You need to be using the proximity reporter project if you want to connect to a smartphone. BR JE_DIalog

reza.yazdani67 (not verified)
Thanks for your reply.

Thanks for your reply.
again I want to know what part of the proximity profile code sends stream of data when pairing with my smart-phone!?
Thanks