Page 1 of 1

Z-Uno and IR Communcation for AC

Posted: 30 Jun 2022 17:51
by youelz
Hi all

I appreciate your help and guidance in advance!

So I am familiar with Arduino and have built on Arduino MEGA2650 the ability to send Raw Date of IR signals to the AC. And it is working great. Now, I would like to extend it with Z-Uno to be able to control the command from the Z-Wave Controller based on user selections e.g. Set temperature at 24C. Ultimately propagates the command to the Z-Uno and then to my code to send the Raw Data through the IR Transmitter to the AC.

is this possible and how, please?
11111.jpg
11111.jpg (106.32 KiB) Viewed 18283 times
Thank you,

Re: Z-Uno and IR Communcation for AC

Posted: 01 Jul 2022 03:24
by PoltoS
IR controller is not yet done on Z-Uno 2. On Z-Uno 1 it worked, but not yet with the new one. It is in our long dev queue

Re: Z-Uno and IR Communcation for AC

Posted: 01 Jul 2022 10:50
by youelz
Thank you for the replay @PoltoS! Ouch.

So is there away to integrate both circuits, for Now, the Z-Uno (for Z-wave signals, commands) and Mega2560. So basically pass the command from Z-Uno to the Mega board then the Mega can send the IR signals?

Re: Z-Uno and IR Communcation for AC

Posted: 01 Jul 2022 14:06
by PoltoS
Yes, you can do that. For example using UART.

Re: Z-Uno and IR Communcation for AC

Posted: 01 Jul 2022 20:16
by youelz
Would you mind please sharing the documentatio on how to do so, please? Or any examples of integrating the Z-Uno with Arduino board.

Re: Z-Uno and IR Communcation for AC

Posted: 02 Jul 2022 02:42
by PoltoS
This pretty simple example shows how to work with UART communications: https://z-uno.z-wave.me/examples/125khz ... door-lock/

You need one way only: from Z-Uno to Arduino

Re: Z-Uno and IR Communcation for AC

Posted: 12 Jul 2022 07:45
by prasedenica
Thank you PoltoS for sharing for me
duck life

Re: Z-Uno and IR Communcation for AC

Posted: 21 Aug 2023 12:31
by Yuksioa
If you have the necessary documentation, could you please send it my way? Or any other Arduino board Z-Uno integration examples.
... Advert Removed by Moderator.