Search found 9 matches

by sdtlee
22 Sep 2022 05:38
Forum: Z-Uno
Topic: Connecting 2 Z-Uno devices
Replies: 5
Views: 2402

Re: Connecting 2 Z-Uno devices

Hi PoltoS, Thank you very much. I have successfully to connect the two devices with the help of controller device. I have setup the channel (ZUNO_SETUP_CHANNELS) and put them in the same group (group 2). And Device A can send signal to Device B through zunoSendToGroupSetValueCommand. One more questi...
by sdtlee
14 Sep 2022 05:07
Forum: Z-Uno
Topic: Connecting 2 Z-Uno devices
Replies: 5
Views: 2402

Re: Connecting 2 Z-Uno devices

Hi PoltoS, Thank you for your reply. This is the first time I develop Z-Wave related project. So I would like to confirm if my understanding is correct or not. Let's say I have 2 Z-Uno2 (Device A & Device B) I also need to prepare a Z-Wave controller (Controller A). 1. I have to add both Device ...
by sdtlee
12 Sep 2022 07:22
Forum: Z-Uno
Topic: Connecting 2 Z-Uno devices
Replies: 5
Views: 2402

Connecting 2 Z-Uno devices

Hi,

I would like to ask about setting up the z-wave network with two Z-Uno2 devices.

Let's say I have 2 Z-Uno2 devices (Device A & Device B).
Is it able to create a z-wave network with Device A, and let Device B join the network that is created by Device A?

Regards,
Lee
by sdtlee
19 Aug 2022 05:21
Forum: Z-Uno
Topic: Syncing with Z-Uno always failed when burn boot loader
Replies: 16
Views: 28199

Re: Syncing with Z-Uno always failed when burn boot loader

Hi PoltoS, After a long time of leaving the Z-Uno alone (without connecting any power to it), the Z-Uno is back to work for about 30 minutes and no longer work again. What it happened is that: 1. Last time (about 2 months ago) even when I connect the USB to power on, the Z-Uno LED does not turn on. ...
by sdtlee
13 Jun 2022 03:26
Forum: Z-Uno
Topic: Question about zunoSendReport
Replies: 2
Views: 1616

Re: Question about zunoSendReport

Hi PoltoS, Thank you very much for your reply. I tried zunoSendNIF() and I can see the signal through the Zniffer USB. 無題6.png Here is the sample code for anyone who need in the future. #include "Arduino.h" #include "ZUNO_Buttons.h" #include "ZUNO_Definitions.h" #define...
by sdtlee
10 Jun 2022 14:59
Forum: Z-Uno
Topic: Question about zunoSendReport
Replies: 2
Views: 1616

Question about zunoSendReport

Hi everyone, I have a question about zunoSendReport. My goal is the measure the RSSI of the signal send out from Z-Uno. What I try to do is, when the user press the service button, I will try to send out a signal, so that the usb sniffer can capture the signal and show the RSSI. Here is the code I m...
by sdtlee
10 Jun 2022 09:50
Forum: Z-Uno
Topic: Syncing with Z-Uno always failed when burn boot loader
Replies: 16
Views: 28199

Re: Syncing with Z-Uno always failed when burn boot loader

Here is some additional information: 1. I can get board info through Arduino Menu. BN: Z-Wave>ME Z-Uno2 VID: 10c4 PID: ea60 SN: 40875dc1d4e9ea11839f6e80e9d60aec 2. When plug with USB (Power on), I can confirm the 3.3V and 5V pin are outputing that voltage by oscilloscope. 3. When plug with USB (Powe...
by sdtlee
10 Jun 2022 08:35
Forum: Z-Uno
Topic: Syncing with Z-Uno always failed when burn boot loader
Replies: 16
Views: 28199

Re: Syncing with Z-Uno always failed when burn boot loader

Hi PoltoS, Sorry for the late reply. I have been busying on other project last few days. I am not sure why that I can write the bootloader again after not touching the Z-Uno at all for almost a week. However, after a few sketch deployment through Arduino, the board became unstable again and the same...
by sdtlee
31 May 2022 11:51
Forum: Z-Uno
Topic: Syncing with Z-Uno always failed when burn boot loader
Replies: 16
Views: 28199

Syncing with Z-Uno always failed when burn boot loader

Hello everyone, I am new to Z-Uno and I just got my Z-Uno 2 rev 6 board today. I followed the Arduino installation instruction here (https://z-uno.z-wave.me/arduino-install/). I installed Arduino 1.8.19 by downloading directly (not through Microsoft Store App). In Arduino board manager, I installed ...