https://github.com/NabuCasa/zwave-firmware
Z-Wave Controller firmware
https://github.com/NabuCasa/zwave-firmware
Last synced: 5 months ago
JSON representation
Z-Wave Controller firmware
- Host: GitHub
- URL: https://github.com/NabuCasa/zwave-firmware
- Owner: AlCalzone
- Created: 2024-11-28T13:21:23.000Z (over 1 year ago)
- Default Branch: sisdk-2024.12.2
- Last Pushed: 2025-07-10T09:48:56.000Z (11 months ago)
- Last Synced: 2025-07-10T17:48:54.215Z (11 months ago)
- Language: C
- Size: 6.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Z-Wave Controller firmware
## Firmware versioning scheme
The versioning for the firmware follows the format `A.BBC`, where:
- `A = 1` is the hardware/device revision - for now, unless we've reached more than 25 SDK versions.
- `BB` is a number (0-25) that represents the Z-Wave SDK version the firmware was built with
- `C` is the revision (0-9) of our modifications on top of the SDK
Leading zeroes are omitted in versions, so `1.001` is represented as `1.1`.
Examples:
- `1.0`: Z-Wave SDK version 7.23.1, revision 0
- `1.15`: Z-Wave SDK version 7.23.2, revision 5
- `1.254`: (some future SDK version `25`), revision 4
### SDK version mapping
| `BB` | Simplicity SDK version | Z-Wave SDK version |
| ---- | ------------------------------ | ---------------------- |
| `0` | [`2024.12.1`][sisdk-2024.12.1] | [`7.23.1`][zdk-7.23.1] |
| `1` | [`2024.12.2`][sisdk-2024.12.2] | [`7.23.2`][zdk-7.23.2] |
[sisdk-2024.12.1]: https://github.com/SiliconLabs/simplicity_sdk/releases/tag/v2024.12.1-0
[sisdk-2024.12.2]: https://github.com/SiliconLabs/simplicity_sdk/releases/tag/v2024.12.2
[zdk-7.23.1]: https://www.silabs.com/documents/public/release-notes/SRN14930-7.23.1.0.pdf
[zdk-7.23.2]: https://www.silabs.com/documents/public/release-notes/SRN14930-7.23.2.0.pdf