Project details: The purpose of my project is to make a practical motorized roller blinds, in which I can use every day. The plan is to make a roller blind controlled through a bipolar stepper motor in which, I will control through an arduino uno board. After the blinds work functionally through the motor, I hope to connect it to a Bluetooth receiver on the arduino in which I can control with a remote. Later I will set the blinds to a timer in which it opens in the morning but closes at night. I intend on learning how to control a motor through an arduino board, and learn the software involved with it.
steps = Number of steps in One Revolution * Gear ratio .
steps= (360°/5.625°)*64"Gear ratio" = 64 * 64 =4096 . this value will substitute it on The arduino Sketch
Overall the project did not turn out the way I wanted to. I wanted a fully autonomous roller blind that I could mount in my room in a practical manner. Although I learned a lot and it is not a complete failure, as it partially works, I am going to try and fix the mistakes I made. I am going to replace the byj48 stepper motor, and stepper driver with a more powerful nema 17 stepper motor along with a a4988 stepper driver. I hope with some modifications in the hardware, and software that I will be able to have a fully functioning stepper motor powered roller blinds.