UART Commands

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
softdevrpi
Posts: 3
Joined: 24 Nov 2018 12:28

UART Commands

Post by softdevrpi »

Hi,

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

Thanks in advance,

Mark
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: UART Commands

Post 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
softdevrpi
Posts: 3
Joined: 24 Nov 2018 12:28

Re: UART Commands

Post 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
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: UART Commands

Post by PoltoS »

Yes, this API. But trust me, first 10% will be very easy, but next 20% of work will take half a year ;)
Post Reply