Search found 242 matches

by p0lyg0n1
11 May 2022 15:29
Forum: Z-Uno
Topic: "Unknown exception:list index out of range" when trying to upload first sketch
Replies: 3
Views: 2045

Re: "Unknown exception:list index out of range" when trying to upload first sketch

Hi, You can easily determine which board you have using the following methods 1. Look at the upper left edge of the board (see the picture) - if there is a fuse on it, you have the 2nd version. 2. Under the SiLabs chip on the 2nd version there is a marking ZUno 2 rev. 6 (see picture) 3. The latest v...
by p0lyg0n1
18 Apr 2022 13:18
Forum: Z-Uno
Topic: Z-Uno2: zunoIsChannelUpdated() not working
Replies: 5
Views: 2688

Re: Z-Uno2: zunoIsChannelUpdated() not working

Hi,
Try the new version. We corrected zunoIsChannelUpdated() in 3.09b9. Reinstall the version. First, delete the old version from the packages folder, then install it as usual via BoardManager.

Best regards,
Alex.
by p0lyg0n1
04 Apr 2022 20:30
Forum: Z-Uno
Topic: Z-Uno2: zunoIsChannelUpdated() not working
Replies: 5
Views: 2688

Re: Z-Uno2: zunoIsChannelUpdated() not working

Hi Yves,
I tried it on my controller and then looked at the system code again and it looks like you're right. At some point we broke the SET command flags. We'll fix it right away - I'll post an update and write here. Thanks for the help with debugging, we missed this feature.

With respect,
Alex.
by p0lyg0n1
04 Apr 2022 19:42
Forum: Z-Uno
Topic: ZUNO2 system Handler(s)
Replies: 5
Views: 3800

Re: ZUNO2 system Handler(s)

Hi Yves, I will try to explain as simply as possible. The preprocessor extracts code from top-level (global-level) macros. The preprocessor generates the code for you and it can be seen in the build directory (arduino_build_<number>/zuno_preproc/ZUNO_AutoSetup.c). If you start the device configurati...
by p0lyg0n1
23 Mar 2022 12:16
Forum: Z-Uno
Topic: Z-uno2 Stack size
Replies: 3
Views: 1889

Re: Z-uno2 Stack size

In order not to be unfounded and immediately check the depth of the stack, I wrote a small sketch. Try it on your device. Nesting up to the 21st with 32 local variables works. If you put more - at some point, HardwareFault appears. It will be reflected in the listing by TX0. #define MY_SERIAL Serial...
by p0lyg0n1
23 Mar 2022 11:12
Forum: Z-Uno
Topic: Z-UNO 2 Channel configuration not working with HC2
Replies: 5
Views: 2580

Re: Z-UNO 2 Channel configuration not working with HC2

Hi, Sketch with code^^^ passes modern certification. Please try the original certification sketch (https://z-uno.z-wave.me/examples/Certified10Ch/), as I wrote before. If you have the same troubles with this sketch, please provide your HC2 firmware version. I'll try to reproduce the issue in our off...
by p0lyg0n1
23 Mar 2022 11:04
Forum: Z-Uno
Topic: ZUNO2 system Handler(s)
Replies: 5
Views: 3800

Re: ZUNO2 system Handler(s)

Hi, It is not necessary to change this header, it is used by our preprocessor. How exactly the preprocessor converts the data can be seen in the build directory zunopreproc/ZUNO_AutoSetup.c. The handler specified by ZUNO_SETUP_CFGPARAMETER_HANDLER will work ONLY with static channel creation. When dy...
by p0lyg0n1
23 Mar 2022 10:41
Forum: Z-Uno
Topic: Z-uno2 Stack size
Replies: 3
Views: 1889

Re: Z-uno2 Stack size

Please provide the code. It doesn't look like a stack problem. It is about 2 kilobytes and such a small nesting cannot overflow it.
With respect,
Alex.
by p0lyg0n1
23 Mar 2022 10:37
Forum: Z-Uno
Topic: Z-Uno2: zunoIsChannelUpdated() not working
Replies: 5
Views: 2688

Re: Z-Uno2: zunoIsChannelUpdated() not working

Hi, Let's check that the controller correctly detects all channels. Try this example https://z-uno.z-wave.me/examples/Certified10Ch/ for yourself. It contains almost the same channels that you have and it should definitely be displayed correctly in the controller. If it works, then add zunoIsChannel...
by p0lyg0n1
11 Mar 2022 10:57
Forum: Discussioni in italiano
Topic: Mobile , altri bug da correggere???
Replies: 4
Views: 60210

Re: Mobile , altri bug da correggere???

Salve. Ho trasmesso il tuo messaggio ai colleghi che fanno parte della Web Part. Mi occupo solo della parte di ferro e dei suoi Firmware. Purtroppo non possiedo L'italiano e sono costretto a usare per la risposta da parte del traduttore. Non giudicare rigorosamente questo testo. Buona giornata.

Alex.