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

How can i disable a beacon

Im doing a porject using nRF51 DK,nRF51822 Bluetooth Smart Beacon Kit and nRF51 Dongle, with Termite 3,2 to view data. There's a few questions i want to ask.

  1. My program repeat running, i want to stop it with my code, but it stop itself even when i send a 'space' in Termite. My plan was to type 'stop' to stop the program. but my while loop doesn't seem to be working.

  2. i need to disable my beacon, how?

  3. i want to save the data i collected to my PC with my own sql database, is that possible?

Thank you in advance.

Parents
    1. Can you post code of your loop?

    2. What do you mean by "disable my beacon"? Do you want to put it in sleep mode? Stop advertising?

    3. It should be possible to log both UART and RTT to file. You will have to get it from the file to your SQL database somehow, but this is not something we support or provide examples for.

Reply
    1. Can you post code of your loop?

    2. What do you mean by "disable my beacon"? Do you want to put it in sleep mode? Stop advertising?

    3. It should be possible to log both UART and RTT to file. You will have to get it from the file to your SQL database somehow, but this is not something we support or provide examples for.

Children
No Data