Am having a project to deliver in two months time, the project is about automated window blinds. Am good in computer programming but not actually good in electronics. I need assistance please.
Am having a project to deliver in two months time, the project is about automated window blinds. Am good in computer programming but not actually good in electronics. I need assistance please.
Yea, thanks for the brief explanation @John & kumarage.
Am beginning to get more clue to the project. As you guys have rightly said, the LM35 is the Temperature/Heat Sensor that will bring in analog data that will be utilized by the motor. Also the LDR is the light Dependent Resistor that will also control the motor based on the brightness and darkness of its surrounding. To move the motor in both CW & CCW direction, a H-bridge (L239D) will be needed. Two switches will also be used to control the mechanism in both Automatic and manual mode. For sure a seperate power source will be required by the motor different from that which will power the arduino board. There will also be a fixed Gearing set which will initiate the relationship between the blinds itself and the electro-mechanical component to form a system. These are the components i can figure out for now and i think may be best suitable for the project.
There is this IDE i downloaded for running my sketch, it's called FRITZING IDE, actually am still trying to get acquainted to it. Am using Arduino IDE too.
Please, if there is another component that is needed for the system you can let me know.
Another question is since am going to be using an H-bridge, is there any need to use a transistor and a diode that will be needed to protect the circuit for flyback charges from the motor.
Yea, thanks for the brief explanation @John & kumarage.
Am beginning to get more clue to the project. As you guys have rightly said, the LM35 is the Temperature/Heat Sensor that will bring in analog data that will be utilized by the motor. Also the LDR is the light Dependent Resistor that will also control the motor based on the brightness and darkness of its surrounding. To move the motor in both CW & CCW direction, a H-bridge (L239D) will be needed. Two switches will also be used to control the mechanism in both Automatic and manual mode. For sure a seperate power source will be required by the motor different from that which will power the arduino board. There will also be a fixed Gearing set which will initiate the relationship between the blinds itself and the electro-mechanical component to form a system. These are the components i can figure out for now and i think may be best suitable for the project.
There is this IDE i downloaded for running my sketch, it's called FRITZING IDE, actually am still trying to get acquainted to it. Am using Arduino IDE too.
Please, if there is another component that is needed for the system you can let me know.
Another question is since am going to be using an H-bridge, is there any need to use a transistor and a diode that will be needed to protect the circuit for flyback charges from the motor.
Please, if there is another component that is needed for the system you can let me know.
Maybe some limit switches or some other way to detect if the blinds are in their extreme positions.
Another question is since am going to be using an H-bridge, is there any need to use a transistor and a diode that will be needed to protect the circuit for flyback charges from the motor.
Depens whether you will be using L293 or L293D. From page 7 of the L293 data sheet (www.ti.com/lit/ds/symlink/l293.pdf):
"On the L293, external high-speed output clamp diodes should be used for inductive transient suppression. On the L293D, these diodes are integrated to reduce system complexity and overall system size."
If your motor draws less than 1A (or less than 600 mA for L293D), then you don't need any transistors.
Tanks for that intro.
Maybe some limit switches or some other way to detect if the blinds are in their extreme positions.
I also thought about that but the only possible solution i was able to get is to utilize the ability to control the speed and OFF &ON time of the DC motor to control the extent to which the blinds can go. If am to use a limit switch please how will i incorporate that into the system, interms of coding and electronically?
And for the H-bridge (L293 and L293D), i have gotten the whole gist.
For the limiting switches you could use some hall effect sensor and a little magnet on the blind. Without much details, you can have some digital pins connected to the hall sensors. If the magnetic is close to the hall sensor it would read High, otherwise you have the digital Pin pulled low.
https://www.youtube.com/watch?v=vqU_5wZAX3s
Other option is to use step motors so you know exactly how many revolutions you're doing, but that might be overkill.
Cheers,