Skip to content

Files

Latest commit

d8074ea · Mar 8, 2022

History

History
30 lines (17 loc) · 1.78 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.78 KB

knx-wire

Impelemtation of an knx onewire gateway module for up to 90 onewire devices combined with an 80 channel knx logic module based on the knx stack from thelsing. The used knx stack allows a parametrization via ETS in general, this project requires ETS 5.6 or higher.

Itis implemented for the SAMD21 version of the knx stack. Currently it uses my fork of the knx stack, this will change in future.

It is a PlatformIO project and needs a working ETS 5.6 (or higher) installed on the same PC.

Initial installation and build instructions can be found in the project itself.

Update instruction (for an updated firmware or application build) can be also found in the project documentation

This project depends on following projects:

Hardware to use the software with is described in knx-user-forum/KONNEKTING.

With small changes it should be possible to use it on any SAMD21 board.

There are application descriptions available:

  • Application WireGateway describes features of the one wire part of application and firmware (in German).
  • Application Logic describes features of the logic part of application and firmware (in German).

Thanks to all, who made this project successful.