Difference between revisions of "Sliding Gate Controller for Wisniowski gates"
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" style="float:right;margin-left: 15px;margin-top: 15px; margin-bottom: 15px;" ! colspan="2"|Sliding Gate Controller for Wisniowski gates |- ! colspan="2"|...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
! colspan="2"|Sliding Gate Controller for Wisniowski gates | ! colspan="2"|Sliding Gate Controller for Wisniowski gates | ||
|- | |- | ||
− | ! colspan="2"| | + | ! colspan="2"| [[File:Sliding_Gate_Controller_prototype01_pic01.jpg|300px|thumb|center]] |
|- | |- | ||
! Developer | ! Developer | ||
Line 8: | Line 8: | ||
|- | |- | ||
! Phase | ! Phase | ||
− | | | + | | Beta Version in productive environment |
|- | |- | ||
! µC-Board | ! µC-Board | ||
− | | Arduino Pro | + | | Arduino Pro Micro |
|- | |- | ||
! µC | ! µC | ||
− | | | + | | atmega32u4 |
|- | |- | ||
! KNX | ! KNX | ||
− | | [[SiemensBCU | + | | [[SiemensBCU]] |
|} | |} | ||
== Short Description == | == Short Description == | ||
− | The sliding gate control Wisniowski ST-2 is a motor control for sliding gates. It can be controlled by 866MHz Remote Control and has some inputs for external control, but the usage is limited. | + | The sliding gate control Wisniowski ST-2 / AWso-2000 is a motor control for sliding gates. It can be controlled by 866MHz Remote Control and has some inputs for external control, but the usage is limited. |
To enable the door the be controlled over KNX and to get status information, an additional device is neccessary. | To enable the door the be controlled over KNX and to get status information, an additional device is neccessary. | ||
This device will: | This device will: | ||
− | + | *open/close the gate (by usage of the input contacts on the gate controller) | |
− | + | *get moving status of the gate (by sensing the motor current with a hall effect sensor) | |
− | + | *get status of the limit switches (Open/Closed) | |
− | + | *get status of the infrared barrier | |
+ | *get the position of the gate | ||
+ | *move the gate to any desired position | ||
+ | |||
+ | due to the fact that the current SW uses 95% of the program memory of the 32u4 with the beta4 lib, with beta5/1.0 it will likely not fit into the 32u4. | ||
+ | So I plan a redesign based on ItsyBity M0 Express to prevent the use of more than one version of Konnekting Suite. | ||
== Software == | == Software == | ||
Line 45: | Line 50: | ||
== Links == | == Links == | ||
− | [https:// | + | [https://www.wisniowski.pl/de/fuer-zuhause/zaunsysteme/schiebetore Information about the gate] |
− | |||
− | |||
− | |||
− | |||
[[Category:Device/Kits]] | [[Category:Device/Kits]] |
Latest revision as of 11:55, 19 February 2019
Sliding Gate Controller for Wisniowski gates | |
---|---|
Developer | SirSydom |
Phase | Beta Version in productive environment |
µC-Board | Arduino Pro Micro |
µC | atmega32u4 |
KNX | SiemensBCU |
Short Description
The sliding gate control Wisniowski ST-2 / AWso-2000 is a motor control for sliding gates. It can be controlled by 866MHz Remote Control and has some inputs for external control, but the usage is limited.
To enable the door the be controlled over KNX and to get status information, an additional device is neccessary.
This device will:
- open/close the gate (by usage of the input contacts on the gate controller)
- get moving status of the gate (by sensing the motor current with a hall effect sensor)
- get status of the limit switches (Open/Closed)
- get status of the infrared barrier
- get the position of the gate
- move the gate to any desired position
due to the fact that the current SW uses 95% of the program memory of the 32u4 with the beta4 lib, with beta5/1.0 it will likely not fit into the 32u4. So I plan a redesign based on ItsyBity M0 Express to prevent the use of more than one version of Konnekting Suite.