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.
Sat, 2015-04-11 07:21
#1
where is the sdk code that sends random characters after paring with da14580?
Isn't there anybody to help me!!???
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
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
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