knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
Go to file
2020-10-28 21:46:08 +01:00
.github/workflows Create codeql-analysis.yml 2020-10-01 13:11:40 +02:00
.vscode clean up visual studio files and add root cmake 2020-10-28 21:35:24 +01:00
doc
examples fix knxPython build 2020-10-28 21:44:01 +01:00
src Add UART support for Linux platform to use TP1 KNX transceivers (#88) 2020-09-11 13:32:29 +02:00
.clang-format
.gitignore
.travis.yml change cmake file for travis 2020-10-28 21:46:08 +01:00
CMakeLists.txt fix knxPython build 2020-10-28 21:44:01 +01:00
library.properties
LICENSE
platformio.ini
README.md

knx Build Status

This projects provides a knx-device stack for arduino (ESP8266, SAMD21) 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 my CreateKnxProd tool.

The visual studio files use the VisualGdb. But you can use the lib in Arduino as usual. The linux Version can be build with cmake.

For esp8266 WifiManager is used to configure wifi.

Don't forget to reset ESP8266 manually (disconnect power) after flashing. The reboot doen't work during configuration with ETS otherwise.

The SAMD21 version uses my version of the FlashStorage lib (Pull request pending).

Generated documentation can be found here.