Search found 242 matches

by p0lyg0n1
12 Jan 2022 22:05
Forum: Z-Uno
Topic: Adafruit MMA8451
Replies: 7
Views: 4415

Re: Adafruit MMA8451

Hi, What version of ZUno do you use? First generation or the second one? The first generation has 8 bit old school intel 8051 core and software I2C realization. It's very poor in stack and it's not so easy to port library to this architecture "as is". The second generation has CortexM4 wit...
by p0lyg0n1
13 Dec 2021 16:58
Forum: Z-Uno
Topic: Z-Uno2 pin states on reset
Replies: 1
Views: 2083

Re: Z-Uno2 pin states on reset

Hi,
I know the reason of output on 24 (TX 0). It's a system console. You are able to switch off console output using:

Code: Select all

ZUNO_ENABLE(DBG_CONSOLE_PIN=0xFF);
I don't know why we have a signal on A3. Will check it.

Best regards,
Alex.
by p0lyg0n1
09 Nov 2021 20:13
Forum: Z-Uno
Topic: [solved] Z-Uno V2: EEPROM no longer works
Replies: 5
Views: 4699

Re: Z-Uno V2: EEPROM no longer works

Thank you, joergm6! We have found this issue. It appears after complete NVM erase. The easiest way to avoid that is to upgrade to the latest beta-version 3.08B3. It's availiable in our beta-repository: http://z-uno.z-wave.me/files/z-uno2/package_z-wave2.me_beta_index.json You can use both main and b...
by p0lyg0n1
08 Nov 2021 21:11
Forum: Z-Uno
Topic: [solved] Z-Uno V2: EEPROM no longer works
Replies: 5
Views: 4699

Re: Z-Uno V2: EEPROM no longer works

Thanks,
I'll check it.
by p0lyg0n1
08 Nov 2021 09:47
Forum: Z-Uno
Topic: [solved] Z-Uno V2: EEPROM no longer works
Replies: 5
Views: 4699

Re: Z-Uno V2: EEPROM no longer works

Hi,
Is it Z-Uno v2? You have named your post “Z-Uno V2…” and still use compiler.exe(it’s compatible with v1 only). Please provide some sample code. What adresses do you use? What is the version of core you use?

Best regards,

Alex.
by p0lyg0n1
06 Oct 2021 09:59
Forum: Z-Uno
Topic: Query old / new z-uno
Replies: 3
Views: 2550

Re: Query old / new z-uno

Hi,
You are wrong, on the first ZUno button is located on #23 pin too, but it uses #18 to wakeup. So you can use pin 23 to handle both versions.

Best regards,

Alex.
by p0lyg0n1
05 Oct 2021 10:43
Forum: Z-Uno
Topic: Z-Uno Gen2 and Fast PWM
Replies: 4
Views: 3749

Re: Z-Uno Gen2 and Fast PWM

Hi, There is no division to "fast/slow" in Z-Uno2. All PWMs are fast in CortexM4. Thats why we didn't add zunoFastPWM* functions for Z-Uno2. What do you want to achive by means of "fast" PWM? You can use analogWrite() for most cases on any pins. At one moment you can use up to 4 ...
by p0lyg0n1
30 Sep 2021 11:55
Forum: Z-Uno
Topic: Compile Z-Uno 2G
Replies: 5
Views: 3816

Re: Compile Z-Uno 2G

Hi, We have fixed a lot of compatibility problems in current developers version. min & max were already fixed. You can get the developers version directly from our git hub: https://github.com/Z-Wave-Me/Z-Uno-G2-Core/tree/master/hardware/arduino/zunoG2. You have to copy all the files to your Ardu...
by p0lyg0n1
03 Mar 2021 16:53
Forum: Z-Uno
Topic: Cannot include "EEPROM.h"
Replies: 8
Views: 5759

Re: Cannot include "EEPROM.h"

Hi, I have missed that you use module. So, it's absolutely another thing. 1. About sleeping device & USB. Chip has builtin USB driver and It always switched off when you configure ZUno as sleeping device. So, It's not enough to reset sleeping device to get USB work. You have to send it to "...
by p0lyg0n1
20 Feb 2021 13:17
Forum: Z-Uno
Topic: Cannot include "EEPROM.h"
Replies: 8
Views: 5759

Re: Cannot include "EEPROM.h"

Thanks,
We will inspect it. I'll post results here.

Best regards,
Alex.