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
-
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. -
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 :)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login