myDAQ, myMorning
Build your own alarm clock with interactive light, now, with LabVIEW and myDAQ.
Parts List:
The main steps for this project are:
1.) In order to drive the LED, build the circuit below as seen in Figure 1.
Figure 1. Circuit Diagram
2.) Next, build an alarm clock in LabVIEW . A simple way to do this is to compare the system time to a time stamp control (your alarm time). When the two values are equal run a selected portion of code that will execute your alarm task.
3.) You’re alarm task should consist of code that will concurrently:
4.) Finally, build a user interface to control the functionality of you code.
See the attached code as an example!