knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
Go to file
2024-11-19 20:51:20 +01:00
.github/workflows
doc astyle 2024-09-14 11:55:51 +02:00
examples fix build 2024-09-14 19:43:40 +02:00
src Merge branch 'fix/group-object-setting-invalid-value' into fix/group-object-setting-invalid-value--thelsing/master 2024-11-17 23:49:56 +01:00
.clang-format
.gitattributes
.gitignore
.readthedocs.yaml Update .readthedocs.yaml 2024-08-10 00:30:07 +02:00
CMakeLists.txt no more warnings 2024-08-09 21:30:35 +02:00
library.json no more warnings 2024-08-09 21:30:35 +02:00
library.properties no more warnings 2024-08-09 21:30:35 +02:00
LICENSE
platformio.ini
README.md lib props 2024-08-09 20:18:10 +02:00

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