New 2.1.1 test build is ready!

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
DerLexus
Posts: 22
Joined: 03 Sep 2017 14:38

Re: New 2.1.1 test build is ready!

Post by DerLexus »

Unfortunatelly I can't install/update to 2.1.1 with board manager on my Mac. The download works but I always got a crc error. I downloaded manually and checked the sha256 and it seems that really it doesn't match...
DerLexus
Posts: 22
Joined: 03 Sep 2017 14:38

Re: New 2.1.1 test build is ready!

Post by DerLexus »

Ok, thanks. The crc seems to be corrected now!

I updated to 1.8.5 but my working sketch cannot be compiled. I used the ZUNO_BME280 lib from the forum but an #include "ZUNO_BME280.h" isn't working anymore. It complains that there is no such file or directory. But I can confirm it is there... maybe a general problem with local includes?

Edit: Switched back to 1.6.5 and the Sketch is compiling...
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: New 2.1.1 test build is ready!

Post by PoltoS »

Hello!

We have released a new test build. To install it, delete the 2.1.1 folder from staging and package, download it again, then burn bootloader.

What was added/fixed:
  • Added 3-channel firmware for JP and KR frequencies - requires bootloader change from the Arduino IDE
  • Fully refactored Print to make the code smaller and use less stack
  • Optimized code for float and printing float numbers to use less stack
  • Added fixPrint() method to print fixed digets of a float
  • Added dumpPrint() to help debug by printing big amounts of data (i.e. arrays/structures/any memory areas)
  • Print() now uses three different prototypes to print byte, word and dword value - saves stack in most cases
  • ZUNO_OLED refactored to use less stack.
  • Fixed problem with prototypes not visible
  • Fixed bug with local arrays not initialized (like in code void func() { byte a[]={1,2,3}; })
  • Added Binary.h to the default header for Arduino style binary numbers definition
  • Fixed problem with / on Windows (introduced in previous beta)
  • Few examples changed to adop the changes above
We run for tests till friday or monday and then do a release.
petergebruers
Posts: 255
Joined: 26 Jul 2015 17:29

Re: New 2.1.1 test build is ready!

Post by petergebruers »

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 have to retest printing float to OLED!
dawiinci
Posts: 48
Joined: 14 Oct 2017 10:54

Re: New 2.1.1 test build is ready!

Post by dawiinci »

Is this the same build as the final version?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: New 2.1.1 test build is ready!

Post by PoltoS »

Yes (only examples changed)
sega66
Posts: 38
Joined: 30 Jul 2017 19:31

Re: New 2.1.1 test build is ready!

Post by sega66 »

Can I connect 20 temperature sensors DS18B20 ?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: New 2.1.1 test build is ready!

Post by PoltoS »

Even 32! ;) We have tested this in our lab.
Post Reply