Double click | Hold for buttons
-
Couldn't find any examples on utilising hold or double clicks for the buttons on my sensor nodes. With all the wifi lamps around it would be great to control them via the mysensor nodes and controller
-
No, I can't recall any examples for for double click or hold either.
-
Maybe this will help: http://jmsarduino.blogspot.be/2009/10/4-way-button-click-double-click-hold.html
-
I have short and long press status reports on my switch class here. There are example sketches one directory up in the tests area. Double click gets more complicated because you have to decide are you going to delay reporting the press/release from the first click until enough time has passed for it not to be a double click? Or do you report the press/release from the first click, and then report a double click? I'd be surprised if there aren't a lot of arduino double-click switch examples around...
-
https://github.com/mathertel/OneButton
This is what I use for this.
-
@vorowski said:
https://github.com/mathertel/OneButton
This is what I use for this.Mind sharing some mysensors code to see how you got it implemented?
-
Hi, it is some time since I made this (and used it to be honest) but you can check this post where I integrated what you are asking about.
https://forum.mysensors.org/topic/4552/sleeping-while-waiting-for-double-click-delayed-sleep/3Node and the code is unfortunately not in use currently so I do not recall all the details, but maybe you can get something out of it