Other Parts Discussed in Thread: CC2650,
Hello,
I'm trying to use SimpleBLEObserver project.
I've faced some problems:
- I didn't succeed in sniffing packets (advertisements).
- I am not sure the project is configured to my device: CC2650 launchpad
- I cannot find any detailed documentation, and therefore I can't understand how the observer project works.
I have the following set-up:
- On one CC2650 board, I'm running project zero, and I can see that the device is advertising (in both log and android app).
- On another CC2650 I'm trying to sniff the packets, running the SimpleBLEObserver project, and its current output is:
- BLE Observer
0xB0B448BA2683
Initialized
- BLE Observer
-
I'm using the following predefined symbols:
CC2650_LAUNCHXL
CC26XX
HEAPMGR_SIZE=0
ICALL_MAX_NUM_ENTITIES=6
ICALL_MAX_NUM_TASKS=3
POWER_SAVING
USE_ICALL - I've figured it out that in order to sniff, the board needs to change its state to "discovery mode" and it is should be applied by clicking on buttons, but I did try to click on both buttons and none of them changed a thing (didn't even post any log message).
Waiting for your help and if you got any detailed documentation docs I will be glad to read those....