Search found 255 matches
- 13 Oct 2017 14:20
- Forum: Z-Uno
- Topic: New 2.1.1 test build is ready!
- Replies: 17
- Views: 19613
Re: New 2.1.1 test build is ready!
FLIRS problem solved: I probably included the Z-Uno while it was in rescue mode. It is OK when I include my Z-Uno while it runs the user sketch. I noticed updates on github... I did a quick test and I can now build on my windows machine! Looks like there are a lot of memory improvements too, I'll ha...
- 07 Oct 2017 12:55
- Forum: Z-Uno
- Topic: New 2.1.1 test build is ready!
- Replies: 17
- Views: 19613
Re: New 2.1.1 test build is ready!
Thank you, PoltoS, next week I will toy with custom parameters, battery level, UART0 debugging and I'll try to improve the MH-Z19 CO2 sensor sketch!
- 06 Oct 2017 19:10
- Forum: Z-Uno
- Topic: New 2.1.1 test build is ready!
- Replies: 17
- Views: 19613
Re: New 2.1.1 test build is ready!
Yes, a typo, but:
petergebruers wrote: ↑03 Oct 2017 10:04On my Mac I can compile and upload both under Arduino 1.6.5 and 1.8.5, so I definitely have an issue on my Windows laptop.
I have a specific issue with my BH1750 sketch, I'll post the details in that topic:
viewtopic.php?f=3427&t=25521
- 04 Oct 2017 12:36
- Forum: Z-Uno
- Topic: New 2.1.1 test build is ready!
- Replies: 17
- Views: 19613
Re: New 2.1.1 test build is ready!
I am trying FLiRS (a few different variants, including one that worked on firmware 2.10...) on Z-Way 2.3.6-rc8. The controller does not detect it as FLiRS, but as "mains". I always do exclude -> push sketch -> include. After reset, the green LED does not blink, so it is probably going to s...
- 04 Oct 2017 10:43
- Forum: Z-Uno
- Topic: Z-UNO blocked after several hours of operation
- Replies: 27
- Views: 31251
Re: Z-UNO blocked after several hours of operation
I have read your topic right now. In essence: 0x122 * sizof(word) = 580 bytes! 580 > 300 bytes => Overflow. And when using GPT you do not get the expected timing... Hmmm... I have not toyed with the GPT yet. If I ever find an explanation as to why it did not work, I'll let you know... I suppose you'...
- 04 Oct 2017 10:31
- Forum: Z-Uno
- Topic: float conversion
- Replies: 18
- Views: 25106
Re: float conversion
I think so, can you please have a look at this post for a workaround (printing two integers instead of a float):
viewtopic.php?f=3427&t=25514&start=20
viewtopic.php?f=3427&t=25514&start=20
- 04 Oct 2017 10:03
- Forum: Z-Uno
- Topic: I have made an attempt at improving the BH1750 demo sketch and it is available for comment
- Replies: 7
- Views: 8275
Re: I have made an attempt at improving the BH1750 demo sketch and it is available for comment
Thank you for the compliment. The BH1750 sketch has been running flawlessly since my last post. So now I will move on to other sketches. I think I am going to try the improved FLiRS functionality first. It is difficult choice, there are some many exiting things in 2.1.1 like the error reporting on S...
- 04 Oct 2017 09:59
- Forum: Z-Uno
- Topic: Z-UNO blocked after several hours of operation
- Replies: 27
- Views: 31251
Re: Z-UNO blocked after several hours of operation
Thank you for reporting back! Great to see you are using a HC too ;-) For what it is worth: I think printing the temperature like that is a good workaround! Now this is solved... Did you say need an Arduino because the Z-Uno cannot send 288 IR codes? I think I have read somewhere that the IR buffer ...
- 03 Oct 2017 14:28
- Forum: Z-Uno
- Topic: Z-UNO blocked after several hours of operation
- Replies: 27
- Views: 31251
Re: Z-UNO blocked after several hours of operation
Thank you for confirming our suspicion. As user schmidmi pointed out, he has "worked around the problem" and this is his topic, but I am still interested in one more thing... As you say, disabling interrupts might fix the issue... I wonder, what is the impact on the operation of the Z-Uno....
- 03 Oct 2017 10:14
- Forum: Z-Uno
- Topic: I have made an attempt at improving the BH1750 demo sketch and it is available for comment
- Replies: 7
- Views: 8275
Re: I have made an attempt at improving the BH1750 demo sketch and it is available for comment
Under 2.1.1 I can compile one time. The next time I compile, I get: "?ASlink-Warning-Undefined Global '_Timer' referenced by module 'LLCore_arduino" I can make it work by applying this dirty hack: I add "extern void Timer();" to the source code, like this: extern void Timer(); //...