Cannot connect to puck v1 when advertising #3672
Replies: 2 comments
-
Posted at 2021-02-24 by @gfwilliams What command are you using to connect? If you use the NRF Connect app to scan for devices what do you see? I believe what happens is you specify too many services to advertise, and then the |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-02-24 by palortoff I'm using the espruino tools npm package cli tool to connect to the puck. Connecting with Thanks for the hint! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2021-02-23 by palortoff
When puck is advertising it is not possible to connect it via bluetooth.
I use the npm espruino package on linux to connect to the puck and to upload code.
After uploading this file
it is possible to connect to the puck. Pressing the button to start advertisement does not change that.
When slightly modifying the code to
to advertise on an additional service id will change that. Once the advertisement is started by pressing the button I am not able to connect to the puck until it is reset.
The behavior is not specific to this service ID.
Beta Was this translation helpful? Give feedback.
All reactions