Search found 3 matches

by stecrz
24 Aug 2018 18:20
Forum: Z-Uno
Topic: Wakeup not working at all
Replies: 14
Views: 13966

Re: Wakeup not working at all

zunoSetWUOptions does not work with ZUNO_WUPFLAGS_INT1_HIGH, that seemed to be the problem we had. Use ZUNO_WUPFLAGS_INT1_LOW instead as Z-Uno will wakeup continously when using ZUNO_WUPFLAGS_INT1_HIGH (even if you connect INT1 to GND directly).
by stecrz
20 Aug 2018 10:27
Forum: Z-Uno
Topic: Wakeup not working at all
Replies: 14
Views: 13966

Re: Wakeup not working at all

Thanks for the reply! How can I install v2.1.5 beta? Arduino IDE only shows 2.1.4 (and older versions) in the boardmanager. EDIT: I had to remove "http://z-uno.z-wave.me/files/z-uno/package_z-wave.me_index.json" and instead use "https://z-uno.z-wave.me/files/z-uno/test-ucxx/package_z-...
by stecrz
17 Aug 2018 18:05
Forum: Z-Uno
Topic: Wakeup not working at all
Replies: 14
Views: 13966

Wakeup not working at all

I thought sleeping works as follows: After calling zunoSendDeviceToSleep the Z-Uno will sleep until INT1 is set to LOW. Unfortunately this does not work. I cannot wakeup the Z-Uno by connecting pin 18 (or any other pin) to GND. The only wakeup possibility is to press the RST button. What's the probl...