Hi. In the Eddystone beacon tutorial it says that we can broadcast beacon url together with other advertising by using
NRF.setScanResponse(require("ble_eddystone").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.
@Pi started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi. In the Eddystone beacon tutorial it says that we can broadcast beacon url together with other advertising by using
Which works fine, but I cannot find a way to turn off beacon advertising,
doesn't seems to work, is there another command I should use? Thanks.