-
• #2
You're sure it's a Bluetooth LE device? Could you try without the
minInterval/maxInterval
in there?You could try adding
g.device.on('passkeyRequest', function() { ... });
and see if maybe the desk needs to be paired first or something like that?
Hey all,
I am working on a little program that will let me use my Puck gen 1 as a remote control for my standing desk.
I found the desk's MAC address through nrf Connect app. The app also shows me the UUIDS for the primary services. However, when I try to get a service or to list the service, the connection times out for me. Here's my code:
The output is the following:
I tried the same code on another Puck that is still running 1.9.1 but it gives me basically the same output.
Does anyone have an idea what could be doing wrong here?