This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to change the beacon frequency and interval in the beacon app?

I downloaded the BLE beacon app S110 v7.1.0 to a nRF51-DK board. The current measurement pins were attached to a 10 Ohm resistor.

I observed the AC-coupled voltage at one pin of the resistor on the scope. I also observed the amplitude and frequency of the RF output. A screenshot of the scope is here .

The screenshot shows three transmission pulses at 0, 20 and 80 MHz from 2.4 GHz (centre frequency). The board draws current at every transmission.

My questions are

  1. Is it possible to transmit 1 pulse only (instead of 3) in order to save power?
  2. Can the interval be increased to say 1 second? (The current interval is 100 ms.)

I'd be helpful if anyone can point to the functions that set the frequencies and interval.

Parents
    1. It is possible with the latest SoftDevice, 8.0.0. Please see this question. Let me know if you get into trouble doing it.
    2. Yes. For non-connectable advertising the advertising interval can be between 100ms and 10.24s. You can change it by changing the NON_CONNECTABLE_ADV_INTERVAL define in the ble_app_beacon example (SDK 8.1.0)
Reply
    1. It is possible with the latest SoftDevice, 8.0.0. Please see this question. Let me know if you get into trouble doing it.
    2. Yes. For non-connectable advertising the advertising interval can be between 100ms and 10.24s. You can change it by changing the NON_CONNECTABLE_ADV_INTERVAL define in the ble_app_beacon example (SDK 8.1.0)
Children
Related