Search found 242 matches

by p0lyg0n1
06 Mar 2017 22:21
Forum: Z-Uno
Topic: Rev 2.0.8: Bug of 'digitalRead'
Replies: 3
Views: 4548

Re: Rev 2.0.8: Bug of 'digitalRead'

Found it! there is an inverted logic now if you call digitalRead with constant parameter. Will fix it...
by p0lyg0n1
06 Mar 2017 15:32
Forum: Z-Uno
Topic: Relay bord with z-uno
Replies: 4
Views: 8157

Re: Relay bord with z-uno

You have to control relay via its nominal voltage. I don't know what schematic was used for your relay module, but by default Arduino Uno use 5V logic, when Z-Uno use 3.3v logic. To control it you can use some attional drivers: channel transistor, darlington array etc. The most simple way is to conn...
by p0lyg0n1
05 Mar 2017 23:22
Forum: Z-Uno
Topic: Relay bord with z-uno
Replies: 4
Views: 8157

Re: Relay bord with z-uno

It sounds strange... If you see that LED changes its state it means that PIN13 changes its state too. You can check it via multimeter. White LED connected directly to PIN13. May be you connect relay control to another PIN? PIN13 = PW1 (see http://z-uno.z-wave.me/technical/pinout/). Your code have a ...
by p0lyg0n1
05 Mar 2017 20:26
Forum: Z-Uno
Topic: Z-UNO UART at 115200bps
Replies: 18
Views: 16462

Re: Z-UNO UART at 115200bps

In this case I need a sample of your code.
by p0lyg0n1
05 Mar 2017 19:12
Forum: Z-Uno
Topic: IR Library in 2.07
Replies: 15
Views: 14581

Re: IR Library in 2.07

Thanks to all the programmers of the Z-UNO firmware! Using the new Features of GPT and external interrupts I was able to analyse the protocol of my Mitsubishi A/C. I connected the IR - receiver to the ZEROX (Pin 3). With the GPT I measured the length of the pulses coming from the IR transmitter. No...
by p0lyg0n1
05 Mar 2017 19:03
Forum: Z-Uno
Topic: Z-UNO UART at 115200bps
Replies: 18
Views: 16462

Re: Z-UNO UART at 115200bps

I missed something, but I don't understand how do you log events? Do you log them from Z-Uno? If you use UART0 to output there is no differences between 2.0.7 and 2.0.8. It works sequently byte by byte. DMA is using only for input data. Input buffer is 64 bytes long. It's cyclic. So, if you write 65...
by p0lyg0n1
02 Mar 2017 14:42
Forum: Z-Uno
Topic: BH1750 issues
Replies: 2
Views: 3899

Re: BH1750 issues

The problem is in code for reading light level. It wasn't updated to match new Wire library. The fast fix is https://github.com/Z-Wave-Me/Z-Uno-Core/commit/20503d41af7764d8102fabf49d94f9f2baf09535 inside BH1750 library. You can do it manually: 1. Open folder with preferences.txt of ArduinoIDE (hyper...
by p0lyg0n1
02 Mar 2017 00:24
Forum: Z-Uno
Topic: IR Library in 2.07
Replies: 15
Views: 14581

Re: IR Library in 2.07

The hardware limit is 15 bytes in the case we get the maximum amount (511) of raw bytes to IR controller. I Don't think that you really need 18 bytes. Can you sniff sequence with logic analyzer?
by p0lyg0n1
24 Feb 2017 01:18
Forum: Z-Uno
Topic: Z-Uno on a Telldus Znet v2 with 8 sensors
Replies: 1
Views: 2969

Re: Z-Uno on a Telldus Znet v2 with 8 sensors

Did you try "10 channels" example? If you have problems with it too then you have to seek for the problem inside your controller. This sketch was certified and works right.
by p0lyg0n1
24 Feb 2017 01:12
Forum: Z-Uno
Topic: Control from PC or phone
Replies: 3
Views: 4287

Re: Control from PC or phone

Z-Uno is a slave(like any other relay module/sensor/ etc.) in the terms of Z-Wave network, so you need a Z-Wave controller between Z-Uno and your PC/phone.