Page 1 of 1

ZUNO_WUPFLAGS_INT1_KEYSCAN - No wake up at Pins 19-22?

Posted: 03 Aug 2018 19:49
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();

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

Posted: 05 Aug 2018 20:19
by PoltoS
We confirm the issue. Will be fixed in 2.1.5

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

Posted: 06 Aug 2018 22:58
by niles23
Thank you!

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

Posted: 12 Apr 2019 20:31
by niles23
The Bugfix is still not released? Or where can I find it?

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

Posted: 14 Apr 2019 00:09
by PoltoS
We are working hard to release the beta. Hope next week but can't promise as there are ongoing tests right now

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

Posted: 10 May 2019 20:18
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...

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

Posted: 13 May 2019 23:43
by PoltoS
Thanks, we have fixed this internally. Will be part of the next beta (soon)

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

Posted: 07 Jun 2019 13:45
by niles23
Perfect, its working now. Thank you for the bugfix :-)

Regards and a sunny hello

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

Posted: 07 Jun 2019 14:02
by PoltoS
Happy to know!

Thanks for the confirmation