Hello, I am relatively new to this community, and I am working on my first project ever.
I have an idea of what I would like and how it works, but if you see a better way of doing this please tell me.
I would like to build a custom computer case with Addressable RGB LED strips. I would like the lights in the case to shine different colors depending on who is signed in and have different patterns with the different status of the computer.
For example, if no one is signed in the lights would show a default color... Let's say blue. And when someone signs in the lights would fade to that persons color automatically. Also when the computer is in standby or sleep it will slowly pulse the users color.
I Have a pretty good idea of that I need for this project, but please correct me if you know of a better option.
The parts I'm looking at are;
- Arduino Uno R3-Arduino Uno R3 (Atmega328 - assembled) ID: 50 - $29.95 : Adafruit Industries, Unique & fun DIY electronics and kits
- 9v power supply for the Arduino-http://adafruit.com/products/63
- Addressable RGB LED strips-http://www.adafruit.com/products/306
The first step in this system, I think, would be to creat a program that would run on startup and check who is signed in. And would later recognize when the computer goes into standby/sleep mode. I don't know if this is possible, so any pointers would help (btw i'm using Windows 7)
Then this program would find the users settings and send a command to the Arduino telling it what color and pattern to display. I hope to connect the Arduino via USB to my computer.
The Arduino will be plugged into the power supply mentioned above, and connected to the LED strip mentioned above.
I read up on the Arduino uno, and found that it is able to output +5v Which I am hoping to use for the LED strip. Also the ground,data in, and clock in wires from the LED strip will also be connected to the Arduino via their respective connections. Would this supply enough power for the lights?
PLEASE NOTE that this is in no way a final plan and can be changed easily seeing that I have no commitments at the moment. Like I mentioned earlier I am new to this type of stuff so I have no equipment. Any basic advice would be greatly appreciated.
So what do you think? Is this plan feasible? Are there any ways this could be done cheaper? And what language would I need to know to write these programs mentioned above (I'm thinking C, but I'm not sure)?
Thanks again, and sorry for such a long post.