Light On Schedule

Description:

My days are frequently divvied up into intervals of work and rest. I’ll spend three hours working, and then I’ll switch over to an hour long break. The idea behind my project is that I want the lighting in my room to reflect whatever “mode” I’m currently in. Colors are frequently associated with particular emotions, and it’s possible that by having the lighting be in colors that promote productivity and work, I’ll be able to more easily get down to work. If the colors in my room are relaxing, maybe I’ll be more at peace, too. The intention is that the user will be able to change the lighting at will, and I’m hoping this will affect the emotional state of the user. Furthermore, time is a key component of this project. The idea behind the project is tied to working and resting at particular times throughout the day. As such, I’m planning to incorporate a clock into the project. The following section details the logic associated with this project.

Word Equation:

Before going forward, it is important to note that it is possible to turn every switch on. There is a hierarchy to them which determines what lights will turn on. If work is switched on, then it doesn’t matter if rest and party are on as well. The work lights will be on. If the clock is not in sleep mode, then awake mode is true. Furthermore, it is important to note that I’ve detailed which colored lights will come on. This is subject to change depending on whether or not said colored lights are appropriate. For example, if I discover that blue doesn’t make me calm at all or that particular colored lights put me more in the mood to party than green lights, then I will change which colors turn on.

(NOT sleep) AND NOT(work OR rest OR party) -> awake lights

Work AND (NOT sleep) -> work lights

Rest AND (NOT work) AND (NOT sleep) -> rest lights

Party AND NOT (work OR rest) AND (NOT sleep) -> party lights

Logic Diagram and Truth Table:

All assumptions made here are addressed in the above word equation section.

Progress:

Here are some pictures of my progress.

Wiring

Front of the box

View of the box and lights