Search found 68 matches

by aleconakad
19 Nov 2021 15:09
Forum: Z-Uno
Topic: EEPROM layout Zuno 2
Replies: 7
Views: 4533

EEPROM layout Zuno 2

Hi,

does this layout still hold true for Zuno 2?
https://z-uno.z-wave.me/Reference/EEPROM/

if not, could you please provide a newer layout for Zuno2?
Thanks
by aleconakad
19 Nov 2021 13:57
Forum: Z-Uno
Topic: EEPROM functions always return 0
Replies: 2
Views: 2616

EEPROM functions always return 0

Hi, using Z-Uno2 3.0.7, I have simple program that writes data to EEPROM, then reads out then compare it to verify if the write operation was successfull. I use mainly read and write bulk operations, like put and get. I can confirm that the data has been written correctly to the EEPROM. the only iss...
by aleconakad
10 Nov 2021 15:02
Forum: Z-Uno
Topic: Notification handler
Replies: 3
Views: 3179

Re: Notification handler

thanks.

that worked :-)
by aleconakad
04 Nov 2021 18:15
Forum: Z-Uno
Topic: Notification handler
Replies: 3
Views: 3179

Notification handler

Hi, I am trying to port a Zuno sketch to Zuno2 using the 3.0.7 toolchain. The following piece of code seems to break: ZUNO_REPORTS_HANDLER(Notification, notificationReportHandler); ... ... void notificationReportHandler() { #if defined SERIAL_DEBUG && defined DEBUG_REPORT_HANDLER Serial.prin...
by aleconakad
04 Nov 2021 17:39
Forum: Z-Uno
Topic: Handling of external libraries (Zuno2)
Replies: 3
Views: 2916

Handling of external libraries (Zuno2)

Hi, I have a couple of libraries that I want to integrate in my sketch. The compiler cannot find these libraries even though they have been installed in a path specified within arduino. The only way I can get these to compile is when I copy them to the same location of the delivered libraries within...
by aleconakad
07 Jul 2021 08:30
Forum: Z-Uno
Topic: Release of Z.Uno - Gen7
Replies: 39
Views: 26318

Re: Release of Z.Uno - Gen7

@Poltos: any update on my post from June 30th? I would like to know before we start designing the PCB, to see either we use an SPI to UART converter or not. Thanks
by aleconakad
30 Jun 2021 18:23
Forum: Z-Uno
Topic: Release of Z.Uno - Gen7
Replies: 39
Views: 26318

Re: Release of Z.Uno - Gen7

Hi,

from the brochure I can see that the new gen Z-uno has 3 UART ports. Are they similar to the one that z-uno gen 1 has or do they possess more capabilities? for example the ability to use parity bits and 2 stop bits.
by aleconakad
23 Jun 2021 18:35
Forum: Z-Uno
Topic: Release of Z.Uno - Gen7
Replies: 39
Views: 26318

Re: Release of Z.Uno - Gen7

Thanks.
Please ping us when it becomes available for ordering.
by aleconakad
22 Jun 2021 15:01
Forum: Z-Uno
Topic: CC command multilevel switch with 0xFF
Replies: 8
Views: 5140

Re: CC command multilevel switch with 0xFF

BTW, the 0xFF value has been deprecated only for the Multilevel Switch Report Command, but not for the Multilevel Switch Set Command. This means a device must be able to respond to 0xFF values in Set commands, but should not report a 0xFF value when reporting back to Controller or other associated n...
by aleconakad
22 Jun 2021 12:27
Forum: Z-Uno
Topic: CC command multilevel switch with 0xFF
Replies: 8
Views: 5140

Re: CC command multilevel switch with 0xFF

Thanks. I will give it a try.