My plan is to motorise a pair of vertical blinds so that they can twist from closed to open (90 degree twist) and slide back and forth. I am looking at using an ESP8266 with an L293D motor control module to drive 4 motors, 2 for each blind. One motor to manage the 90 degree twist, and one motor to pull the blind backward and forward. Ideally controlled over WiFi (Alexa would be the intended final solution) with a manual push button control 'override' to allow tactile control if required. Any pointers to projects like this would be a great help. I have set up a simple setup with two motors on the ESP8266 and they work using a web interface but now I am out of my depth and looking for pointers on things like the motors stopping when they get a heavy load (at the end of the run or there is a jam in the blinds) and setting a count on the number of revolutions the motor can do in each direction before it will only go the other way (at the moment this is done manually via the web interface and its possible to try and send the motors in the wrong direction which has already caused the demise of one board! Any pointers to tutorials or examples of this sort of project will be appreciated. Thanks in advance.
My plan is to motorise a pair of vertical blinds so that they can twist from closed to open (90 degree twist) and slide back and forth. I am looking at using an ESP8266 with an L293D motor control module to drive 4 motors, 2 for each blind. One motor to manage the 90 degree twist, and one motor to pull the blind backward and forward. Ideally controlled over WiFi (Alexa would be the intended final solution) with a manual push button control 'override' to allow tactile control if required. Any pointers to projects like this would be a great help. I have set up a simple setup with two motors on the ESP8266 and they work using a web interface but now I am out of my depth and looking for pointers on things like the motors stopping when they get a heavy load (at the end of the run or there is a jam in the blinds) and setting a count on the number of revolutions the motor can do in each direction before it will only go the other way (at the moment this is done manually via the web interface and its possible to try and send the motors in the wrong direction which has already caused the demise of one board! Any pointers to tutorials or examples of this sort of project will be appreciated. Thanks in advance.