Really enjoying getting back into working with my Puck.js v 2.0b Firmware 2v14
I'm trying to get the Puck to notify my iOS app (Xcode 13.4), and I am able to find and connect to the Puck, discover the services and custom characteristic, but when I try to setNotifyValue(true, for: customCharacteristic) I get the following error and notifications are clearly do not work when I press the button:
ERROR updating notification state error=Error Domain=CBATTErrorDomain Code=6 "The request is not supported." UserInfo={NSLocalizedDescription=The request is not supported.}
The Puck.js code I am using is from the documentation:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hey everyone,
Really enjoying getting back into working with my Puck.js v 2.0b Firmware 2v14
I'm trying to get the Puck to notify my iOS app (Xcode 13.4), and I am able to find and connect to the Puck, discover the services and custom characteristic, but when I try to
setNotifyValue(true, for: customCharacteristic)
I get the following error and notifications are clearly do not work when I press the button:The Puck.js code I am using is from the documentation:
Appreciate any guidance.
Thanks,
Narath