A solar tracking automatic motorized window blind retrofit using Arduino

Buildings account for 20-40% of total energy use in developed countries. Window shades (or blinds) can help to reduce building energy use and improve visual comfort (i.e., reducing glare and increasing daylighting). A recent study showed that occupants are fairly inactive when operating manual roller shades (O’Brien et al. 2013) which could lead to increased visual discomfort and increased heating and cooling energy use. With aspirations to address issues associated with human inactivity I created an automatic motorized roller shade.

A solar tracking automatic motorized window blind retrofit using Arduino

The motor moves the shade position depending on the of the location of the sun and the illuminance (i.e., amount of light) hitting a workplane (e.g., your office desk or kitchen table).

One of the best parts of this instructable is that you do not need to purchase a brand new roller shade to make this work. I will demonstrate how to retrofit an existing manual roller shade into an automatic motorized one using Arduino. The project used Arduino with the Adafruit motor shield to control the interaction between a stepper motor and a digital luminosity sensor.
This Instructable is structured:

  1. Introduction: What is ‘good’ shade position?
  2. Required supplies
  3. Assembly
  4. Code explanation
  5. Summary

Step 1: What is ‘good’ shade position?

As the sun moves across the sky during the day, where should the shade be positioned? What if it is a very sunny day and there is too much light entering a space causing glare? What if it is an overcast day? This step tries to answer these questions by asking: What is ‘good’ shade position?

In general, we want the shade position to let in as much light as possible without cause any visual discomfort (i.e., maximize daylighting and minimize glare).

The picture above was taken sitting down at my office desk. It was an example of ‘good’ shade position because the shade was positioned so it was blocking direct sunlight yet was still allowing maximum diffuse sunlight to enter into my workspace.

Sunlight can be broken into essentially two components: direct and diffuse. The direct component comes straight from the sun whereas the diffuse component is created when a portion of direct sunlight scatters due to molecules in the atmosphere.

This project aims to control shade position to always block direct sunlight when present and maximize the diffuse component entering the workspace.

Step 2: List of Supplies

Arduino Hardware:

  1. Arduino Uno (http://www.arduino.cc/)
  2. Adafruit motor shield (http://www.adafruit.com/products/1438) $19.95
    1. Headers (http://www.adafruit.com/products/85) $1.95
  3. Digital Luminosity Sensor (http://www.adafruit.com/products/439) $5.95

Stepper Motor:

  1. Stepper motor with planetary gear box $33.95 (http://www.omc-stepperonline.com/nema-17-stepper-m…)
  2. Power supply – 12V (May be required if motor cannot produce enough torque through a USB port)

Some notes on the stepper motor. You do not need to use this stepper motor and it may be possible to find a cheaper one. But you must consider torque and speed. This stepper motor easily produced enough torque to raise and lower the shade. It moved at a slow, yet smooth (stepping angle of 0.067°), speed because it had a gearbox. You can control the speed of the stepper motor via the code provided but up to a certain point; however, this could create discontinuous motion which could potentially cause the ball chain to skip some gears. High torque and low speed motors work well for this project.

3D printed gear:

  1. 3D printed gear via Shapeways.com ~$15-30 (Discussed in step 2)
  2. Elastic Band (The thick ones found when buying broccoli work great)

Lets discuss the design of the ball chain gear. I searched online to see if I could just the gear that comes with a generic roller shade but I could not find one anywhere. It seems to get one you must buy an entire roller shade.

Luckily John Abella created a parametric CAD file of a ball chain gear. The file should be opened with OpenSCAD software.

Parametric 3D ball chain gear CAD file by John Abella: http://www.thingiverse.com/thing:12403/#files

OpenSCAD software: http://www.thingiverse.com/thing:12403/#files

The parametric file requires the following inputs that you should measure with digital callipers in mm:

  • Motor shaft diameter
  • Ball diameter
  • Ball count (This is one of the inputs to determine gear radius)
  • Ball spacing
  • Link diameter

John Abella has also added code so that different shaft options can be used. The code outputs total height and diameter. Shapeways has limits to the size of the printed piece. I used shaft type #3 to match the stepper motor shaft. I designed the flat spot diameter so that force fit was required to fit the gear onto the shaft. It was difficult to fit the ball chain to the gear correctly even with precise measurements using a calliper. I suggest making the gear diameter large so that you maximize the number of grooves in contact with the ball chain.

Attaching a rubber band around the gear increased friction between the ball chain and gear. This should help reduce slippage. Once you are happy with the design ‘compile and render’ the file to type .stl and upload it to shapeways.com or use your own 3D printer for manufacturing. I used the default white nylon material – Strong & Flexible.

A solar tracking automatic motorized window blind retrofit using Arduino schematic

Tools for assembly:

  1. Soldering iron (To assemble Adafruit motor shield)
  2. Clamps (I used quick release clamps)
  3. Spare wood/platform
  4. Wires for prototyping
  5. Electronic breadboard
  6. Ruler
  7. Digital Calipers

For more detail: A solar tracking automatic motorized window blind retrofit using Arduino


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top