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?
Thank you,
Z-Uno and IR Communcation for AC
Re: Z-Uno and IR Communcation for AC
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
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?
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
Yes, you can do that. For example using UART.
Re: Z-Uno and IR Communcation for AC
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
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
You need one way only: from Z-Uno to Arduino
-
- Posts: 1
- Joined: 12 Jul 2022 07:42
Re: Z-Uno and IR Communcation for AC
Thank you PoltoS for sharing for me
duck life
duck life
Re: Z-Uno and IR Communcation for AC
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.
... Advert Removed by Moderator.