Need help with the Basic Stamp 2
warriors15
Posts: 3
I need to make an alarm clock with two seven segment LEDs using BS2 and pbasic language 2.5. Can anyone tell me how i can start off? I am planning on having the alarm go off every 30 minutes or so. Or how can I have the alarm clock go off on whichever time i enter for it. I am familiar with some basic pbasic commands. So help is much appreciated.
Comments
You'll need a real-time-clock chip and that's covered in one of the Columns. Look for other examples in the StampWorks Manual which you can get via the Downloads page
In terms of how to put things together ... Get schematics for examples for each of the items (display, entry, real-time-clock, sound maker). Get each one to work separately ... probably start with the display since you can use that for debugging. Display the various registers of the clock. Display the data entered whether with pushbuttons or a keypad. Use the data entered to set the real-time-clock. Make some kind of annoying noise. Start putting the pieces together.