Search found 24 matches

by joergm6
28 Jul 2022 19:49
Forum: Z-Uno
Topic: EEPROM example code not working properly
Replies: 10
Views: 3712

Re: EEPROM example code not working properly

no, the Z-uno2 version in "Boards Manager" ... https://z-uno.z-wave.me/arduino-install/
by joergm6
28 Jul 2022 19:15
Forum: Z-Uno
Topic: EEPROM example code not working properly
Replies: 10
Views: 3712

Re: EEPROM example code not working properly

Which software version do you use? With larger v 3.0.7 an EEPROM problem was fixed.
by joergm6
21 Nov 2021 17:08
Forum: Z-Uno
Topic: EEPROM layout Zuno 2
Replies: 7
Views: 4629

Re: EEPROM layout Zuno 2

I can only say what the developers have communicated. Actually they talked about a 1kByte EEPROM, but that doesn't fit exactly to the layout.
But my tests indicate that it can write up to 0x400, after that i only get 0 back.
by joergm6
19 Nov 2021 19:36
Forum: Z-Uno
Topic: EEPROM functions always return 0
Replies: 2
Views: 2644

Re: EEPROM functions always return 0

An example looks like this, but is equal to the V1. Serial.println("Reading buffer from EEPROM..."); res = EEPROM.get(addr, &read_data, sizeof(read_data)); Serial.print("Read "); Serial.print(res); Serial.println(" Bytes"); // write data to a specific address res = ...
by joergm6
19 Nov 2021 19:24
Forum: Z-Uno
Topic: EEPROM layout Zuno 2
Replies: 7
Views: 4629

Re: EEPROM layout Zuno 2

NO, the z-uno2 no longer has an external EEPROM. Thus less memory is available.

Code: Select all

Start 	End 		Size		Description
0x0000	0x200	512 B	User memory
0x200	0x204	4 B 	Settings of Notification Command Class
0x204	0x208	4 B	Settings of Wakeup Command Class
0x208	0x28C	132 B	User configuration parameters
by joergm6
09 Nov 2021 20:40
Forum: Z-Uno
Topic: [solved] Z-Uno V2: EEPROM no longer works
Replies: 5
Views: 4701

Re: Z-Uno V2: EEPROM no longer works

Hi Alex,
a first quick test worked. :) :) Thank you for the quick solution to the problem. Very good support.
by joergm6
08 Nov 2021 13:06
Forum: Z-Uno
Topic: [solved] Z-Uno V2: EEPROM no longer works
Replies: 5
Views: 4701

Re: Z-Uno V2: EEPROM no longer works

compiler dumpNVM: I almost thought so. But it was only an attempt, there is no other information for the V2. I start at 0x0 and use 3.0.7. The code has always worked, from "one moment to the other" the EEPROM loses the content on reset/restart. (after experiment with factory reset, think) ...
by joergm6
06 Nov 2021 22:01
Forum: Z-Uno
Topic: [solved] Z-Uno V2: EEPROM no longer works
Replies: 5
Views: 4701

[solved] Z-Uno V2: EEPROM no longer works

Although it worked for a long time, I can no longer write to the EEPROM. The function is executed, after a reset all EEPROM memories are 0 again. Because of some include problems and tests the Z-Uno was provided with factory reset and bootloader updates..... Apparently after that the EEPROM write wa...
by joergm6
30 Oct 2021 22:24
Forum: Z-Uno
Topic: Release of Z.Uno - Gen7
Replies: 39
Views: 26868

Re: Release of Z.Uno - Gen7

Why is z-uno2 not registered with https://products.z-wavealliance.org yet? This means that z-uno2 is not recognized with its "possibilities" in Smarthome systems. It is only marked as "unknown". Type ID: 0x0110 vs 0x0210
by joergm6
06 Oct 2021 12:36
Forum: Z-Uno
Topic: Query old / new z-uno
Replies: 3
Views: 2553

Re: Query old / new z-uno

Thank you, I did not know that. In all (old) examples port 18 is used. :)