-
• #2
Thanks - that's particularly odd as I've recently used exactly that on a project. I'll look into it in Monday though
-
• #3
Phew - just tested this, and it's not a complete disaster.
If you:
- Connect via BLE
- Upload NRF.setAdvertising({ 0x180F : [95] });`
- Disconnect via BLE
Then it doesn't work - however if
NRF.setAdvertising
is called when you're not connected via BLE (like in most cases) then it does appear to still work fine.I'll still try and get this fixed as soon as possible though - issue filed for it here: https://github.com/espruino/Espruino/issues/1659
- Connect via BLE
-
• #4
Ok, it's now fixed in cutting edge builds. I'll do some more testing and make a release soon - I'm supposedly on holiday next week but it'd be good to get something out as soon as I can.
-
• #5
Thanks. I'll test the cutting edge build asap. :)
-
• #6
I was just about to write a post about it. Testing now..
-
• #8
Quick update - bit of a delay getting builds up again as it seems NFC isn't working on any of the boards in the 2v03 build now
My puck stopped advertising my services after updating to 2v02.
I've tried:
I can confirm that reverting to 2v01 resolved this issue.
I've just used the demo code from the docs:
The service did not show up in nRF connect or EspruinoHub.