Search found 242 matches

by p0lyg0n1
02 Jul 2018 19:50
Forum: Z-Uno
Topic: Missing from lib - zunoInNetwork() / zunoNID() ?
Replies: 2
Views: 3122

Re: Missing from lib - zunoInNetwork() / zunoNID() ?

They are only in Beta 2.14. They work right now only for S2 version.
by p0lyg0n1
02 Jul 2018 12:13
Forum: Z-Uno
Topic: New 2.1.4 beta
Replies: 49
Views: 44886

Re: New 2.1.4 beta

Hi,
Thank you for testing. Looks like you have found a very old issue with pullups. I have made only some tests and need a time.
Yes, they are on the same "port". P0 in terms of i8051.
I will report my results soon.
Thank you very much! You are making a great work for community!
by p0lyg0n1
01 Jul 2018 15:18
Forum: Z-Uno
Topic: Compile problem
Replies: 6
Views: 5408

Re: Compile problem

I tested this code once more with current version (2.14) it compiles ok. You have to remove these folders first (it's from Z-Uno troubleshooting page): http://z-uno.z-wave.me/getting-started/troubleshooting#CantInstallPackage After reinstalling packages please check that you select a right one board...
by p0lyg0n1
30 Jun 2018 19:02
Forum: Z-Uno
Topic: I2C clock stretching. Test a prototype!
Replies: 2
Views: 3541

I2C clock stretching. Test a prototype!

Hi, For those who need I2C clock stretching. I have made the first prototype. I am porting CCS811 sensor library to Z-Uno and I have to modify the Wire library first. You could help me if you test this library with your devices. How to use this library: 1. You need the latest 2.1.4 cores. 2. Replace...
by p0lyg0n1
30 Jun 2018 14:45
Forum: Z-Uno
Topic: Reference Page - ZUNO_SENSOR_MULTILEVEL() - Incorrect?
Replies: 2
Views: 3065

Re: Reference Page - ZUNO_SENSOR_MULTILEVEL() - Incorrect?

Hi,
The right one is from header:

Code: Select all

#define ZUNO_SENSOR_MULTILEVEL(TYPE, SCALE, SIZE, PRECISION, GETTER) 						
You are right!
We'll update it soon. Thank you. The reference is for old version, before we add a SENSOR_MULTILEVEL_PROPERTIES_COMBINER() macro.

Alex.
by p0lyg0n1
30 Jun 2018 14:36
Forum: Z-Uno
Topic: New 2.1.4 beta
Replies: 49
Views: 44886

Re: New 2.1.4 beta

Hi, I tried your code, slightly reworked it to add timing. so, try this, for me it works without significant delay. I connected 8 & 0 together and wired them to gnd or pulled it up. const int pinOk = 0; const int pinPb = 8; #define MY_SERIAL Serial byte sauvValOk = HIGH; byte sauvValPb = HIGH; b...
by p0lyg0n1
30 Jun 2018 02:33
Forum: Z-Uno
Topic: New 2.1.4 beta
Replies: 49
Views: 44886

Re: New 2.1.4 beta

Eric, I am sorry. Thank you for your sample. I'll try your code in 2 days. I had lots of tasks last 3 days. I'll report results here.
About 12 volts.
You can do it, but be careful. Always connect the ground of the sources first. Don't plug/unplug USB connector frequently.
Alex.
by p0lyg0n1
28 Jun 2018 23:46
Forum: Z-Uno
Topic: Serial strange behaviour
Replies: 26
Views: 24611

Re: Serial strange behaviour

Start bit is always 0, stop bit is always 1. So, the first 0 is the start of transition. It's a main rule of UART protocol. So we have to work twice faster to follow the theorem of discretization. Looks like you could use the simple 8N1 UART. I don't understand why it's not work for you. Could you c...
by p0lyg0n1
27 Jun 2018 17:23
Forum: Z-Uno
Topic: New 2.1.4 beta
Replies: 49
Views: 44886

Re: New 2.1.4 beta

Hi, Hi, Thank you very much for this beta version. I installed this version with the bootloader too (you never know). I forced it with downgrade 2.1.1 then 2.1.4 (It can also be done by changing the security S2->S0->S2) digitalRead, zunoSaveCFGParam and zunoLoadCFGParam works fine ! Thanks ! Here ar...
by p0lyg0n1
25 Jun 2018 20:16
Forum: Z-Uno
Topic: Compile problem
Replies: 6
Views: 5408

Re: Compile problem

It's a problem of the first beta. Please remove all from packages/Z-Uno & staging/packages and reload board from test-ucxx repository.