Alarm Clock Automated Blinds

alarm

[Anupam Pathak] knows how jarring it can be to wake up to a traditional alarm clock. He decided to hack an alarm clock so that it would open the shades in his room to allow in natural light. He found the pin that went high when the alarm was triggered and used that to signal an ATtiny45. The microcontroller activates a servo connected directly to the blinds. He has switches on the side of the clock to manually control the blinds and to cut power to the audible alarm. Video embedded after the break.[youtube=http://www.youtube.com/watch?v=sNZG9Cal1zg]

[via SparkFun]

22 thoughts on “Alarm Clock Automated Blinds

  1. I’ve been thinking about a similar thing as well; my main issue is the best unobtrusive way of connecting to the blinds rod. His way is a bit permanent.

    The use of a microcontroller in this instance isn’t that bad. He needs something to generate the PWM for the servo, while you could do that with a 555, the external components + the 555 + some way of setting the length of the PWM on period (perhaps two 555’s?) would be far more pain (and probably more expensive) than just paying the $2 for the micro.

  2. ex-parrot: the project used an RC servo. These need a precise PWM signal to operate. Otherwise, he would have needed to find a motor and gearbox, set up limit switches, maybe some TTL chips to save the current blinds status and watch the limit switches. Or, two 555 chips set for different PWMs, a third timer or make sure the servo runs long enough to move the blinds fully, and a multiplexer or some AND gates to select the PWM sources based on the alarm clock signal and the input buttons.

    Overall, the microcontroller cost about $2, requires basically zero external components because of the internal oscillator, and can do lots of other cool things if he wants, like slowly open the blinds, or close them automatically after an hour.

  3. Seriously though, it brings up just how cheap & useful these small micros really are. I’ve controlled servos with 556s and other discrete logic before, and its a real pain, especially if you want to start doing other sorts of control (in this case it was a remote-control car chassis, with the steering servo attached to logic that picked up the field of a 75khz wire on the floor and followed it… complete PID system. bleh). The amount of crap you can remove by using these cheapo micros is incredible. Also makes changes software related, not hardware, which is way harder to change generally.

  4. Please hack and delete my blog hendriadi.info and hendriadi.wordpress.com

    please i need the blog down now.. cause i forgot the password and someone use it..

    its also challange for any hacker can you defeat wordpress..?

  5. This is great, it motivates me to do this myself. I’m what you call “not a morning person”. The sun has a way of getting me up that doesn’t piss me off.

    I could see this turning into a commercial venture. The next step would be to make this wireless. Picture an infomercial, “But wait, if you buy now, we’ll also send you the wireless activated coffee pot…”

    Congrats on this, very cool, very useful, very simple.

  6. Has anyone figured out a good way to raise/lower the blinds (as opposed to just tilting)? I’ve been watching to set something up with X10 or a remote or something, but haven’t found anything that seems to work well.

  7. Great project idea! Do I smell a Walmart hit? :)
    I could see the creator making a version 2 since there is lots of possibilities here. It could including a serial interface for the device by incorporating the microcontroller and a small battery in the blind. This would allow communication to many of these devices for room mood control etc.

  8. So others outside can watch you laying in bed? No thanks. I’d rather be jarred out of bed by the news on the AM dial. The news, in and of itself, is enough to scare the crap out of you and jolt you awake.

  9. Neat idea, problem is up here in the arctic circle, Northern Ohio, Opening the blinds when I get up = nothing.. It’s pitch black until 8:30am, so there is no hope of daylight at 6:00am when most employed people get up in the morning. (2nd shift typically rise noonish if you work factory)

    Neat idea for summer mornings, I’d rather it slowly turn up the lights in the room over a 1 hour period.

  10. A friend of mine had this back in college. But his was a cell phone set to vibrate on a alarm with the blinds rope tied to the phone. When the alarm goes off the cell phone vibrates and falls off the shelf it was on, thus opening the blinds.

    Actually for him it was closing the blinds but it’s the same idea. :)

  11. So others outside can watch you laying in bed? No thanks. I’d rather be jarred out of bed by the news on the AM dial. The news, in and of itself, is enough to scare the crap out of you and jolt you awake.

Leave a Reply to AlanCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.