Search found 26 matches

by cmpts_cmp
24 Oct 2019 17:17
Forum: Z-Uno
Topic: delay() issues with digitalWrite
Replies: 4
Views: 5461

Re: delay() issues with digitalWrite

Sorted. This worked. Thanks! bool relaySequence1 = false; void loop() { // loop is empty, because all the control comes over the Z-Wave if (relaySequence1 == 1) { digitalWrite(relayPin1, HIGH); //turn relay on delay(1000); digitalWrite(relayPin2, HIGH); //turn relay on delay(1000); } else { digitalW...
by cmpts_cmp
23 Oct 2019 22:03
Forum: Z-Uno
Topic: delay() issues with digitalWrite
Replies: 4
Views: 5461

Re: delay() issues with digitalWrite

Thanks

Any examples for a way around this?
by cmpts_cmp
23 Oct 2019 21:39
Forum: Z-Uno
Topic: delay() issues with digitalWrite
Replies: 4
Views: 5461

delay() issues with digitalWrite

Hi, I've got a simple function to turn on the LEDs in sequence (eventually relays, but testing with LEDs for now), with a 1 second gap, i.e. delay(1000). I've noticed that using this with digitalWrite (and possibly other functions - not tested though) that is causes an issue. Instead of turning all ...
by cmpts_cmp
03 Oct 2019 22:34
Forum: Z-Uno
Topic: HX711 Library Adopted?
Replies: 4
Views: 4527

Re: HX711 Library Adopted?

Bump
by cmpts_cmp
24 Sep 2019 13:06
Forum: Z-Uno
Topic: HX711 Library Adopted?
Replies: 4
Views: 4527

Re: HX711 Library Adopted?

How exactly do you adopt? Is it something I can do or something you need to do?

Thanks
by cmpts_cmp
13 Sep 2019 23:48
Forum: Z-Uno
Topic: Battery Usage Very High
Replies: 1
Views: 2736

Re: Battery Usage Very High

Spoken to Polto and I've enabled sleeping mode to reduce the battery usage. "In non-sleeping mode Z-Uno takes about 30-50 mA. If you don't send it in sleep mode, it will eat the battery in about two days: 1200 mA h / 30 mA = 40 h. If you send the devices asleep, it will take way less. Please tu...
by cmpts_cmp
13 Sep 2019 23:47
Forum: Z-Uno
Topic: Battery Level / Sleeping Mode Issue
Replies: 2
Views: 3321

Re: Battery Level / Sleeping Mode Issue

After some more reading, this is actually by design.

FYI:

"https://z-uno.z-wave.me/Reference/ZUNO_ ... PING_MODE/

If device is in sleeping mode, the USB port is not available for uploading new sketch. Device should be woken up or turned into rescue mode before uploading new sketch. "
by cmpts_cmp
13 Sep 2019 15:59
Forum: Z-Uno
Topic: HX711 Library Adopted?
Replies: 4
Views: 4527

Re: HX711 Library Adopted?

bump