This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ble_blinky

HELLO SIR 

we are working on our current project on bluetooth .we are currently trying to broadcast data over bluetooth from one DK to others . we are trying to modify the ble_multilink_central example , and the ble blinky . the problem i am facing is to figure out the received buffer . it would be really helpful if you could point me as to where exactly is the received buffer stored .

SEGGER V3.50,      SDK 15.0,   DK Rigardo BMD300.

Parents Reply
  • thank you for your reply 

    we are trying to send our own data , and also extract it . so i need to figure out where is the data being stored and then copy that data in a variable for further implementations. 

    so i am trying to broadcast data from ble multilink like this , and now i am trying to find out where is the data received . 

    we are not passing any huge strings as data , just some integer values ....

    we are using multilink  and blinky for broadcasting the values

Children
Related