knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
Go to file
etrinh f880114da5
Stm32 port (#71)
* Fix Stm32 Eeprom handler
Fix missing parenthesis
Fix some type consistencies

* Fix #73
Add ability to override config.h with define NO_KNX_CONFIG

* change tabs to space

* coding style

Co-authored-by: etrinh <etrinh@zdionline.net>
2020-06-30 14:58:53 +02:00
.vscode add platformio file and fix compiling without IP 2020-05-08 01:50:50 +02:00
doc
examples refactor RfMediumObject to use properties 2020-06-24 23:03:12 +02:00
src Stm32 port (#71) 2020-06-30 14:58:53 +02:00
visualstudio
.clang-format
.gitattributes
.gitignore add pio ignores to gitignore 2020-05-08 02:06:23 +02:00
.gitmodules
.travis.yml Disable Travis-CI 8266 Arduino test 2020-06-08 11:43:06 +02:00
library.properties Update library.properties 2020-06-19 21:57:46 +02:00
LICENSE
platformio.ini add platformio file and fix compiling without IP 2020-05-08 01:50:50 +02:00
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.