MQTT-MotorizeBlinds icon indicating copy to clipboard operation
MQTT-MotorizeBlinds copied to clipboard

Support for NEMA motors

Open Kepete opened this issue 7 years ago • 4 comments

Thanks for the work! Sadly the 28BJY-48 Stepper motor is very low torque and for a little bigger blinds doesn't work anymore. Have you thought about making this plugin work with a more powerful stepper like NEMA 17 for example? It would need a powerful driver also, maybe drv8825 or even TB6600.

Kepete avatar Oct 18 '18 19:10 Kepete

Hi, I have ordered nema 17 motors for this project. If I have enough free time, new version might be finished in 2 months.

maxmacstn avatar May 27 '19 06:05 maxmacstn

Thats awesome. I tried some time back but never got in working correctly.

What driver are you going to use for the NEMA? Did you went with a regular NEMA or one with a gear box for more torque? Thought, there shouldn't be much of a differences from software and driver side.

Anyways, I will be waiting for that release 👍

Kepete avatar May 27 '19 07:05 Kepete

I bought the regular NEMA without gear + A4988 Driver.

My concern is this motor has very low resistance when no power, that will cause the blinds to fall down due to the gravity and no braking on the blind's shaft. But if I apply the current to hold the motor all the time, it'll get very hot and eventually burnt.

so currently, I have no idea how to solve this, it might need to redesign the mount with the gearbox. But that isn’t gonna happened very soon.

maxmacstn avatar Jun 11 '19 07:06 maxmacstn

I came across the same concern you have. The solution I found was NEMA with gearbox. It has first of all more torque, but without power applied has also way more resistance.

Have you already developed the code support for NEMA + A4988 Driver? If you could share this I would also look into if the NEMA gearbox resistance is enough or more exactly for how big blinds it is enough.

Kepete avatar Jun 11 '19 08:06 Kepete