Search found 6 matches

by kartono
20 Sep 2019 11:36
Forum: Discussions in English
Topic: UZB1 windows driver not working
Replies: 1
Views: 2059

UZB1 windows driver not working

Hi all just got the UZB1 and cant get it to work in windows 10

when i try and update is from the one i downloaded on the site it says "the folder you specified doesnt contain a compatible software driver for you r device"

Thanks for the help
by kartono
21 Mar 2018 14:53
Forum: Z-Uno
Topic: Electricity meter using ZUNO_METER
Replies: 13
Views: 14206

Re: Electricity meter using ZUNO_METER

Hi knst08,

im trying to setup acs712, would be be able to post the sketch for me to look at how you did it?.

thanks
by kartono
20 Mar 2018 03:39
Forum: Z-Uno
Topic: Help with my First Project
Replies: 3
Views: 3670

Re: Help with my First Project

Hi, Sorry for the noob questions.... But how do i define the getters? /* * * 4 Relays, 4 current inputs * Off - HIGH * On - LOW */ // Pins definitions #define LedPin1 9 #define LedPin2 10 #define LedPin3 11 #define LedPin4 12 #define AmpPin1 A0 // Global variables to store data reported via getters ...
by kartono
19 Mar 2018 13:51
Forum: Z-Uno
Topic: Help with my First Project
Replies: 3
Views: 3670

Help with my First Project

Hi All, Starting my first project with the Z-Uno :D :D Im trying to get 4 outputs to drive 5v relays and i would like to monitor the current from each Plan to use 30A current sensor with a output ratio on 66mV/a Im a bit stuck on the current input of the sketch Thanks for any help with this /* * * 4...
by kartono
12 Mar 2018 05:19
Forum: Z-Uno
Topic: ZUNO_BLINDS
Replies: 5
Views: 5721

Re: ZUNO_BLINDS

thanks Tillsy for the share,

my Z-Uno will be arriving this week so hope to start my build soon.
:D :D

Anyone used the Fibaro HC2 for the blind control?

from what i have read you send a 0-99 for the control, 0 being open 99 closed.

my question is do you use two outputs?

Thanks
by kartono
09 Mar 2018 09:09
Forum: Z-Uno
Topic: ZUNO_BLINDS
Replies: 5
Views: 5721

ZUNO_BLINDS

Hi all,

what im trying to make is a blind control for a 12vdc motor

this is going to be my first project with the ZUNO, has anyone got an example on how to use the "ZUNO_SETUP_CHANNELS(ZUNO_BLINDS(getterFunction, setterFunction))"

Thanks for any help :) :)