Search found 442 matches

by michap
27 Nov 2016 21:16
Forum: Z-Uno
Topic: KeyError: 'first_sketch_line'
Replies: 13
Views: 14618

Re: KeyError: 'first_sketch_line'

I also tried this before... my compiler version give this: C:\Users\micha\AppData\Local\Temp\build3892996853670154698.tmp\_sketch_nov27a_ucxx.c:367: error 66: attempt to allocate variable of unknown size 'iTemp4' C:\Users\micha\AppData\Local\Temp\build3892996853670154698.tmp\_sketch_nov27a_ucxx.c:38...
by michap
27 Nov 2016 13:47
Forum: Z-Uno
Topic: KeyError: 'first_sketch_line'
Replies: 13
Views: 14618

Re: KeyError: 'first_sketch_line'

@p0lyg0n1: This I already tried before ;)
I get then:

Code: Select all

uCxx returned error code:1

array has incomplete element type 'BYTE []'
Michael
by michap
24 Nov 2016 22:50
Forum: Z-Uno
Topic: KeyError: 'first_sketch_line'
Replies: 13
Views: 14618

Re: KeyError: 'first_sketch_line'

Hi, with current compiler version it will not work as described by p0lyg0n1. (seems to be any issue with Multi-Dimensional Arrays) I made a simple sketch - tested it... You can try and modify - add sensors etc. // Multiple temperature sensors #include <ZUNO_DS18B20.h> // DS18B20 pin connections #def...
by michap
24 Nov 2016 11:16
Forum: Z-Uno
Topic: KeyError: 'first_sketch_line'
Replies: 13
Views: 14618

Re: KeyError: 'first_sketch_line'

Do you get the right values in debug window?

Serial.print("Temperature: ");
Serial.println(temp/100.0);

Michael
by michap
23 Nov 2016 12:57
Forum: Z-Uno
Topic: [closed] Z-Uno not detected in Windows 10?
Replies: 7
Views: 9616

Re: Z-Uno not detected in Windows 10?

Nice... have closed the issue ;)

Michael
by michap
23 Nov 2016 08:30
Forum: Z-Uno
Topic: [closed] 2.0.5 and 2.0.6. CRC doesn't match
Replies: 5
Views: 6703

Re: 2.0.5 and 2.0.6. CRC doesn't match

What is your current (installed) version - and what Update URL you are using?

Michael
by michap
22 Nov 2016 12:54
Forum: Z-Uno
Topic: Create CommandClasses with "older" versions?
Replies: 15
Views: 14728

Re: Create CommandClasses with "older" versions?

Sorry, my mistake about this "meter" ;) - anyway - would open a new topic with right description.
So the developers can check it better ;)

Michael
by michap
22 Nov 2016 12:50
Forum: Z-Uno
Topic: Quick-fix for library's problems in Z-Uno?
Replies: 4
Views: 6567

Re: Quick-fix for library's problems in Z-Uno?

Hi, I made a quick check of the lib of MCP4725. You already have tried to include this lib? I think it can work. Do not have such a module here for testing. I have modified the bibraries so that it will be compiled without errors. Unzip it and copy it to the local arduino library directory (like thi...
by michap
22 Nov 2016 12:35
Forum: Z-Uno
Topic: [closed] Z-Uno not detected in Windows 10?
Replies: 7
Views: 9616

Re: Z-Uno not detected in Windows 10?

A stupid question maybe..... You are suree that you have a right USB cable? There are USB cable on the market - only for USB power - without additional connections for communication. I also had such a cable in my hands some time ago and was a bit confused about missing serial connectiom (for other d...
by michap
22 Nov 2016 11:01
Forum: Z-Uno
Topic: [closed] Z-Uno not detected in Windows 10?
Replies: 7
Views: 9616

Re: Z-Uno not detected in Windows 10?

You have installed the Windows driver?
http://z-uno.z-wave.me/install/driver

Was it ever working before at this computer?

Michael