Hi @Gordon,
I'm using the espruino_2v01.10_nrf52832.hex load of firmware on a Nordic Dev board. I'm trying to turn off connectability, but keep advertising (this is a beacon application). Looking at https://www.espruino.com/BLE+Security and am using
NRF.setAdvertising({}, { connectable:false });
in my code. The device then stops advertising completely (I'm sniffing with nRFConnect to verify).
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 @Gordon,
I'm using the espruino_2v01.10_nrf52832.hex load of firmware on a Nordic Dev board. I'm trying to turn off connectability, but keep advertising (this is a beacon application). Looking at https://www.espruino.com/BLE+Security and am using
in my code. The device then stops advertising completely (I'm sniffing with nRFConnect to verify).
Is there something I'm missing?
Thanks,
Bill