• Running the code connected via Serial-USB shows that it's just an "error: Connection Timeout" happening. Not sure why that would cause such issues for the PC-Puck connection.

    Here's what NRF.findDevices returns for that light:

    BluetoothDevice { 
        "id": "e1:fb:c1:6b:81:6f random", 
        "rssi": -64, 
        "services": [  ], 
        "data": new ArrayBuffer([8, 9, 75, 117, 76, 105, 103, 104, 116, 3, 25, 52, 18, 2, 1, 6]), 
        "name": "KuLight"
       }
    

    Ah wait a sec, just changing the ID to "e1:fb:c1:6b:81:6f random" did the trick! What does that even mean?

    Now happily communicating with the light. Managed to turn it off. Now to figure out the rest of the config settings via the nRF Connect App.

About

Avatar for ConorONeill @ConorONeill started