element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum AUTOMATED BLIND
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 13 replies
  • Answers 6 answers
  • Subscribers 395 subscribers
  • Views 1170 views
  • Users 0 members are here
Related

AUTOMATED BLIND

Former Member
Former Member over 9 years ago

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.

  • Sign in to reply
  • Cancel

Top Replies

  • jw0752
    jw0752 over 9 years ago in reply to Former Member +1 suggested
    Hi Benny For everything electro-mechanical that is created there isn't one path to success. Your imagination and your available technology will determine how you get the job done. That is why it is difficult…
  • kulky64
    kulky64 over 9 years ago in reply to Former Member +1 suggested
    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…
  • Former Member
    Former Member over 9 years ago in reply to jw0752 +1
    Have gone through Ben Heck Video, but the concept he used doesn't really suit what am meant to work on. It's the same ideology with mine but, his concept his based on bluetooth but i want mine to be autonomous…
Parents
  • Former Member
    0 Former Member over 9 years ago

    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.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • kulky64
    0 kulky64 over 9 years ago in reply to Former Member

    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.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago in reply to kulky64

    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?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago in reply to Former Member

    And for the H-bridge (L293 and L293D), i have gotten the whole gist.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • musskopf
    0 musskopf over 9 years ago in reply to Former Member

    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,

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • musskopf
    0 musskopf over 9 years ago in reply to Former Member

    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,

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube