• Hi. In the Eddystone beacon tutorial it says that we can broadcast beacon url together with other advertising by using

    NRF.setScanResponse(require("ble_eddysto­ne").get("goo.gl/B3J0Oc"));
    

    Which works fine, but I cannot find a way to turn off beacon advertising,

    NRF.setAdvertising({});
    

    doesn't seems to work, is there another command I should use? Thanks.

About

Avatar for Pi @Pi started