You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Just reading all named possibilities name in https://www.espruino.com/BLE+Security

    Started testing the NRF.setSecurity() way.

    connect via WebIDE upload this line and disconnect WebIDE and lift battery for a reboot.

    
    onInit = function(){
            NRF.setSecurity({display : 1, keyboard : 1, mitm : 1, passkey : '654321'});
    };
    
    setTimeout(save,1E3);
    

    A connection via WebIDE is still possible, what am I missing.

About

Avatar for MaBe @MaBe started