Oizodzil357
New Member
Is there somebody can explain to me how to control a gate opener motor with Arduino ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
For a very basic operation you will need to monitor at least three switches (possibly four) .... two for the limits, and one or two for the request. (Open or Close (two), or a single push button (one) for toggling the Open/Close request.
Another two I/O's will be necessary to drive an H-Bridge controller or to drive Relays to control the direction of the gate motor.
Aside from that it should be just conditional software programming ... If this is pressed do that unless you are already here
My solution (to which I already posted a link) uses a 12V reversible DC motor that is part of a linear actuator. An AC motor is not suitable for this application; it cannot be speed-controlled, and it starts with a huge jerk. That jerk imparts an mechanical oscillation into the swinging gate.Do tout have a schematic diagram to wiring the ac motor with Arduino Uno ?
For a very basic operation you will need to monitor at least three switches (possibly four) .... two for the limits, and one or two for the request. (Open or Close (two), or a single push button (one) for toggling the Open/Close request.
Another two I/O's will be necessary to drive an H-Bridge controller or to drive Relays to control the direction of the gate motor.
Aside from that it should be just conditional software programming ... If this is pressed do that unless you are already here