You are reading a single comment by @user73560 and its replies. Click here to read the full conversation.
  • Hi Guys,

    • Following code is deployed on Puck.

      NRF.on('connect',function(addr) {
      NRF.disconnect();  
      });
      
    • nRF Connect application from Android is used to connect to the device.

    Expected behavior: No client can ever connect to the Puck and is always disconnected.
    Current behavior: On the first attempt, the client is disconnected. On the second attempt 3 leds (RGB) are ON for a second and then the client can connect. When connected back to the Puck, the current code to the interpreter is flashed.

    Current firware version is 1v91.

    How can always disconnect clients and partially when unknown address is found ? (i.e. apply http://www.espruino.com/Puck.js+Security­)

    Thank you.

About

Avatar for user73560 @user73560 started