ZUNO_WUPFLAGS_INT1_KEYSCAN - No wake up at Pins 19-22?

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
niles23
Posts: 8
Joined: 22 Jul 2018 15:56

ZUNO_WUPFLAGS_INT1_KEYSCAN - No wake up at Pins 19-22?

Post by niles23 »

Hello,

I don't know if I got it right, therefore the following question: I thought in KEYSCAN MODE the zuno wakes up from sleep if one of the pins(17-23) goes to low. That doesn't work at my board. The Zuno only wakes up by pin 17, 18 and 23 going low.

Ports 17-23 are INPUT_PULLUPs and I tried to connect them with the ground. Zuno wakes up at pin 17, 18 and 23. The ports 19-22 only work a short period after the wake up (1 s).

Is this normal? In the References I can't find a clear answer (for example if the zuno wakes up on every key...).

Thank you.

Code: Select all

ZUNO_SETUP_SLEEPING_MODE(ZUNO_SLEEPING_MODE_FREQUENTLY_AWAKE);

setup: 
  pinMode(17, INPUT_PULLUP);
  pinMode(18, INPUT_PULLUP);
  pinMode(19, INPUT_PULLUP);
  pinMode(20, INPUT_PULLUP);
  pinMode(21, INPUT_PULLUP);
  pinMode(22, INPUT_PULLUP);
  pinMode(23, INPUT_PULLUP);

  zunoSetWUOptions(ZUNO_WUPFLAGS_INT1_KEYSCAN);
  zunoSetBeamCountWU(30);
 
 loop: 
 
    delay(10);
    zunoSendDeviceToSleep();
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: ZUNO_WUPFLAGS_INT1_KEYSCAN - No wake up at Pins 19-22?

Post by PoltoS »

We confirm the issue. Will be fixed in 2.1.5
niles23
Posts: 8
Joined: 22 Jul 2018 15:56

Re: ZUNO_WUPFLAGS_INT1_KEYSCAN - No wake up at Pins 19-22?

Post by niles23 »

Thank you!
niles23
Posts: 8
Joined: 22 Jul 2018 15:56

Re: ZUNO_WUPFLAGS_INT1_KEYSCAN - No wake up at Pins 19-22?

Post by niles23 »

The Bugfix is still not released? Or where can I find it?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: ZUNO_WUPFLAGS_INT1_KEYSCAN - No wake up at Pins 19-22?

Post by PoltoS »

We are working hard to release the beta. Hope next week but can't promise as there are ongoing tests right now
niles23
Posts: 8
Joined: 22 Jul 2018 15:56

Re: ZUNO_WUPFLAGS_INT1_KEYSCAN - No wake up at Pins 19-22?

Post by niles23 »

Hello,

thank you for the new late release (beta).

Sadly the problem still exists and therefore a keypress doesn't wake up the zuno. It only works approximately a second after going to sleep...
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: ZUNO_WUPFLAGS_INT1_KEYSCAN - No wake up at Pins 19-22?

Post by PoltoS »

Thanks, we have fixed this internally. Will be part of the next beta (soon)
niles23
Posts: 8
Joined: 22 Jul 2018 15:56

Re: ZUNO_WUPFLAGS_INT1_KEYSCAN - No wake up at Pins 19-22?

Post by niles23 »

Perfect, its working now. Thank you for the bugfix :-)

Regards and a sunny hello
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: ZUNO_WUPFLAGS_INT1_KEYSCAN - No wake up at Pins 19-22?

Post by PoltoS »

Happy to know!

Thanks for the confirmation
Post Reply