Difference between revisions of "Sliding Gate Controller for Wisniowski gates"

From KONNEKTING Wiki
Jump to navigation Jump to search
 
(One intermediate revision 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
| Idea
+
| Beta Version in productive environment
 
|-
 
|-
 
! µC-Board
 
! µC-Board
| Arduino Pro Mini
+
| Arduino Pro Micro
 
|-
 
|-
 
! µC
 
! µC
| atmega328p
+
| atmega32u4
 
|-
 
|-
 
! KNX
 
! KNX
| [[SiemensBCU]] / [[MiniBCU]] / [[MicroBCU]]
+
| [[SiemensBCU]]
 
|}
 
|}
  
Line 28: Line 28:
 
This device will:
 
This device will:
 
*open/close the gate (by usage of the input contacts on the gate controller)
 
*open/close the gate (by usage of the input contacts on the gate controller)
*get moving status of the gate (by reading in the warning light)
+
*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 limit switches (Open/Closed)
 
*get status of the infrared barrier
 
*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 ==

Latest revision as of 11:55, 19 February 2019

Sliding Gate Controller for Wisniowski gates
Sliding Gate Controller prototype01 pic01.jpg
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.

Software

Hardware

User Doc

Dev Doc

Build It

Links

Information about the gate