Search found 3 matches

by blooby
12 Apr 2017 12:33
Forum: Z-Uno
Topic: FLIRS ISSUE
Replies: 18
Views: 19938

Re: FLIRS ISSUE

Hello, I try to make this sample working without success : https://z-uno.z-wave.me/examples/FLiRSSimpleSwitch/ // LED pin number // 13 pin - user LED of Z-Uno board #define LED_PIN 13 // Last saved LED value byte currentLEDValue; ZUNO_SETUP_CHANNELS(ZUNO_SWITCH_BINARY(getter, setter)); // next macro...
by blooby
23 Sep 2016 22:30
Forum: Z-Uno
Topic: FLIRS ISSUE
Replies: 18
Views: 19938

Re: FLIRS ISSUE

Thanks for your answer.
Do you have a delay ?
How can i upgrade it after your add this one ?
by blooby
10 Sep 2016 19:06
Forum: Z-Uno
Topic: FLIRS ISSUE
Replies: 18
Views: 19938

FLIRS ISSUE

Hello, My sketch is work on normal mode (ZUNO_SLEEPING_MODE_ALWAYS_AWAKE), but not in FLiRs mode (ZUNO_SLEEPING_MODE_FREQUENTLY_AWAKE) //motor A connected between A01 and A02 #define STBY 10 #define PWMA 12 //pwm seem don't work #define AIN1 9 #define AIN2 11 // variable to store current relay state...