2022-02-19 20:23:50 +01:00
|
|
|
# knx
|
2019-06-02 00:36:28 +02:00
|
|
|
|
2022-02-19 20:23:50 +01:00
|
|
|
This projects provides a knx-device stack for arduino (ESP8266, ESP32, SAMD21, RP2040, STM32), CC1310 and linux. (more are quite easy to add)
|
2018-11-07 21:30:20 +01:00
|
|
|
It implements most of System-B specification and can be configured with ETS.
|
2024-01-23 20:22:31 +01:00
|
|
|
The necessary knxprod-files can be generated with the [Kaenx-Creator](https://github.com/OpenKNX/Kaenx-Creator) tool.
|
2018-11-07 21:30:20 +01:00
|
|
|
|
2019-06-02 00:36:28 +02:00
|
|
|
Generated documentation can be found [here](https://knx.readthedocs.io/en/latest/).
|
2022-02-19 20:23:50 +01:00
|
|
|
|
2024-08-09 20:18:10 +02:00
|
|
|
## Usage
|
|
|
|
See the examples for basic usage options
|