Search found 7 matches

by misha_shch
27 Jan 2021 14:30
Forum: RaZberry
Topic: RaZberry future development
Replies: 60
Views: 38848

RaZberry future development

Hi,

can you share any RaZberry development roadmap? Will you create it with 700 chip? Aeotec seems has already created something similar.
by misha_shch
27 Jan 2021 12:58
Forum: Обсуждение на русском / Discussions in Russian
Topic: Вопрос по Гидролоку (Gidrolock Winner)
Replies: 1
Views: 2867

Вопрос по Гидролоку (Gidrolock Winner)

Добрый день, Я правильно понимаю, что вы закупаете у Гидролока краны Winner, добавляете z-uno и продаете его с Z-Wave? Не смог найти упоминания такой опции на сайте самого Гидролока. Кто осуществляет гарантийное обслуживание в данном случае? К кому бежать, если будут проблемы? Какие контроллеры подд...
by misha_shch
16 Oct 2015 14:25
Forum: RaZberry
Topic: Explain how to use low level C API
Replies: 11
Views: 14565

Re: Explain how to use low level C API

Hi Lorenzo, I'm on the same way as you are, so here are my tips that I've collected digging this topic: 1. First of all you should install and configure NetBeans (there are some other IDEs but NetBeans is recommended one). You will find detailed instructions on it with the following link http://www....
by misha_shch
09 Oct 2015 12:52
Forum: RaZberry
Topic: Using low level Z-Way C API
Replies: 6
Views: 9598

Re: Using low level Z-Way C API

Great! Now it works. Thank you for the help.

BTW, maybe it would be usefull to document such specifics. Because it is not described even in library files (.h).
by misha_shch
09 Oct 2015 10:34
Forum: RaZberry
Topic: Using low level Z-Way C API
Replies: 6
Views: 9598

Re: Using low level Z-Way C API

Thanks a lot. This is really the issue. BTW, there is a reference to some library version with the fix. Do you know which one is it and where can I download it? Now I proceed with debuging. Unfortunately still need some help: 1. Controller initialisation fails with error "InvalidConfig = -21, /...
by misha_shch
08 Oct 2015 14:56
Forum: RaZberry
Topic: Using low level Z-Way C API
Replies: 6
Views: 9598

Re: Using low level Z-Way C API

Here is the output of Disassembly window after SIGILL error message (Discard and Pause option): OPENSSL_cleanse() OPENSSL_cleanse+0: mrc\t15, 0, r0, cr9, cr13, {0} OPENSSL_cleanse+0: bx\tlr OPENSSL_cleanse+0: ldrex\tr2, [r0] OPENSSL_cleanse+0: add\tr3, r2, r1 OPENSSL_cleanse+0: strex\tr2, r3, [r0] O...
by misha_shch
07 Oct 2015 11:34
Forum: RaZberry
Topic: Using low level Z-Way C API
Replies: 6
Views: 9598

Using low level Z-Way C API

Hi, I'm trying to compile a test tool to check the usage of low level Z-Way C API. Code sample was downloaded from http://razberry.zwave.me/index.php?id=15 particulaly this one http://razberry.zwave.me/fileadmin/z-way-test.tgz Compiling main.c from this sample succeeds but the program does nothing (...