Design Article
How to develop Z-Wave devices
Christian Pätz, Z-Wave Alliance
10/9/2012 12:12 AM EDT
Z-Wave is an international standard for wireless communication in smart homes. It is based on ITU G.9959 specification and defines all aspects of the communication to ensure interoperability of devices implementing the protocol. This article describes the development process for hardware, SoC firmware, host communication and the certification and gives a good overview how to get started developing products for the Z-Wave ecosystem.
1. What is Z-Wave?
Z-Wave has become the new star on the horizon of smart home technology with now more than 700 interoperable devices in the market. It opens a great opportunity for newcomers to add smart and new ideas to this large ecosystem of interoperable products and leverages the existing installed base.
This article describes the development process and the tools available to design and test Z-Wave compatible devices. Technically, Z-Wave is a specification for a low bit-rate communication protocol that allows different devices in buildings to communicate with each other wirelessly. These devices include fix-installed gear such as light switches and heating control, mobile devices such as remote controls and also gateways to Internet-based services on mobile phones or in the Internet. The specification covers all aspects of the communication from the radio layer up to the way devices generate events and execute actions. Only devices with complete implementations of all aspects of the communication protocol are called Z-Wave compatible or short a Z-Wave certified device.
2. Hardware
To support the Z-Wave radio layer a special Z-Wave transceiver hardware is needed. The main supplier for this transceiver is the US company Sigma Designs. A second supplier, Mitsumi Corporation, offers a function and pin compatible silicon [Mitsumi2012]. The current chip generation of Sigma Designs is called Series 400 with the ZM4101 as standard component. Sigma or Mitsumi do not sell separate radio transceivers but the radio as one part of a whole SOC. The radio transceiver is available as a chip to very high volume applications where it can be embedded in the base designs but most customers purchase a SOC that integrates all functions of a computing system with radio interface:
• CPU Core, compatible to 8051

Figure 1: Z-Wave radio transceiver from Sigma Designs

Figure 2: Z-Wave Module ZM3102 based on Series 300 Transceiver ZW0301
• Radio transceiver with receiver and transmitter
• 2 KByte ... 16 KByte Internal SRAM
• 32 KByte ...64 KByte ROM
• Several Peripherals
Figure 1 shows the Z-Wave transceiver Series 400 chip from Sigma Designs as an example.
Next: Page 2
1. What is Z-Wave?
Z-Wave has become the new star on the horizon of smart home technology with now more than 700 interoperable devices in the market. It opens a great opportunity for newcomers to add smart and new ideas to this large ecosystem of interoperable products and leverages the existing installed base.
This article describes the development process and the tools available to design and test Z-Wave compatible devices. Technically, Z-Wave is a specification for a low bit-rate communication protocol that allows different devices in buildings to communicate with each other wirelessly. These devices include fix-installed gear such as light switches and heating control, mobile devices such as remote controls and also gateways to Internet-based services on mobile phones or in the Internet. The specification covers all aspects of the communication from the radio layer up to the way devices generate events and execute actions. Only devices with complete implementations of all aspects of the communication protocol are called Z-Wave compatible or short a Z-Wave certified device.
2. Hardware
To support the Z-Wave radio layer a special Z-Wave transceiver hardware is needed. The main supplier for this transceiver is the US company Sigma Designs. A second supplier, Mitsumi Corporation, offers a function and pin compatible silicon [Mitsumi2012]. The current chip generation of Sigma Designs is called Series 400 with the ZM4101 as standard component. Sigma or Mitsumi do not sell separate radio transceivers but the radio as one part of a whole SOC. The radio transceiver is available as a chip to very high volume applications where it can be embedded in the base designs but most customers purchase a SOC that integrates all functions of a computing system with radio interface:
• CPU Core, compatible to 8051

Figure 1: Z-Wave radio transceiver from Sigma Designs

Figure 2: Z-Wave Module ZM3102 based on Series 300 Transceiver ZW0301
• Radio transceiver with receiver and transmitter
• 2 KByte ... 16 KByte Internal SRAM
• 32 KByte ...64 KByte ROM
• Several Peripherals
Figure 1 shows the Z-Wave transceiver Series 400 chip from Sigma Designs as an example.
Next: Page 2
Navigate to related information


Tim Miner
10/10/2012 11:59 AM EDT
I found the article to be packed with great information. However, the final edit semed to leave several run-on sentences that promoted confusion.
Look at this example taken from the last portion of the article:
7. Conclusion
The integration of Z-Wave hardware in own projects is quite...
To my eye, the word "your" was probably intended to go between "in" and "own" but is missing. This kind of omission is sprinkled througout the article.
Sign in to Reply
ssfrr
10/11/2012 11:21 AM EDT
Overall a well-researched article by someone obviously familiar with Z-Wave. Nice overview.
The link to the BuLogics website is giving me trouble because of the trailing slash.
Full Disclosure: I work for BuLogics.
Sign in to Reply
joyhaa
10/12/2012 6:05 PM EDT
the problem is that: it's nearly a single vendor thing, unlike zigbee.
z-wave is easier to implement while zigbee is not, however zigbee seems more open, also i don't think zwave support 6lowpan
http://code.google.com/p/6lowpan/
Sign in to Reply
joyhaa
4/20/2013 12:01 PM EDT
Z-wave rules for HA(home automation), Zigbee is still _trying_ for SE(smart energy) after so many years, I worked on zigbee for a long while and hated that, it's too complicated for simply sensors, the protocol/profile design is terrible(i.e. no two profiles can co-exist on the same node), the only thing good about zigbee is that it has a fancy name, its spec is made by marketing folks instead of engineers.
Sign in to Reply