Page 1 of 1

UART Commands

Posted: 24 Nov 2018 12:38
by softdevrpi
Hi,

Where can I find the documents describing the UART communication with the Razberry?

Thanks in advance,

Mark

Re: UART Commands

Posted: 02 Dec 2018 16:13
by PoltoS
It is called Z-Wave Serial API and is described under an NDA.

But trust me, you don't want to use this API - it is too hard to implement on your own. Use Z-Way or other s/w

Re: UART Commands

Posted: 08 Dec 2018 13:24
by softdevrpi
Thanks for your response.

I'm personally more of a low level software or hardware kind of guy and I'd prefer a more standardised low level interface to my hardware.
I have programmed serial interfaces to various WiFi chipsets to communicate with various microcontrollers so I can't imagine it would be much more complex..

Is it the same as the SI Labs serial API, or are you using a different firmware?
https://www.silabs.com/documents/login/ ... -Guide.pdf

Thanks in advance,

Mark

Re: UART Commands

Posted: 08 Dec 2018 23:06
by PoltoS
Yes, this API. But trust me, first 10% will be very easy, but next 20% of work will take half a year ;)