about nRF52-ble-long-range-demo

Hi,

I'm trying to measure the communication distance with Coded PHY using two nRF52840s and the demo software below,

but there are some problems. They are shown below.

https://github.com/NordicPlayground/nRF52-ble-long-range-demo

a. Buttons and LED configurations are described in nRF52-ble-long-range-demo/readme.md, but LED doesn't light up after writing the specified hex file.

 Are there other settings?

b. I understand that I need a Serial Port Viewer (for example Tera Term or Realterm) to see RSSI, but is there anything else I should do? For example, program modifications,

   and When using the Serial Port Viewer, is it necessary to supply power to the board with a battery or the like?

c. When the writing of the software is completed, the power of the board is turned off, and it is restarted, the software disappears. Is this due to lack of memory?

It's my first time working with a board like this, so sorry for the elementary questions.

Best Regards,

Parents
  • Hi

    c. When the writing of the software is completed, the power of the board is turned off, and it is restarted, the software disappears. Is this due to lack of memory?

    This shouldn't happen, no. The firmware is stored in flash memory, which will be retained during power down. 

    If you press the reset button on the board after it wakes up will the code start running then?

    Did you remember to reconnect the RTT viewer application after powering up the board?

    Best regards
    Torbjørn

Reply
  • Hi

    c. When the writing of the software is completed, the power of the board is turned off, and it is restarted, the software disappears. Is this due to lack of memory?

    This shouldn't happen, no. The firmware is stored in flash memory, which will be retained during power down. 

    If you press the reset button on the board after it wakes up will the code start running then?

    Did you remember to reconnect the RTT viewer application after powering up the board?

    Best regards
    Torbjørn

Children
Related