mirror of
https://github.com/thelsing/knx.git
synced 2025-01-21 00:05:43 +01:00
knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
68b0002490
* bugfix, print not allowed in constructor * Update tpuart_data_link_layer.cpp - start confirm timout only after last byte was sent - increase BYTE_TIMEOUT * -bugfix Arduino set knxUart * Update knx-bme680.ino * Update knx-demo.ino * Update knx-hdc1008.ino * Update knx-sonoffS20.ino * Update knx-bme680.ino * Update knx-demo.ino * Update arduino_platform.cpp * Update dpt.h * Update esp32_platform.h * Update esp_platform.h |
||
---|---|---|
doc | ||
examples | ||
knx-linux | ||
knxPython | ||
src | ||
visualstudio | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
library.properties | ||
LICENSE | ||
README.md |
knx
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.