knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
Go to file
2024-09-13 23:49:55 +02:00
.github/workflows
doc
examples refactor dpts 2024-09-13 22:35:52 +02:00
src reimplement dpt 6 2024-09-13 23:49:55 +02:00
.clang-format
.gitattributes
.gitignore
.readthedocs.yaml
build_pio.sh fix build 2024-08-30 21:29:16 +02:00
CMakeLists.txt
library.json
library.properties
LICENSE
pyproject.toml -remove hack for 0 terminating string in groupobjects 2024-09-12 00:16:49 +02:00
README.md

knx

This projects provides a knx-device stack for arduino (ESP8266, ESP32, SAMD21, RP2040, STM32), CC1310 and linux. (more are quite easy to add) It implements most of System-B specification and can be configured with ETS. The necessary knxprod-files can be generated with the Kaenx-Creator tool.

Generated documentation can be found here.

Usage

See the examples for basic usage options