You are reading a single comment by @tcpipchip and its replies. Click here to read the full conversation.
  • The same error to

    var devices;
    NRF.findDevices(function(d) {
      devices = d;
      console.log(devices);
    }, 1000);
    
    Uncaught Error: BLE error 0x6
     at line 38 col 8
    }, 1000);
           ^
    [  ]
    Uncaught Error: BLE error 0x8 (INVALID_STATE)
    >
    
  • BLE is enabled, I can connect to the dongle via BLE & NUS.
    But the same command fails for me too. I can set up advertising, but can't send notifications.
    This is using a newer SDK version than the nRF52832 chips, and looks like there are missing things. :(

About

Avatar for tcpipchip @tcpipchip started