Search found 55 matches

by schmidmi
16 Oct 2017 17:05
Forum: Z-Uno
Topic: Mobile Z-Uno and connection loss
Replies: 7
Views: 6704

Re: Mobile Z-Uno and connection loss

I think, a robot which is moving around should be challenge for the network.
Because with respect to the conditions for the Z-wave signal, the device needs several different routes on its way through the house.
by schmidmi
12 Oct 2017 10:16
Forum: Z-Uno
Topic: Multiple buttons
Replies: 5
Views: 5623

Re: Multiple buttons

There is only one thing I can see:
You have some unnecessary brackets in your code.
The bracket before Serial.println("0. "); and after zunoSendReport(..); seem to be useless.
by schmidmi
06 Oct 2017 15:00
Forum: Z-Uno
Topic: New 2.1.1 test build is ready!
Replies: 17
Views: 16234

Re: New 2.1.1 test build is ready!

I think you mean "Arduino IDE 1.6.5 and 1.8.5 are now supported", isn't it?
by schmidmi
05 Oct 2017 16:14
Forum: Z-Uno
Topic: Z-UNO blocked after several hours of operation
Replies: 27
Views: 23210

Re: Z-UNO blocked after several hours of operation

@MastrUsr:
I've sent a PM to you :)
by schmidmi
04 Oct 2017 11:50
Forum: Z-Uno
Topic: Z-UNO blocked after several hours of operation
Replies: 27
Views: 23210

Re: Z-UNO blocked after several hours of operation

Yes, I tried a lot of things with the GPT, but it was not working as expected. I'm rather sure, that there is or was a problem in the GPT firmware too. Another reason could be, that the write access to an output pin is too slow to react within a timescale of a few hundreds microseconds. But as you s...
by schmidmi
04 Oct 2017 10:22
Forum: Z-Uno
Topic: float conversion
Replies: 18
Views: 17129

Re: float conversion

Maybe we have here the same problem, I saw while write an float to the OLED display with oled.print(...)?
by schmidmi
04 Oct 2017 10:18
Forum: Z-Uno
Topic: Z-UNO blocked after several hours of operation
Replies: 27
Views: 23210

Re: Z-UNO blocked after several hours of operation

Yes, the IR buffer has a size of 300 bytes. But to send the 288 Bit Code, it would need 576 bytes minimum. And the IR code has to be sended twice with a certain amount of delay. This couldn't be done with Z-UNO. I already hat a longer discussion with the Z-UNO developers (see the topic "IR-lib ...
by schmidmi
04 Oct 2017 09:41
Forum: Z-Uno
Topic: Z-UNO blocked after several hours of operation
Replies: 27
Views: 23210

Re: Z-UNO blocked after several hours of operation

Z-UNO.PNG An influence of internal interrupts? May be. I can't check this. The Z-UNO was not in the cyclic calling queue of my HC 2. But I don't know, what the Z-UNO is doing with all radio telegrams of the Z-Wave. Nevertheless, I did some more investigations based on the helpful discussions here. ...
by schmidmi
02 Oct 2017 18:21
Forum: Z-Uno
Topic: Z-UNO blocked after several hours of operation
Replies: 27
Views: 23210

Re: Z-UNO blocked after several hours of operation

Converting the value to an int may be helpful tp províde a stable sketch. But the output on the display would not be as it should be ;)
by schmidmi
02 Oct 2017 14:20
Forum: Z-Uno
Topic: Z-UNO blocked after several hours of operation
Replies: 27
Views: 23210

Re: Z-UNO blocked after several hours of operation

I made some further tests with the sketch. I saw, that sometimes, when the device is blocked, also the white LED ist switched ON (#define LED_PIN 13). From my point of view it looks like a problem in the stack. @petergebruers: I had the same idea with changing the position of the zunoSendReport(). B...