knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
Go to file
2025-11-04 20:07:36 +01:00
.github/workflows Fix Action 'PlatformIO CI': Install "intelhex" 2025-10-01 22:22:51 +02:00
doc
examples Support configure UART speed for ESP IDF 2025-07-30 23:27:42 +07:00
src Optimize DPT Constructor: Check for SubGroup==0 before MainGroups 2025-11-04 20:07:36 +01:00
.clang-format
.gitattributes
.gitignore
.readthedocs.yaml
CMakeLists.txt
library.json
library.properties
LICENSE
platformio.ini
README.md Merge branch 'master' into libretiny 2025-07-21 19:08:19 +02:00

knx

This projects provides a knx-device stack for Arduino (ESP8266, ESP32, SAMD21, RP2040, STM32), CC1310, ESP IDF, LibreTiny (BK7231, RTL8710 and LN882H) 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