Most recent activity
-
-
@Gordon i am getting some issue which i am trying to handle. On my clients PuckJS it is so sensitive that even when puck is moved its event it getting triggered. But on my end its not that sensitive.
-
@Gordon Thanks for the feedback.
I have check but a strange behavior in puck. I am getting events for some other pins. I have setWatch for button but got event for Pin
D0
{ "lastTime": 859.655, "time": 859.96, "pin": D0, "state": false }
how should we handle this. Please suggest.
-
Hi All,
I am getting some issues with my code to handle the button event on the puck js. I think puck is too sensitive that its button event is fired even on movement of device. How can i improve this. Is their any documentation for what are all possible options we can pass to
setWatch();
Code which i am using is as followed. Please
setWatch(function(){ },BTN,{edge:"rising",repeat:true});
Should i use debounce, Can you give me some idea about debounce what is use of this.
-
Hi @Gordon,
Thanks For the updates, We are getting issue on all samsung devices including 6.0.1 devices.
I get the issue of NRF.setServices multiple called and i have read the documentation and follow the guideline as mentioned. Software on puck is working fine we have tested it on other devices.As we have also discussed issue of 133 is also coming with the puck device which is not even configured. :(
-
Thanks @Gordon