knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
Go to file
Dominik Westner 5451235368
Nikwest (#100)
* fixed tipo: RepititionAllowed

* fixed typo: frameRecieved

* fixed typo: individualAddressDuplication

* fixed typo: induvidualAddress

* fixded Typo: InduvidualAddress

Co-authored-by: Dominik Westner <nikwest@github.com>
2020-11-09 20:20:21 +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 Add coupler support (#79) 2020-09-06 21:41:34 +02:00
examples Nikwest (#100) 2020-11-09 20:20:21 +01:00
src Nikwest (#100) 2020-11-09 20:20:21 +01:00
.clang-format
.gitignore
.travis.yml Update .travis.yml 2020-10-29 20:24:35 +01:00
CMakeLists.txt fix knxPython build 2020-10-28 21:44:01 +01:00
library.properties Update library.properties 2020-06-19 21:57:46 +02:00
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.